Re: [arch-general] [arch-dev-public] samba 3.6.x -> samba 4.0.x migration

2013-04-08 Thread Tobias Powalowski
Am 09.04.2013 00:37, schrieb Karol Babioch: > Hi, > > Am 27.03.2013 16:55, schrieb Tobias Powalowski: >> I'll release samba 4.0.x to testing. > anything holding this one back to hit the official repository? > >> Do we need an announcement or an install news during upgrade? > I guess it wouldn't hur

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

2013-04-08 Thread Oon-Ee Ng
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 grok zsh =(

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

2013-04-08 Thread Siddhartha Sahu
Hi Tobias, On Mon, Apr 8, 2013 at 11:25 PM, Tobias Groß wrote: > > don't you mean 'systemctl stop dhcpcd.service'? The dhcpd is the dhcp server, dhcpcd the client. > yes it should be `systemctl stop dhcpcd.service`. I had typed the earlier one from memory. -- Siddhartha Sahu

Re: [arch-general] [arch-dev-public] samba 3.6.x -> samba 4.0.x migration

2013-04-08 Thread Karol Babioch
Hi, Am 27.03.2013 16:55, schrieb Tobias Powalowski: > I'll release samba 4.0.x to testing. anything holding this one back to hit the official repository? > Do we need an announcement or an install news during upgrade? I guess it wouldn't hurt as this is quite a big change ;). Best regards, Kar

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

2013-04-08 Thread Jan Alexander Steffens
On Mon, Apr 8, 2013 at 10:45 PM, Karol Babioch wrote: > Hi, > > I'm wondering whether it makes actually sense to include the fsck hook > into the initial ramdisk. With the "current" switch to systemd > filesystems get fsck'ed by default anyway, so it seems to be sort of > redundant. > > Is there s

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

2013-04-08 Thread Karol Babioch
Hi, I'm wondering whether it makes actually sense to include the fsck hook into the initial ramdisk. With the "current" switch to systemd filesystems get fsck'ed by default anyway, so it seems to be sort of redundant. Is there something I'm missing here, or how do you handle this? Best regards,

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

2013-04-08 Thread Tobias Groß
Hey, Siddhartha Sahu wrote: >Wanted to confirm if I am right. Can I edit the wiki to include the >instruction: >'systemctl stop dhcpd.service' in the beginning of the "Wired" section? don't you mean 'systemctl stop dhcpcd.service'? The dhcpd is the dhcp server, dhcpcd the client. -- toerb

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

2013-04-08 Thread Damjan
On пон, 08 апр 2013 19:31:29 CEST, Damjan wrote: Are you using a clean source? might want to try downloading or checking out a fresh source. make clean or mrproper might clean up if there are previous bad builds. it's a clean git clone. HEAD is "Linux 3.8.6" $ git rev-parse HEAD 00cfbb8ad0a641

Re: [arch-general] virtualbox-host-modules

2013-04-08 Thread Sébastien Luttringer
On Mon, Apr 8, 2013 at 2:46 PM, Ralf Mardorf wrote: > > It would be nice if virtualbox-host-modules could become an optional > dependency. You should use vbox-host-dkms, it provides vbox-host-modules and allow compiling of modules for custom kernel. Cheers, -- Sébastien "Seblu" Luttringer htt

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

2013-04-08 Thread Damjan
Are you using a clean source? might want to try downloading or checking out a fresh source. make clean or mrproper might clean up if there are previous bad builds. it's a clean git clone. HEAD is "Linux 3.8.6" $ git rev-parse HEAD 00cfbb8ad0a6419f40660362b4d8b5baa30d3efe $ git status # On branc

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

2013-04-08 Thread Sudaraka Wijesinghe
On 04/08/13 20:37, Damjan wrote: > On пон, 08 апр 2013 16:35:12 CEST, Allan McRae wrote: >> On 09/04/13 00:25, Damjan wrote: >>> For various reasons I'm compiling my own kernels, but just now I have >>> got this error while trying to update and compile 3.8.6. >>> >>> gcc is 4.8.0-1 >>> arch is i686

[arch-general] virtualbox-host-modules

2013-04-08 Thread Ralf Mardorf
Hi, where should be the modules? Last time there was the claim _not_ in extramodules. # pacman -Qi virtualbox Depends On : virtualbox-host-modules # pacman -Ql virtualbox-host-modules /usr/lib/modules/extramodules-3.8-ARCH/vboxdrv.ko.gz /usr/lib/modules/extramodules-3.8-ARCH/vboxnetadp.ko.

[arch-general] "Broken pipe" messages while last archlinux keyring update

2013-04-08 Thread Manuel Reimer
Hello, with the last update of the Archlinux keyring package, I got a few errors like the following one: usr/bin/pacman-key: line 615: printf: write error: Broken pipe Is this a known bug or can this be ignored? Yours Manuel Reimer

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

2013-04-08 Thread Siddhartha Sahu
Hi, In the setting up network section of beginner's guide [1], there should be an instruction to disable dhcpd service before setting up the static ip, otherwise dhcpd automatically rewrites the resolv.conf file, removing user set details. Wanted to confirm if I am right. Can I edit the wiki to i

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

2013-04-08 Thread Tobias Powalowski
Am 08.04.2013 17:07, schrieb Damjan: > On пон, 08 апр 2013 16:35:12 CEST, Allan McRae wrote: >> On 09/04/13 00:25, Damjan wrote: >>> For various reasons I'm compiling my own kernels, but just now I have >>> got this error while trying to update and compile 3.8.6. >>> >>> gcc is 4.8.0-1 >>> arch is

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

2013-04-08 Thread Damjan
On пон, 08 апр 2013 16:35:12 CEST, Allan McRae wrote: On 09/04/13 00:25, Damjan wrote: For various reasons I'm compiling my own kernels, but just now I have got this error while trying to update and compile 3.8.6. gcc is 4.8.0-1 arch is i686 How do I get "preprocessed source"? ... Can you r

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

2013-04-08 Thread Allan McRae
On 09/04/13 00:25, Damjan wrote: > For various reasons I'm compiling my own kernels, but just now I have > got this error while trying to update and compile 3.8.6. > > gcc is 4.8.0-1 > arch is i686 > > How do I get "preprocessed source"? > > > CC [M] drivers/net/ethernet/intel/e1000e/netdev.

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

2013-04-08 Thread Damjan
For various reasons I'm compiling my own kernels, but just now I have got this error while trying to update and compile 3.8.6. gcc is 4.8.0-1 arch is i686 How do I get "preprocessed source"? CC [M] drivers/net/ethernet/intel/e1000e/netdev.o drivers/net/ethernet/intel/e1000e/netdev.c: In fu