Hallo Community,
ich habe aktuell ein Problem mit meinem PI:
Sobald ich irgendetwas installiere mit apt, oder einfach zwischen durch wird der Raspberry scheinbar Read-Only. Allerdings kann dies auch nicht sein, da alle Commandos nicht mehr gefunden werden:
Code
File/Spec.pm did not return a true value at /usr/lib/perl/5.14/IO/File.pm line 1 2.
BEGIN failed--compilation aborted at /usr/lib/perl/5.14/IO/File.pm line 12.
Compilation failed in require at /usr/share/perl/5.14/FileHandle.pm line 9.
Compilation failed in require at /usr/share/perl5/Debconf/Template.pm line 8.
BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Template.pm line 8 .
Compilation failed in require at /usr/share/perl5/Debconf/Question.pm line 8.
BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Question.pm line 8 .
Compilation failed in require at /usr/share/perl5/Debconf/Config.pm line 7.
BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Config.pm line 7.
Compilation failed in require at /usr/share/perl5/Debconf/Log.pm line 10.
Compilation failed in require at /usr/share/perl5/Debconf/Db.pm line 7.
BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Db.pm line 7.
Compilation failed in require at /usr/share/debconf/frontend line 6.
BEGIN failed--compilation aborted at /usr/share/debconf/frontend line 6.
dpkg: error processing man-db (--unpack):
subprocess installed post-installation script returned error exit status 5
dpkg: error: unable to create new file '/var/lib/dpkg/available-new': Read-only file system
E: Sub-process /usr/bin/dpkg returned an error code (2)
Display More
Bzw. bei Commands:
Code
pi@raspberrypi ~ $ ls
-bash: ls: command not found
pi@raspberrypi ~ $ sudo
-bash: /usr/bin/sudo: No such file or directory
Außer "cd" das geht..
Sobald ich ihn reboote klappt es wieder, aber woran kann das liegen?[/code]