Your message dated Sun, 19 Apr 2009 20:41:42 +0200
with message-id <[email protected]>
and subject line solved: not a rsyslog issue
has caused the Debian Bug report #524761,
regarding rsyslog doesn't log boot messages (boot.log)
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
524761: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524761
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rsyslog
Version: 3.20.5-1
Severity: normal
Shouldn't a Debian syslog system write the boot messages to
/var/log/boot.log ?
I'm currently trying to debug some cryptsetup issue and don't have
access to the error messages.
Created /etc/rsyslog.d/boot.conf with:
# Save boot messages also to boot.log
#local7.* /var/log/boot.log
if \
$syslogfacility-text == 'local7' \
then /var/log/boot.log
But the logfile remains empty.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages rsyslog depends on:
ii libc6 2.9-7 GNU C Library: Shared libraries
ii lsb-base 3.2-22 Linux Standard Base 3.2 init scrip
ii zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime
Versions of packages rsyslog recommends:
ii logrotate 3.7.7-3 Log rotation utility
Versions of packages rsyslog suggests:
ii rsyslog-doc 3.20.5-1 documentation for rsyslog
pn rsyslog-gnutls <none> (no description available)
pn rsyslog-gssapi <none> (no description available)
pn rsyslog-mysql | rsyslog-pgsql <none> (no description available)
pn rsyslog-relp <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
solution found here:
http://wiki.debian.org/bootlogd
Just set
# Run bootlogd at startup ?
BOOTLOGD_ENABLE=yes
--- End Message ---