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 hurt as this is quite a big change ;).
>
> Best regards,
> Karol Babioch
>
Upgrade news has been added to package.

greetings
tpowa

-- 
Tobias Powalowski
Archlinux Developer & Package Maintainer (tpowa)
http://www.archlinux.org
tp...@archlinux.org




signature.asc
Description: OpenPGP digital signature


[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,
Karol Babioch



signature.asc
Description: OpenPGP digital signature


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 something I'm missing here, or how do you handle this?
>
> Best regards,
> Karol Babioch

You really want to be able to fsck the root filesystem before you
mount it, as doing it while it's mounted read-only has several
caveats, e.g. it requires an immediate reboot if the fsck changed
anything, to ensure consistency of FS state on disk and in memory.


[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,
Karol Babioch



signature.asc
Description: OpenPGP digital signature


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
00cfbb8ad0a6419f40660362b4d8b5baa30d3efe
$ git status
# On branch linux-3.8.y
nothing to commit, working directory clean
$

But let me try again after a "git clean -fx" … maybe the kernel build
system has buglets and used some stale files


same thing after "git clean -fx"
here's my config if it's relevant
http://paste.pound-python.org/show/32083/

--
дамјан


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
https://www.seblu.net
GPG: 0x2072D77A


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 branch linux-3.8.y
nothing to commit, working directory clean
$

But let me try again after a "git clean -fx" … maybe the kernel build 
system has buglets and used some stale files



btw, I'm using 3.8.6 (from stable tree) compiled with gcc 4.8 on x86_64
without any issue.


it compiled fine on my x86_64 too

--
дамјан


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
>>>
>>> How do I get "preprocessed source"?
> ...
>>
>> Can you repeat it?
> 
> Yes, happens every time the same exact spot.
> Here's another run (but I've already tried several times)
> 
> $ make
> make[1]: Nothing to be done for `all'.
> make[1]: Nothing to be done for `relocs'.
>  CHK include/generated/uapi/linux/version.h
>  CHK include/generated/utsrelease.h
>  CALLscripts/checksyscalls.sh
>  CHK include/generated/compile.h
> make[3]: `arch/x86/realmode/rm/realmode.bin' is up to date.
>  CHK kernel/config_data.h
>  CC [M]  drivers/net/ethernet/intel/e1000e/netdev.o
> drivers/net/ethernet/intel/e1000e/netdev.c: In function ‘e1000_xmit_frame’:
> drivers/net/ethernet/intel/e1000e/netdev.c:5159:1: internal compiler
> error: Maximum number of LRA constraint passes is achieved (30)
> 
> }
> ^
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See  for instructions.
> make[5]: *** [drivers/net/ethernet/intel/e1000e/netdev.o] Error 1
> make[4]: *** [drivers/net/ethernet/intel/e1000e] Error 2
> make[3]: *** [drivers/net/ethernet/intel] Error 2
> make[2]: *** [drivers/net/ethernet] Error 2
> make[1]: *** [drivers/net] Error 2
> make: *** [drivers] Error 2
> 
> -- 
> дамјан
> .
> 

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.

btw, I'm using 3.8.6 (from stable tree) compiled with gcc 4.8 on x86_64
without any issue.



signature.asc
Description: OpenPGP digital signature


[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.gz
/usr/lib/modules/extramodules-3.8-ARCH/vboxnetflt.ko.gz
/usr/lib/modules/extramodules-3.8-ARCH/vboxpci.ko.gz

# ls
3.8.4-rt2-1-rt  3.8.6-1-ARCH  extramodules-3.8-ARCH  extramodules-3.8-rt

# ls extramodules-3.8-ARCH
vboxdrv.ko.gz  vboxnetadp.ko.gz  vboxnetflt.ko.gz  vboxpci.ko.gz  version

# ls 3.8.6-1-ARCH/kernel/misc/
vboxdrv.ko  vboxnetadp.ko  vboxnetflt.ko  vboxpci.ko



I deleted the modules in extramodules and kept the ones build by the hook.

It would be nice if virtualbox-host-modules could become an optional
dependency.

Regards,
Ralf



[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 include the
instruction:
'systemctl stop dhcpd.service' in the beginning of the "Wired" section?

[1] https://wiki.archlinux.org/index.php/Beginners%27_Guide#Wired

Thanks!
Siddhartha Sahu


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 i686
>>>
>>> How do I get "preprocessed source"?
> ...
>>
>> Can you repeat it?
>
> Yes, happens every time the same exact spot.
> Here's another run (but I've already tried several times)
>
> $ make
> make[1]: Nothing to be done for `all'.
> make[1]: Nothing to be done for `relocs'.
>  CHK include/generated/uapi/linux/version.h
>  CHK include/generated/utsrelease.h
>  CALLscripts/checksyscalls.sh
>  CHK include/generated/compile.h
> make[3]: `arch/x86/realmode/rm/realmode.bin' is up to date.
>  CHK kernel/config_data.h
>  CC [M]  drivers/net/ethernet/intel/e1000e/netdev.o
> drivers/net/ethernet/intel/e1000e/netdev.c: In function
> ‘e1000_xmit_frame’:
> drivers/net/ethernet/intel/e1000e/netdev.c:5159:1: internal compiler
> error: Maximum number of LRA constraint passes is achieved (30)
>
> }
> ^
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See  for instructions.
> make[5]: *** [drivers/net/ethernet/intel/e1000e/netdev.o] Error 1
> make[4]: *** [drivers/net/ethernet/intel/e1000e] Error 2
> make[3]: *** [drivers/net/ethernet/intel] Error 2
> make[2]: *** [drivers/net/ethernet] Error 2
> make[1]: *** [drivers/net] Error 2
> make: *** [drivers] Error 2
>
> -- 
> дамјан
The kernel in core is already compiled with gcc 4.8.0. I had no issues.

greetings
tpowa

-- 
Tobias Powalowski
Archlinux Developer & Package Maintainer (tpowa)
http://www.archlinux.org
tp...@archlinux.org




signature.asc
Description: OpenPGP digital signature


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 repeat it?


Yes, happens every time the same exact spot.
Here's another run (but I've already tried several times)

$ make
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `relocs'.
 CHK include/generated/uapi/linux/version.h
 CHK include/generated/utsrelease.h
 CALLscripts/checksyscalls.sh
 CHK include/generated/compile.h
make[3]: `arch/x86/realmode/rm/realmode.bin' is up to date.
 CHK kernel/config_data.h
 CC [M]  drivers/net/ethernet/intel/e1000e/netdev.o
drivers/net/ethernet/intel/e1000e/netdev.c: In function 
‘e1000_xmit_frame’:
drivers/net/ethernet/intel/e1000e/netdev.c:5159:1: internal compiler 
error: Maximum number of LRA constraint passes is achieved (30)


}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.
make[5]: *** [drivers/net/ethernet/intel/e1000e/netdev.o] Error 1
make[4]: *** [drivers/net/ethernet/intel/e1000e] Error 2
make[3]: *** [drivers/net/ethernet/intel] Error 2
make[2]: *** [drivers/net/ethernet] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2

--
дамјан


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.o
> drivers/net/ethernet/intel/e1000e/netdev.c: In function ‘e1000_xmit_frame’:
> drivers/net/ethernet/intel/e1000e/netdev.c:5159:1: internal compiler
> error: Maximum number of LRA constraint passes is achieved (30)
> 
>  }
>  ^
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See  for instructions.
> make[5]: *** [drivers/net/ethernet/intel/e1000e/netdev.o] Error 1
> make[4]: *** [drivers/net/ethernet/intel/e1000e] Error 2
> 
> 

Can you repeat it?


[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 function ‘e1000_xmit_frame’:
drivers/net/ethernet/intel/e1000e/netdev.c:5159:1: internal compiler 
error: Maximum number of LRA constraint passes is achieved (30)


 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.
make[5]: *** [drivers/net/ethernet/intel/e1000e/netdev.o] Error 1
make[4]: *** [drivers/net/ethernet/intel/e1000e] Error 2


--
дамјан