Your message dated Tue, 22 May 2007 13:04:55 +0200 with message-id <[EMAIL PROTECTED]> and subject line nonbug has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: sysklogd Hi, After a reboot, this happened: Jun 11 21:04:41 pork kernel: Kernel logging (proc) stopped. Jun 11 21:04:41 pork kernel: Kernel log daemon terminating. Jun 11 21:04:41 pork exiting on signal 15 Jun 11 22:15:40 localhost syslogd 1.4.1#11: restart. Jun 11 22:15:40 localhost kernel: klogd 1.4.1#11, log source = /proc/kmsg started. For some reason it can't figure out the hostname. I think this is because I edited: -rw-r--r-- 1 root root 402 2003-06-11 16:56 /etc/hosts % diff -u0 /etc/hosts{~,} --- /etc/hosts~ 2003-05-10 21:23:42.000000000 +0200 +++ /etc/hosts 2003-06-11 16:56:45.000000000 +0200 @@ -3 +3 @@ -127.0.0.1 localhost +127.0.0.1 localhost pork.foo.bar pork @@ -5 +4,0 @@ -10.0.0.1 pork.foo.bar pork Why doesn't it simply use the standard hostname resolving functions?! % hostname pork Please fix this. TIA. -- 2. That which causes joy or happiness.
--- End Message ---
--- Begin Message ---IP addresses are resolved regardless of their nature, domain names are even stripped off of them before they are written to the log file. The code below what Matt quoted explains this. If you don't like the libc function for resolving, please propose another approach. Regards, Joey -- WARNING: Do not execute! This call violates patent DE10108564. http://www.elug.de/projekte/patent-party/patente/DE10108564 wget -O patinfo-`date +"%Y%m%d"`.html http://patinfo.ffii.org/ Please always Cc to me when replying to me on the lists.
--- End Message ---

