[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: disk full message?!



On Tue, Apr 27, 1999 at 07:11:25PM +0200, Martin Konold wrote:
[...]
: > I had the same problem with a machine running the unstable Debian 'potato'
: > version with Linux 2.2.6 and glibc 2.1.  I keep the system pretty
: > up-to-date with packages and, one night while syncronising with the
: > latest, Z-mailer smtpserver stopped accepting messages with the no free
: > space message. I tried both 2.99.50s11 and 2.99.50s14, but neither worked.  
: > I figure what broke things is a glibc upgrade that happened at the time.
: 
: This was exaclty the case here. Also Debian/potato/alpha Port.

I had same problem with Zmailer 2.99.50.s15 on i386 Potato.
I think this is glibc 2.1 problem with statvfs. This probably return
incorrect f_frsize in statvfs structure.

Now i have in line 41 of smtpserver/fdstatfs.c

        availspace = statbuf.f_bavail * 1024;

was

        availspace = statbuf.f_bavail * statbuf.f_frsize;

-- 
Daniel Podlejski <underley@onet.pl>
   ... Runaway train never going back
   Wrong way on a one way track ...