Re: [arch-general] Finishing the /usr move
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 '$'.
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 through this update this morning. Having read the chatter on arch-dev-public, it was incredibly simple to find any AUR packages that might have snagged my update. I fixed them very quickly (I only had four), and everything was amazingly smooth. So thank you for making this update nearly seamless. I think I speak for a majority of Arch Linux users when I say that your work is appreciated immensely. Though maybe you all don't hear enough about what an awesome job you do. There was one package that kept me from updating right away. I have been meaning to play with glusterfs, so I had the package installed on my system. There is still a /usr/sbin/mount.glusterfs present in that package. But since I sitll haven't gotten around to trying it out, a simple removal of the package was all I needed to move that update right along. Thanks again. Regards, -- Curtis Shimamoto sugar.and.scruffy [at] gmail.com
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 filesystem ... (77/91) upgrading postfix [############################################] 100% warning: /etc/postfix/main.cf installed as /etc/postfix/main.cf.pacnew /tmp/alpm_Pd1z7b/.INSTALL: /usr/lib/postfix/post-install: /bin/sh: bad interpreter: No such file or directory ... # pacman -Su (1/1) checking for file conflicts [############################################] 100% error: failed to commit transaction (conflicting files) filesystem: /bin exists in filesystem filesystem: /sbin exists in filesystem filesystem: /usr/sbin exists in filesystem Errors occurred, no packages were upgraded. # ls -l /bin -rwxr-xr-x 1 root root 593296 Nov 3 2011 mbchk Suggestions for best way to recover from this? Thanks gene
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-xr-x 1 root root 12920 Nov 3 2011 grub-install -rwxr-xr-x 1 root root 2298 Nov 3 2011 grub-md5-crypt -rwxr-xr-x 1 root root 2533 Nov 3 2011 grub-set-default -rwxr-xr-x 1 root root 2473 Nov 3 2011 grub-terminfo -rwxr-xr-x 1 root root 6179 Nov 3 2011 install-grub
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 936 -rwxr-xr-x 1 root root 918148 Nov 3 2011 grub -rwxr-xr-x 1 root root 12920 Nov 3 2011 grub-install -rwxr-xr-x 1 root root 2298 Nov 3 2011 grub-md5-crypt -rwxr-xr-x 1 root root 2533 Nov 3 2011 grub-set-default -rwxr-xr-x 1 root root 2473 Nov 3 2011 grub-terminfo -rwxr-xr-x 1 root root 6179 Nov 3 2011 install-grub
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.
On Sat, 01 Jun 2013 19:36:05 +0530, Allan McRae <allan@archlinux.org> 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 encountered. -- phani.
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. Hopefully all will be good. Its time to update to grub2 anyway :) gene/
I note that /etc/grub.d/xxx all have #!/bin/bash Did I miss something or should these be #!/usr/bin/bash now. g
On Sat, 01 Jun 2013 20:15:04 +0530, Genes Lists <lists@sapience.com> 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.
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 problem with this
# pacman -Syu --ignore filesystem ... (77/91) upgrading postfix [############################################] 100% warning: /etc/postfix/main.cf installed as /etc/postfix/main.cf.pacnew /tmp/alpm_Pd1z7b/.INSTALL: /usr/lib/postfix/post-install: /bin/sh: bad interpreter: No such file or directory
...
# pacman -Su
(1/1) checking for file conflicts [############################################] 100% error: failed to commit transaction (conflicting files) filesystem: /bin exists in filesystem filesystem: /sbin exists in filesystem filesystem: /usr/sbin exists in filesystem Errors occurred, no packages were upgraded.
# ls -l /bin -rwxr-xr-x 1 root root 593296 Nov 3 2011 mbchk
Suggestions for best way to recover from this?
Lstest instructions would have kept you from the /tmp/alpm_Pd1z7b/.INSTALL error: https://mailman.archlinux.org/pipermail/arch-dev-public/2013-June/025043.htm... Fix your grub package.
On Sat, Jun 1, 2013 at 3:07 PM, Allan McRae <allan@archlinux.org> 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.htm...
Fix your grub package.
OK I have also been looking at the instructions and I find: $ paclist <repo> | awk ' { print $1 } ' | pacman -Ql - | grep '/s\?bin/\| /usr/sbin/' bash: syntax error near unexpected token `|' Is there an error in the command? -- mike c
On Sat, Jun 1, 2013 at 4:10 PM, Mike Cloaked <mike.cloaked@gmail.com> wrote:
OK I have also been looking at the instructions and I find:
$ paclist <repo> | 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, you should replace <repo> with the name of the repo you want to check.
On Sat, Jun 1, 2013 at 3:22 PM, Karol Blazewicz <karol.blazewicz@gmail.com>wrote:
On Sat, Jun 1, 2013 at 4:10 PM, Mike Cloaked <mike.cloaked@gmail.com> wrote:
OK I have also been looking at the instructions and I find:
$ paclist <repo> | 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, you should replace <repo> with the name of the repo you want to check.
Ahh - yes thank you - I am sorry I did not notice that myself. -- mike c
On Saturday 01 June 2013 15:10:20 Mike Cloaked wrote:
On Sat, Jun 1, 2013 at 3:07 PM, Allan McRae <allan@archlinux.org> 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.htm...
Fix your grub package.
OK I have also been looking at the instructions and I find:
$ paclist <repo> | awk ' { print $1 } ' | pacman -Ql - | grep '/s\?bin/\| /usr/sbin/' bash: syntax error near unexpected token `|'
Is there an error in the command? It's just the new line, as you copy from email.
-- Marek Otahal :o)
participants (7)
-
Allan McRae
-
Curtis Shimamoto
-
Genes Lists
-
Karol Blazewicz
-
Marek Otahal
-
Mike Cloaked
-
phani