Hi,
On Sat, 18 Nov 2000, Brian Mays wrote:
> Version: 2.6.3
I'm verifing this with 2.7.5 YMMV.
> It seems that rxvt does a lookup for the hostname while starting and
This is done with uname(2) not with read.
> somehow this times out several times according to an strace
rxvt tries to read my PWD in some strange way, have a look:
read(5, "myhost:~/mypwd # ", 8192) = 16
read(5, 0x80698d4, 8176) = -1 EAGAIN
(myhost, mypwd substituted for clearness)
> This messages come several times. I think it must have to do that I
> have in /proc/sys/kernel/hostname only the hostname and in
> /proc/sys/kernel/domainname the domainpart. It seems that many
> applications are confused by this (to my understanding correct) setup.
> Most the times I see setups with the full hostname (with domainpart)
> in the hostname file....
Maybe I'm terribly wrong but you meant to refer to /etc/HOSTNAME
And it's really just the hostname not the FQDN - my machine doesn't seem
to know about it's DN. Have a look at uname(1)
cu.
:
Christian