Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
bug fixes
  • Loading branch information
msmannan00 committed Jan 3, 2025
1 parent fbcd405 commit 6916066
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ def __initializations(p_command, check_interval=5):
if not redis_status:
services_to_start.append("Redis")
else:
port = parsed_url.port
if port is None:
port = 443
local_server = helper_method.check_service_status("Orion Search", parsed_url.hostname, port)
if not local_server:
services_to_start.append("Orion Search")
# port = parsed_url.port
pass
# if port is None:
# port = 443
# local_server = helper_method.check_service_status("Orion Search", parsed_url.hostname, port)
# if not local_server:
# services_to_start.append("Orion Search")

if not services_to_start:
return
Expand Down
2 changes: 1 addition & 1 deletion config/i2p/addressbook/last_fetched
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ http://stats.i2p/hosts.txt=1735910165609
http://notbob.i2p/hosts.txt=1735910103425
http://inr.i2p/hosts.txt=0
http://skank.i2p/hosts.txt=1735912167954
http://i2p-projekt.i2p/hosts.txt=1735855448353
http://i2p-projekt.i2p/hosts.txt=1735915683844
4 changes: 4 additions & 0 deletions config/i2p/eventlog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -486,3 +486,7 @@
1735910962675 started 2.7.0-0
1735911662651 crashed 4 min ago
1735911662669 started 2.7.0-0
1735915023321 crashed 48 min ago
1735915023331 started 2.7.0-0
1735915262309 crashed 62 sec ago
1735915262316 started 2.7.0-0
2 changes: 1 addition & 1 deletion config/i2p/logs/log-router-0.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Jan 3, 2025, 1:29:28 PM WARN [Addressbook ] .naming.BlockfileNamingService: The hosts database was not closed cleanly or is still open by another process
Jan 3, 2025, 2:37:07 PM WARN [Addressbook ] .naming.BlockfileNamingService: The hosts database was not closed cleanly or is still open by another process
2 changes: 1 addition & 1 deletion config/i2p/logs/log-router-1.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Jan 3, 2025, 1:41:08 PM WARN [Addressbook ] .naming.BlockfileNamingService: The hosts database was not closed cleanly or is still open by another process
Jan 3, 2025, 2:41:04 PM WARN [Addressbook ] .naming.BlockfileNamingService: The hosts database was not closed cleanly or is still open by another process
Binary file modified config/i2p/router.info
Binary file not shown.
2 changes: 1 addition & 1 deletion config/i2p/router.ping
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1735912131910
1735923370591
10 changes: 10 additions & 0 deletions config/i2p/wrapper.log
Original file line number Diff line number Diff line change
Expand Up @@ -1336,3 +1336,13 @@ WARN: Old router was not shut down gracefully, deleting /i2p/.i2p/router.ping
INFO: Native CPUID library libjcpuid-x86-linux.so loaded from resource
INFO: Loaded library: jar:file:/i2p/lib/jbigi.jar!/libjbigi-linux-skylake_64.so
INFO: Native BigInteger library libjbigi-linux-skylake_64.so loaded from resource
WARN: Old router was not shut down gracefully, deleting /i2p/.i2p/router.ping
INFO: Native CPUID library libjcpuid-x86-linux.so loaded from resource
INFO: Loaded library: jar:file:/i2p/lib/jbigi.jar!/libjbigi-linux-skylake_64.so
INFO: Native BigInteger library libjbigi-linux-skylake_64.so loaded from resource
WARN: There may be another router already running. Waiting a while to be sure...
WARN: Old router was not shut down gracefully, deleting /i2p/.i2p/router.ping
INFO: No, there wasn't another router already running. Proceeding with startup.
INFO: Native CPUID library libjcpuid-x86-linux.so loaded from resource
INFO: Loaded library: jar:file:/i2p/lib/jbigi.jar!/libjbigi-linux-skylake_64.so
INFO: Native BigInteger library libjbigi-linux-skylake_64.so loaded from resource

0 comments on commit 6916066

Please sign in to comment.