Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 11709] gpm init script errors out on startup in certain cases

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 11709] gpm init script errors out on startup in certain cases
  • Date: 10 Jul 2006 09:37:54 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=11709





------- Additional Comments From jakakranjc AT email.si 2006-07-10 04:37 -------
hehe, true. I found it odd that the script didn't have it's own start/stop
events like the smgl-suspend-gpm one. Now I see that that one calls gpm ...

So the following should do?
if [[ $1 == stop ]]; then
# retry to remove the pid file #11709
rm -f /var/run/gpm.pid
fi

>From what I can see of init, it fails to kill gpm, so it doesn't clear this
>up
automatically.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page