About this list Date view Thread view Subject view Author view Attachment view

From: Ville Herva (vherva_at_niksula.hut.fi)
Date: Thu 16 Jan 2003 - 07:53:05 GMT


On Wed, Jan 15, 2003 at 11:50:57PM +0100, you [Herbert Poetzl] wrote:
> On Wed, Jan 15, 2003 at 11:10:55PM +0200, vherva_at_turing.netspan.fi 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.

-- v --

v_at_iki.fi

--------------------------------------------------------------------------
[root_at_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


About this list Date view Thread view Subject view Author view Attachment view
[Next/Previous Months] [Main vserver Project Homepage] [Howto Subscribe/Unsubscribe] [Paul Sladen's vserver stuff]
Generated on Thu 16 Jan 2003 - 08:30:33 GMT by hypermail 2.1.3