Bug 746652 - Problem with Torque server init script
Summary: Problem with Torque server init script
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: torque
Version: el5
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Steve Traylen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-17 12:09 UTC by Franciszek Klajn
Modified: 2014-06-03 12:53 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-03 12:53:04 UTC
Type: ---


Attachments (Terms of Use)

Description Franciszek Klajn 2011-10-17 12:09:27 UTC
Description of problem:
Server cannot be started with "/etc/init.d/pbs_server restart" command. It shows a message "pbs_server is already running." and exits.

Version-Release number of selected component (if applicable):
2.5.7-2.el5.1

How reproducible:

Always

Steps to Reproduce:
1. Stop the server
2. Try to restart the server
3. Check status of server

 
Actual results:
root@ce: ~ # /etc/init.d/pbs_server stop
Shutting down TORQUE Server:                               [  OK  ]
root@ce: ~ # /etc/init.d/pbs_server restart
pbs_server is not running.
root@ce: ~ # /etc/init.d/pbs_server status 
pbs_server is stopped

Expected results:
root@ce: ~ # /etc/init.d/pbs_server stop
Shutting down TORQUE Server:                               [  OK  ]
root@ce: ~ # /etc/init.d/pbs_server restart
pbs_server is not running.
/var/torque/server_priv/serverdb
Starting TORQUE Server:                                    [  OK  ]
root@ce: ~ # /etc/init.d/pbs_server status
pbs_server (pid 1014) is running...

Additional info:

Comment 1 Steve Traylen 2011-10-17 12:40:19 UTC
I'm sure I fixed this once and the patch was accepted upstream..... Maybe it's only in newer ones.
Will backport.

Steve.

Comment 2 Steve Traylen 2011-10-25 19:47:44 UTC
I was thinking of this one but it's slightly different.

http://www.clusterresources.com/bugzilla/show_bug.cgi?id=91

Comment 3 Steve Traylen 2014-06-03 12:53:04 UTC
No longer maintained in EPEL


Note You need to log in before you can comment on or make changes to this bug.