|
Bugzilla – Full Text Bug Listing |
| Summary: | system hangs during reboot/shutdown when use systemd with openvpn | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | Forgotten User U3w37yBkwc <forgotten_U3w37yBkwc> |
| Component: | Basesystem | Assignee: | Frederic Crozat <fcrozat> |
| Status: | RESOLVED UPSTREAM | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P5 - None | CC: | forgotten_U3w37yBkwc, pth |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | 64bit | ||
| OS: | openSUSE 12.1 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Forgotten User U3w37yBkwc
2012-05-09 07:57:27 UTC
shutdown ordering is supposed to be the inverse of startup ordering. I've just tested here and openvpn was correctly started after network (at startup) and shutdown before network. could you try to boot with: systemd.log_level=debug systemd.log_target=syslog do a startup/shutdown cycle and attach /var/log/messages for this cycle ? (In reply to comment #1) > shutdown ordering is supposed to be the inverse of startup ordering. > > I've just tested here and openvpn was correctly started after network (at > startup) and shutdown before network. > > could you try to boot with: > systemd.log_level=debug systemd.log_target=syslog > > do a startup/shutdown cycle > and attach /var/log/messages for this cycle ? I've installed the last update for systemd from repo and the problem seems to be solved. I'll try a more complex config with other system services and post a feedback here regards max We found a similar bug with our own vpn, due to a script run when openvpn is shutdown which run "rcfoobar restart" instead of "rcfoobar try-restart", causing the service to be always started and blocking the shutdown process. This will fixed for good with in Factory in the future, systemd upstream has added a special mode for shutdown to prevent this (but we can't backport it to released systemd, unfortunately). closing as upstream |