neilyoung
neilyoung
Maybe it is of interest: This time I was using `sudo apt-get dist-upgrade` instead of `upgrade` as before. It worked with my first SD card attempt. Now both commands run...
Hmm. The SD card worked quite well in a couple of RPIs for now. Anyway: Removing the power w/o shutdown: I guess this is the ordinary use case of a...
I have made an fsck on my linux box: Nothing obvious, I would say... ``` decades@ubuntu:~/Documents$ sudo fsck -f /dev/sdc1 fsck from util-linux 2.27.1 e2fsck 1.42.13 (17-May-2015) Pass 1: Checking...
Is there any way to test, if the SD is "sufficient" for the system?
The PS is an original PI PS. I would exclude it. As a matter of fact, meanwhile I cannot SSH at all, even though both interfaces are up and I...
Ah.. .now. 5 minutes after start - ssh prompt.
Something in here? ``` ubuntu@bpi-m2z:~$ dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.3.5 (alex@svn) (gcc version 7.4.1 20181213 [linaro-7.4-2019.02 revision 56ec6f6b99cc167ff0c2f8e1a2eed33b1edc85d4] (Linaro GCC 7.4-2019.02))...
Cool. Thanks for the analysis. Yes, I have added a swap file since I need to compile a VERY big project. Never used zram before, will check. The swap partition...
There must still be something wrong with SSH. ETH is down now (disconnected). After reboot I can ping Wifi immediately. But the SSH server does not respond until at least...
OK, this is the state: ``` ubuntu@bpi-m2z:~$ free total used free shared buff/cache available Mem: 506008 41936 402092 2680 61980 453040 Swap: 1285180 0 1285180 ubuntu@bpi-m2z:~$ sudo swapon -s [sudo]...