Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Lisa_Sobelski on September 20, 2002, 03:49:18 AM

Title: help - multilog warning - server dead
Post by: Lisa_Sobelski on September 20, 2002, 03:49:18 AM
Hello,

I have a huge problem. I am running SME V 5.1.2 Server/Gateway. Suddenly I started getting the following message.

multilog: warning: unable to write to /var/log/qmail/current pausing: out of disk space

It's scrolling over and over. I cannot connect to the web mgmnt, interface, internet.
But I CAN connect using SSH (putty).

I hope someone can help...I'm lost.

Thank you,
Lisa
Title: Re: help - multilog warning - server dead
Post by: Mark on September 20, 2002, 04:28:28 AM
have you tried a cntrl alt delete reboot?
Title: Re: help - multilog warning - server dead
Post by: Dan Brown on September 20, 2002, 04:32:45 AM
I'd say it sounds like your drive's full.
Title: Re: help - multilog warning - server dead
Post by: Charlie Brady on September 20, 2002, 04:46:32 AM
Mark wrote:

> have you tried a cntrl alt delete reboot?

More to the point, has she tried to delete some files?

Charlie
Title: Re: help - multilog warning - server dead
Post by: Lisa_Sobelski on September 20, 2002, 08:22:02 AM
Yes, I have tried ctrl-alt-del reboot. I deleted almost all log files. I'm pretty sure the drive isn't full...it just happened all of a sudden.

I will try deleting more.

Thanks for your suggestions.
Title: Re: help - multilog warning - server dead
Post by: Lisa_Sobelski on September 20, 2002, 08:24:28 AM
One question tho--What command do I use to see what space I have on my HDD??

Thanks!
Title: Re: help - multilog warning - server dead
Post by: Damien Curtain on September 20, 2002, 08:36:04 AM
Lisa_Sobelski wrote:
>
> One question tho--What command do I use to see what space I
> have on my HDD??

"df" or use "df -h" for human readable format

man df:
DF(1)                                    FSF                                    DF(1)



NAME
       df - report filesystem disk space usage

SYNOPSIS
       df [OPTION]... [FILE]...

DESCRIPTION
       This  manual  page documents the GNU version of df.  df displays the amount of
       disk space available on the filesystem containing each file name argument.  If
       no  file  name is given, the space available on all currently mounted filesys­
       tems is shown.  Disk space is shown in 1K blocks by default, unless the  envi­
       ronment  variable  POSIXLY_CORRECT  is  set, in which case 512-byte blocks are
       used.

       If an argument is the absolute file name of a disk device  node  containing  a
       mounted  filesystem,  df  shows  the space available on that filesystem rather
       than on the filesystem containing the device node (which is  always  the  root
       filesystem).   This version of df cannot show the space available on unmounted
       filesystems, because on most kinds of systems  doing  so  requires  very  non­
       portable intimate knowledge of filesystem structures.


--
 Damien
Title: Re: help - multilog warning - server dead
Post by: Lisa_Sobelski on September 20, 2002, 09:37:47 AM
You were correct...I am out of disk space. I feel pretty silly just now.

I have been deleting everything I can but still have the error.

Thanks!