Re: [arch-general] mkinitcpio: fsck - Does it actually make sense?

2013-04-10 Thread Thomas Bächler
Am 09.04.2013 23:41, schrieb Tom Gundersen: > On Mon, Apr 8, 2013 at 10:45 PM, Karol Babioch wrote: >> I'm wondering whether it makes actually sense to include the fsck hook >> into the initial ramdisk.syt > > In case your filesystem needs fsck before being mounted (i.e., it is > not btrfs), then

Re: [arch-general] [makepkg] Permission denied on pkg/ directory

2013-04-10 Thread Robbie Smith
On 10/04/13 16:46, William Giokas wrote: On Wed, Apr 10, 2013 at 04:38:42PM +1000, Robbie Smith wrote: I’ve been porting my old PKGBUILDs to the 4.1 format for VCS packages, and for some reason I keep getting errors building the package, with the pkg/ directory being created with 000 (d-

Re: [arch-general] 3.8.6 kernel compile fails with gcc 4.8

2013-04-10 Thread Damjan Georgievski
On 9 April 2013 09:22, Sudaraka Wijesinghe wrote: > On 04/09/13 00:09, Damjan wrote: > > same thing after "git clean -fx" > > here's my config if it's relevant > > http://paste.pound-python.org/show/32083/ > > Using your config on i686 I got the same error. I noticed that you have > set the target

Re: [arch-general] mdadm: RAID-5 performance sucks

2013-04-10 Thread Karol Babioch
Hi, I guess I was too vague with some of the details regarding the setup, so I will try to be more specific now. Am 09.04.2013 18:20, schrieb Chris Down: > I assume you're using Linux software RAID Yes. > I've experienced this when using RAID6 and a suboptimal stripe cache > size. I already ha

[arch-general] gpg-agent, ssh keys, and systemd --user

2013-04-10 Thread Robbie Smith
How can I get gpg-agent to work with ssh keys? The following script that I’ve put in /etc/profile.d sets it up, but I’d like to move my user daemons (such as gpg-agent) over to systemd --user. $ cat gpg-agent.sh #!/bin/sh envfile="${HOME}/.gnupg/gpg-agent.env" if test -f "$envfile" && kill -0

Re: [arch-general] [arch-dev-public] Build issues due to -D_FORTIFY_SOURCE=2 in CPPFLAGS

2013-04-10 Thread Joakim Hernberg
On Mon, 08 Apr 2013 16:54:54 +1000 Allan McRae wrote: > Hi, > > With pacman-4.1 we introduced CPPFLAGS in makepkg.conf and moved the > -D_FORTIFY_SOURCE=2 flag out of C{,XX}FLAGS to there (where it should > be). This of course will break wine's builtin workaround for FORTIFY_SOURCE, which assum

Re: [arch-general] [arch-dev-public] Build issues due to -D_FORTIFY_SOURCE=2 in CPPFLAGS

2013-04-10 Thread Anatol Pomozov
Hi On Wed, Apr 10, 2013 at 11:07 AM, Joakim Hernberg wrote: > On Mon, 08 Apr 2013 16:54:54 +1000 > Allan McRae wrote: > >> Hi, >> >> With pacman-4.1 we introduced CPPFLAGS in makepkg.conf and moved the >> -D_FORTIFY_SOURCE=2 flag out of C{,XX}FLAGS to there (where it should >> be). > > This of c

Re: [arch-general] mdadm: RAID-5 performance sucks

2013-04-10 Thread Rafa Griman
Hi :) On Wed, Apr 10, 2013 at 2:18 PM, Karol Babioch wrote: > Hi, > > I guess I was too vague with some of the details regarding the setup, so > I will try to be more specific now. > > Am 09.04.2013 18:20, schrieb Chris Down: >> I assume you're using Linux software RAID > > Yes. > >> I've experie