Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
msmannan00 committed Jan 3, 2025
1 parent 7360d9f commit ab04700
Show file tree
Hide file tree
Showing 28 changed files with 100 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ def __initializations(p_command, check_interval=5):
if not redis_status:
services_to_start.append("Redis")
else:
if parsed_url.port is not None:
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
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
1 change: 1 addition & 0 deletions config/i2p/addressbook/etags
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
http://notbob.i2p/hosts.txt="6b359-62accdb5e9a56-gzip"
http://skank.i2p/hosts.txt=W/"659afedf-13958"
http://i2p-projekt.i2p/hosts.txt="1711378803.42-52907-3078492705"
6 changes: 3 additions & 3 deletions config/i2p/addressbook/last_fetched
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
http://stats.i2p/hosts.txt=1735855494569
http://notbob.i2p/hosts.txt=1735855476588
http://stats.i2p/hosts.txt=1735910165609
http://notbob.i2p/hosts.txt=1735910103425
http://inr.i2p/hosts.txt=0
http://skank.i2p/hosts.txt=1735855489964
http://skank.i2p/hosts.txt=1735912167954
http://i2p-projekt.i2p/hosts.txt=1735855448353
2 changes: 1 addition & 1 deletion config/i2p/addressbook/last_modified
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
http://stats.i2p/hosts.txt=Sat, 14 May 2022 15:34:47 GMT
http://notbob.i2p/hosts.txt=Thu, 02 Jan 2025 22:02:56 GMT
http://notbob.i2p/hosts.txt=Fri, 03 Jan 2025 13:00:02 GMT
http://skank.i2p/hosts.txt=Sun, 07 Jan 2024 19:43:27 GMT
http://i2p-projekt.i2p/hosts.txt=Mon, 25 Mar 2024 15:00:03 GMT
2 changes: 2 additions & 0 deletions config/i2p/addressbook/log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -843,3 +843,5 @@ Jan 1, 2025, 9:55 AM -- New address leopold.i2p added to address book. From: htt
Jan 1, 2025, 9:55 AM -- New address yacy.idk.i2p added to address book. From: http://notbob.i2p/hosts.txt
Jan 2, 2025, 10:04 PM -- New address turn-light-off.i2p added to address book. From: http://notbob.i2p/hosts.txt
Jan 2, 2025, 10:04 PM -- New address vannyan.i2p added to address book. From: http://notbob.i2p/hosts.txt
Jan 3, 2025, 1:15 PM -- New address papero.i2p added to address book. From: http://notbob.i2p/hosts.txt
Jan 3, 2025, 1:15 PM -- Bad hostname proxy.i2p. From: http://notbob.i2p/hosts.txt
27 changes: 27 additions & 0 deletions config/i2p/eventlog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -459,3 +459,30 @@
1735808956870 started 2.7.0-0
1735854843412 crashed 8 hours ago
1735854843432 started 2.7.0-0
1735870983926 crashed 69 min ago
1735870983955 started 2.7.0-0
1735873920619 crashed 67 sec ago
1735873920655 started 2.7.0-0
1735874347930 crashed 82 sec ago
1735874347961 started 2.7.0-0
1735874477375 crashed 2 min ago
1735874477402 started 2.7.0-0
1735899382356 watchdog
1735907929653 crashed 2 min ago
1735907929680 started 2.7.0-0
1735908052878 crashed 64 sec ago
1735908052884 started 2.7.0-0
1735908730904 crashed 11 min ago
1735908730945 started 2.7.0-0
1735908887780 crashed 96 sec ago
1735908887876 started 2.7.0-0
1735909013776 crashed 66 sec ago
1735909013796 started 2.7.0-0
1735909139666 crashed 66 sec ago
1735909139684 started 2.7.0-0
1735909206207 crashed 65 sec ago
1735909206237 started 2.7.0-0
1735910962664 crashed 3 min ago
1735910962675 started 2.7.0-0
1735911662651 crashed 4 min ago
1735911662669 started 2.7.0-0
Binary file modified config/i2p/hostsdb.blockfile
Binary file not shown.
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 2, 2025, 9:54:14 PM WARN [Addressbook ] .naming.BlockfileNamingService: The hosts database was not closed cleanly or is still open by another process
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
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 2, 2025, 9:09:22 AM WARN [Addressbook ] .naming.BlockfileNamingService: The hosts database was not closed cleanly or is still open by another process
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
4 changes: 2 additions & 2 deletions config/i2p/router.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING: Do NOT copy this file from one router to another, this may cause serious problems.
# NOTE: This I2P config file must use UTF-8 encoding
# Last saved: Jan 1, 2025, 11:50 PM
# Last saved: Jan 3, 2025, 11:56 AM
i2np.bandwidth.inboundBurstKBytes=1953105
i2np.bandwidth.inboundBurstKBytesPerSecond=97655
i2np.bandwidth.inboundKBytesPerSecond=97605
Expand Down Expand Up @@ -33,7 +33,7 @@ routerconsole.auth.enable=true
routerconsole.auth.i2prouter.admin.md5=28972d3fa4219f4a69b0284eeb05e43e
routerconsole.country=
routerconsole.lang=en
routerconsole.newsLastChecked=1735775443976
routerconsole.newsLastChecked=1735905385603
routerconsole.newsLastLanguage=en
routerconsole.newsLastNewEntry=1728434509000
routerconsole.newsLastUpdated=1728434509000
Expand Down
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 @@
1735866791931
1735912131910
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
55 changes: 55 additions & 0 deletions config/i2p/wrapper.log
Original file line number Diff line number Diff line change
Expand Up @@ -1281,3 +1281,58 @@ 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: 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: 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
Jan 3, 2025, 10:16:22 AM CRIT [uterWatchdog] 2p.router.tasks.RouterWatchdog: Router appears hung, or there is severe network congestion. Watchdog starts barking!
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
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: 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: 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: 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

0 comments on commit ab04700

Please sign in to comment.