aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-23 13:30:04 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commitc293f84ea192f361baf720a3979589c0e0881abc (patch)
treeb936a8a074e0b4c4516746cf9ffb2ef77f6ed313 /contrib
parent8d43f2cb9c49e814544fcaa115c4b08bbac297c3 (diff)
downloadgnunet-c293f84ea192f361baf720a3979589c0e0881abc.tar.gz
gnunet-c293f84ea192f361baf720a3979589c0e0881abc.zip
AUTOSTART renamed into START_ON_DEMAND (#4547a)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/conf/gnunet/no_autostart_above_core.conf58
-rw-r--r--contrib/nse/experiments/infiniband.conf32
-rw-r--r--contrib/testbed_configs/regex_profiler_infiniband.conf22
-rw-r--r--contrib/testbed_configs/testbed_cluster.conf28
-rw-r--r--contrib/testbed_configs/testbed_infiniband.conf28
-rw-r--r--contrib/testbed_configs/testbed_supermuc.conf16
6 files changed, 92 insertions, 92 deletions
diff --git a/contrib/conf/gnunet/no_autostart_above_core.conf b/contrib/conf/gnunet/no_autostart_above_core.conf
index 7bcf6c8ae..114ec83a3 100644
--- a/contrib/conf/gnunet/no_autostart_above_core.conf
+++ b/contrib/conf/gnunet/no_autostart_above_core.conf
@@ -3,88 +3,88 @@
3# (including resolver) 3# (including resolver)
4 4
5[dns] 5[dns]
6AUTOSTART = NO 6START_ON_DEMAND = NO
7 7
8[dht] 8[dht]
9AUTOSTART = NO 9START_ON_DEMAND = NO
10 10
11[nse] 11[nse]
12AUTOSTART = NO 12START_ON_DEMAND = NO
13 13
14[cadet] 14[cadet]
15AUTOSTART = NO 15START_ON_DEMAND = NO
16 16
17[datastore] 17[datastore]
18AUTOSTART = NO 18START_ON_DEMAND = NO
19 19
20[fs] 20[fs]
21AUTOSTART = NO 21START_ON_DEMAND = NO
22 22
23[dv] 23[dv]
24AUTOSTART = NO 24START_ON_DEMAND = NO
25 25
26[vpn] 26[vpn]
27AUTOSTART = NO 27START_ON_DEMAND = NO
28 28
29[consensus] 29[consensus]
30AUTOSTART = NO 30START_ON_DEMAND = NO
31 31
32[resolver] 32[resolver]
33AUTOSTART = NO 33START_ON_DEMAND = NO
34 34
35[namestore] 35[namestore]
36AUTOSTART = NO 36START_ON_DEMAND = NO
37 37
38[namecache] 38[namecache]
39AUTOSTART = NO 39START_ON_DEMAND = NO
40 40
41[identity] 41[identity]
42AUTOSTART = NO 42START_ON_DEMAND = NO
43 43
44[revocation] 44[revocation]
45AUTOSTART = NO 45START_ON_DEMAND = NO
46 46
47[conversation] 47[conversation]
48AUTOSTART = NO 48START_ON_DEMAND = NO
49 49
50[peerstore] 50[peerstore]
51AUTOSTART = NO 51START_ON_DEMAND = NO
52 52
53[psycstore] 53[psycstore]
54AUTOSTART = NO 54START_ON_DEMAND = NO
55 55
56[gns] 56[gns]
57AUTOSTART = NO 57START_ON_DEMAND = NO
58 58
59[regex] 59[regex]
60AUTOSTART = NO 60START_ON_DEMAND = NO
61 61
62[set] 62[set]
63AUTOSTART = NO 63START_ON_DEMAND = NO
64 64
65[scalarproduct-bob] 65[scalarproduct-bob]
66AUTOSTART = NO 66START_ON_DEMAND = NO
67 67
68[scalarproduct-alice] 68[scalarproduct-alice]
69AUTOSTART = NO 69START_ON_DEMAND = NO
70 70
71[social] 71[social]
72AUTOSTART = NO 72START_ON_DEMAND = NO
73 73
74[psyc] 74[psyc]
75AUTOSTART = NO 75START_ON_DEMAND = NO
76 76
77[rps] 77[rps]
78AUTOSTART = NO 78START_ON_DEMAND = NO
79 79
80[multicast] 80[multicast]
81AUTOSTART = NO 81START_ON_DEMAND = NO
82 82
83[sensordashboard] 83[sensordashboard]
84AUTOSTART = NO 84START_ON_DEMAND = NO
85 85
86[sensor] 86[sensor]
87AUTOSTART = NO 87START_ON_DEMAND = NO
88 88
89[zonemaster-monitor] 89[zonemaster-monitor]
90AUTOSTART = NO 90START_ON_DEMAND = NO
diff --git a/contrib/nse/experiments/infiniband.conf b/contrib/nse/experiments/infiniband.conf
index c7b7f2a59..907c1a35e 100644
--- a/contrib/nse/experiments/infiniband.conf
+++ b/contrib/nse/experiments/infiniband.conf
@@ -2,7 +2,7 @@
2SERVICEHOME = $GNUNET_TMP/nse-profiler/ 2SERVICEHOME = $GNUNET_TMP/nse-profiler/
3 3
4[testbed] 4[testbed]
5AUTOSTART = NO 5START_ON_DEMAND = NO
6PORT = 12113 6PORT = 12113
7ACCEPT_FROM = 127.0.0.1;192.168.0.0/16; 7ACCEPT_FROM = 127.0.0.1;192.168.0.0/16;
8HOSTNAME = localhost 8HOSTNAME = localhost
@@ -17,7 +17,7 @@ UNIXPATH = $GNUNET_TMP/test-nse-service-nse.unix
17BINARY = gnunet-service-nse 17BINARY = gnunet-service-nse
18#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse 18#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
19#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p 19#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
20AUTOSTART = NO 20START_ON_DEMAND = NO
21# Overriding network settings for faster testing (do NOT use 21# Overriding network settings for faster testing (do NOT use
22# these values in production just because they are here) 22# these values in production just because they are here)
23WORKDELAY = 60 s 23WORKDELAY = 60 s
@@ -29,17 +29,17 @@ PROOFFILE = $SERVICEHOME/nse.proof
29UNIXPATH = $GNUNET_TMP/test-nse-service-arm.unix 29UNIXPATH = $GNUNET_TMP/test-nse-service-arm.unix
30 30
31[statistics] 31[statistics]
32AUTOSTART = YES 32START_ON_DEMAND = YES
33PORT = 12115 33PORT = 12115
34 34
35[fs] 35[fs]
36AUTOSTART = NO 36START_ON_DEMAND = NO
37 37
38[datastore] 38[datastore]
39AUTOSTART = NO 39START_ON_DEMAND = NO
40 40
41[dht] 41[dht]
42AUTOSTART = NO 42START_ON_DEMAND = NO
43 43
44[nat] 44[nat]
45DISABLEV6 = YES 45DISABLEV6 = YES
@@ -57,34 +57,34 @@ plugins = udp
57PORT = 12116 57PORT = 12116
58 58
59[core] 59[core]
60AUTOSTART = YES 60START_ON_DEMAND = YES
61 61
62[peerinfo] 62[peerinfo]
63AUTOSTART = YES 63START_ON_DEMAND = YES
64 64
65[dns] 65[dns]
66AUTOSTART = NO 66START_ON_DEMAND = NO
67 67
68[topology] 68[topology]
69AUTOSTART = NO 69START_ON_DEMAND = NO
70 70
71[dv] 71[dv]
72AUTOSTART = NO 72START_ON_DEMAND = NO
73 73
74[resolver] 74[resolver]
75AUTOSTART = YES 75START_ON_DEMAND = YES
76 76
77[cadet] 77[cadet]
78AUTOSTART = NO 78START_ON_DEMAND = NO
79 79
80[chat] 80[chat]
81AUTOSTART = NO 81START_ON_DEMAND = NO
82 82
83[gns] 83[gns]
84AUTOSTART = NO 84START_ON_DEMAND = NO
85 85
86[vpn] 86[vpn]
87AUTOSTART = NO 87START_ON_DEMAND = NO
88 88
89[nse-profiler] 89[nse-profiler]
90OUTPUT_FILE = nse_output_2000_peers.dat 90OUTPUT_FILE = nse_output_2000_peers.dat
diff --git a/contrib/testbed_configs/regex_profiler_infiniband.conf b/contrib/testbed_configs/regex_profiler_infiniband.conf
index 831ee0f76..2a748ac51 100644
--- a/contrib/testbed_configs/regex_profiler_infiniband.conf
+++ b/contrib/testbed_configs/regex_profiler_infiniband.conf
@@ -1,5 +1,5 @@
1[testbed] 1[testbed]
2AUTOSTART = NO 2START_ON_DEMAND = NO
3PORT = 11999 3PORT = 11999
4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
5HOSTNAME = localhost 5HOSTNAME = localhost
@@ -13,7 +13,7 @@ BINARY = /home/szengel/gnunet/src/cadet/.libs/gnunet-daemon-regexprofiler
13REGEX_PREFIX = "GNVPN-0001-PAD" 13REGEX_PREFIX = "GNVPN-0001-PAD"
14 14
15[cadet] 15[cadet]
16AUTOSTART = YES 16START_ON_DEMAND = YES
17ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 17ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
18APP_ANNOUNCE_TIME = 240 s 18APP_ANNOUNCE_TIME = 240 s
19ID_ANNOUNCE_TIME = 120 m 19ID_ANNOUNCE_TIME = 120 m
@@ -22,7 +22,7 @@ PORT = 12001
22DHT_REPLICATION_LEVEL = 3 22DHT_REPLICATION_LEVEL = 3
23 23
24[dht] 24[dht]
25AUTOSTART = YES 25START_ON_DEMAND = YES
26ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 26ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
27HOSTNAME = localhost 27HOSTNAME = localhost
28# Do not allow DHT to create extra connections, beyond those testbed created 28# Do not allow DHT to create extra connections, beyond those testbed created
@@ -41,14 +41,14 @@ DISABLE_BF = YES
41IN_MEMORY = YES 41IN_MEMORY = YES
42 42
43[fs] 43[fs]
44AUTOSTART = NO 44START_ON_DEMAND = NO
45 45
46[resolver] 46[resolver]
47AUTOSTART = NO 47START_ON_DEMAND = NO
48HOSTNAME = localhost 48HOSTNAME = localhost
49 49
50[transport] 50[transport]
51AUTOSTART = YES 51START_ON_DEMAND = YES
52PLUGINS = tcp 52PLUGINS = tcp
53ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 53ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
54ACCEPT_FROM6 = ::1; 54ACCEPT_FROM6 = ::1;
@@ -60,7 +60,7 @@ WAN_QUOTA_OUT = 3932160
60WAN_QUOTA_IN = 3932160 60WAN_QUOTA_IN = 3932160
61 61
62[core] 62[core]
63AUTOSTART = YES 63START_ON_DEMAND = YES
64 64
65[transport-tcp] 65[transport-tcp]
66TIMEOUT = 300 s 66TIMEOUT = 300 s
@@ -74,7 +74,7 @@ ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
74 74
75[statistics] 75[statistics]
76PORT = 12008 76PORT = 12008
77AUTOSTART = YES 77START_ON_DEMAND = YES
78ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 78ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
79DISABLE = NO 79DISABLE = NO
80 80
@@ -89,15 +89,15 @@ PEERGROUP_TIMEOUT = 2400 s
89SERVICEHOME = $GNUNET_TMP/perf-regex/ 89SERVICEHOME = $GNUNET_TMP/perf-regex/
90 90
91[dns] 91[dns]
92AUTOSTART = NO 92START_ON_DEMAND = NO
93 93
94[nse] 94[nse]
95AUTOSTART = YES 95START_ON_DEMAND = YES
96# Minimize proof-of-work CPU consumption by NSE 96# Minimize proof-of-work CPU consumption by NSE
97WORKBITS = 1 97WORKBITS = 1
98 98
99[vpn] 99[vpn]
100AUTOSTART = NO 100START_ON_DEMAND = NO
101 101
102[nat] 102[nat]
103# Allow running on systems with only loopback? 103# Allow running on systems with only loopback?
diff --git a/contrib/testbed_configs/testbed_cluster.conf b/contrib/testbed_configs/testbed_cluster.conf
index f92e4d721..62c83ec78 100644
--- a/contrib/testbed_configs/testbed_cluster.conf
+++ b/contrib/testbed_configs/testbed_cluster.conf
@@ -1,5 +1,5 @@
1[testbed] 1[testbed]
2AUTOSTART = NO 2START_ON_DEMAND = NO
3PORT = 12113 3PORT = 12113
4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 10.0.0.0/8; 4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 10.0.0.0/8;
5HOSTNAME = localhost 5HOSTNAME = localhost
@@ -11,22 +11,22 @@ SETUP_TIMEOUT = 30m
11MAX_OPEN_FDS = 512 11MAX_OPEN_FDS = 512
12 12
13[fs] 13[fs]
14AUTOSTART = NO 14START_ON_DEMAND = NO
15 15
16[resolver] 16[resolver]
17AUTOSTART = NO 17START_ON_DEMAND = NO
18 18
19[cadet] 19[cadet]
20AUTOSTART = NO 20START_ON_DEMAND = NO
21PORT = 71 21PORT = 71
22 22
23[dht] 23[dht]
24AUTOSTART = NO 24START_ON_DEMAND = NO
25PORT = 70 25PORT = 70
26DISABLE_TRY_CONNECT = YES 26DISABLE_TRY_CONNECT = YES
27 27
28[statistics] 28[statistics]
29AUTOSTART = NO 29START_ON_DEMAND = NO
30PORT = 72 30PORT = 72
31 31
32[dhtcache] 32[dhtcache]
@@ -42,7 +42,7 @@ NEIGHBOUR_LIMIT = 10
42 42
43[core] 43[core]
44PORT = 12092 44PORT = 12092
45AUTOSTART = YES 45START_ON_DEMAND = YES
46USE_EPHEMERAL_KEYS = NO 46USE_EPHEMERAL_KEYS = NO
47 47
48[arm] 48[arm]
@@ -58,28 +58,28 @@ BROADCAST = NO
58SERVICEHOME = $GNUNET_TMP/test-testbed/ 58SERVICEHOME = $GNUNET_TMP/test-testbed/
59 59
60[dns] 60[dns]
61AUTOSTART = NO 61START_ON_DEMAND = NO
62 62
63[nse] 63[nse]
64AUTOSTART = NO 64START_ON_DEMAND = NO
65 65
66[vpn] 66[vpn]
67AUTOSTART = NO 67START_ON_DEMAND = NO
68 68
69[nat] 69[nat]
70RETURN_LOCAL_ADDRESSES = YES 70RETURN_LOCAL_ADDRESSES = YES
71 71
72[gns] 72[gns]
73AUTOSTART = NO 73START_ON_DEMAND = NO
74 74
75[peerinfo] 75[peerinfo]
76NO_IO = YES 76NO_IO = YES
77 77
78[consensus] 78[consensus]
79AUTOSTART = NO 79START_ON_DEMAND = NO
80 80
81[dv] 81[dv]
82AUTOSTART = NO 82START_ON_DEMAND = NO
83 83
84[lockmanager] 84[lockmanager]
85AUTOSTART = NO 85START_ON_DEMAND = NO
diff --git a/contrib/testbed_configs/testbed_infiniband.conf b/contrib/testbed_configs/testbed_infiniband.conf
index c87f56eef..812945eea 100644
--- a/contrib/testbed_configs/testbed_infiniband.conf
+++ b/contrib/testbed_configs/testbed_infiniband.conf
@@ -1,5 +1,5 @@
1[testbed] 1[testbed]
2AUTOSTART = NO 2START_ON_DEMAND = NO
3PORT = 12113 3PORT = 12113
4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
5HOSTNAME = localhost 5HOSTNAME = localhost
@@ -11,22 +11,22 @@ SETUP_TIMEOUT = 30m
11MAX_OPEN_FDS = 512 11MAX_OPEN_FDS = 512
12 12
13[fs] 13[fs]
14AUTOSTART = NO 14START_ON_DEMAND = NO
15 15
16[resolver] 16[resolver]
17AUTOSTART = NO 17START_ON_DEMAND = NO
18 18
19[cadet] 19[cadet]
20AUTOSTART = NO 20START_ON_DEMAND = NO
21PORT = 71 21PORT = 71
22 22
23[dht] 23[dht]
24AUTOSTART = NO 24START_ON_DEMAND = NO
25PORT = 70 25PORT = 70
26DISABLE_TRY_CONNECT = YES 26DISABLE_TRY_CONNECT = YES
27 27
28[statistics] 28[statistics]
29AUTOSTART = NO 29START_ON_DEMAND = NO
30PORT = 72 30PORT = 72
31 31
32[dhtcache] 32[dhtcache]
@@ -42,7 +42,7 @@ NEIGHBOUR_LIMIT = 10
42 42
43[core] 43[core]
44PORT = 12092 44PORT = 12092
45AUTOSTART = YES 45START_ON_DEMAND = YES
46USE_EPHEMERAL_KEYS = NO 46USE_EPHEMERAL_KEYS = NO
47 47
48[arm] 48[arm]
@@ -58,28 +58,28 @@ BROADCAST = NO
58SERVICEHOME = $GNUNET_TMP/test-testbed/ 58SERVICEHOME = $GNUNET_TMP/test-testbed/
59 59
60[dns] 60[dns]
61AUTOSTART = NO 61START_ON_DEMAND = NO
62 62
63[nse] 63[nse]
64AUTOSTART = NO 64START_ON_DEMAND = NO
65 65
66[vpn] 66[vpn]
67AUTOSTART = NO 67START_ON_DEMAND = NO
68 68
69[nat] 69[nat]
70RETURN_LOCAL_ADDRESSES = YES 70RETURN_LOCAL_ADDRESSES = YES
71 71
72[gns] 72[gns]
73AUTOSTART = NO 73START_ON_DEMAND = NO
74 74
75[peerinfo] 75[peerinfo]
76NO_IO = YES 76NO_IO = YES
77 77
78[consensus] 78[consensus]
79AUTOSTART = NO 79START_ON_DEMAND = NO
80 80
81[dv] 81[dv]
82AUTOSTART = NO 82START_ON_DEMAND = NO
83 83
84[lockmanager] 84[lockmanager]
85AUTOSTART = NO 85START_ON_DEMAND = NO
diff --git a/contrib/testbed_configs/testbed_supermuc.conf b/contrib/testbed_configs/testbed_supermuc.conf
index 4603b1fe3..47bfee43c 100644
--- a/contrib/testbed_configs/testbed_supermuc.conf
+++ b/contrib/testbed_configs/testbed_supermuc.conf
@@ -1,5 +1,5 @@
1[testbed] 1[testbed]
2AUTOSTART = NO 2START_ON_DEMAND = NO
3PORT = 12113 3PORT = 12113
4ACCEPT_FROM = 127.0.0.1;10.0.0.0/8; 4ACCEPT_FROM = 127.0.0.1;10.0.0.0/8;
5HOSTNAME = localhost 5HOSTNAME = localhost
@@ -14,22 +14,22 @@ MAX_OPEN_FDS=512
14SETUP_TIMEOUT = 30 m 14SETUP_TIMEOUT = 30 m
15 15
16[fs] 16[fs]
17AUTOSTART = NO 17START_ON_DEMAND = NO
18 18
19[resolver] 19[resolver]
20AUTOSTART = NO 20START_ON_DEMAND = NO
21 21
22[cadet] 22[cadet]
23AUTOSTART = NO 23START_ON_DEMAND = NO
24PORT = 71 24PORT = 71
25 25
26[dht] 26[dht]
27AUTOSTART = NO 27START_ON_DEMAND = NO
28PORT = 70 28PORT = 70
29DISABLE_TRY_CONNECT = YES 29DISABLE_TRY_CONNECT = YES
30 30
31[statistics] 31[statistics]
32AUTOSTART = NO 32START_ON_DEMAND = NO
33PORT = 72 33PORT = 72
34 34
35[dhtcache] 35[dhtcache]
@@ -45,7 +45,7 @@ NEIGHBOUR_LIMIT = 10
45 45
46[core] 46[core]
47PORT = 12092 47PORT = 12092
48AUTOSTART = YES 48START_ON_DEMAND = YES
49USE_EPHEMERAL_KEYS = NO 49USE_EPHEMERAL_KEYS = NO
50 50
51[arm] 51[arm]
@@ -66,7 +66,7 @@ BEHIND_NAT = NO
66RETURN_LOCAL_ADDRESSES = NO 66RETURN_LOCAL_ADDRESSES = NO
67 67
68[peerinfo] 68[peerinfo]
69AUTOSTART = NO 69START_ON_DEMAND = NO
70NO_IO = YES 70NO_IO = YES
71 71
72[testing] 72[testing]