IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#i2p-dev
/2022/01/16
RN did something change with eepsites? I tried to turn one on in a new router, but it give "503" instead of loading the help page.
RN used to be you could just turn it on. I checked that the tunnel is "start at boot" and is running, and the service for the eepsite is running.
RN oh, here we go...
RN Jan 15, 2022 XX:YY:42 AM ERROR [7.0.0.1:7658] .i2ptunnel.I2PTunnelHTTPServer: Error connecting to HTTP server /127.0.0.1:7658
RN java.net.BindException: Can't assign requested address (Bind failed)
RN at java.net.PlainSocketImpl.socketBind(Native Method)
RN at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387)
RN at java.net.Socket.bind(Socket.java:662)
RN at java.net.Socket.<init>(Socket.java:451)
RN at java.net.Socket.<init>(Socket.java:346)
RN at net.i2p.i2ptunnel.I2PTunnelServer.getSocket(I2PTunnelServer.java:881)
RN at net.i2p.i2ptunnel.I2PTunnelServer.getSocket(I2PTunnelServer.java:827)
RN at net.i2p.i2ptunnel.I2PTunnelHTTPServer.blockingHandle(I2PTunnelHTTPServer.java:543)
RN at net.i2p.i2ptunnel.I2PTunnelServer$Handler.run(I2PTunnelServer.java:753)
RN at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
RN at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
RN at java.lang.Thread.run(Thread.java:748)
RN Jan 15, 2022 XX:YY:43 AM ↑↑↑ 1 similar message omitted ↑↑↑
RN why is it 7.0.0.1:7658 instead of 127.0.0.1:7658 ? Is that just the logger chopping off characters again like it used to?
dr|z3d see if something's already listening on 7658: netstat -anp |grep LISTEN |grep 7658
RN just shows me netstat's options
RN there is no 'n'
RN there is upercase n but it requires a parameter
dr|z3d try removing it then.
dr|z3d if bsd's netstat is different, you're on your own.
RN no 'p' either
RN ho hum... should have a response by now....
RN I've got more than 1K participating, so this might take a while
dr|z3d see what the help tells you, you want a (all), p (process names) and n (network).
dr|z3d bsd will have equivalent options.
RN (to be clear I didn't get auto start working in the VM"
RN still waiting on netstat
RN only entry in netstat is : tcp4 0 0 localhost.7658 *.* LISTEN
dr|z3d so something's already bound to that port.
RN so, I'm assuming that is the router....
dr|z3d or a different router.
RN I can shut it down and wait another half hour to see if that entry goes away
dr|z3d the -p switch on would tell you what process that belongs to. bsd will have an equivalent switch.
dr|z3d *on linux
RN I don't have another one to try. and I don't trust the one running in my vm.
RN I can paste the wholed man entry for you. It does not.
RN Unix =|= Linux
RN outernet... hmmm... hold on...
RN I searched the entire man page and the word process and the word network do not appear anywhere
RN OK, so I'd have to install lsof
eche|on hmpofgh, GIT_SSH_COMMAND="ssh -p 7442" git pull upstream currently not really working :-(
eche|on annoys me a lot
eche|on eepsite not reachable often, to
eche|on sth really broken
eche|on so no new updates without git co