After boot-up process systemd starts agetty, but after 1--2 seconds additional messages are appeared:
How to avoid this?
I use Arch Linux, systemd 194.
$ grep '^[^#]' /etc/systemd/system/getty.target.wants/getty@tty1.service
[Unit]
Description=Getty on %I
Documentation=man:agetty(8)
After=systemd-user-sessions.service plymouth-quit-wait.service
After=rc-local.service
Before=getty.target
Ignor
WonderWoofy wrote:I guess you just need to boot into the live media and either chroot, or create the symlink manually. Remember, you are not enabling getty@.service, but rather getty@tty1.service (the .service is optional).Does adding init=/bin/bash still work? Maybe you could just do that and create the symlink.Yes it's working. What should i do next?
ln -sf /usr/lib/systemd/system/getty@.service /etc/systemd/system/getty.target.wants/getty@tty2.serviceRepeat this for remaining vts - change @tty2 to @tty3 an so on.
Šaran
https://bbs.archlinux.org/profile.php?id=51949
2012-10-04T08:28:07Z
My desktop system is:
$ uname -a
Linux xmachine 3.0.0-13-generic #22-Ubuntu SMP Wed Nov 2 13:25:36 UTC 2011 i686 i686 i386 GNU/Linux
By running ps a | grep getty, I get this output:
900 tty4 Ss+ 0:00 /sbin/getty -8 38400 tty4
906 tty5 Ss+ 0:00 /sbin/getty -8 38400 tty5
915 tty2 Ss+ 0:00 /sbin/getty -8 38400 tty2
917 tty3 Ss+ 0:00 /sbin/getty -8 38400 tty3
I found that, in /etc/inittab, this modification (-a username) for the user u disables the login/password check for all tty:s:
1:2345:respawn:/sbin/getty -a u 38400 tty1
2:23:respawn:/sbin/getty -a u 38400 tty2
3:23:respawn:/sbin/getty -a u 38400 tty3
4:23:respawn:/sbin/getty -a u 38400 tty4
5:23:respawn:/sbin/getty -a u 38400 tty5
6:23:respawn:/sbin/getty -a u 38400 tty6
That would be great fo
Hi,I just switched to systemd and there is one thing left bothering me - after the login prompt appears, systemd keeps spamming messages about some services starting (mysql, ntp...).
I have a bunch of these too, all empty.
Hi,Pulseaudio is not starting on machine since I removed Slim and started lauching X at login.With any DM, Pulseaudio works fine and is started automatically.If I start Pulseaudio manually after X is launched everything's fine.I tried adding the lines you mentioned to /etc/systemd/system/getty.target.wants/getty\@tty1.service with no luck.Is there anything I can do to have pulseaudio starting
Not sure if this belongs in the hardware or software forum, but the problem i've been having is as follows, i have fedora 16 x86-64 installed on my primary machine, attached to that machine an via RS232 port is a WYSE 150 green screen text terminal, which is configured in 132 column mode, the problem is despite having the terminal configured in the
/etc/systemd/getty.tar.get.wants/getty@ttyS0.se