[jira] [Updated] (TS-199) Startup script should fail on multiple invocations of start (or stop)

2011-10-04 Thread Leif Hedstrom (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-199:
-

Fix Version/s: (was: 3.1.2)
   3.2.0

 Startup script should fail on multiple invocations of start (or stop)
 ---

 Key: TS-199
 URL: https://issues.apache.org/jira/browse/TS-199
 Project: Traffic Server
  Issue Type: Improvement
  Components: Packaging
Reporter: Leif Hedstrom
Priority: Minor
 Fix For: 3.2.0

 Attachments: TS-199__trafficserver.in__JasonGiedymin.patch


 If I do
 # /etc/init.d/trafficserver start
 # /etc/init.d/trafficserver start
 I'd expect the second invocation to give an error, [NO]. Same thing with 
 stop, if I run stop multiple times, if there are no process(es) to stop, each 
 invocation ought to generate errors as well, e.g.
 root@loki 507/0 # ./local/bin/trafficserver stop
 Stopping : [  OK  ]
 Stopping : [  OK  ]
 Stopping : [  OK  ]
 root@loki 508/0 # ./local/bin/trafficserver stop
 Stopping : [  NOT  ]
 Stopping : [  NOT  ]
 Stopping : [  NOT  ]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (TS-199) Startup script should fail on multiple invocations of start (or stop)

2010-07-01 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-199:
-

Fix Version/s: 2.3.0
   (was: 2.1.2)

Moving out to 2.3.0, I don't think this is an urgent fix (but, it's annoying 
:).

 Startup script should fail on multiple invocations of start (or stop)
 ---

 Key: TS-199
 URL: https://issues.apache.org/jira/browse/TS-199
 Project: Traffic Server
  Issue Type: Improvement
  Components: Packaging
Reporter: Leif Hedstrom
Priority: Minor
 Fix For: 2.3.0

 Attachments: TS-199__trafficserver.in__JasonGiedymin.patch


 If I do
 # /etc/init.d/trafficserver start
 # /etc/init.d/trafficserver start
 I'd expect the second invocation to give an error, [NO]. Same thing with 
 stop, if I run stop multiple times, if there are no process(es) to stop, each 
 invocation ought to generate errors as well, e.g.
 r...@loki 507/0 # ./local/bin/trafficserver stop
 Stopping : [  OK  ]
 Stopping : [  OK  ]
 Stopping : [  OK  ]
 r...@loki 508/0 # ./local/bin/trafficserver stop
 Stopping : [  NOT  ]
 Stopping : [  NOT  ]
 Stopping : [  NOT  ]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.