rundeckd script under solaris
Reported by Vincent Behar | January 17th, 2011 @ 04:10 AM | in Rundeck 1.1
Hi,
the rundeckd start/stop script fails on solaris, because of the
"ps -p $PID" command (used twice, in the stop and status
functions)
the fix is to remove the "-p" which does not exist on solaris =>
"ps $PID" works fine.
Thanks
Comments and changes to this ticket
-
Alex-SF January 17th, 2011 @ 10:41 AM
- Assigned user set to Alex-SF
- Milestone set to Rundeck 1.1
- Milestone order changed from 7 to 0
-
Deleted User January 17th, 2011 @ 10:52 AM
- State changed from new to resolved
(from [07e90615255566bb423bdaf749ff681b26a983fa]) Removed "-p" flag to fix bug on solaris. [#176 state:resolved] https://github.com/dtolabs/rundeck/commit/07e90615255566bb423bdaf74...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Referenced by
- 176 rundeckd script under solaris (from [07e90615255566bb423bdaf749ff681b26a983fa]) Removed...
- 236 rundeckd script under solaris (again) could you please rollback the change in http://rundeck.l...