[vox-tech] my computer has no name

Peter Jay Salzman vox-tech@lists.lugod.org
Sat, 3 May 2003 17:49:05 -0700


apache refuses to run.  using strace, i figured out it's because apache
doesn't know my system's name (i wish it printed some kind of error
msg instead of forcing me to use strace).

using strace again on hostname led me to look at uname.

using strace on uname led me to a system call named uname().

looking at the man page for uname() led me to what i believe to be why
apache isn't running on my system:

   satan# cat /proc/sys/kernel/hostname
   (none)

this is kernel data.  does anybody know how the kernel discovers the
hostname?   please no function calls.  i'm talking about where it's done
in the bootup/init process.  i prolly could've guessed this since my
login screen looks like this:

   Debian GNU/Linux 3.0  (none) tty4
   (none) login:

and uname -a shows something similar.  ugh.  :(

pete




-- 
GPG Instructions: http://www.dirac.org/linux/gpg
GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D