|
Bugzilla – Full Text Bug Listing |
| Summary: | systemd: i586 second-stage interrupted | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | Bernhard Wiedemann <bwiedemann> |
| Component: | Basesystem | Assignee: | Jiří Suchomel <jsuchome> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | fcrozat |
| Version: | Factory | Flags: | coolo:
SHIP_STOPPER+
|
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | System Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 696902 | ||
| Attachments: |
fix for YaST2 second stage service
firstboot service |
||
|
Description
Bernhard Wiedemann
2011-09-20 14:52:31 UTC
fuser -k /dev/tty was on i586 also killing udev. i586 seems to have more generic bugs ;( there is a default timeout of 60s which might be triggered by long second stage adding TimeoutSec=0 to [service] section of /lib/systemd/system/YaST2-Second-Stage.service will disable it. We should also add RemainAfterExit=true I still have an issue when gdm is being started too early before X from second stage is stopped, causing gdm to start again and X ends in vt9 instead of vt7 (which might break your autotest :( from a look at log file, it looks like systemd is being requested to reload its config (something is probably sending a SIGHUP to init in second stage) and systemd then recompute condition on Yast2 Second Stage which are no longer met and kill the service (not yet 100% sure). Created attachment 452593 [details]
fix for YaST2 second stage service
this file ensure YaST2 second stage will not be incorrectly "terminated" by systemd, if systemd configuration get reloaded while YaST2 second stage is running.
This fixes the issue for me
Jiri, could you upload a new yast-installation package with the fixed service ? Thanks. Sure, but what about YaST2-Firstboot.service? Does it need adjustment as well? Created attachment 452776 [details]
firstboot service
I'm not sure if the fix is needed, but I did similar change in firstboot file, just in case.
Better to have both fixed.
Thanks for patches. This is an autogenerated message for OBS integration: This bug (719221) was mentioned in https://build.opensuse.org/request/show/84929 Factory / systemd This is an autogenerated message for OBS integration: This bug (719221) was mentioned in https://build.opensuse.org/request/show/84932 Factory / systemd There are more details on this problem & fix in bug 720882 This is an autogenerated message for OBS integration: This bug (719221) was mentioned in https://build.opensuse.org/request/show/87053 Factory / yast2-installation This is an autogenerated message for OBS integration: This bug (719221) was mentioned in https://build.opensuse.org/request/show/87231 Factory / yast2-installation |