Bug 959764

Summary: systemd 228 failed switch to tty1
Product: [openSUSE] openSUSE Tumbleweed Reporter: Max Lin <mlin>
Component: BasesystemAssignee: systemd maintainers <systemd-maintainers>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: dimstar, fvogt, mlin, thomas.blume
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Max Lin 2015-12-18 19:19:22 UTC
systemd 228[1] now submit to Factory and current was in Staging Project - Staging I[2], however go through openQA, it is failed switch to tty1[3]. The clue as far as I can see from the log is:

[    9.182950] BTRFS: could not find root 8
[    9.203738] BTRFS: could not find root 8
[    9.206749] BTRFS: could not find root 8
[    9.207826] BTRFS: could not find root 8
[    9.242675] BTRFS: could not find root 8
[    9.243419] BTRFS: could not find root 8
[    9.244671] BTRFS: could not find root 8
[    9.245374] BTRFS: could not find root 8
[    9.246209] BTRFS: could not find root 8
[    9.246978] BTRFS: could not find root 8

no idea it's Btrfs related or not.

[1] https://build.opensuse.org/request/show/347198
[2] https://build.opensuse.org/project/show/openSUSE:Factory:Staging:I
[3] https://openqa.opensuse.org/tests/104675
Comment 1 Dr. Werner Fink 2015-12-19 13:47:26 UTC
Don't report bugs without informations like process table

  ps aux | grep -E 'agetty|plymouth'

such logs nad/or informations are missed at https://openqa.opensuse.org/tests/104675
Comment 2 Max Lin 2015-12-19 21:39:27 UTC
Sorry for missed attaching the logs, you can get relevant logs below,

1) process table - https://openqa.opensuse.org/tests/104675/file/psaxf.log
2) journalctl log - https://openqa.opensuse.org/tests/104675/file/journal
3) systemctl - https://openqa.opensuse.org/tests/104675/file/systemctl.log
4) systemctl status - https://openqa.opensuse.org/tests/104675/file/systemctl_status.log

and the result of ps aux | grep -E 'agetty|plymouth' is:

1387 ttyS0 Ss+    0:00 /sbin/agetty --keep-baud 115200 38400 9600 ttyS0 vt220
Comment 3 Fabian Vogt 2015-12-21 15:12:51 UTC
The BTRFS messages are likely irrelevant and triggered by quota-related usage of systemd-tmpfiles: https://bbs.archlinux.org/viewtopic.php?id=205375
Comment 4 Dominique Leuenberger 2015-12-22 13:39:38 UTC
Jan submitted https://build.opensuse.org/request/show/350196

- Avoid enabling readahead services; they have been removed.
  [fixes getty-tty1 not appearing in openqa]
Comment 5 Thomas Blume 2016-01-05 08:00:58 UTC
Fix has been submitted, closing.