I have a raspberry pi using Arch Linux, connected to an arduino and collecting data at a remote location. While doing an update through ssh terminal, the raspberry pi frozed. When I finally could get some one to reset power to the unit, I re-entered "pacman -Syu" commend and completed the update.
Pacman log
- [2013-12-23 21:54] [PACMAN] Running 'pacman -Syu'
[2013-12-23 21:54] [PACMAN] synchronizing package lists
[2013-12-23 21:54] [PACMAN] starting full system upgrade
[2013-12-23 21:59] [PACMAN] upgraded coreutils (8.22-1 -> 8.22-2)
[2013-12-23 21:59] [PACMAN] upgraded cryptsetup (1.6.2-2 -> 1.6.3-1)
[2013-12-23 21:59] [PACMAN] upgraded curl (7.33.0-3 -> 7.34.0-1)
[2013-12-23 21:59] [PACMAN] upgraded gdk-pixbuf2 (2.30.1-1 -> 2.30.2-1)
[2013-12-23 22:00] [PACMAN] upgraded gnutls (3.2.7-1 -> 3.2.8-1)
[2013-12-23 22:00] [PACMAN] upgraded hwids (20130607-1 -> 20130915.1-1)
[2013-12-23 22:00] [PACMAN] upgraded libpipeline (1.2.5-1 -> 1.2.6-1)
[2013-12-24 09:10] [PACMAN] Running 'pacman -Syu'
[2013-12-24 09:10] [PACMAN] synchronizing package lists
[2013-12-24 09:10] [PACMAN] starting full system upgrade
[2013-12-24 09:11] [PACMAN] upgraded lxpolkit (0.1.0-2 -> 0.1.0-3)
[2013-12-24 09:11] [PACMAN] upgraded systemd (208-2 -> 208-3)
[2013-12-24 09:12] [PACMAN] upgraded mesa (9.2.5-1 -> 10.0.1-1)
[2013-12-24 09:12] [PACMAN] upgraded mesa-libgl (9.2.5-1 -> 10.0.1-1)
[2013-12-24 09:12] [PACMAN] upgraded pcre (8.33-2 -> 8.34-1)
[2013-12-24 09:12] [PACMAN] upgraded raspberrypi-firmware-bootloader (20131206-1 -> 20131223-1)
[2013-12-24 09:12] [PACMAN] upgraded raspberrypi-firmware-bootloader-x (20131206-1 -> 20131223-1)
[2013-12-24 09:12] [PACMAN] upgraded raspberrypi-firmware-emergency-kernel (20131206-1 -> 20131223-1)
[2013-12-24 09:12] [PACMAN] upgraded raspberrypi-firmware-tools (20131206-1 -> 20131223-1)
[2013-12-24 09:12] [PACMAN] upgraded systemd-sysvcompat (208-2 -> 208-3)
[2013-12-24 09:12] [PACMAN] upgraded tzdata (2013h-1 -> 2013i-1)
- Dec 23 21:54:41 jmpi sudo[29297]: jm : TTY=pts/0 ; PWD=/home/jm ; USER=root ; COMMAND=/usr/bin/pacman -Syu
Dec 23 21:54:41 jmpi sudo[29297]: pam_unix(sudo:session): session opened for user root by jm(uid=0)
-- Reboot -- //power reset of the 24th
Dec 31 19:00:17 jmpi systemd-journal[65]: Runtime journal is using 120.0K (max 10.4M, leaving 15.6M of free 104.3M, current limit 10.4M).
On the first instance of the update sequence, there was 19 pakeges to be updated, now I count only 18 that have been updated and the system never listed the missing one. Is there a way to find what is the missing package, the one that was being processed at the time of the failure?
Any one has a suggestion?