Re: [arch-general] [arch-dev-public] /usr move - update instructions

2013-06-01 Thread Karol Blazewicz
On 01/06/13 16:00, Allan McRae wrote: > 1) Fix any non-official packages with files in /bin, /sbin or /usr/sbin > to put those files in /usr/bin. The list of packages that are not in a > repo that need to be fixed can be generated using: > $ pacman -Qo /bin /sbin /usr/sbin | pacman -Qm - It

Re: [arch-general] DKIM signed messages to mailing list - issue

2013-06-01 Thread Genes Lists
... > > So go complain there. It is a problem of a list member’s server, and > not Arch Linux Mailman’s. > I don't fully agree - strictly speaking passing through inbound DKIM headers as the arch mail list server is doing is not following the guidelines of RFC 6377 [0] which (among much long di

Re: [arch-general] Postfix and libsasl2.so.2 or libsasl2.so.3

2013-06-01 Thread Gaetan Bisson
[2013-06-01 13:05:54 -0400] Dave Ariens: > Is there an issue with the current postfix package? No. > # pacman -S postfix dovecot Do `pacman -Syu` before; partial upgrades are not supported. And next time please at least tell us which versions of which packages you are talking about (postfix, li

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] DKIM signed messages to mailing list - issue

2013-06-01 Thread Chris “Kwpolska” Warrick
On Sat, Jun 1, 2013 at 4:50 PM, Genes Lists wrote: > > Each time I send to the arch list I get a postmaster complaint about > DKIM from postmas...@bctpe4hbiu.org So go complain there. It is a problem of a list member’s server, and not Arch Linux Mailman’s. -- Kwpolska | G

[arch-general] Postfix and libsasl2.so.2 or libsasl2.so.3

2013-06-01 Thread Dave Ariens
Hi guys, Is there an issue with the current postfix package? # pacman -S postfix dovecot :: Proceed with installation? [Y/n] . /usr/lib/postfix/post-install: Error: no postconf command found. Re-run this command as /usr/lib/postfix/post-install command_directory=/some/where. [root@vps2 arien

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

[arch-general] DKIM signed messages to mailing list - issue

2013-06-01 Thread Genes Lists
Each time I send to the arch list I get a postmaster complaint about DKIM from postmas...@bctpe4hbiu.org My domain DKIM signs all mail - however my DKIM signature is passed through by the mail list package and of course now the message will fail DKIM check as the header has been modified and

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