Lange erwartet, nun kommt endlich die nächste Version des Rasperry PIs. Mit mehr Performance und ausreichend für die 4k Video Unterstützung.
Schlagwort: rpi
Not the sudo RaspberryPi, also knows as the CuBox, nor the Linux/Raspbian is making the most problems of my server, but very often it’s the hardware.
This time it was the hard disk. A Toshiba one, working since almost 3 years now, quite ok, only troubled by the other hardware problem I faced so far with the server, the USB hub.
Now the server was down. Normally this was not a big deal so far, just make a
fsck -y /dev/sda1
and everything was OK after some reboots.
This time it was different. The file system check could not recover, although the disk was still readable. So I bought a new one, formatted it, copied the data from the old disk preserving the file attributes/permissions.
mkfs -t ext4 /dev/sdc1 mount /dev/sdc1 /mnt cp -pr /media /mnt
Finally it turned out that finding the bad blocks of the old hard disk helped to recover that as well:
fsck -y -c /dev/sda1
Then I made a snapshot of the new system with
tar -zcvpf /mnt/backups/fullbackup.tar.gz --directory=/ --exclude=mnt .
Let’s see how long it lasts now…
Nachdem meine CuBox sehr lange instabil war, und auch eine unterbrechungsfreie Stromversorgung nicht den gewünschten Erfolg brachte, habe ich mich entschlossen, mit ein paar Diensten wieder reumütig zu Service Anbietern zurück zu kehren.
Instabil bedeutet, dass nach einiger Zeit das File System ext4 zerschossen war, und damit das System immer wieder herunter gefahren werden musste, und auch nicht erreichbar war.
Aktuell habe ich keine Lust weiter auf Ursachenforschung zu gehen, richtige Fehlermeldungen habe ich nämlich keine gefunden.
Übrigens hatte ich mit der Rpi Hardware das gleiche Problem.
Meine emails werden nun wieder über google’s gmail abgewickelt.
Und für die RSS feeds benutze ich feedly bzw. auf dem Handy auch noch den Newsreader NewsPlus mit der feedly Erweiterung.
Damit hat sich die gewünschte Stabilität einstellt.
Das bedeutet, dass auf der CuBox noch die folgenden Dienste laufen:
Dynamic ip, von NoIp
Apache Web Server
Mysql Datenbank server
Baical calender und contact server
Dovecot imap server (für die alten Emails)
Exim4 Mail Transfer agent (zum Verschicken von mails)
WordPress Blog Homepage
Monit Monitor Software
Ist doch immerhin eine ganze Menge, oder?