Eucalyptus init scripts won't stop services if install path is long

Bug #456877 reported by Daniel Nurmi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Eucalyptus
Fix Released
Low
Daniel Nurmi
1.6
Fix Released
Low
Unassigned

Bug Description

each eucalyptus init script used a check:

ps ax | grep ....

to verify that the pid was the correct binary, but 'ps ax' does not produce enough output if Eucalyptus is installed in a path that is long (the cmdline is truncated). Changed to:

ps axww | grep ...

fixed in r934

Andy Grimm (agrimm)
Changed in eucalyptus:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.