(don't read this below, it's old!)
--------------
Hello,
I recently corrupted my sd card so I had to rewrite the backup to my SD. I chose to just provide a clean install of the system instead. I downloaded and installed Raspbian to get rid of the unused active processes etc.
I tried to install the GO programming language from google. This is the second time I tried it without succes (on a new fresh raspbian image).
Code: Select all
Setting up libc-dev-bin (2.13-38+rpi2+deb7u1) ...
Setting up libc6-dev:armhf (2.13-38+rpi2+deb7u1) ...
Setting up mercurial-common (2.2.2-3) ...
Setting up mercurial (2.2.2-3) ...
Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version
pi@raspberrypi ~ $ hg clone -u default https://code.google.com/p/go $HOME/go
requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
failed to truncate 00changelog.i
rollback failed - please run hg recover
abort: Read-only file system: /home/pi/go/.hg/store/.fncache-OhqmWN
pi@raspberrypi ~ $ hg recover
-bash: /usr/bin/hg: No such file or directory
pi@raspberrypi ~ $ ls
-bash: ls: command not found
pi@raspberrypi ~ $ hg recover
-bash: /usr/bin/hg: No such file or directory
pi@raspberrypi ~ $HeroS
ps. I can't see any logs because in WinSCP there is nothing in the directories (or any directory at all), and 'tail' is not working.
pps. When you close the ssh session and reconnect, you won't come in either