Jump to content

Main Page/Qmail service issue in RHEL6 Sphaerapharma: Difference between revisions

From TetraWiki
Amit (talk | contribs)
Created page with " == '''Qmail Service Issue in RHEL 6''' == SVSCAN Issue ,as init q will not work on RHEL 6 ( http://www.kluner.net/2011/04/04/daemontools-on-redhat-enterprise-6-0/ )..."
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:


== '''Qmail Service Issue in RHEL 6'''  ==
[[category:Qmail]]




  SVSCAN Issue ,as init q will not work on RHEL 6
== '''Qmail Service Issue in RHEL 6'''  ==
 
  ( http://www.kluner.net/2011/04/04/daemontools-on-redhat-enterprise-6-0/ )
 
    create /etc/init/svscan.conf


    start on runlevel [345]
SVSCAN Issue ,as init q will not work on RHEL 6


    respawn
http://www.kluner.net/2011/04/04/daemontools-on-redhat-enterprise-6-0/


    exec /command/svscanboot
create /etc/init/svscan.conf  with following entry


start on runlevel [345]
respawn
exec /command/svscanboot


      * initctl reload-configuration
now, tell init, it should re-read it’s configuration, and then start svscanboot:
      * initctl stop svscan
      * initctl start svscan


    If Svscan is running then kill by  
  initctl reload-configuration
initctl stop svscan
initctl start svscan


    kill -HUP <Pid of Svscan>
If Svscan is running then kill by 


    kill -HUP <pid of service>
kill -HUP <Pid of Svscan>
kill -HUP <pid of service>

Latest revision as of 07:59, 24 October 2013


Qmail Service Issue in RHEL 6[edit]

SVSCAN Issue ,as init q will not work on RHEL 6

http://www.kluner.net/2011/04/04/daemontools-on-redhat-enterprise-6-0/

create /etc/init/svscan.conf with following entry

start on runlevel [345]
respawn
exec /command/svscanboot

now, tell init, it should re-read it’s configuration, and then start svscanboot:

initctl reload-configuration
initctl stop svscan
initctl start svscan

If Svscan is running then kill by

kill -HUP <Pid of Svscan> 
kill -HUP <pid of service>