View Issue Details

IDProjectCategoryView StatusLast Update
0001598GNUnetARM servicepublic2010-08-16 15:02
Reportermrwiggles Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionno change required 
Summary0001598: IPv4 and IPv6 ports opened
DescriptionWith the attached file where PORT = 0 in the arm configuration section, arm still opens both a v4 and v6 port. Should use unix domain sockets.
TagsNo tags attached.
Attached Files
still-open.conf (3,301 bytes)   
[transport-udp]
DISABLE-IPV6 = YES
PORT = 10010

[dhtcache]
DATABASE = sqlite
QUOTA = 1000000

[dht]
STOP_FOUND = YES
DISABLE_SOCKET_FORWARDING = YES
DEBUG = NO
UNIXPATH = /tmp/test-service-dht-18
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
BINARY = gnunet-service-dht
CONFIG = $DEFAULTCONFIG
HOME = $SERVICEHOME
HOSTNAME = localhost
PORT = 0
AUTOSTART = NO

[fs]
EXPECTED_NEIGHBOUR_COUNT = 128
MIN_MIGRATION_DELAY = 1000
MAX_PENDING_REQUESTS = 65536
UNIXPATH = /tmp/test-service-fs-19
ACTIVEMIGRATION = YES
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
BINARY = gnunet-service-fs
CONFIG = $DEFAULTCONFIG
HOME = $SERVICEHOME
HOSTNAME = localhost
PORT = 10011
STATE_DIR = $SERVICEHOME/persistence/
IDENTITY_DIR = $SERVICEHOME/identities/
TRUST = $SERVICEHOME/data/credit/
INDEXDB = $SERVICEHOME/idxinfo.lst
AUTOSTART = NO

[datastore-sqlite]
FILENAME = $SERVICEHOME/datastore/sqlite.db

[datastore]
DATABASE = sqlite
BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
QUOTA = 100000000
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
BINARY = gnunet-service-datastore
CONFIG = $DEFAULTCONFIG
HOME = $SERVICEHOME
HOSTNAME = localhost
PORT = 10012
UNIXPATH = /tmp/test-service-datastore-20
AUTOSTART = YES

[hostlist]
HTTP-PROXY = 
SERVERS = http://v9.gnunet.org:58080/
OPTIONS = -b
BINARY = gnunet-daemon-hostlist
CONFIG = $DEFAULTCONFIG
HOSTLISTFILE = $SERVICEHOME/hostlist/learned.data
HOME = $SERVICEHOME
HTTPPORT = 8080

[topology]
BINARY = gnunet-daemon-topology
CONFIG = $DEFAULTCONFIG
FRIENDS = $SERVICEHOME/friends
TARGET-CONNECTION-COUNT = 16
AUTOCONNECT = YES
FRIENDS-ONLY = NO
MINIMUM-FRIENDS = 0

[core]
UNIXPATH = /tmp/test-service-core-21
TOTAL_QUOTA_OUT = 9932160
TOTAL_QUOTA_IN = 9932160
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
BINARY = gnunet-service-core
CONFIG = $DEFAULTCONFIG
HOME = $SERVICEHOME
HOSTNAME = localhost
PORT = 0
AUTOSTART = YES

[transport]
DEBUG = NO
UNIXPATH = /tmp/test-service-transport-22
PLUGINS = udp
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
NEIGHBOUR_LIMIT = 50
BINARY = gnunet-service-transport
CONFIG = $DEFAULTCONFIG
HOME = $SERVICEHOME
HOSTNAME = localhost
PORT = 0
AUTOSTART = YES

[peerinfo]
HOSTS = $SERVICEHOME/data/hosts/
UNIXPATH = /tmp/test-service-peerinfo-23
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
BINARY = gnunet-service-peerinfo
CONFIG = $DEFAULTCONFIG
HOME = $SERVICEHOME
HOSTNAME = localhost
PORT = 0
AUTOSTART = YES

[resolver]
UNIXPATH = /tmp/test-service-resolver-24
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
BINARY = gnunet-service-resolver
CONFIG = $DEFAULTCONFIG
HOME = $SERVICEHOME
HOSTNAME = localhost
PORT = 10013
AUTOSTART = NO

[statistics]
UNIXPATH = /tmp/test-service-statistics-25
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
BINARY = gnunet-service-statistics
CONFIG = $DEFAULTCONFIG
HOME = $SERVICEHOME
HOSTNAME = localhost
PORT = 0
AUTOSTART = YES

[arm]
PORT = 0
DEBUG = YES
UNIXPATH = /tmp/test-service-arm-26
DEFAULTSERVICES = core
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
BINARY = gnunet-service-arm
CONFIG = $DEFAULTCONFIG
HOME = $SERVICEHOME
HOSTNAME = localhost

[transport-tcp]
TIMEOUT = 300000
PORT = 10014
BINDTO = 127.0.0.1

[client]
HOME = $SERVICEHOME

[gnunetd]
DISABLE-IPV6 = YES
HOSTKEY = $SERVICEHOME/.hostkey

[PATHS]
DEFAULTCONFIG = /tmp/still-open.conf
SERVICEHOME = /tmp/gnunet-dht-testing//2/

still-open.conf (3,301 bytes)   

Activities

Christian Grothoff

2010-08-16 15:02

manager   ~0004112

User error: some PORTs are non-zero inc config file.

Issue History

Date Modified Username Field Change
2010-08-16 14:23 mrwiggles New Issue
2010-08-16 14:23 mrwiggles Status new => assigned
2010-08-16 14:23 mrwiggles Assigned To => safey
2010-08-16 14:23 mrwiggles File Added: still-open.conf
2010-08-16 14:46 Christian Grothoff Assigned To safey =>
2010-08-16 14:46 Christian Grothoff Status assigned => confirmed
2010-08-16 15:02 Christian Grothoff Note Added: 0004112
2010-08-16 15:02 Christian Grothoff Assigned To => Christian Grothoff
2010-08-16 15:02 Christian Grothoff Reproducibility always => N/A
2010-08-16 15:02 Christian Grothoff Status confirmed => closed
2010-08-16 15:02 Christian Grothoff Resolution open => no change required