|
Bugzilla – Full Text Bug Listing |
| Summary: | Problem with shutdown the system after using the modem. | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Michael Lanczak <mlmuit> |
| Component: | YaST2 | Assignee: | Ruediger Oertel <ro> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | bill_wayson |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 11.1 | ||
| Whiteboard: | |||
| Found By: | Component Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Michael Lanczak
2009-01-09 21:40:51 UTC
I am a user (Community User?) of openSUSE Linux. The platform is i686. I have a similar problem under openSUSE 11.1 - retail boxed version. If I do not use my modem, shutdown runs to completion. If I use the modem, shutdown stops. When I switch to virtual terminal 1 during shutdown, the last line on the screen reads:
Running /etc/init.d/halt.local
I've waited 2-3 minutes with no change, then powered off. I once unplugged the modem from the computer while it was stuck there, but it did not help at all. I can press Ctrl-Alt-Del, which initiates a second shutdown, but it hangs at the same place, and the keyboard becomes unresponsive. I've investigated the 11.1 halt script and have determined the hangup is at line 118:
> /dev/$tty || continue
where $tty is ttyS1, the serial port where my modem is plugged in. I have an APC SmartUPS 1500 communication cable plugged into ttyS0.
This does not occur under openSUSE 10.3, and did not occur under openSUSE 11,0 Line 118 in the 11.1 halt is part of a for... loop which begins with:
for tty in ${REDIRECT##*/} tty1 tty2 tty3 tty4 tty5 tty6 ttyS0 ttyS1; do
I note that in openSUSE 10.3 and 11.0, the corresponding line in halt reads:
for tty in ${REDIRECT##*/} tty1 tty2 tty3 tty4 tty5 tty6; do
Lastly, I once did a "ps -efww | grep ttyS" in a terminal after using the modem and prior to shutdown. I saw no processes directly attached to ttyS1 (or 0).
Thanks for your help -- let me know what else I can do or provide.
short answer: there is already an update in the queue for this issue. longer one: the test repo for 11.1 has an update for aaa_base and sysvinit that should cure this issue. the repo is at http://download.opensuse.org/update/11.1-test but that's at your own risk. http://download.opensuse.org/update/11.1-test/rpm/x86_64/ is the path to the single rpms. marking as duplicate of generic 11.1 shutdown bug, since the code change there should fix this as well *** This bug has been marked as a duplicate of bug 466484 *** |