by Speed383 » Mon Sep 17, 2012 11:36 pm
I just rebooted my Plug B01 and it seems glibc installed fine. I did it yesterday and it installed but it wouldn't reboot.
Here is what I did in order:
1. Updated ignoring glibc: $this->bbcode_second_pass_code('', 'pacman -Su --ignore glibc')
2. Removed pcmciautils: $this->bbcode_second_pass_code('', 'pacman -R pcmciautils')
3. Removed oxnas-no pci: $this->bbcode_second_pass_code('', 'pacman -R kernel26-oxnas-nopci')
4. Removed oxnas-pic: $this->bbcode_second_pass_code('', 'pacman -R kernel26-oxnas-pci')
5. Deleted the gmac_copro_firmware from /usr/lib/firmware and copied the one from /lib/firmware to /usr/lib/firmware. ( I did this because I read a post that Warhead specifically said to copy the one from /lib. The one on /usr/lib/firmware may be the same so you might be able to skip this step.)
6. Removed the symlink from /usr/lib/modules to /lib/modules that we linked to install kmod earlier: $this->bbcode_second_pass_code('', 'cd /lib') then $this->bbcode_second_pass_code('', 'unlink modules')
7. Then I ran: $this->bbcode_second_pass_code('', 'grep '^lib/' /var/lib/pacman/local/*/files | grep -v glibc') and $this->bbcode_second_pass_code('', 'find /lib -exec pacman -Qo -- {} +') to make sure that there weren't any other conflicts for glibc.
8. Then update: $this->bbcode_second_pass_code('', 'pacman -Syu')
After that I rebooted and was good to go. I kinda flew through it and didn't take notes because I was actually expecting it to fail since I believe I did the same sequence last night and it bombed. Though it could have been that I was up far too late messing with it.... damn OCD.