|
Bugzilla – Full Text Bug Listing |
| Summary: | systemd console output unusable | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | Jiri Slaby <jslaby> |
| Component: | Basesystem | Assignee: | Petr Uzel <puzel> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P3 - Medium | CC: | fcrozat, jengelh |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 696902 | ||
| Attachments: |
console output grabbed to a file
screenshot of tty1 |
||
|
Description
Jiri Slaby
2011-02-14 11:24:13 UTC
This also happens on tty1. It's most likely the console messages interfering with the terminal settings getty applied. Any chance to check the Factory version? This *should* look better now. (In reply to comment #2) > Any chance to check the Factory version? This *should* look better now. I think it's OK now. Thanks. Great. Thanks! Closing. Created attachment 418679 [details]
screenshot of tty1
The getty seems fine. Do you happen to know what is causing the other staircasing effect? (Is that perhaps because getty did already change the tty's params?)
We usually have 'quiet' on the kernel commandline. The way sysv scripts try to write in several steps to a single line to the console is not pretty with systemd. Right, that's an LSB service there. Thanks. But if quiet is supposed to make things quiet, why is rckbd output shown still? This recurred.
linux-b984.site login: ..done
Started LSB: Configure the remote-fs depending netw
ork interfaces.
Started LSB: Monitors disk and tape health via S.M.A.R.T..
Started LSB: Machine Check Architecture/Error (MCA/MCE) implementations.
Started LSB: auditd daemon providing core auditing services.
Started LSB: Start Name Service Cache Daemon.
Started LSB: TI-RPC program number mapper.
Starting LSB: NFS client services...
Starting LSB: handles udev coldplug of bluetooth dongles...
Starting LSB: CUPS printer daemon...
Not starting NFS client services - no NFS found in /etc/fstab:..done
..unused
Starting cupsdStarted LSB: handles udev coldplug of bluetooth dongles.
Started LSB: NFS client services.
..done
Started LSB: CUPS printer daemon.
this is caused by agetty starting on tty1. Not sure why yet. (In reply to comment #10) > this is caused by agetty starting on tty1. Not sure why yet. Note this happens both on tty1 and ttyS0 (simultaneously). With this in /proc/cmdline: BOOT_IMAGE=/boot/vmlinuz-3.0.0-rc5-2-desktop root=UUID=cf48897f-62c1-4314-ad2f-75e9ff0b32ed console=tty0 console=ttyS0,115200 After discussing with upstream, it might be a bug in agetty caused by BKL removal (see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/554172/comments/245 for why). Fortunately, Werner fixed various issue in agetty in util-linux git and running agetty --noclear tty1 from git fixes the bug. We should need upstream to do a new util-linux release or to port Werner fixes to current util-linux (not trivial, code moved a bit since 2.19.1). assigning to util-linux maintainer. util-linux-2.20-rc1 is released - I'm working on the packaging. (In reply to comment #13) > util-linux-2.20-rc1 is released - I'm working on the packaging. Submitted to Factory, closing. |