Re: Conflicting assignment of privileged ports on boot, once again

2009-07-16 Thread Aurelien Jarno
On Thu, Jul 16, 2009 at 09:06:56PM +0200, Julien BLACHE wrote: > Petter Reinholdtsen wrote: > > Hi, > > > https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/306007> and > > http://www.novell.com/support/search.do?cmd=displayKC&docType=kc&externalId=7002186&sliceId=1&docTypeID=DT_TID_1_1&dialog

Re: Conflicting assignment of privileged ports on boot, once again

2009-07-16 Thread Petter Reinholdtsen
[Mike Hommey] > Interestingly, none of the tcp ports between 600 and 1024 that are > listed in /etc/services appear in this file. Even more interesting, > none of the ports in the /etc/bindresvport.blacklist are in > /etc/services. Really? This is from my sid chroot: % for n in $(awk '{print $1

Re: Conflicting assignment of privileged ports on boot, once again

2009-07-16 Thread Julien BLACHE
Petter Reinholdtsen wrote: Hi, > https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/306007> and > http://www.novell.com/support/search.do?cmd=displayKC&docType=kc&externalId=7002186&sliceId=1&docTypeID=DT_TID_1_1&dialogID=67050089&stateId=0%200%2067048399> > report of a bug in the parsing of t

Re: Conflicting assignment of privileged ports on boot, once again

2009-07-16 Thread Mike Hommey
On Thu, Jul 16, 2009 at 07:46:14PM +0200, Julien BLACHE wrote: > Gernot Salzer wrote: > > Hi, > > > - ... or is it up to the administrator to add the ports manually? > > That's it. The most common offenders are already in the list; if > you're seeing the problem routinely with a popular service

Re: Conflicting assignment of privileged ports on boot, once again

2009-07-16 Thread Petter Reinholdtsen
[Julien BLACHE] > That's it. The most common offenders are already in the list; if > you're seeing the problem routinely with a popular service that's > not on the list already, that'd be a wishlist bug against libc6. https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/306007> and http://www.nov

Re: Conflicting assignment of privileged ports on boot, once again

2009-07-16 Thread Julien BLACHE
Gernot Salzer wrote: Hi, > - ... or is it up to the administrator to add the ports manually? That's it. The most common offenders are already in the list; if you're seeing the problem routinely with a popular service that's not on the list already, that'd be a wishlist bug against libc6. JB.

Re: Conflicting assignment of privileged ports on boot, once again

2009-07-16 Thread Gernot Salzer
> > What is currently the expert way to avoid/handle such port conflicts > > in Debian? > > /etc/bindresvport.blacklist Thanks for the hint, this is what I was looking for. So the world has moved since 2005, at list a bit. 873 (rsync) is not listed in this file. - Is this a "bug" in libc6? - ...