Bug 688661
Summary: | systemctl isolate multi-user.target doesn't run getty on tty1 when coming from graphical.target | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Reartes Guillermo <rtguille> |
Component: | systemd | Assignee: | Lennart Poettering <lpoetter> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | johannbg, lpoetter, metherid, mschmidt, notting, plautrba |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | systemd-25-1.fc15 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-01 03:23:21 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Reartes Guillermo
2011-03-17 16:32:29 UTC
I installed another machine, updated it and reproduced it. SELinux is PERMISSIVE. When executing an 'init 1' the following appears in the messages: Mar 24 18:32:09 f15a kdm: :0[1085]: Cannot close ConsoleKit session: Unable to close session: Unable to find session for cookie i wonder if it is related... ----- Additional info: * tty1 is unusable, i must press ALT+F2 to use the next avaiable one. * from tty2, a 'ps aux|grep tty' shows that no agetty is running for tty1 and tty2(ok, because i am logged in there). ----- Results after hitting this bug: If i perform a 'systemctl default' or 'init 5' it executes it correctly. But then i perform an 'init 1' i sent my computer to a black-hole Issuing an 'init 1' from cold-boot works fine. * Bug 688658 - F15 issuing 'init 1' from konsole [via su -] causes black screen/no signal (with serial port console there is no black screen), must use reset button Does tty1 become usable again if you do "systemctl start getty"? It is probably the same problem that Lennart put in his TODO some time ago: * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target > Does tty1 become usable again if you do "systemctl start getty"?
yes, if i issue 'init 3' from graphical.target and then
from tty2 issue 'systemctl start getty' tty1 works.
Fixed in git. systemd-25-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/systemd-25-1.fc15 Package systemd-25-1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing systemd-25-1.fc15' as soon as you are able to, then reboot. Please go to the following url: https://admin.fedoraproject.org/updates/systemd-25-1.fc15 then log in and leave karma (feedback). Tested with these versions: systemd.x86_64 25-1.fc15 @updates-testing systemd-units.x86_64 25-1.fc15 @updates-testing It correctly starts tty1 now, so, fixed. systemd-25-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |