I'm getting an error every time I try to run commands on my RPi:
pi@rpi ~ $ apt-get install wkhtmltopdf
Segmentation fault
Even when I try running other commands:
pi@rpi ~ $ uptime
-bash: /usr/bin/uptime: cannot execute binary file
But others work:
pi@rpi ~ $ w
09:09:24 up 8 days, 15:01, 1 user, load average: 0.90, 0.67, 0.37
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
pi pts/0 241-6.allergrupp 09:02 0.00s 1.91s 0.03s w
Has anyone experienced this?
sudo
to the start of your commands, just in case it's a permissions issue.
– recantha Mar 12 '13 at 08:41