Here is the tale of descending into chaos and coming back again (admittedly a little leaner).
For anyone who has yet to attempt this round of updates, or for anyone who is in the process of attempting it, I am also providing what I would suggest doing along the way.
After successfully bricking my machine to the point I was unable to do a simple "ls" I downloaded a Arch dual architecture ISO recovery disk with net install and went to shut down my machine. As it turns out my bricking went pretty far through the process, and after waiting for the machine to shut down for 5 minutes I simply gave up and cut the power. Booted up the machine using the ISO image and went on my merry way.
I would, first and foremost suggest copying anything of importance off your hard drive. This can be done by mounting the hard drive on the ISO filesystem:
cd / Go to the root directory
mkdir hdd Make a hdd folder that the harddrive will be mounted on (you could use /mnt if you prefer)
mount /dev/sda3 /hdd Mount the harddrive (NOTE - This may be different for your computer, but my harddrive was sda3
Here I would suggest copying all the config files you want, such as your netcfg profiles, your rc.conf, etc. on to a flash drive. You can mount it in the same way as above. NOTE - We aren't planning on having to do a reinstall, but things could always get worse, best to be safe. I would also suggest copying anything important from your home directory if you can, on my machine this was sda4. And finally, I would suggest gathering a list of all the installed packages you have on your system -- so you can quickly install them again if need be. This is done like so:
pacman -Qer /hdd > installed.txt
Here the -r /hdd option specifies to use the mounted file system instead of the root file system and -Qe says to query for a list of explicitly installed packages (ones that weren't simply installed because they were a dependency).
From here there are a number of things you can do, many of which are stated on archlinux.org so I won't worry about repeating them here.
The short of it is -- I didn't get my configuration files off before giving up on recovering and proceeding on to a system wipe. That made things fun getting set back up, but I was able to get all my installed packages and all my documents off the machine before killing it. At this point I believe to be back up and running with possibly the exception of dropbox, which seems to be a little emo at the moment.
If you have yet to attempt the update I would highly suggest doing the following command first:
pacman -U pkgbuild.com/~allan/glibc-2.16.0-1-<arch>.pkg.tar.xz
Where <arch> is your system architecture -- i686 or x86-64, also you will HAVE to add the http and
What have your experiences with this round of updates (July 14th, 2012) been like? Did anyone else on DIC brick their computer? Or am I the only one?

New Topic/Question



MultiQuote







|