cuboid 0.0.5 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +13 -13
- data/lib/cuboid/application.rb +10 -10
- data/lib/cuboid/option_groups/{dispatcher.rb → agent.rb} +9 -9
- data/lib/cuboid/option_groups/paths.rb +1 -1
- data/lib/cuboid/options.rb +1 -1
- data/lib/cuboid/processes/{dispatchers.rb → agents.rb} +25 -25
- data/lib/cuboid/processes/executables/agent.rb +5 -0
- data/lib/cuboid/processes/helpers/agents.rb +23 -0
- data/lib/cuboid/processes/helpers/instances.rb +4 -4
- data/lib/cuboid/processes/helpers.rb +1 -1
- data/lib/cuboid/processes/instances.rb +9 -9
- data/lib/cuboid/processes/schedulers.rb +2 -2
- data/lib/cuboid/processes.rb +2 -2
- data/lib/cuboid/rest/server/instance_helpers.rb +13 -13
- data/lib/cuboid/rest/server/routes/dispatcher.rb +11 -11
- data/lib/cuboid/rest/server/routes/grid.rb +8 -8
- data/lib/cuboid/rest/server/routes/instances.rb +1 -1
- data/lib/cuboid/rest/server.rb +5 -5
- data/lib/cuboid/rpc/client/{dispatcher.rb → agent.rb} +4 -4
- data/lib/cuboid/rpc/client/instance.rb +2 -2
- data/lib/cuboid/rpc/client.rb +1 -1
- data/lib/cuboid/rpc/server/agent/node.rb +247 -0
- data/lib/cuboid/rpc/server/{dispatcher → agent}/service.rb +13 -13
- data/lib/cuboid/rpc/server/{dispatcher.rb → agent.rb} +32 -31
- data/lib/cuboid/rpc/server/application_wrapper.rb +1 -1
- data/lib/cuboid/rpc/server/instance.rb +4 -4
- data/lib/cuboid/rpc/server/scheduler.rb +12 -12
- data/lib/version +1 -1
- data/spec/cuboid/option_groups/dispatcher_spec.rb +2 -2
- data/spec/cuboid/rest/server_spec.rb +45 -45
- data/spec/cuboid/rpc/client/dispatcher_spec.rb +2 -2
- data/spec/cuboid/rpc/server/dispatcher/node_spec.rb +65 -65
- data/spec/cuboid/rpc/server/dispatcher/service_spec.rb +16 -16
- data/spec/cuboid/rpc/server/dispatcher_spec.rb +95 -95
- data/spec/cuboid/rpc/server/scheduler_spec.rb +8 -8
- data/spec/support/fixtures/executables/node.rb +3 -3
- data/spec/support/fixtures/mock_app/test_service.rb +8 -8
- data/spec/support/fixtures/mock_app.rb +1 -1
- data/spec/support/fixtures/services/echo.rb +6 -6
- data/spec/support/helpers/resets.rb +1 -1
- data/spec/support/lib/web_server_client.rb +2 -2
- data/spec/support/lib/web_server_dispatcher.rb +1 -1
- metadata +10 -348
- data/lib/cuboid/processes/executables/dispatcher.rb +0 -5
- data/lib/cuboid/processes/helpers/dispatchers.rb +0 -23
- data/lib/cuboid/rpc/server/dispatcher/node.rb +0 -247
- data/spec/support/logs/Dispatcher - 1520492-37227.log +0 -6
- data/spec/support/logs/Dispatcher - 1520680-13689.log +0 -6
- data/spec/support/logs/Dispatcher - 1520682-24167.log +0 -6
- data/spec/support/logs/Dispatcher - 1520688-42731.log +0 -6
- data/spec/support/logs/Dispatcher - 1520690-5750.log +0 -10
- data/spec/support/logs/Dispatcher - 1520692-55183.log +0 -10
- data/spec/support/logs/Dispatcher - 1520695-39752.log +0 -10
- data/spec/support/logs/Dispatcher - 1520697-44327.log +0 -10
- data/spec/support/logs/Dispatcher - 1520699-58785.log +0 -10
- data/spec/support/logs/Dispatcher - 1520701-60952.log +0 -10
- data/spec/support/logs/Dispatcher - 1520796-50420.log +0 -6
- data/spec/support/logs/Dispatcher - 1520894-56883.log +0 -6
- data/spec/support/logs/Dispatcher - 1520896-21419.log +0 -6
- data/spec/support/logs/Dispatcher - 1520898-62584.log +0 -6
- data/spec/support/logs/Dispatcher - 1520900-59721.log +0 -6
- data/spec/support/logs/Dispatcher - 1520910-51632.log +0 -6
- data/spec/support/logs/Dispatcher - 1520920-21801.log +0 -6
- data/spec/support/logs/Dispatcher - 1520930-49223.log +0 -6
- data/spec/support/logs/Dispatcher - 1520933-34241.log +0 -6
- data/spec/support/logs/Dispatcher - 1520935-64571.log +0 -6
- data/spec/support/logs/Dispatcher - 1520937-50734.log +0 -6
- data/spec/support/logs/Dispatcher - 1520939-60841.log +0 -6
- data/spec/support/logs/Dispatcher - 1520944-8124.log +0 -6
- data/spec/support/logs/Dispatcher - 1520946-25192.log +0 -16
- data/spec/support/logs/Dispatcher - 1520948-9752.log +0 -14
- data/spec/support/logs/Dispatcher - 1520952-45543.log +0 -10
- data/spec/support/logs/Dispatcher - 1520958-36653.log +0 -16
- data/spec/support/logs/Dispatcher - 1520960-17456.log +0 -14
- data/spec/support/logs/Dispatcher - 1520964-5774.log +0 -10
- data/spec/support/logs/Dispatcher - 1520976-40848.log +0 -16
- data/spec/support/logs/Dispatcher - 1520978-29867.log +0 -14
- data/spec/support/logs/Dispatcher - 1520982-17715.log +0 -10
- data/spec/support/logs/Dispatcher - 1520987-8925.log +0 -16
- data/spec/support/logs/Dispatcher - 1520989-25480.log +0 -14
- data/spec/support/logs/Dispatcher - 1520993-5124.log +0 -10
- data/spec/support/logs/Dispatcher - 1520999-12901.log +0 -16
- data/spec/support/logs/Dispatcher - 1521004-32265.log +0 -14
- data/spec/support/logs/Dispatcher - 1521008-33455.log +0 -10
- data/spec/support/logs/Dispatcher - 1521014-13779.log +0 -6
- data/spec/support/logs/Dispatcher - 1521017-14755.log +0 -6
- data/spec/support/logs/Dispatcher - 1521022-48687.log +0 -6
- data/spec/support/logs/Dispatcher - 1521024-59097.log +0 -6
- data/spec/support/logs/Dispatcher - 1521034-12604.log +0 -6
- data/spec/support/logs/Dispatcher - 1521038-64272.log +0 -6
- data/spec/support/logs/Dispatcher - 1521043-8680.log +0 -6
- data/spec/support/logs/Dispatcher - 1521047-22949.log +0 -6
- data/spec/support/logs/Dispatcher - 1521051-3355.log +0 -6
- data/spec/support/logs/Dispatcher - 1521074-12332.log +0 -6
- data/spec/support/logs/Dispatcher - 1521118-53130.log +0 -16
- data/spec/support/logs/Dispatcher - 1521128-47137.log +0 -14
- data/spec/support/logs/Dispatcher - 1521136-30328.log +0 -10
- data/spec/support/logs/Dispatcher - 1521161-21329.log +0 -16
- data/spec/support/logs/Dispatcher - 1521172-19183.log +0 -14
- data/spec/support/logs/Dispatcher - 1521179-34902.log +0 -10
- data/spec/support/logs/Dispatcher - 1521190-20155.log +0 -16
- data/spec/support/logs/Dispatcher - 1521204-43843.log +0 -14
- data/spec/support/logs/Dispatcher - 1521211-23972.log +0 -10
- data/spec/support/logs/Dispatcher - 1521237-20879.log +0 -10
- data/spec/support/logs/Dispatcher - 1521239-61999.log +0 -10
- data/spec/support/logs/Dispatcher - 1521242-20975.log +0 -16
- data/spec/support/logs/Dispatcher - 1521246-28409.log +0 -14
- data/spec/support/logs/Dispatcher - 1521250-58505.log +0 -10
- data/spec/support/logs/Dispatcher - 1521262-53292.log +0 -6
- data/spec/support/logs/Dispatcher - 1521266-42758.log +0 -6
- data/spec/support/logs/Dispatcher - 1521277-4215.log +0 -6
- data/spec/support/logs/Dispatcher - 1521292-16086.log +0 -6
- data/spec/support/logs/Dispatcher - 1521301-42112.log +0 -6
- data/spec/support/logs/Dispatcher - 1521312-61196.log +0 -6
- data/spec/support/logs/Dispatcher - 1521316-23353.log +0 -6
- data/spec/support/logs/Dispatcher - 1521321-46361.log +0 -6
- data/spec/support/logs/Dispatcher - 1521438-46016.log +0 -6
- data/spec/support/logs/Dispatcher - 1521454-49862.log +0 -6
- data/spec/support/logs/Dispatcher - 1521470-54737.log +0 -6
- data/spec/support/logs/Instance - 1521353-26273.error.log +0 -105
- data/spec/support/logs/Instance - 1521355-56591.error.log +0 -105
- data/spec/support/logs/Instance - 1521363-26218.error.log +0 -105
- data/spec/support/logs/Scheduler - 1520469-35703.log +0 -3
- data/spec/support/logs/Scheduler - 1520473-60524.log +0 -6
- data/spec/support/logs/Scheduler - 1520509-34951.log +0 -3
- data/spec/support/logs/Scheduler - 1520517-31455.log +0 -6
- data/spec/support/logs/Scheduler - 1520529-43808.log +0 -4
- data/spec/support/logs/Scheduler - 1520536-23387.log +0 -1
- data/spec/support/logs/Scheduler - 1520549-48260.log +0 -3
- data/spec/support/logs/Scheduler - 1520563-45636.log +0 -6
- data/spec/support/logs/Scheduler - 1520599-40643.log +0 -3
- data/spec/support/logs/Scheduler - 1520608-54106.log +0 -6
- data/spec/support/logs/Scheduler - 1520629-24722.log +0 -3
- data/spec/support/logs/Scheduler - 1520637-61755.log +0 -6
- data/spec/support/logs/Scheduler - 1520663-17447.log +0 -4
- data/spec/support/logs/Scheduler - 1520671-38282.log +0 -6
- data/spec/support/logs/Scheduler - 1520703-33082.log +0 -1
- data/spec/support/logs/Scheduler - 1520706-22309.log +0 -1
- data/spec/support/logs/Scheduler - 1520709-1816.log +0 -1
- data/spec/support/logs/Scheduler - 1520711-19998.log +0 -1
- data/spec/support/logs/Scheduler - 1520714-47570.log +0 -1
- data/spec/support/logs/Scheduler - 1520723-18521.log +0 -1
- data/spec/support/logs/Scheduler - 1520725-40913.log +0 -3
- data/spec/support/logs/Scheduler - 1520749-45742.log +0 -6
- data/spec/support/logs/Scheduler - 1520759-44350.log +0 -4
- data/spec/support/logs/Scheduler - 1520770-53219.log +0 -1
- data/spec/support/logs/Scheduler - 1520773-54792.log +0 -1
- data/spec/support/logs/Scheduler - 1520777-19636.log +0 -1
- data/spec/support/logs/Scheduler - 1520780-51801.log +0 -1
- data/spec/support/logs/Scheduler - 1520782-9652.log +0 -3
- data/spec/support/logs/Scheduler - 1520786-59472.log +0 -1
- data/spec/support/logs/Scheduler - 1520789-1603.log +0 -1
- data/spec/support/logs/Scheduler - 1520792-35476.log +0 -1
- data/spec/support/logs/Scheduler - 1521410-47324.log +0 -16
- data/spec/support/logs/Scheduler - 1521422-33737.log +0 -6
- data/spec/support/logs/Scheduler - 1521433-36637.log +0 -6
- data/spec/support/logs/Scheduler - 1521440-15066.log +0 -6
- data/spec/support/logs/Scheduler - 1521456-48637.log +0 -3
- data/spec/support/logs/Scheduler - 1521472-54425.log +0 -5
- data/spec/support/logs/Scheduler - 1521496-12923.log +0 -1
- data/spec/support/logs/Scheduler - 1521518-46819.log +0 -1
- data/spec/support/logs/Scheduler - 1521522-21417.log +0 -1
- data/spec/support/logs/Scheduler - 1521525-35088.log +0 -1
- data/spec/support/logs/Scheduler - 1521528-13676.log +0 -1
- data/spec/support/logs/Scheduler - 1521530-48176.log +0 -1
- data/spec/support/logs/Scheduler - 1521532-13207.log +0 -1
- data/spec/support/logs/Scheduler - 1521535-5799.log +0 -3
- data/spec/support/logs/Scheduler - 1521543-62784.log +0 -3
- data/spec/support/logs/Scheduler - 1521551-10263.log +0 -3
- data/spec/support/logs/Scheduler - 1521556-56026.log +0 -3
- data/spec/support/logs/Scheduler - 1521560-14551.log +0 -4
- data/spec/support/logs/Scheduler - 1521573-47584.log +0 -1
- data/spec/support/logs/Scheduler - 1521578-14443.log +0 -4
- data/spec/support/logs/Scheduler - 1521580-60337.log +0 -1
- data/spec/support/logs/Scheduler - 1521583-52039.log +0 -1
- data/spec/support/logs/Scheduler - 1521586-1500.log +0 -16
- data/spec/support/logs/Scheduler - 1521598-61298.log +0 -4
- data/spec/support/logs/Scheduler - 1521602-61490.log +0 -1
- data/spec/support/logs/Scheduler - 1521604-29209.log +0 -1
- data/spec/support/logs/Scheduler - 1521606-47734.log +0 -1
- data/spec/support/logs/Scheduler - 1521612-63269.log +0 -1
- data/spec/support/logs/Scheduler - 1521614-47018.log +0 -3
- data/spec/support/logs/Scheduler - 1521619-32411.log +0 -1
- data/spec/support/logs/Scheduler - 1521621-42861.log +0 -1
- data/spec/support/logs/Scheduler - 1521623-56258.log +0 -1
- data/spec/support/logs/Scheduler - 1521627-9487.log +0 -1
- data/spec/support/logs/Scheduler - 1521630-3345.log +0 -1
- data/spec/support/logs/Scheduler - 1521632-47325.log +0 -1
- data/spec/support/logs/Scheduler - 1521635-22156.log +0 -2
- data/spec/support/logs/error-1520329.log +0 -797
- data/spec/support/logs/output_spec_1520329.log +0 -390
- data/spec/support/reports/003bed585153336c2548d1c60a026a3e.crf +0 -0
- data/spec/support/reports/30e3c7a8c13e9b40a0a443a5e5a4ff94.crf +0 -0
- data/spec/support/reports/31655751a9f0eee91e588bc796985b1e.crf +0 -0
- data/spec/support/reports/40801b7993c0ed919b73242a9c078dde.crf +0 -0
- data/spec/support/reports/4719b89667e92bb80102f4b0bb4c0c75.crf +0 -0
- data/spec/support/reports/4e765a3d2870d2763ea72167bd3db9d6.crf +0 -0
- data/spec/support/reports/61968f732d8ae715c104175e43679915.crf +0 -0
- data/spec/support/reports/63446a8ec637d9991b8c6a1151ae59a9.crf +0 -0
- data/spec/support/reports/737144b18305c7a115ad7964b9bbe41c.crf +0 -0
- data/spec/support/reports/73fe5f7adf905045c3fe4669bdf60d02.crf +0 -0
- data/spec/support/reports/86cd396db9ef97472876f32e57c44ce7.crf +0 -0
- data/spec/support/reports/8a031ac2b2730dfd07a1d1ca870299f2.crf +0 -0
- data/spec/support/reports/8e16ac74484ee5d8cf7073fe22adf787.crf +0 -0
- data/spec/support/reports/8eff857213ab6ff712a0b0e8582855c9.crf +0 -0
- data/spec/support/reports/9e0e6ed8718973b3d4e63bbb7dd1d1c6.crf +0 -0
- data/spec/support/reports/a9c88f967d09cb9c4e8e1180cfb24828.crf +0 -0
- data/spec/support/reports/ba32970a64686e45ec8caa5032f65c2e.crf +0 -0
- data/spec/support/reports/cceb7596659fd619ab4438953cbda78b.crf +0 -0
- data/spec/support/reports/d2e0f4558b605ffd1215e9226815b951.crf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-24 14_38_16 +0200 8238609e31cedaf1bcb89205f9d42121.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-24 14_38_30 +0200 68690b002e79c7bc9e3aabfcbc7ac5a7.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-24 14_46_39 +0200 6fd3c9491d3e784e18f9c3c0d9deddec.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-24 14_46_44 +0200 c3a012fba59210bc7c169afb0565d5a8.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-24 14_46_46 +0200 e4c1ce35d8e62e6a16f84eccd36b2283.csf +0 -0
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:44:38 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:44:38 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:44:38 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:44:38 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:44:38 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:44:38 2022] [status] Ready
|
|
7
|
-
[Mon Jan 24 14:44:38 2022] [status] Adding neighbour: 127.0.0.1:12901
|
|
8
|
-
[Mon Jan 24 14:44:38 2022] [info] Updated neighbours:
|
|
9
|
-
[Mon Jan 24 14:44:38 2022] [info] ---- 127.0.0.1:12901
|
|
10
|
-
[Mon Jan 24 14:44:38 2022] [status] Advertising: 127.0.0.1:12901
|
|
11
|
-
[Mon Jan 24 14:44:40 2022] [status] Adding neighbour: 127.0.0.1:33455
|
|
12
|
-
[Mon Jan 24 14:44:40 2022] [info] Updated neighbours:
|
|
13
|
-
[Mon Jan 24 14:44:40 2022] [info] ---- 127.0.0.1:12901
|
|
14
|
-
[Mon Jan 24 14:44:40 2022] [info] ---- 127.0.0.1:33455
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:44:40 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:44:40 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:44:40 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:44:40 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:44:40 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:44:40 2022] [status] Ready
|
|
7
|
-
[Mon Jan 24 14:44:40 2022] [status] Adding neighbour: 127.0.0.1:12901
|
|
8
|
-
[Mon Jan 24 14:44:40 2022] [info] Updated neighbours:
|
|
9
|
-
[Mon Jan 24 14:44:40 2022] [info] ---- 127.0.0.1:12901
|
|
10
|
-
[Mon Jan 24 14:44:40 2022] [status] Advertising: 127.0.0.1:12901
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:44:42 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:44:42 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:44:42 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:44:42 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:44:42 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:44:42 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:44:43 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:44:43 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:44:43 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:44:43 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:44:43 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:44:43 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:44:45 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:44:45 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:44:45 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:44:45 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:44:45 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:44:45 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:44:46 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:44:46 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:44:46 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:44:46 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:44:46 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:44:46 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:44:49 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:44:49 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:44:49 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:44:49 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:44:49 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:44:49 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:44:51 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:44:51 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:44:51 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:44:51 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:44:51 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:44:51 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:44:52 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:44:52 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:44:52 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:44:52 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:44:52 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:44:52 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:44:54 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:44:54 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:44:54 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:44:54 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:44:54 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:44:54 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:44:56 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:44:56 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:44:56 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:44:56 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:44:56 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:44:56 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:45:01 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:45:01 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:45:01 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:45:01 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:45:01 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:45:01 2022] [status] Ready
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:45:39 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:45:39 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:45:39 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:45:39 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:45:39 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:45:39 2022] [status] Ready
|
|
7
|
-
[Mon Jan 24 14:45:42 2022] [status] Adding neighbour: 127.0.0.2:47137
|
|
8
|
-
[Mon Jan 24 14:45:42 2022] [info] Updated neighbours:
|
|
9
|
-
[Mon Jan 24 14:45:42 2022] [info] ---- 127.0.0.2:47137
|
|
10
|
-
[Mon Jan 24 14:45:42 2022] [status] Advertising: 127.0.0.2:47137
|
|
11
|
-
[Mon Jan 24 14:45:43 2022] [status] Adding neighbour: 127.0.0.3:30328
|
|
12
|
-
[Mon Jan 24 14:45:43 2022] [info] Updated neighbours:
|
|
13
|
-
[Mon Jan 24 14:45:43 2022] [info] ---- 127.0.0.2:47137
|
|
14
|
-
[Mon Jan 24 14:45:43 2022] [info] ---- 127.0.0.3:30328
|
|
15
|
-
[Mon Jan 24 14:45:43 2022] [status] Advertising: 127.0.0.3:30328
|
|
16
|
-
[Mon Jan 24 14:45:43 2022] [info] ---- to: 127.0.0.2:47137
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:45:42 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:45:42 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:45:42 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:45:42 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:45:42 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:45:42 2022] [status] Ready
|
|
7
|
-
[Mon Jan 24 14:45:42 2022] [status] Adding neighbour: 127.0.0.1:53130
|
|
8
|
-
[Mon Jan 24 14:45:42 2022] [info] Updated neighbours:
|
|
9
|
-
[Mon Jan 24 14:45:42 2022] [info] ---- 127.0.0.1:53130
|
|
10
|
-
[Mon Jan 24 14:45:42 2022] [status] Advertising: 127.0.0.1:53130
|
|
11
|
-
[Mon Jan 24 14:45:43 2022] [status] Adding neighbour: 127.0.0.3:30328
|
|
12
|
-
[Mon Jan 24 14:45:43 2022] [info] Updated neighbours:
|
|
13
|
-
[Mon Jan 24 14:45:43 2022] [info] ---- 127.0.0.1:53130
|
|
14
|
-
[Mon Jan 24 14:45:43 2022] [info] ---- 127.0.0.3:30328
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:45:43 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:45:43 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:45:43 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:45:43 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:45:43 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:45:43 2022] [status] Ready
|
|
7
|
-
[Mon Jan 24 14:45:43 2022] [status] Adding neighbour: 127.0.0.1:53130
|
|
8
|
-
[Mon Jan 24 14:45:43 2022] [info] Updated neighbours:
|
|
9
|
-
[Mon Jan 24 14:45:43 2022] [info] ---- 127.0.0.1:53130
|
|
10
|
-
[Mon Jan 24 14:45:43 2022] [status] Advertising: 127.0.0.1:53130
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:45:51 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:45:51 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:45:51 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:45:51 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:45:51 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:45:51 2022] [status] Ready
|
|
7
|
-
[Mon Jan 24 14:45:54 2022] [status] Adding neighbour: 127.0.0.2:19183
|
|
8
|
-
[Mon Jan 24 14:45:54 2022] [info] Updated neighbours:
|
|
9
|
-
[Mon Jan 24 14:45:54 2022] [info] ---- 127.0.0.2:19183
|
|
10
|
-
[Mon Jan 24 14:45:54 2022] [status] Advertising: 127.0.0.2:19183
|
|
11
|
-
[Mon Jan 24 14:45:56 2022] [status] Adding neighbour: 127.0.0.3:34902
|
|
12
|
-
[Mon Jan 24 14:45:56 2022] [info] Updated neighbours:
|
|
13
|
-
[Mon Jan 24 14:45:56 2022] [info] ---- 127.0.0.2:19183
|
|
14
|
-
[Mon Jan 24 14:45:56 2022] [info] ---- 127.0.0.3:34902
|
|
15
|
-
[Mon Jan 24 14:45:56 2022] [status] Advertising: 127.0.0.3:34902
|
|
16
|
-
[Mon Jan 24 14:45:56 2022] [info] ---- to: 127.0.0.2:19183
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:45:54 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:45:54 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:45:54 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:45:54 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:45:54 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:45:54 2022] [status] Ready
|
|
7
|
-
[Mon Jan 24 14:45:54 2022] [status] Adding neighbour: 127.0.0.1:21329
|
|
8
|
-
[Mon Jan 24 14:45:54 2022] [info] Updated neighbours:
|
|
9
|
-
[Mon Jan 24 14:45:54 2022] [info] ---- 127.0.0.1:21329
|
|
10
|
-
[Mon Jan 24 14:45:54 2022] [status] Advertising: 127.0.0.1:21329
|
|
11
|
-
[Mon Jan 24 14:45:56 2022] [status] Adding neighbour: 127.0.0.3:34902
|
|
12
|
-
[Mon Jan 24 14:45:56 2022] [info] Updated neighbours:
|
|
13
|
-
[Mon Jan 24 14:45:56 2022] [info] ---- 127.0.0.1:21329
|
|
14
|
-
[Mon Jan 24 14:45:56 2022] [info] ---- 127.0.0.3:34902
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:45:56 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:45:56 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:45:56 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:45:56 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:45:56 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:45:56 2022] [status] Ready
|
|
7
|
-
[Mon Jan 24 14:45:56 2022] [status] Adding neighbour: 127.0.0.1:21329
|
|
8
|
-
[Mon Jan 24 14:45:56 2022] [info] Updated neighbours:
|
|
9
|
-
[Mon Jan 24 14:45:56 2022] [info] ---- 127.0.0.1:21329
|
|
10
|
-
[Mon Jan 24 14:45:56 2022] [status] Advertising: 127.0.0.1:21329
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:46:00 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:46:00 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:46:00 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:46:00 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:46:00 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:46:00 2022] [status] Ready
|
|
7
|
-
[Mon Jan 24 14:46:02 2022] [status] Adding neighbour: 127.0.0.2:43843
|
|
8
|
-
[Mon Jan 24 14:46:02 2022] [info] Updated neighbours:
|
|
9
|
-
[Mon Jan 24 14:46:02 2022] [info] ---- 127.0.0.2:43843
|
|
10
|
-
[Mon Jan 24 14:46:02 2022] [status] Advertising: 127.0.0.2:43843
|
|
11
|
-
[Mon Jan 24 14:46:04 2022] [status] Adding neighbour: 127.0.0.3:23972
|
|
12
|
-
[Mon Jan 24 14:46:04 2022] [info] Updated neighbours:
|
|
13
|
-
[Mon Jan 24 14:46:04 2022] [info] ---- 127.0.0.2:43843
|
|
14
|
-
[Mon Jan 24 14:46:04 2022] [info] ---- 127.0.0.3:23972
|
|
15
|
-
[Mon Jan 24 14:46:04 2022] [status] Advertising: 127.0.0.3:23972
|
|
16
|
-
[Mon Jan 24 14:46:04 2022] [info] ---- to: 127.0.0.2:43843
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:46:02 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:46:02 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:46:02 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:46:02 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:46:02 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:46:02 2022] [status] Ready
|
|
7
|
-
[Mon Jan 24 14:46:02 2022] [status] Adding neighbour: 127.0.0.1:20155
|
|
8
|
-
[Mon Jan 24 14:46:02 2022] [info] Updated neighbours:
|
|
9
|
-
[Mon Jan 24 14:46:02 2022] [info] ---- 127.0.0.1:20155
|
|
10
|
-
[Mon Jan 24 14:46:02 2022] [status] Advertising: 127.0.0.1:20155
|
|
11
|
-
[Mon Jan 24 14:46:04 2022] [status] Adding neighbour: 127.0.0.3:23972
|
|
12
|
-
[Mon Jan 24 14:46:04 2022] [info] Updated neighbours:
|
|
13
|
-
[Mon Jan 24 14:46:04 2022] [info] ---- 127.0.0.1:20155
|
|
14
|
-
[Mon Jan 24 14:46:04 2022] [info] ---- 127.0.0.3:23972
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:46:04 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:46:04 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:46:04 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:46:04 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:46:04 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:46:04 2022] [status] Ready
|
|
7
|
-
[Mon Jan 24 14:46:04 2022] [status] Adding neighbour: 127.0.0.1:20155
|
|
8
|
-
[Mon Jan 24 14:46:04 2022] [info] Updated neighbours:
|
|
9
|
-
[Mon Jan 24 14:46:04 2022] [info] ---- 127.0.0.1:20155
|
|
10
|
-
[Mon Jan 24 14:46:04 2022] [status] Advertising: 127.0.0.1:20155
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:46:12 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:46:12 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:46:12 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:46:12 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:46:12 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:46:12 2022] [status] Ready
|
|
7
|
-
[Mon Jan 24 14:46:13 2022] [status] Adding neighbour: 127.0.0.1:61999
|
|
8
|
-
[Mon Jan 24 14:46:13 2022] [info] Updated neighbours:
|
|
9
|
-
[Mon Jan 24 14:46:13 2022] [info] ---- 127.0.0.1:61999
|
|
10
|
-
[Mon Jan 24 14:46:13 2022] [status] Advertising: 127.0.0.1:61999
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:46:13 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:46:13 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:46:13 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:46:13 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:46:13 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:46:13 2022] [status] Ready
|
|
7
|
-
[Mon Jan 24 14:46:13 2022] [status] Adding neighbour: 127.0.0.1:20879
|
|
8
|
-
[Mon Jan 24 14:46:13 2022] [info] Updated neighbours:
|
|
9
|
-
[Mon Jan 24 14:46:13 2022] [info] ---- 127.0.0.1:20879
|
|
10
|
-
[Mon Jan 24 14:46:13 2022] [status] Advertising: 127.0.0.1:20879
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:46:14 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:46:14 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:46:14 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:46:14 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:46:14 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:46:14 2022] [status] Ready
|
|
7
|
-
[Mon Jan 24 14:46:15 2022] [status] Adding neighbour: 127.0.0.2:28409
|
|
8
|
-
[Mon Jan 24 14:46:15 2022] [info] Updated neighbours:
|
|
9
|
-
[Mon Jan 24 14:46:15 2022] [info] ---- 127.0.0.2:28409
|
|
10
|
-
[Mon Jan 24 14:46:15 2022] [status] Advertising: 127.0.0.2:28409
|
|
11
|
-
[Mon Jan 24 14:46:16 2022] [status] Adding neighbour: 127.0.0.3:58505
|
|
12
|
-
[Mon Jan 24 14:46:16 2022] [info] Updated neighbours:
|
|
13
|
-
[Mon Jan 24 14:46:16 2022] [info] ---- 127.0.0.2:28409
|
|
14
|
-
[Mon Jan 24 14:46:16 2022] [info] ---- 127.0.0.3:58505
|
|
15
|
-
[Mon Jan 24 14:46:16 2022] [status] Advertising: 127.0.0.3:58505
|
|
16
|
-
[Mon Jan 24 14:46:16 2022] [info] ---- to: 127.0.0.2:28409
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:46:15 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:46:15 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:46:15 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:46:15 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:46:15 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:46:15 2022] [status] Ready
|
|
7
|
-
[Mon Jan 24 14:46:15 2022] [status] Adding neighbour: 127.0.0.1:20975
|
|
8
|
-
[Mon Jan 24 14:46:15 2022] [info] Updated neighbours:
|
|
9
|
-
[Mon Jan 24 14:46:15 2022] [info] ---- 127.0.0.1:20975
|
|
10
|
-
[Mon Jan 24 14:46:15 2022] [status] Advertising: 127.0.0.1:20975
|
|
11
|
-
[Mon Jan 24 14:46:16 2022] [status] Adding neighbour: 127.0.0.3:58505
|
|
12
|
-
[Mon Jan 24 14:46:16 2022] [info] Updated neighbours:
|
|
13
|
-
[Mon Jan 24 14:46:16 2022] [info] ---- 127.0.0.1:20975
|
|
14
|
-
[Mon Jan 24 14:46:16 2022] [info] ---- 127.0.0.3:58505
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:46:16 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:46:16 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:46:16 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:46:16 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:46:16 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:46:16 2022] [status] Ready
|
|
7
|
-
[Mon Jan 24 14:46:16 2022] [status] Adding neighbour: 127.0.0.1:20975
|
|
8
|
-
[Mon Jan 24 14:46:16 2022] [info] Updated neighbours:
|
|
9
|
-
[Mon Jan 24 14:46:16 2022] [info] ---- 127.0.0.1:20975
|
|
10
|
-
[Mon Jan 24 14:46:16 2022] [status] Advertising: 127.0.0.1:20975
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:46:21 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:46:21 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:46:21 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:46:21 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:46:21 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:46:21 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:46:23 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:46:23 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:46:23 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:46:23 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:46:23 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:46:23 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:46:26 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:46:26 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:46:26 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:46:26 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:46:26 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:46:26 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:46:29 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:46:29 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:46:29 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:46:29 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:46:29 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:46:29 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:46:33 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:46:33 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:46:33 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:46:33 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:46:33 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:46:33 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:46:36 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:46:36 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:46:36 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:46:36 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:46:36 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:46:36 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:46:38 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:46:38 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:46:38 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:46:38 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:46:38 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:46:38 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:46:40 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:46:40 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:46:40 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:46:40 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:46:40 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:46:40 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:48:12 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:48:12 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:48:12 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:48:12 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:48:12 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:48:12 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:48:21 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:48:21 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:48:21 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:48:21 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:48:21 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:48:21 2022] [status] Ready
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[Mon Jan 24 14:48:25 2022] [status] Starting the RPC Server...
|
|
2
|
-
[Mon Jan 24 14:48:25 2022] [status] Initializing grid node...
|
|
3
|
-
[Mon Jan 24 14:48:25 2022] [status] Node ready.
|
|
4
|
-
[Mon Jan 24 14:48:25 2022] [info] Updated neighbours:
|
|
5
|
-
[Mon Jan 24 14:48:25 2022] [info] <empty>
|
|
6
|
-
[Mon Jan 24 14:48:25 2022] [status] Ready
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
2022-01-24 14:47:00 +0200 --------------------------------------------------------------------------------
|
|
3
|
-
ENV:
|
|
4
|
-
---
|
|
5
|
-
PROFILEHOME: ''
|
|
6
|
-
LESSOPEN: "| /usr/bin/lesspipe %s"
|
|
7
|
-
KDE_FULL_SESSION: 'true'
|
|
8
|
-
LANGUAGE: en_US:en
|
|
9
|
-
USER: zapotek
|
|
10
|
-
PAM_KWALLET5_LOGIN: "/run/user/1000/kwallet5.socket"
|
|
11
|
-
BUNDLER_VERSION: 2.3.3
|
|
12
|
-
XDG_SEAT: seat0
|
|
13
|
-
COMP_WORDBREAKS: " \t\n\"'><;|&(:"
|
|
14
|
-
SSH_AGENT_PID: '2781'
|
|
15
|
-
XDG_SESSION_TYPE: x11
|
|
16
|
-
KONSOLE_VERSION: '191203'
|
|
17
|
-
SHLVL: '1'
|
|
18
|
-
RUBYOPT: "-r/home/zapotek/.rvm/rubies/ruby-3.1.0/lib/ruby/3.1.0/bundler/setup"
|
|
19
|
-
HOME: "/home/zapotek"
|
|
20
|
-
OLDPWD: "/home/zapotek/workspace/qadron"
|
|
21
|
-
DESKTOP_SESSION: plasma
|
|
22
|
-
QTDIR: "/usr/local/qt"
|
|
23
|
-
BUNDLER_ORIG_BUNDLER_VERSION: BUNDLER_ENVIRONMENT_PRESERVER_INTENTIONALLY_NIL
|
|
24
|
-
SHELL_SESSION_ID: 90487ec2e11a4d0f89718ab153b6d6b4
|
|
25
|
-
GTK_RC_FILES: "/etc/gtk/gtkrc:/home/zapotek/.gtkrc:/home/zapotek/.config/gtkrc"
|
|
26
|
-
GTK_MODULES: gail:atk-bridge
|
|
27
|
-
XDG_SEAT_PATH: "/org/freedesktop/DisplayManager/Seat0"
|
|
28
|
-
KDE_SESSION_VERSION: '5'
|
|
29
|
-
KONSOLE_DBUS_SESSION: "/Sessions/20"
|
|
30
|
-
DBUS_SESSION_BUS_ADDRESS: unix:path=/run/user/1000/bus
|
|
31
|
-
COLORTERM: truecolor
|
|
32
|
-
MANDATORY_PATH: "/usr/share/gconf/plasma.mandatory.path"
|
|
33
|
-
QT_QPA_PLATFORMTHEME: appmenu-qt5
|
|
34
|
-
LOGNAME: zapotek
|
|
35
|
-
WINDOWID: '50331655'
|
|
36
|
-
rvm_bin_path: "/home/zapotek/.rvm/bin"
|
|
37
|
-
QT_AUTO_SCREEN_SCALE_FACTOR: '0'
|
|
38
|
-
_: "/home/zapotek/.rvm/gems/ruby-3.1.0@cuboid/bin/rake"
|
|
39
|
-
RUBYLIB: ''
|
|
40
|
-
RUBY_VERSION: ruby-3.1.0
|
|
41
|
-
XDG_SESSION_CLASS: user
|
|
42
|
-
DEFAULTS_PATH: "/usr/share/gconf/plasma.default.path"
|
|
43
|
-
COLORFGBG: 15;0
|
|
44
|
-
IRBRC: "/home/zapotek/.rvm/rubies/ruby-3.1.0/.irbrc"
|
|
45
|
-
TERM: xterm-256color
|
|
46
|
-
XDG_SESSION_ID: '4'
|
|
47
|
-
GTK2_MODULES: overlay-scrollbar
|
|
48
|
-
GTK2_RC_FILES: "/etc/gtk-2.0/gtkrc:/home/zapotek/.gtkrc-2.0:/home/zapotek/.config/gtkrc-2.0"
|
|
49
|
-
PATH: "/home/zapotek/.rvm/gems/ruby-3.1.0@cuboid/bin:/home/zapotek/.rvm/gems/ruby-3.1.0@global/bin:/home/zapotek/.rvm/rubies/ruby-3.1.0/bin:/home/zapotek/.rvm/bin:/usr/local/lib/nodejs/node-v12.18.0-linux-x64/bin:/home/zapotek/.cargo/bin:/usr/local/qt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
|
|
50
|
-
SESSION_MANAGER: local/zonster:@/tmp/.ICE-unix/2833,unix/zonster:/tmp/.ICE-unix/2833
|
|
51
|
-
XDG_SESSION_PATH: "/org/freedesktop/DisplayManager/Session1"
|
|
52
|
-
XDG_RUNTIME_DIR: "/run/user/1000"
|
|
53
|
-
XCURSOR_THEME: breeze_cursors
|
|
54
|
-
BUNDLER_ORIG_MANPATH: "/usr/local/qt/doc/man:"
|
|
55
|
-
BUNDLE_BIN_PATH: "/home/zapotek/.rvm/rubies/ruby-3.1.0/lib/ruby/gems/3.1.0/gems/bundler-2.3.3/libexec/bundle"
|
|
56
|
-
MY_RUBY_HOME: "/home/zapotek/.rvm/rubies/ruby-3.1.0"
|
|
57
|
-
DISPLAY: ":0"
|
|
58
|
-
LANG: en_US.UTF-8
|
|
59
|
-
XDG_CURRENT_DESKTOP: KDE
|
|
60
|
-
XDG_SESSION_DESKTOP: KDE
|
|
61
|
-
XAUTHORITY: "/tmp/xauth-1000-_0"
|
|
62
|
-
LS_COLORS: 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'
|
|
63
|
-
SSH_AUTH_SOCK: "/tmp/ssh-MBeUZAFnZHeo/agent.2606"
|
|
64
|
-
SHELL: "/bin/bash"
|
|
65
|
-
GOPATH: "/home/zapotek/workspace/gocode/"
|
|
66
|
-
BUNDLER_ORIG_BUNDLE_BIN_PATH: BUNDLER_ENVIRONMENT_PRESERVER_INTENTIONALLY_NIL
|
|
67
|
-
BUNDLER_ORIG_RUBYOPT: BUNDLER_ENVIRONMENT_PRESERVER_INTENTIONALLY_NIL
|
|
68
|
-
QT_ACCESSIBILITY: '1'
|
|
69
|
-
rvm_prefix: "/home/zapotek"
|
|
70
|
-
GEM_HOME: "/home/zapotek/.rvm/gems/ruby-3.1.0@cuboid"
|
|
71
|
-
LESSCLOSE: "/usr/bin/lesspipe %s %s"
|
|
72
|
-
KONSOLE_DBUS_SERVICE: ":1.45"
|
|
73
|
-
BUNDLER_ORIG_RB_USER_INSTALL: BUNDLER_ENVIRONMENT_PRESERVER_INTENTIONALLY_NIL
|
|
74
|
-
rvm_version: 1.29.12 (latest)
|
|
75
|
-
GPG_AGENT_INFO: "/run/user/1000/gnupg/S.gpg-agent:0:1"
|
|
76
|
-
BUNDLE_GEMFILE: "/home/zapotek/workspace/qadron/cuboid/Gemfile"
|
|
77
|
-
XDG_VTNR: '1'
|
|
78
|
-
BUNDLER_ORIG_GEM_HOME: "/home/zapotek/.rvm/gems/ruby-3.1.0@cuboid"
|
|
79
|
-
PWD: "/home/zapotek/workspace/qadron/cuboid"
|
|
80
|
-
GEM_PATH: "/home/zapotek/.rvm/gems/ruby-3.1.0@cuboid:/home/zapotek/.rvm/gems/ruby-3.1.0@global"
|
|
81
|
-
XDG_CONFIG_DIRS: "/etc/xdg/xdg-plasma:/etc/xdg:/usr/share/kubuntu-default-settings/kf5-settings"
|
|
82
|
-
XDG_DATA_DIRS: "/usr/share/plasma:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/var/lib/snapd/desktop"
|
|
83
|
-
KDE_SESSION_UID: '1000'
|
|
84
|
-
rvm_ruby_string: ruby-3.1.0
|
|
85
|
-
BUNDLER_ORIG_BUNDLE_GEMFILE: BUNDLER_ENVIRONMENT_PRESERVER_INTENTIONALLY_NIL
|
|
86
|
-
BUNDLER_ORIG_GEM_PATH: "/home/zapotek/.rvm/gems/ruby-3.1.0@cuboid:/home/zapotek/.rvm/gems/ruby-3.1.0@global"
|
|
87
|
-
BUNDLER_ORIG_PATH: "/home/zapotek/.rvm/gems/ruby-3.1.0@cuboid/bin:/home/zapotek/.rvm/gems/ruby-3.1.0@global/bin:/home/zapotek/.rvm/rubies/ruby-3.1.0/bin:/home/zapotek/.rvm/bin:/usr/local/lib/nodejs/node-v12.18.0-linux-x64/bin:/home/zapotek/.cargo/bin:/usr/local/qt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
|
|
88
|
-
MANPATH: "/usr/local/qt/doc/man:"
|
|
89
|
-
rvm_path: "/home/zapotek/.rvm"
|
|
90
|
-
rvm_delete_flag: '0'
|
|
91
|
-
BUNDLER_ORIG_RUBYLIB: BUNDLER_ENVIRONMENT_PRESERVER_INTENTIONALLY_NIL
|
|
92
|
-
CUBOID_SPAWN_OPTIONS: BAh7DzoKcGF0aHN7DjoJcm9vdEkiKy9ob21lL3phcG90ZWsvd29ya3NwYWNlL3FhZHJvbi9jdWJvaWQvBjoGRVQ6DnNuYXBzaG90c0kiQi9ob21lL3phcG90ZWsvd29ya3NwYWNlL3FhZHJvbi9jdWJvaWQvc3BlYy9zdXBwb3J0L3NuYXBzaG90cy8GOwdUOgxyZXBvcnRzSSJAL2hvbWUvemFwb3Rlay93b3Jrc3BhY2UvcWFkcm9uL2N1Ym9pZC9zcGVjL3N1cHBvcnQvcmVwb3J0cy8GOwdUOglsb2dzSSI9L2hvbWUvemFwb3Rlay93b3Jrc3BhY2UvcWFkcm9uL2N1Ym9pZC9zcGVjL3N1cHBvcnQvbG9ncy8GOwdUOghsaWJJIjYvaG9tZS96YXBvdGVrL3dvcmtzcGFjZS9xYWRyb24vY3Vib2lkL2xpYi9jdWJvaWQvBjsHVDoQZXhlY3V0YWJsZXNJIkwvaG9tZS96YXBvdGVrL3dvcmtzcGFjZS9xYWRyb24vY3Vib2lkL2xpYi9jdWJvaWQvcHJvY2Vzc2VzL2V4ZWN1dGFibGVzLwY7B1Q6DHN1cHBvcnRJIj4vaG9tZS96YXBvdGVrL3dvcmtzcGFjZS9xYWRyb24vY3Vib2lkL2xpYi9jdWJvaWQvc3VwcG9ydC8GOwdUOgttaXhpbnNJIkUvaG9tZS96YXBvdGVrL3dvcmtzcGFjZS9xYWRyb24vY3Vib2lkL2xpYi9jdWJvaWQvc3VwcG9ydC9taXhpbnMvBjsHVDoQYXBwbGljYXRpb25JIk0vaG9tZS96YXBvdGVrL3dvcmtzcGFjZS9xYWRyb24vY3Vib2lkL3NwZWMvc3VwcG9ydC9maXh0dXJlcy8vbW9ja19hcHAucmIGOwdUOg5kYXRhc3RvcmV7ADoPZGlzcGF0Y2hlcnsIOg1zdHJhdGVneToPaG9yaXpvbnRhbDoScGluZ19pbnRlcnZhbGYGNToYaW5zdGFuY2VfcG9ydF9yYW5nZVsHaQIBBGkC//86C291dHB1dHsAOgtyZXBvcnR7BjoJcGF0aDA6CHJwY3sOOhljb25uZWN0aW9uX3Bvb2xfc2l6ZWkGOhNzZXJ2ZXJfYWRkcmVzc0kiDjEyNy4wLjAuMQY7B1Q6EHNlcnZlcl9wb3J0aQKhZjobY2xpZW50X3NzbF9wcml2YXRlX2tleTA6G2NsaWVudF9zc2xfY2VydGlmaWNhdGUwOgtzc2xfY2EwOhJzZXJ2ZXJfc29ja2V0MDobc2VydmVyX3NzbF9wcml2YXRlX2tleTA6G3NlcnZlcl9zc2xfY2VydGlmaWNhdGUwOg5zY2hlZHVsZXJ7BzsUQBI7FVsHaQIBBGkC//86DXNuYXBzaG90ewY7GEkiQi9ob21lL3phcG90ZWsvd29ya3NwYWNlL3FhZHJvbi9jdWJvaWQvc3BlYy9zdXBwb3J0L3NuYXBzaG90cy8GOwdUOgtzeXN0ZW17ADoSYXV0aG9yaXplZF9ieTA=
|
|
93
|
-
--------------------------------------------------------------------------------
|
|
94
|
-
OPTIONS:
|
|
95
|
-
---
|
|
96
|
-
datastore:
|
|
97
|
-
token: 78a97086f1f1e6b2f98eda58efe5b527
|
|
98
|
-
scheduler:
|
|
99
|
-
ping_interval: 5.0
|
|
100
|
-
instance_port_range:
|
|
101
|
-
- 1025
|
|
102
|
-
- 65535
|
|
103
|
-
authorized_by:
|
|
104
|
-
--------------------------------------------------------------------------------
|
|
105
|
-
[2022-01-24 14:47:00 +0200] My error 3565
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
2022-01-24 14:47:00 +0200 --------------------------------------------------------------------------------
|
|
3
|
-
ENV:
|
|
4
|
-
---
|
|
5
|
-
PROFILEHOME: ''
|
|
6
|
-
LESSOPEN: "| /usr/bin/lesspipe %s"
|
|
7
|
-
KDE_FULL_SESSION: 'true'
|
|
8
|
-
LANGUAGE: en_US:en
|
|
9
|
-
USER: zapotek
|
|
10
|
-
PAM_KWALLET5_LOGIN: "/run/user/1000/kwallet5.socket"
|
|
11
|
-
BUNDLER_VERSION: 2.3.3
|
|
12
|
-
XDG_SEAT: seat0
|
|
13
|
-
COMP_WORDBREAKS: " \t\n\"'><;|&(:"
|
|
14
|
-
SSH_AGENT_PID: '2781'
|
|
15
|
-
XDG_SESSION_TYPE: x11
|
|
16
|
-
KONSOLE_VERSION: '191203'
|
|
17
|
-
SHLVL: '1'
|
|
18
|
-
RUBYOPT: "-r/home/zapotek/.rvm/rubies/ruby-3.1.0/lib/ruby/3.1.0/bundler/setup"
|
|
19
|
-
HOME: "/home/zapotek"
|
|
20
|
-
OLDPWD: "/home/zapotek/workspace/qadron"
|
|
21
|
-
DESKTOP_SESSION: plasma
|
|
22
|
-
QTDIR: "/usr/local/qt"
|
|
23
|
-
BUNDLER_ORIG_BUNDLER_VERSION: BUNDLER_ENVIRONMENT_PRESERVER_INTENTIONALLY_NIL
|
|
24
|
-
SHELL_SESSION_ID: 90487ec2e11a4d0f89718ab153b6d6b4
|
|
25
|
-
GTK_RC_FILES: "/etc/gtk/gtkrc:/home/zapotek/.gtkrc:/home/zapotek/.config/gtkrc"
|
|
26
|
-
GTK_MODULES: gail:atk-bridge
|
|
27
|
-
XDG_SEAT_PATH: "/org/freedesktop/DisplayManager/Seat0"
|
|
28
|
-
KDE_SESSION_VERSION: '5'
|
|
29
|
-
KONSOLE_DBUS_SESSION: "/Sessions/20"
|
|
30
|
-
DBUS_SESSION_BUS_ADDRESS: unix:path=/run/user/1000/bus
|
|
31
|
-
COLORTERM: truecolor
|
|
32
|
-
MANDATORY_PATH: "/usr/share/gconf/plasma.mandatory.path"
|
|
33
|
-
QT_QPA_PLATFORMTHEME: appmenu-qt5
|
|
34
|
-
LOGNAME: zapotek
|
|
35
|
-
WINDOWID: '50331655'
|
|
36
|
-
rvm_bin_path: "/home/zapotek/.rvm/bin"
|
|
37
|
-
QT_AUTO_SCREEN_SCALE_FACTOR: '0'
|
|
38
|
-
_: "/home/zapotek/.rvm/gems/ruby-3.1.0@cuboid/bin/rake"
|
|
39
|
-
RUBYLIB: ''
|
|
40
|
-
RUBY_VERSION: ruby-3.1.0
|
|
41
|
-
XDG_SESSION_CLASS: user
|
|
42
|
-
DEFAULTS_PATH: "/usr/share/gconf/plasma.default.path"
|
|
43
|
-
COLORFGBG: 15;0
|
|
44
|
-
IRBRC: "/home/zapotek/.rvm/rubies/ruby-3.1.0/.irbrc"
|
|
45
|
-
TERM: xterm-256color
|
|
46
|
-
XDG_SESSION_ID: '4'
|
|
47
|
-
GTK2_MODULES: overlay-scrollbar
|
|
48
|
-
GTK2_RC_FILES: "/etc/gtk-2.0/gtkrc:/home/zapotek/.gtkrc-2.0:/home/zapotek/.config/gtkrc-2.0"
|
|
49
|
-
PATH: "/home/zapotek/.rvm/gems/ruby-3.1.0@cuboid/bin:/home/zapotek/.rvm/gems/ruby-3.1.0@global/bin:/home/zapotek/.rvm/rubies/ruby-3.1.0/bin:/home/zapotek/.rvm/bin:/usr/local/lib/nodejs/node-v12.18.0-linux-x64/bin:/home/zapotek/.cargo/bin:/usr/local/qt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
|
|
50
|
-
SESSION_MANAGER: local/zonster:@/tmp/.ICE-unix/2833,unix/zonster:/tmp/.ICE-unix/2833
|
|
51
|
-
XDG_SESSION_PATH: "/org/freedesktop/DisplayManager/Session1"
|
|
52
|
-
XDG_RUNTIME_DIR: "/run/user/1000"
|
|
53
|
-
XCURSOR_THEME: breeze_cursors
|
|
54
|
-
BUNDLER_ORIG_MANPATH: "/usr/local/qt/doc/man:"
|
|
55
|
-
BUNDLE_BIN_PATH: "/home/zapotek/.rvm/rubies/ruby-3.1.0/lib/ruby/gems/3.1.0/gems/bundler-2.3.3/libexec/bundle"
|
|
56
|
-
MY_RUBY_HOME: "/home/zapotek/.rvm/rubies/ruby-3.1.0"
|
|
57
|
-
DISPLAY: ":0"
|
|
58
|
-
LANG: en_US.UTF-8
|
|
59
|
-
XDG_CURRENT_DESKTOP: KDE
|
|
60
|
-
XDG_SESSION_DESKTOP: KDE
|
|
61
|
-
XAUTHORITY: "/tmp/xauth-1000-_0"
|
|
62
|
-
LS_COLORS: 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'
|
|
63
|
-
SSH_AUTH_SOCK: "/tmp/ssh-MBeUZAFnZHeo/agent.2606"
|
|
64
|
-
SHELL: "/bin/bash"
|
|
65
|
-
GOPATH: "/home/zapotek/workspace/gocode/"
|
|
66
|
-
BUNDLER_ORIG_BUNDLE_BIN_PATH: BUNDLER_ENVIRONMENT_PRESERVER_INTENTIONALLY_NIL
|
|
67
|
-
BUNDLER_ORIG_RUBYOPT: BUNDLER_ENVIRONMENT_PRESERVER_INTENTIONALLY_NIL
|
|
68
|
-
QT_ACCESSIBILITY: '1'
|
|
69
|
-
rvm_prefix: "/home/zapotek"
|
|
70
|
-
GEM_HOME: "/home/zapotek/.rvm/gems/ruby-3.1.0@cuboid"
|
|
71
|
-
LESSCLOSE: "/usr/bin/lesspipe %s %s"
|
|
72
|
-
KONSOLE_DBUS_SERVICE: ":1.45"
|
|
73
|
-
BUNDLER_ORIG_RB_USER_INSTALL: BUNDLER_ENVIRONMENT_PRESERVER_INTENTIONALLY_NIL
|
|
74
|
-
rvm_version: 1.29.12 (latest)
|
|
75
|
-
GPG_AGENT_INFO: "/run/user/1000/gnupg/S.gpg-agent:0:1"
|
|
76
|
-
BUNDLE_GEMFILE: "/home/zapotek/workspace/qadron/cuboid/Gemfile"
|
|
77
|
-
XDG_VTNR: '1'
|
|
78
|
-
BUNDLER_ORIG_GEM_HOME: "/home/zapotek/.rvm/gems/ruby-3.1.0@cuboid"
|
|
79
|
-
PWD: "/home/zapotek/workspace/qadron/cuboid"
|
|
80
|
-
GEM_PATH: "/home/zapotek/.rvm/gems/ruby-3.1.0@cuboid:/home/zapotek/.rvm/gems/ruby-3.1.0@global"
|
|
81
|
-
XDG_CONFIG_DIRS: "/etc/xdg/xdg-plasma:/etc/xdg:/usr/share/kubuntu-default-settings/kf5-settings"
|
|
82
|
-
XDG_DATA_DIRS: "/usr/share/plasma:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/var/lib/snapd/desktop"
|
|
83
|
-
KDE_SESSION_UID: '1000'
|
|
84
|
-
rvm_ruby_string: ruby-3.1.0
|
|
85
|
-
BUNDLER_ORIG_BUNDLE_GEMFILE: BUNDLER_ENVIRONMENT_PRESERVER_INTENTIONALLY_NIL
|
|
86
|
-
BUNDLER_ORIG_GEM_PATH: "/home/zapotek/.rvm/gems/ruby-3.1.0@cuboid:/home/zapotek/.rvm/gems/ruby-3.1.0@global"
|
|
87
|
-
BUNDLER_ORIG_PATH: "/home/zapotek/.rvm/gems/ruby-3.1.0@cuboid/bin:/home/zapotek/.rvm/gems/ruby-3.1.0@global/bin:/home/zapotek/.rvm/rubies/ruby-3.1.0/bin:/home/zapotek/.rvm/bin:/usr/local/lib/nodejs/node-v12.18.0-linux-x64/bin:/home/zapotek/.cargo/bin:/usr/local/qt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
|
|
88
|
-
MANPATH: "/usr/local/qt/doc/man:"
|
|
89
|
-
rvm_path: "/home/zapotek/.rvm"
|
|
90
|
-
rvm_delete_flag: '0'
|
|
91
|
-
BUNDLER_ORIG_RUBYLIB: BUNDLER_ENVIRONMENT_PRESERVER_INTENTIONALLY_NIL
|
|
92
|
-
CUBOID_SPAWN_OPTIONS: BAh7DzoKcGF0aHN7DjoJcm9vdEkiKy9ob21lL3phcG90ZWsvd29ya3NwYWNlL3FhZHJvbi9jdWJvaWQvBjoGRVQ6DnNuYXBzaG90c0kiQi9ob21lL3phcG90ZWsvd29ya3NwYWNlL3FhZHJvbi9jdWJvaWQvc3BlYy9zdXBwb3J0L3NuYXBzaG90cy8GOwdUOgxyZXBvcnRzSSJAL2hvbWUvemFwb3Rlay93b3Jrc3BhY2UvcWFkcm9uL2N1Ym9pZC9zcGVjL3N1cHBvcnQvcmVwb3J0cy8GOwdUOglsb2dzSSI9L2hvbWUvemFwb3Rlay93b3Jrc3BhY2UvcWFkcm9uL2N1Ym9pZC9zcGVjL3N1cHBvcnQvbG9ncy8GOwdUOghsaWJJIjYvaG9tZS96YXBvdGVrL3dvcmtzcGFjZS9xYWRyb24vY3Vib2lkL2xpYi9jdWJvaWQvBjsHVDoQZXhlY3V0YWJsZXNJIkwvaG9tZS96YXBvdGVrL3dvcmtzcGFjZS9xYWRyb24vY3Vib2lkL2xpYi9jdWJvaWQvcHJvY2Vzc2VzL2V4ZWN1dGFibGVzLwY7B1Q6DHN1cHBvcnRJIj4vaG9tZS96YXBvdGVrL3dvcmtzcGFjZS9xYWRyb24vY3Vib2lkL2xpYi9jdWJvaWQvc3VwcG9ydC8GOwdUOgttaXhpbnNJIkUvaG9tZS96YXBvdGVrL3dvcmtzcGFjZS9xYWRyb24vY3Vib2lkL2xpYi9jdWJvaWQvc3VwcG9ydC9taXhpbnMvBjsHVDoQYXBwbGljYXRpb25JIk0vaG9tZS96YXBvdGVrL3dvcmtzcGFjZS9xYWRyb24vY3Vib2lkL3NwZWMvc3VwcG9ydC9maXh0dXJlcy8vbW9ja19hcHAucmIGOwdUOg5kYXRhc3RvcmV7ADoPZGlzcGF0Y2hlcnsIOg1zdHJhdGVneToPaG9yaXpvbnRhbDoScGluZ19pbnRlcnZhbGYGNToYaW5zdGFuY2VfcG9ydF9yYW5nZVsHaQIBBGkC//86C291dHB1dHsAOgtyZXBvcnR7BjoJcGF0aDA6CHJwY3sOOhljb25uZWN0aW9uX3Bvb2xfc2l6ZWkGOhNzZXJ2ZXJfYWRkcmVzc0kiDjEyNy4wLjAuMQY7B1Q6EHNlcnZlcl9wb3J0aQIP3TobY2xpZW50X3NzbF9wcml2YXRlX2tleTA6G2NsaWVudF9zc2xfY2VydGlmaWNhdGUwOgtzc2xfY2EwOhJzZXJ2ZXJfc29ja2V0MDobc2VydmVyX3NzbF9wcml2YXRlX2tleTA6G3NlcnZlcl9zc2xfY2VydGlmaWNhdGUwOg5zY2hlZHVsZXJ7BzsUQBI7FVsHaQIBBGkC//86DXNuYXBzaG90ewY7GEkiQi9ob21lL3phcG90ZWsvd29ya3NwYWNlL3FhZHJvbi9jdWJvaWQvc3BlYy9zdXBwb3J0L3NuYXBzaG90cy8GOwdUOgtzeXN0ZW17ADoSYXV0aG9yaXplZF9ieTA=
|
|
93
|
-
--------------------------------------------------------------------------------
|
|
94
|
-
OPTIONS:
|
|
95
|
-
---
|
|
96
|
-
datastore:
|
|
97
|
-
token: fda4350ad23506dff21303fcc77bbd35
|
|
98
|
-
scheduler:
|
|
99
|
-
ping_interval: 5.0
|
|
100
|
-
instance_port_range:
|
|
101
|
-
- 1025
|
|
102
|
-
- 65535
|
|
103
|
-
authorized_by:
|
|
104
|
-
--------------------------------------------------------------------------------
|
|
105
|
-
[2022-01-24 14:47:00 +0200] My error 1696
|