Bug 63052
| Summary: | amd service inoperational after a suspend | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Michal Jaegermann <michal> |
| Component: | apmd | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED WONTFIX | QA Contact: | Aaron Brown <abrown> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-02-02 22:47:36 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
Michal Jaegermann
2002-04-09 17:05:16 UTC
Well, indeed, the following 'apmcontinue' scripts seems to solve the matter:
#!/bin/bash
PROG="$1"
case "$PROG" in
resume)
if [ "$NETFS_RESTART" = "yes" ] ; then
if ! mount | grep -q 'on /net type nfs' ; then
/sbin/service amd condrestart
fi
fi
;;
esac
Closing out bugs on older unsupported releases. Apologies for any lack of response. Please reopen if it persists on current releases such as Fedora Core 3. |