On 5/21/05, Jacob S <[EMAIL PROTECTED]> wrote: > On Sat, 21 May 2005 15:47:23 +0200 > Jacob Friis Larsen <[EMAIL PROTECTED]> wrote: > > On 5/20/05, Jacob S <[EMAIL PROTECTED]> wrote: > > > On Fri, 20 May 2005 16:06:19 +0200 > > > Jacob Friis Larsen <[EMAIL PROTECTED]> wrote: > > > > On 5/20/05, Jacob S <[EMAIL PROTECTED]> wrote: > > > > > On Fri, 20 May 2005 09:13:29 +0200 > > > > > Jacob Friis Larsen <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > Anyone know what I should do to fix this: > > > > > > > > > > > > > > > > root 878 0.0 0.0 1352 20 ? S Feb25 > > > > > > > > 0:00 \_ readproctitle service errors: ...: warning: unable > > > > > > > > to wri te to ./main/current, pausing: out of disk > > > > > > > > space?multilog: warning: unable to write to > > > > > > > > ./main/current, pausing: out of disk sp ace?multilog: > > > > > > > > warning: unable to write to ./main/current, pausing: out > > > > > > > > of disk space?multilog: warning: unable to write to ./m > > > > > > > > ain/current, pausing: out of disk space?multilog: warning: > > > > > > > > unable to write to ./main/current, pausing: out of disk > > > > > > > > space? > > > > > > What does "ls -ld /etc/dnscache/log/main/" and "ls -l > > > > > > > > # ls -ld /etc/dnscache/log/main/ > > > > drwxr-sr-x 2 Gdnslog users 4096 May 20 16:00 > > > > /etc/dnscache/log/main/ > > > > > > > > > /etc/dnscache/log/main/current" show? > > > > > > > > # ls -l /etc/dnscache/log/main/current > > > > -rw-r--r-- 1 Gdnslog users 18301 May 20 16:05 > > > > /etc/dnscache/log/main/current > > > > > > Can you give us the output from "cat /etc/dnscache/log/run"? And > > > what > > > > # cat /etc/dnscache/log/run > > #!/bin/sh > > exec setuidgid Gdnslog multilog t ./main > > > > > does "svstat /service/dnscache" report? > > > > # svstat /service/dnscache > > /service/dnscache: up (pid 882) 7372822 seconds > > > > > Does "ps ax | grep readproctitle" still show the same output? And is > > > > # ps ax | grep readproctitle > > 878 ? S 0:00 readproctitle service errors: ...: warning: > > unable to write to ./main/current, pausing: out of disk > > space?multilog: warning: unable to write to ./main/current, pausing: > > out of disk space?multilog: warning: unable to write to > > ./main/current, pausing: out of disk space?multilog: warning: unable > > to write to ./main/current, pausing: out of disk space?multilog: > > warning: unable to write to ./main/current, pausing: out of disk > > space? > > 25855 pts/0 S+ 0:00 grep readproctitle > > > > > there anything in /service/dnscache/log/main/current? (You might cat > > > it and pipe it through tai64nlocal to see when the last item was > > > added to the logfile.) > > > > Yes, "cat /service/dnscache/log/main/current | tai64nlocal" have > > recent data. > > > > > Also, what is the output from "ls /service"? > > It sounds like the errors are from a previous problem then. Try running > the following: > > kill `pidof readproctitle` > kill `pidof svscan` > > Then "ps ax | grep readproctitle" should look better.
# kill `pidof readproctitle` # kill `pidof svscan` # ps ax | grep readproctitle 11728 ? S 0:00 readproctitle service errors: .......................................................................................................................................................................................................................................................supervise: fatal: unable to acquire dnscache/supervise/lock: temporary failure?supervise: fatal: unable to acquire log/supervise/lock: temporary failure? 11764 pts/0 S+ 0:00 grep readproctitle It looks like we're getting closer :) -- Thanks Jacob

