View Single Post
  #12 (permalink)  
Old 03-02-2008, 03:41 PM
heinzg heinzg is offline
Senior Member
 
Posts: 66
Default

Hi All!

Just to update. The script does not work unmodified on Red Hat.

If you are having problems you'll have to change all short form constructs e.g.

Code:
su - $ZIM_STOP
su - $ZIM_START
su - $ZIM_STATUS
su - $ZIM_STAT_START
su - $ZIM_STAT_STOP
to the full command e.g.
Code:
su - zimbra -c zmcontrol shutdown
su - zimbra -c zmcontrol start
Sorry for this, I will fine a better solution.

p.s. Please post your experience with the script i.e. Distro / Works "out of the box" or Not

  1. Ubuntu 6.06.1 LTS / Works out of the box
  2. Red Hat Enterprise 5 / Does Not
Cheers
Reply With Quote