Strange on the ssh when use Command :confused:

.::Gsmdenis::.

Verified User
Joined
Jun 15, 2007
Messages
94
Strange on the ssh when use Command:

[root@host updatescript]# service exim restart
Shutting down exim:
Starting exim:
[root@host updatescript]#

Problem is did not show ok or not ok!
 
I'm not sure what you mean. The people who make Exim I believe would have to be the ones to fix this. So, checking in the panel is the only way that I know of, unless you want to check from the shell.
 
Yea, it's quite common for some apps not to show OK/Failed etc status...but a pstree command shows all you need to know ;)
 
The people who make Exim I believe would have to be the ones to fix this. So, checking in the panel is the only way that I know of, unless you want to check from the shell.
Anyone can edit (or even create new) daemon control files in init.d. We've made a lot of changes over the years.

Simply add code at the end of the start section and the stop section to check to see if it's running, and if so echo a green [OK] to the console, if not echo a red [Failed].

:)

Jeff
 
Back
Top