From: Dale H. <ro...@ma...> - 2004-01-06 16:56:12
|
On Thu, Dec 18, 2003 at 08:23:48PM +0100, Thomas Eckert elucidated: > > Hi, > > I have the same problem -- /etc/nsswitch.conf reads: > hosts: files bproc dns > and /etc/hosts does not contain something nasty. > > Unfortunately downgrading beonss is not possible (I guess) due to /bpfs > related changes? > > With bproc 3.2.5 and beonss 1.0.12 (or 1.0.20) node-resolving was possible > with "nX" and ".X" (verified as I was not sure anymore) but with 4.0.0pre3 and > beonss cm1.1 only "nX" seems to be possible (X=-1 ... <max-node-number>). > > Thomas > After looking at this a little more (and I haven't confirmed this), but I'm guessing the problem with PVM and bproc is that it checks the $PVM_RSH to see if it works, in this case bpsh. But bpsh doesn't take node id's of the from "n#", it takes just "#", but gethostbyname() wants "n#". So I'm guessing we are in a bit of catch 22. It'd be nice if bpsh would support the "n#" naming convention. Cause I can ping names like "n1" in my cluster just fine, and gethostbyname() returns the correct information. -- Dale Harris ro...@ma... /.-) |