Hi folks
I have been battling with my pogo for the last week. One day it decided not to respond to ssh eventhough I still could get in to ftp. After some struggle I just unplugged it and started again. Then it did boot but ssh won't still come on.
Since I haven't updated it in quite a while I downloaded the 11-2011 rootfs and opened it on a thumb drive. I tried the 2012.05 but it won't boot - I don't recall updating the pogo since last year xmas.
1 - reformat the drive
2 - extract the 2012.05 rootfs
3 - extract update-oxnas to root/
4 - copy & replace root/update-oxnas/lib/modules/ to lib/modules/
5 - Boot.
6 - login as root
7 - cd update-oxnas
8 - ./update-oxnas.sh
I did the above steps 1-9 but using the 2011-11 rootfs. Then I was able to get in through ssh.
Then I extracted a latest rootfs to thumbdrive, again copied the update-oxnas/lib/modules to /lib/modules and booted and it gave me ssh. Then I went about updating using the
pacman -Syu --ignore glibc,filesystem
pacman -S filesystem --force
grep '^lib/' /var/lib/pacman/local/*/files : to find the offenders using /lib
find /lib -exec pacman -Qo -- {} + : to see if any other packages have straggles in /lib
pacman -R kernel26-oxnas-nopci kernel26-oxnas-pci ntfs-3g pcmciautils
mv /lib/firmware /lib-firmware-temp
#pacman -Su - this updated the glibc
My problem is this - I can reboot and get ip and ssh if I don't update the glibc. However if I update the glibc this goes way of the dodo and I won't get an ip. The green LED flashes irregularly and slower than the fast flashing.
I saved the disk images from before the glibc step which is helping going over the trouble shooting quicker. I used /etc/rc.local to run the following thinking it was a bright idea. No joy. No reports / logs.
uname -a > /report/uname.txt
netstat -a > /report/netstat.txt
ping -c 3 192.168.1.254 > /report/ping.txt
ps ax > /report/psax.txt
dmesg > /report/dmesg.txt
/usr/lib/libc-2.16.so > /report/libc.txt
file /boot/uImage.nopci > /root/uimage.txt
How do I bring this system uptodate without losing anymore hair and without my wife leaving me!
I don't mind leaving glibc in the blocked packages and live with it but somehow I felt that is not right!
Thanks in advance and also for the awesome work of everyone.