View Single Post
  #2 (permalink)  
Old 04-04-2008, 12:08 AM
ArcaneMagus ArcaneMagus is offline
Moderator
 
Posts: 1,147
Default

Quote:
Originally Posted by glitch23 View Post
2) Since the system had not been rebooted in such a long time it when fsck when booting, on most systems thats fine, but when checking through 1TB of HD space it takes quite a long time to finish. Is there anyway to disable forced filesystem checks in Linux? (I can probably Google this one)
tune2fs -i 0 /device-name

As far as the logger not shutting down for a zmcontrol -stop there have been a lot of fixes related to this implemented in recent 5.0.x versions. If there is some reason that you can't upgrade your servers right now then running something like
Code:
kill -9 `ps -u zimbra -o "pid="`
should clear up those processes...
Reply With Quote