This is my first time with Arch Linux. I decided to use Arch for my Pi based on the way arch is constantly updating, etc.
However, my first attempt at doing "anything" with it rendered it useless.
I installed Arch on my Pi based on the 2013-07-22 version. All went well.
I then tried to setup up a static IP on the interface and got that working but ip addr was reporting some confusing results, see:
https://bbs.archlinux.org/viewtopic.php?id=172973
In any case, while troubleshooting that problem, I tried to install ethtool via pacman but got a 404 error. Reviewing the Arch forum, the common solution was to update first, then install. So, I proceeded to perform a 'pacman -Syu'.
It was churning aloing nicely until it got to updating dhcpcd. It seems to have updated dhcpcd but then stopped. It did not progress for 4+ hours, and I could not longer get in via SSH. I power cycled the Pi, and now I it boots to a sh prompt with the following:
$this->bbcode_second_pass_code('', '
sh: cannot set terminal process group (-1): Inappropriate ioctl for device
sh: no job control in this shell
sh-4.2#
')
I have tried many things. It seems proc is not mounted, so I tried to mount it
$this->bbcode_second_pass_code('', '
sh-4.2# mount -t proc proc /proc
mount: error while loading shared libraries: /usr/lib/libmount.so.1: file too short
')
I have tried bringing up my interface manually with an IP and starting SSHd. When I connect, I get:
$this->bbcode_second_pass_code('', '
PTY allocation request failed on channel 0
')
Any help would be appreciated.