Package: rsyslog
Version: 8.2302.0-1
Followup-For: Bug #1037039
X-Debbugs-Cc: [email protected]

In case someone lands on this bug after discovering that rsyslogd doesn't
start at boot anymore after upgrading to bookworm:

If you don't want to install orphan-sysvinit-scripts, you can use the
following minimal script (man init-d-script for reference):

#!/bin/sh
### BEGIN INIT INFO
# Provides:       rsyslog
# Required-Start: $remote_fs $time
# Required-Stop:  umountnfs $time
# Default-Start:  2 3 4 5
# Default-Stop:   0 1 6
# Description:    rsyslog
### END INIT INFO

DAEMON=/usr/sbin/rsyslogd
/lib/init/init-d-script "$0" "$@"



-- System Information:
Debian Release: 12.0
  APT prefers stable-security
  APT policy: (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-10-cloud-amd64 (SMP w/1 CPU thread; PREEMPT)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages rsyslog depends on:
ii  libc6         2.36-9
ii  libestr0      0.1.11-1
ii  libfastjson4  1.2304.0-1
ii  liblognorm5   2.0.6-4
ii  libsystemd0   252.6-1
ii  libuuid1      2.38.1-5+b1
ii  libzstd1      1.5.4+dfsg2-5
ii  zlib1g        1:1.2.13.dfsg-1

Versions of packages rsyslog recommends:
ii  logrotate  3.21.0-1

Versions of packages rsyslog suggests:
pn  rsyslog-doc                       <none>
pn  rsyslog-gssapi                    <none>
pn  rsyslog-mongodb                   <none>
pn  rsyslog-mysql | rsyslog-pgsql     <none>
pn  rsyslog-openssl | rsyslog-gnutls  <none>
pn  rsyslog-relp                      <none>

-- no debconf information

Reply via email to