Re: [arch-general] Finishing the /usr move

2013-06-01 Thread Marek Otahal
On Saturday 01 June 2013 15:10:20 Mike Cloaked wrote: > On Sat, Jun 1, 2013 at 3:07 PM, Allan McRae wrote: > > > > > Lstest instructions would have kept you from the > > /tmp/alpm_Pd1z7b/.INSTALL error: > > > > https://mailman.archlinux.org/pipermail/arch-dev-public/2013-June/025043.html > > > >

Re: [arch-general] Finishing the /usr move

2013-06-01 Thread Mike Cloaked
On Sat, Jun 1, 2013 at 3:22 PM, Karol Blazewicz wrote: > On Sat, Jun 1, 2013 at 4:10 PM, Mike Cloaked > wrote: > > OK I have also been looking at the instructions and I find: > > > > $ paclist | awk ' { print $1 } ' | pacman -Ql - | grep '/s\?bin/\| > > /usr/sbin/' > > bash: syntax error near un

Re: [arch-general] Finishing the /usr move

2013-06-01 Thread phani
On Sat, 01 Jun 2013 20:15:04 +0530, Genes Lists wrote: I note that /etc/grub.d/xxx all have #!/bin/bash Did I miss something or should these be #!/usr/bin/bash now. they should, but since the filesystem update symlinks /bin -> /usr/bin, things keep working. -- phani.

Re: [arch-general] Finishing the /usr move

2013-06-01 Thread Genes Lists
I note that /etc/grub.d/xxx all have #!/bin/bash Did I miss something or should these be #!/usr/bin/bash now. g

Re: [arch-general] Finishing the /usr move

2013-06-01 Thread Genes Lists
O >> > > I guess this is grub-0.97, which has not been in the Arch repos for a > long, long time So, up to you to fix it. > Yah - my eye missed that in output of (1). User error. I removed grub - confirmed grub2 is installed - and am following wiki to make sure grub2 has what it needs. H

Re: [arch-general] Finishing the /usr move

2013-06-01 Thread Karol Blazewicz
On Sat, Jun 1, 2013 at 4:10 PM, Mike Cloaked wrote: > OK I have also been looking at the instructions and I find: > > $ paclist | awk ' { print $1 } ' | pacman -Ql - | grep '/s\?bin/\| > /usr/sbin/' > bash: syntax error near unexpected token `|' > > Is there an error in the command? No, no error

Re: [arch-general] Finishing the /usr move

2013-06-01 Thread phani
On Sat, 01 Jun 2013 19:36:05 +0530, Allan McRae wrote: I guess this is grub-0.97, which has not been in the Arch repos for a long, long time So, up to you to fix it. i've got the same version of grub and solved this by moving everything from /sbin and /bin to /usr/bin. no problems

Re: [arch-general] Finishing the /usr move

2013-06-01 Thread Mike Cloaked
On Sat, Jun 1, 2013 at 3:07 PM, Allan McRae wrote: > > Lstest instructions would have kept you from the > /tmp/alpm_Pd1z7b/.INSTALL error: > > https://mailman.archlinux.org/pipermail/arch-dev-public/2013-June/025043.html > > Fix your grub package. > > > OK I have also been looking at the instruct

Re: [arch-general] Finishing the /usr move

2013-06-01 Thread Allan McRae
On 01/06/13 23:36, Genes Lists wrote: > On 05/31/2013 12:26 PM, Karol Blazewicz wrote: >> https://mailman.archlinux.org/pipermail/arch-dev-public/2013-May/025026.html >> >> 3) Update your system: >> $ pacman -Syu --ignore filesystem >> $ pacman -Su >> >> It should say '#', not '$'. >> > > I had a

Re: [arch-general] Finishing the /usr move

2013-06-01 Thread Allan McRae
On 01/06/13 23:40, Genes Lists wrote: > On 06/01/2013 09:36 AM, Genes Lists wrote: > >> >> >> # ls -l /bin >> -rwxr-xr-x 1 root root 593296 Nov 3 2011 mbchk >> >> >> Suggestions for best way to recover from this? >> >> Thanks >> >> gene >> > > Also grub is in /sbin > > # ls -l /sbin > total 9

Re: [arch-general] Finishing the /usr move

2013-06-01 Thread Genes Lists
On 06/01/2013 09:36 AM, Genes Lists wrote: > > > # ls -l /bin > -rwxr-xr-x 1 root root 593296 Nov 3 2011 mbchk > > > Suggestions for best way to recover from this? > > Thanks > > gene > Also grub is in /sbin # ls -l /sbin total 936 -rwxr-xr-x 1 root root 918148 Nov 3 2011 grub -rwxr-

Re: [arch-general] Finishing the /usr move

2013-06-01 Thread Genes Lists
On 05/31/2013 12:26 PM, Karol Blazewicz wrote: > https://mailman.archlinux.org/pipermail/arch-dev-public/2013-May/025026.html > > 3) Update your system: > $ pacman -Syu --ignore filesystem > $ pacman -Su > > It should say '#', not '$'. > I had a problem with this # pacman -Syu --ignore filesy

Re: [arch-general] Finishing the /usr move

2013-05-31 Thread Curtis Shimamoto
On 05/31/13 at 06:26pm, Karol Blazewicz wrote: > https://mailman.archlinux.org/pipermail/arch-dev-public/2013-May/025026.html > > 3) Update your system: > $ pacman -Syu --ignore filesystem > $ pacman -Su > > It should say '#', not '$'. Dear Arch Linux dev team, I just want to say that I went th

Re: [arch-general] Finishing the /usr move

2013-05-31 Thread Karol Blazewicz
https://mailman.archlinux.org/pipermail/arch-dev-public/2013-May/025026.html 3) Update your system: $ pacman -Syu --ignore filesystem $ pacman -Su It should say '#', not '$'.