Debian Bug report logs -
#747742
systemd does not honour /etc/inittab
Reported by: Julian Wollrath <jwollrath@web.de>
Date: Sun, 11 May 2014 13:57:02 UTC
Severity: normal
Found in version systemd/204-10
Done: Tollef Fog Heen <tfheen@err.no>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to
debian-bugs-dist@lists.debian.org, Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>:
Bug#747742; Package
systemd.
(Sun, 11 May 2014 13:57:06 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Julian Wollrath <jwollrath@web.de>:
New Bug report received and forwarded. Copy sent to
Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>.
(Sun, 11 May 2014 13:57:07 GMT)
Full text and
rfc822 format available.
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Package: systemd
Version: 204-10
Severity: normal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Dear Maintainer,
I do not need a whole bunch of tty's so I disabled all but one in runlevel 5
and enabled only 3 in my text-only runlevels 3 and 2 (excerpt from
/etc/inittab):
# /sbin/getty invocations for the runlevels.
#
# The "id" field MUST be the same as the last
# characters of the device (after "tty").
#
# Format:
# <id>:<runlevels>:<action>:<process>
#
# Note that on most Debian systems tty7 is used by the X Window System,
# so if you want to add more getty's go ahead but skip tty7 if you run X.
#
1:2345:respawn:/sbin/getty 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
#4:23:respawn:/sbin/getty 38400 tty4
#5:23:respawn:/sbin/getty 38400 tty5
#6:23:respawn:/sbin/getty 38400 tty6
But when I use systemd and are e.g in runlevel 5 I can go to tty2, 3, ... and
will get tty's. Even when I am in runlevel 3, used e.g. 3 tty's and then
switch to runlevel 5, there are still 3 tty's open and not only just one tty,
tty1 as it is described by /etc/inittab.
With best regards,
Julian Wollrath
- -- Package-specific info:
- -- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.15.0-rc5 (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/dash
Versions of packages systemd depends on:
ii acl 2.2.52-1
ii adduser 3.113+nmu3
ii initscripts 2.88dsf-53
ii libacl1 2.2.52-1
ii libaudit1 1:2.3.6-1
ii libc6 2.18-5
ii libcap2 1:2.22-1.2
ii libcap2-bin 1:2.22-1.2
ii libcryptsetup4 2:1.6.4-4
ii libdbus-1-3 1.8.2-1
ii libgcrypt11 1.5.3-4
ii libkmod2 17-2
ii liblzma5 5.1.1alpha+20120614-2
ii libpam0g 1.1.8-3
ii libselinux1 2.2.2-2
ii libsystemd-daemon0 204-10
ii libsystemd-journal0 204-10
ii libsystemd-login0 204-10
ii libudev1 204-10
ii libwrap0 7.6.q-25
ii sysv-rc 2.88dsf-53
ii udev 204-10
ii util-linux 2.20.1-5.7
Versions of packages systemd recommends:
pn libpam-systemd <none>
Versions of packages systemd suggests:
pn systemd-ui <none>
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBCAAGBQJTb4DwAAoJEFl2dmpRMS8z5aQH/0bXfL484MdlTqJOw4bKmt8V
0T0fiFZwIjVowWxybnXoTaVhuy6fc4VxMviP+RN7bMox18/Qiuwb1CENg8/g+nr2
RGvIwwvoKSHVlY3VtGem6Glj9+5jIesCAwbSGF2I7zr1b5kmkNbWh1CSnGMnGbfR
1/IA2CwOYe3y/5rBKk4VJmkxy2xG64gk/AEamF6YOZh6+cKGici31/eVTQgfLem9
NX4crN8cC28CNuxTrJE4A0fMOdCTVLAE5CL56GKWuu2KyKBXDCHSDIJp5hlf5vOi
+D9rVJ81jyPFitK3kTrjaHP8e6LSMo80tdRpvGo4Wh/8IxvWLDTNEB+KeONHUow=
=Hoed
-----END PGP SIGNATURE-----
[systemd-delta.txt (text/plain, attachment)]
[dsh-enabled.txt (text/plain, attachment)]
Reply sent
to
Tollef Fog Heen <tfheen@err.no>:
You have taken responsibility.
(Sun, 11 May 2014 16:54:22 GMT)
Full text and
rfc822 format available.
Notification sent
to
Julian Wollrath <jwollrath@web.de>:
Bug acknowledged by developer.
(Sun, 11 May 2014 16:54:22 GMT)
Full text and
rfc822 format available.
Message #10 received at 747742-done@bugs.debian.org (full text, mbox, reply):
]] Julian Wollrath
> I do not need a whole bunch of tty's so I disabled all but one in runlevel 5
> and enabled only 3 in my text-only runlevels 3 and 2 (excerpt from
> /etc/inittab):
/etc/inittab is only used by sysvinit, so you're correct, systemd
doesn't use that. It's by design and not going to change.
systemd also spawns getty as needed on ttys, so you shouldn't need to do
the explicit management of getty as you've done in the past.
--
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are
Bug archived.
Request was from
Debbugs Internal Request <owner@bugs.debian.org>
to
internal_control@bugs.debian.org.
(Mon, 09 Jun 2014 07:30:45 GMT)
Full text and
rfc822 format available.
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Mon Nov 2 17:50:50 2015;
Machine Name:
buxtehude
Debian Bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.