Your message dated Sat, 31 Aug 2019 00:15:35 +0200
with message-id <[email protected]>
and subject line Re: systemd: rescue.service fails if root password is not set
has caused the Debian Bug report #802211,
regarding systemd: rescue.service fails if root password is not set, needs
sulogin --force
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.)
--
802211: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802211
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: systemd
Version: 227-2
Severity: normal
Tags: patch
When the root account is locked or its password is not set,
rescue.service fails to get a root shell. The solution is to call
sulogin with --force option.
-- Package-specific info:
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf
Kernel: Linux 4.2.3 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages systemd depends on:
ii adduser 3.113+nmu3
ii libacl1 2.2.52-2
ii libapparmor1 2.10-2+b1
ii libaudit1 1:2.4.4-4
ii libblkid1 2.27-3
ii libc6 2.19-22
ii libcap2 1:2.24-12
ii libcap2-bin 1:2.24-12
ii libcryptsetup4 2:1.6.6-5
ii libgcrypt20 1.6.3-2
ii libkmod2 21-1
ii liblzma5 5.1.1alpha+20120614-2.1
ii libmount1 2.27-3
ii libpam0g 1.1.8-3.1
ii libseccomp2 2.2.3-2
ii libselinux1 2.3-2+b1
ii libsystemd0 227-2
ii mount 2.27-3
ii sysv-rc 2.88dsf-59.2
ii udev 227-2
ii util-linux 2.27-3
Versions of packages systemd recommends:
ii dbus 1.10.0-3
ii libpam-systemd 227-2
Versions of packages systemd suggests:
pn systemd-container <none>
pn systemd-ui <none>
-- no debconf information
--- /lib/systemd/system/rescue.service 2015-10-09 13:58:13.000000000 +0200
+++ /opt/livecds/config/includes.chroot/lib/systemd/system/rescue.service 2015-10-18 14:22:06.620348248 +0200
@@ -18,7 +18,7 @@
WorkingDirectory=/root
ExecStartPre=-/bin/plymouth quit
ExecStartPre=-/bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\\nboot into default mode.'
-ExecStart=-/bin/sh -c "/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default"
+ExecStart=-/bin/sh -c "/sbin/sulogin --force; /bin/systemctl --job-mode=fail --no-block default"
Type=idle
StandardInput=tty-force
StandardOutput=inherit
--- End Message ---
--- Begin Message ---
Version: 240-1
On Sun, 18 Oct 2015 14:25:55 +0200 Mattia Monga <[email protected]> wrote:
> Package: systemd
> Version: 227-2
> Severity: normal
> Tags: patch
>
> When the root account is locked or its password is not set,
> rescue.service fails to get a root shell. The solution is to call
> sulogin with --force option.
Systemd now provides a mechanism to set the desired behaviour.
It is now up to the installer or admin to set this up accordingly.
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---