On Thu, Jan 16, 2003 at 09:53:05AM +0200, Ville Herva wrote: > On Wed, Jan 15, 2003 at 11:50:57PM +0100, you [Herbert Poetzl] wrote: > > On Wed, Jan 15, 2003 at 11:10:55PM +0200, [EMAIL PROTECTED] wrote: > > > [Please Cc, although I will poll the archive] > > > > I currently do not have the time to look into it, > > but I would suggest checking the /etc/nsswitch against > > your concept of name service resolving regarding > > yellow pages (nis, nis+) and of course /etc/resolv.conf > > and your nameservices ... this looks like some > > nameservice/portmap issue ... > > > > best, > > Herbert > > > > PS: I will take a deeper look at it tomorrow ... > > Thanks for your quick response! > > I made the below change to /etc/nsswitch.conf (comment all nis stuff away), > and sure enough, the hang went away. > > I'm still curious as to why the hang happens with ctx >= 15 and not with ctx > <= 14.
the handling of bind(any) and udp requests was changed significantly ... http://www.solucorp.qc.ca/changes.hc?projet=vserver&version=0.22 best, Herbert > -- v -- > > [EMAIL PROTECTED] > > > -------------------------------------------------------------------------- > [root@www-ng /]# diff -u /etc/nsswitch.conf~ /etc/nsswitch.conf > --- /etc/nsswitch.conf~ Mon Apr 15 10:02:27 2002 > +++ /etc/nsswitch.conf Thu Jan 16 03:15:34 2003 > @@ -30,12 +30,12 @@ > #shadow: db files nisplus nis > #group: db files nisplus nis > > -passwd: files nisplus nis > -shadow: files nisplus nis > -group: files nisplus nis > +passwd: files # nisplus nis > +shadow: files # nisplus nis > +group: files # nisplus nis > > #hosts: db files nisplus nis dns > -hosts: files nisplus nis dns > +hosts: files dns # nisplus nis dns > > # Example - obey only what nisplus tells us... > #services: nisplus [NOTFOUND=return] files > @@ -45,7 +45,7 @@ > #ethers: nisplus [NOTFOUND=return] files > #netmasks: nisplus [NOTFOUND=return] files > > -bootparams: nisplus [NOTFOUND=return] files > +bootparams: files # nisplus [NOTFOUND=return] files > > ethers: files > netmasks: files > @@ -54,10 +54,10 @@ > rpc: files > services: files > > -netgroup: nisplus > +netgroup: files # nisplus > > -publickey: nisplus > +publickey: files # nisplus > > -automount: files nisplus > -aliases: files nisplus > +automount: files # nisplus > +aliases: files # nisplus
