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

2013-04-09 Thread William Giokas
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-) > permissions. My umask isn’t malfor

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

2013-04-09 Thread Robbie Smith
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-) permissions. My umask isn’t malformed as I can create directories and files just fine, and if I chmo

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

2013-04-09 Thread Rafa Griman
Hi :) On Tue, Apr 9, 2013 at 6:16 PM, Karol Babioch wrote: > Hi, > > I've got four HDDs and added them into a RAID-5 array, which basically > works just fine. However the performance sucks quite hard. I get only > about 70 MB/s when it comes down to reading and writing speeds of about > 35 MB/s.

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

2013-04-09 Thread Chris Down
On 10 April 2013 00:16, Karol Babioch wrote: > Hi, > > I've got four HDDs and added them into a RAID-5 array, which basically > works just fine. However the performance sucks quite hard. I get only > about 70 MB/s when it comes down to reading and writing speeds of about > 35 MB/s. > > The hardwa

Re: [arch-general] Beginner's Guide: Disable dhcpd service before setting static ip

2013-04-09 Thread Siddhartha Sahu
On Tue, Apr 9, 2013 at 2:01 PM, Rodrigo Rivas wrote: > > That stops the service all right, but it doesn't disable it. On next boot > it will be started again. > What you probably want is to stop *and* disable: > > # systemctl stop dhcpcd.service > # systemctl disable dhcpcd.service > That is an i

Re: [arch-general] Beginner's Guide: Disable dhcpd service before setting static ip

2013-04-09 Thread Bruno Widmann
On Tue, Apr 9, 2013 at 10:31 AM, Rodrigo Rivas wrote: > > What you probably want is to stop *and* disable: > > No, the Beginners-Guide section at issue here is about getting the Network going when initialy booting into the Arch installation environment. At that point, the user still outside the c

Re: [arch-general] Beginner's Guide: Disable dhcpd service before setting static ip

2013-04-09 Thread Alexandre Medeiros
On 9 April 2013 05:31, Rodrigo Rivas wrote: > That stops the service all right, but it doesn't disable it. On next boot > it will be started again. > What you probably want is to stop *and* disable: He is talking about the dhcpcd service on the install image, so disable wouldn't be very useful.

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

2013-04-09 Thread 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 the sane thing to do is to first fsck it, and then mo

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

2013-04-09 Thread Karol Babioch
Hi, I've got four HDDs and added them into a RAID-5 array, which basically works just fine. However the performance sucks quite hard. I get only about 70 MB/s when it comes down to reading and writing speeds of about 35 MB/s. The hardware itself is quite decent: Intel Xeon E31260L, 8 GB RAM and f

Re: [arch-general] zsh-history-substring-search with grml-zsh-config

2013-04-09 Thread Oon-Ee Ng
On Tue, Apr 9, 2013 at 7:47 PM, Gaetan Bisson wrote: > [2013-04-09 09:21:24 +0200] f gr: > I hope you both realize that this discussion is quite pointless without > specific version numbers, and will provide more context in the future... > > -- > Gaetan Sorry, my bad. Using the latest version of

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

2013-04-09 Thread Sudaraka Wijesinghe
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 processor to Pentium M, and I changed it to generic x86 and it

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

2013-04-09 Thread Martti Kühne
On Mon, Apr 8, 2013 at 8:39 PM, Damjan wrote: > > > same thing after "git clean -fx" > here's my config if it's relevant > http://paste.pound-python.org/show/32083/ > > -- > дамјан Looks either like compiler bug or misconfigured gcc [0]. cheers! mar77i [0] https://www.google.com/search?q=maximu

Re: [arch-general] zsh-history-substring-search with grml-zsh-config

2013-04-09 Thread Gaetan Bisson
[2013-04-09 09:21:24 +0200] f gr: > Excerpt from Oon-Ee Ng's message > of 2013-04-09T11:23+0800: > > > I use grml-zsh-config and after a recent update > > zsh-history-substring-search seems to have stopped working (up and > > down no longer search for the substring). > > > > Anyone with the same

Re: [arch-general] zsh-history-substring-search with grml-zsh-config

2013-04-09 Thread f gr
Excerpt from Oon-Ee Ng's message of 2013-04-09T11:23+0800: > I use grml-zsh-config and after a recent update > zsh-history-substring-search seems to have stopped working (up and > down no longer search for the substring). > > Anyone with the same experience, or an a alternative? I really > don't

Re: [arch-general] Beginner's Guide: Disable dhcpd service before setting static ip

2013-04-09 Thread Rodrigo Rivas
On Tue, Apr 9, 2013 at 3:01 AM, Siddhartha Sahu wrote: > yes it should be `systemctl stop dhcpcd.service`. I had typed the earlier > one from memory. > That stops the service all right, but it doesn't disable it. On next boot it will be started again. What you probably want is to stop *and* disab