Re: dmesg hangs 7.4

2024-03-10 Thread Laura Smith
On Sunday, 10 March 2024 at 11:09, Tobias Fiebig wrote: > > Would still give it a try, esp. given that a large text file cat also > shows this MTU-y behavior. ;-) > > Still, I acknowledge that I do have a very MTU-hammer-view of network > things a lot. > > In any case, the issue sounds

Re: dmesg hangs 7.4

2024-03-10 Thread Laura Smith
Thanks for the suggestions Stuart, I'll work on more experimentation next week. On Saturday, 9 March 2024 at 18:00, Stuart Henderson wrote: > Can you get dmesg out by another means (most likely, write to a usb stick)? > > Any difference if you install a snapshot? > > Anything special with

Re: dmesg hangs 7.4

2024-03-10 Thread Tobias Fiebig
Moin, On Sat, 2024-03-09 at 17:24 +, Laura Smith wrote: > Nice idea Tobias, but I forgot to mention both machines are on the > same LAN, and the LAN is operating with standard MTU, no jumbos. Would still give it a try, esp. given that a large text file cat also shows this MTU-y behavior. ;-)

Re: dmesg hangs 7.4

2024-03-09 Thread Peter J. Philipp
On 3/9/24 17:07, Laura Smith wrote: Hi I've got a fresh install of 7.4 on a new box and am seeing a very weird problem. If I enter "dmesg" I get a few lines of output and then it hangs and my ssh connection gets dropped. I ran syspatch, rebooted and the problem persists. Example: # dmesg

Re: dmesg hangs 7.4

2024-03-09 Thread Stuart Henderson
Can you get dmesg out by another means (most likely, write to a usb stick)? Any difference if you install a snapshot? Anything special with the network setup? Anything odd in dmesg on the box you're ssh'ing *from*? On 2024-03-09, Laura Smith wrote: > Hi > > I've got a fresh install of 7.4 on

Re: dmesg hangs 7.4

2024-03-09 Thread Laura Smith
Nice idea Tobias, but I forgot to mention both machines are on the same LAN, and the LAN is operating with standard MTU, no jumbos. Sent with Proton Mail secure email. On Saturday, 9 March 2024 at 17:02, Tobias Fiebig wrote: > Might be MTU? Can you try what happens with `find /` ? > > If

Re: dmesg hangs 7.4

2024-03-09 Thread Laura Smith
Same thing, it hangs : # cat /dev/urandom | openssl enc -base64 -out foo ^C # ls -lah foo 1.5G Mar 9 17:17 foo # cat foo Bunch of text, then hang, then dropped "Timeout, server not responding." Sent with Proton Mail secure email. On Saturday, 9 March 2024 at 16:55, Mihai

Re: dmesg hangs 7.4

2024-03-09 Thread Tobias Fiebig
Might be MTU? Can you try what happens with `find /` ? If it freezes then, too: On both machines: ping -s 1252 -D $remote_IP if it works, increase by half the way to 1472, try if it still works: ping -s 1362 -D $remote_IP etc. If it does not work, you half the distance to the previously

Re: dmesg hangs 7.4

2024-03-09 Thread Mihai Popescu
Just curious, what happens when you do: # cat

dmesg hangs 7.4

2024-03-09 Thread Laura Smith
Hi I've got a fresh install of 7.4 on a new box and am seeing a very weird problem. If I enter "dmesg" I get a few lines of output and then it hangs and my ssh connection gets dropped. I ran syspatch, rebooted and the problem persists. Example: # dmesg