W
Thanks
Sent from my DROIDX using RootzWiki
Java is the only real issue.
You can use the latest Java if you edit the checks.
I'm same as @drdrewdowns everything I used is up to date except Java.
Clean install in a VM Virtualbox.
Just core no GUI, if I ever need to use the emulator I use my workstation.
Only real reason I use the VM is I never update it.
Only did it to see how hard it was and issues it causes due to some users statements.
I've seen people from many distro's who had problems mostly just user error. xD
I will put together a newer list of everything you need between main and aur.
And see about getting the OP updated. Or make a new thread.
Off topic I went thru a fucking nightmare this weekend because the switch of /lib to /usr/lib and glibc.
Following the developers wiki totally did not work b0rked my workstation. Had to reinstall.
on My workstation this is what I followed and it did not work
DeveloperWiki:usrlib
After that failed I picked thru the forums and just got myself into deeper shit following various users *this worked for me*
On my server I took a different approach.
Using the ArchLiveCD
After boot to prompt
Code:
<br />
aif -p partial-configure-network<br />
pacman -Syy<br />
lsmod | grep dm_mod<br />
modprobe dm_mod<br />
mkdir arch/<br />
mount /dev/sda1 arch/<br />
cp /etc/resolv.conf arch/etc/resolv.conf<br />
mv arch/lib arch/lib.bak<br />
mount -t proc proc proc/<br />
mount -t sysfs sys sys/<br />
mount -o bind /dev dev/<br />
mount -t devpts pts dev/pts/<br />
pacman -Syy<br />
pacman -Syr arch/ glibc<br />
mount /dev/sda2 boot/<br />
mount /dev/sda5 var/<br />
mount /dev/sda6 tmp/<br />
mount /dev/sda7 home/<br />
swapon /dev/sda3<br />
cd arch/<br />
chroot . bash<br />
pacman -Syy<br />
pacman -Syu<br />
Let it update keeping a watch for errors.
Make sure mkinitcpio rebuilds for the Kernel you use.
If any errors, then run
Code:
<br />
pacman -Su<br />
pacman -Syy<br />
pacman -Syu<br />
if all goes well reboot and smile.
Sent from my Galaxy Nexus using Tapatalk 2