Read the statement by Michael Teeuw here.
Cannot access mirror
-
Good mornning,
Desparately asking you guys:
Since yesterday I cannot access my mirror remotely anymore….Network outgoing seems to work: All modues are showing their actual data.
Currently even web access is possible (browser access).
I have a modue showing internet access/IP onscreen, both greeen and valid.But I cannot access via: VNC and (more urgent) terminal (ssh) as well as ftp (this as sftp).
Any idea?(Pi5 on Pi power supply 27W & no SD card but NVME with 16/228GB used).
Power supply pretty new but just ordered a new one …Thanks for any suggestion!
Warmest regards,
Ralf -
ps -ef | grep ssh
edit: fixed command above
doesn’t work…
As you can read from this statement: I’m now able to connect and this is remotely …
It SEEMS I’ve identified the root cause (I’m not that sure but connection is stable longer than the last times. I’s pretty slow but doesn’t disconnect nearly immediatly).I’v just a little bit disassebled and connected another power supply …
This currently fixes issues …
Be curious how long this lasts…
But because ssh as well as VNC were disconnected - insufficient power was the most probable explanation
(despite I doesn’t have ANY clue why this happens! The power supply is 6months old and I cannot imagine any reason why “insufficient” power causes this behaviour: only disrupt “ingoing” requests…- If anybody have an idea - highly welcome!!!)
-
@rkorell what changed?
you said web access from pi to outside, or from another machine to pi?
-
@sdetweil web access e.g. from phone or tablet to pi …
-
@rkorell did the PI address change from yesterday?
if you can get on the machine desktop and open a terminal,
ps -ef | ssh
to see if ssh server is running…
-
@sdetweil I‘ve rebooted several times. Sometimes I can get access for a very short time after a reboot, get disconnect and after disconnect not able to re-connect…
IP is always the same - fixed in router.
So: really strange …Shell access currently not possible, so no testing, sorry. Mirror has to be disassebled - which I can perform earliest tomorrow, because I‘m on the road…
Regards,
Ralf -
ps -ef | grep ssh
edit: fixed command above
doesn’t work…
As you can read from this statement: I’m now able to connect and this is remotely …
It SEEMS I’ve identified the root cause (I’m not that sure but connection is stable longer than the last times. I’s pretty slow but doesn’t disconnect nearly immediatly).I’v just a little bit disassebled and connected another power supply …
This currently fixes issues …
Be curious how long this lasts…
But because ssh as well as VNC were disconnected - insufficient power was the most probable explanation
(despite I doesn’t have ANY clue why this happens! The power supply is 6months old and I cannot imagine any reason why “insufficient” power causes this behaviour: only disrupt “ingoing” requests…- If anybody have an idea - highly welcome!!!)
-
-
@rkorell wild. ive only had one powersupply fail in 8 yrs
interesting side effectyour “doesn’t work” on the ps -ef
means that sshd was not running -
ps -ef | ssh usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface] [-b bind_address] [-c cipher_spec] [-D [bind_address:]port] [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file] [-J [user@]host[:port]] [-L address] [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port] [-Q query_option] [-R address] [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]] destination [command [argument ...]]
…
I guess you’ve meant a kind of grep …
From my (very basic) understanding your command tries to pipe process list to ssh …BTW: confirmed. Switching the power supply eliminates failure…
I’m connected whol day long …Warmest regards,
Ralf -
@rkorell yes meant grep ssh
good info on ps failure impacts