[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dnscache: readproctitle service errors



On 5/20/05, Jacob S <stormspotter@6texans.net> wrote:
> On Fri, 20 May 2005 16:06:19 +0200
> Jacob Friis Larsen <webcom.dk@gmail.com> wrote:
> > On 5/20/05, Jacob S <stormspotter@6texans.net> wrote:
> > > On Fri, 20 May 2005 09:13:29 +0200
> > > Jacob Friis Larsen <webcom.dk@gmail.com> 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?
> > > > >
> > > > > Show us a "df -h" from your system and make note of which
> > > > > partition /service/dnscache is on (if you have more than one
> > > > > partition).
> > > >
> > > > # df -h
> > > > Filesystem            Size  Used Avail Use% Mounted on
> > > > /dev/sda3              73G   32G   38G  46% /
> > > > tmpfs                1014M     0 1014M   0% /dev/shm
> > > > /dev/sda1              92M   22M   66M  25% /boot
> > > >
> > > > I think /service/dnscache is on /dev/sda3
> > > > How do I check that?
> > >
> > > I usually just look at the "Mounted on" column from your df output
> > > to see which filesystem a directory is on, but others around here
> > > may have a better trick.
> > >
> > > Your root fs isn't mounted read-only, is it?
> >
> > No.
> >
> > > 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"?

# ls /service
dnscache

--
Thanks, Jacob



Reply to: