DATE | TIME | WHERE |
Tue Sept 07, 2010 | All day | #fedora-test-day (webirc) |
What to test?[edit]
Today's installment of Fedora Test Day will focus on systemd, the new initialization system being introduced in Fedora 14.
Who's available[edit]
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion...
- Development - Lennart Poettering (mezcalero)
- Quality Assurance - Adam Williamson (adamw)
What's needed to test[edit]
- An updated Fedora 42 pre-release, or the special live image (see below)
- Not-yet-published updates for systemd, initscripts, dbus, ConsoleKit and acpid (see below for details)
How to test?[edit]
Update your machine[edit]
If you're running Fedora 14, make sure you have all the current updates for it installed, using the update manager. If you want to try Rawhide, see the instructions on the Rawhide page on the various ways in which you can install or update to Rawhide. Or:
Live image[edit]
Live image[edit]
Optionally, you may download a non-destructive Fedora 42 live image for your architecture. Tips on using a live image are available at FedoraLiveCD.
Architecture | SHA256SUM |
---|---|
i686 | FIXME |
x86_64 | 216ce365ae67af28832c85fe0a352f58967f90d4dad02abaf9b666714ffd522a |
This custom live image contains all the necessary updated packages. You will not be able to conduct the full range of tests using the live CD, but you can perform the tests that are possible, and confirm that it boots correctly on your system. You can also use it to install a Fedora 14 system to perform the full range of tests.
Install additional updates[edit]
To provide the best test results, please install the following packages. They have not yet been accepted as official Fedora 14 updates, but they fix several known issues with systemd. If you test with or install from the custom live image linked to above, these updates will already be installed.
From koji:
- systemd-9-3.fc14
- initscripts-9.19-1.fc14
- dbus-1.4.0-1.fc14
- ConsoleKit-0.4.2-1.fc14
- acpid-2.0.5-2.1.fc14 - i686, x86_64
Test[edit]
Follow each of these test cases:
Test Results[edit]
If you have problems with any of the tests, report a bug to Bugzilla usually for the component systemd. If you are unsure about exactly how to file the report or what other information to include, just ask on IRC and we will help you. Once you have completed the tests, add your results to the Results table below, following the example results from the first line as a template. The first column should be your name with a link to your User page in the Wiki if you have one. For each test case, if your system worked correctly, simply enter the word PASS. If you had trouble, enter the word FAIL, with a footnote indicator, and put a link to the bug report in the References column (as in the example line). For tests you could not perform, enter a dash.
User | Basic | Tools | References |
---|---|---|---|
Sample User | |||
Kamil Páral |
| ||
Ron Humble | |||
Zbyszek Jędrzejewski-Szmek |
The rest passes without problem! | ||
Krzysztof Urbaniak | |||
Ted Roche |
| ||
Andrew Clayton |
| ||
Charles-Antoine Couret | |||
Thub |
| ||
Jon Masters | Some testing on F-14, some on rawhide. Seems to work ok, but there are some behavioral changes.
| ||
David Ramsey | [2] | system's smolt data | |
He Rui |
Long comments[edit]
- ↑ Error line on poweroff:
Stopping rpcbind (via systemctl): /etc/init.d/killall: line 16: 1654 Terminated /etc/init.d/$subsys stop
RHBZ #630915 - ↑ AD 12:
service netconsole start
prints 'Starting netconsole (via systemctl): [OK]', butsystemctl status netconsole
shows '...exited, status 6/NOTCONFIGURED' and netconsole is really not loaded - ↑ LiveUSB-32, Forcing runlevel 3 reported runlevel "unknown" (as reported by 'runlevel' command) RHBZ #630914 but later (after 'ps' and 'top' and 'telinit 5') reports runlevel 3 5. Shutdown, reboot and teleinit as expected.
- ↑ telinit fails to change runlevels properly (e.g. telinit 5 does not start X unless the system booted to runlevel 5 initially). RHBZ #627014
- ↑ "halt -p", "poweroff", and "shutdown -h" commands and their rebooting equivalents, when invoked in runlevel 5, appear to cause gdm to be restarted, rather than stopped. RHBZ #631160
- ↑ "halt" used to also shut down the system, does not do so any longer (I know this has been discussed, I'm specifically calling it out). Additionally, on current rawhide: (systemd-9-3.fc15.x86_64) the root filesystem always has busy inodes on shutdown and forces a replay of the journal on next boot, lvm2-monitor does not shutdown cleanly on halt, various log entries contain "init[1]: Got invalid poll event on pipe." followed by e.g. "init[1]: Unit sys-kernel-security.automount entered failed state.", and there are several "mount" errors when systemd re-execs itself to apparently try to handle the busy inodes situation.