[mew-int 01691] Re: incm

mew at example.com mew at example.com
Sat Dec 6 20:31:09 JST 2003


From: Francesco Scaglioni <fgs at example.com>
Subject: Re: [mew-int 01684] incm
Date: Fri, 05 Dec 2003 16:25:31 +0000 (GMT)

> I ran strace as you suggested and to my untutored eye the
> following lines seem to be indicative of a problem:
> 
> open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file
> or directory)
> .
> stat64("/home/fgs/Maildir", 0xbffff550) = -1 ENOENT (No such file or directory)
> .
> .
> .
> access("/var/run/utmpx", F_OK)          = -1 ENOENT (No such file or directory)
> open("/var/run/utmp", O_RDWR)           = -1 EACCES (Permission
> denied)
> .
> .
> 
> open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a directory)

These does not give any indication of problems. 

Do you see anything like this in the trace:

   stat("/home/fgs/Mail/inbox", {st_mode=S_IFDIR|0700, st_size=28672, ...}) 
   = 0
   
   access("/home/fgs/Mail/inbox", W_OK) = 0
   
   open("/home/fgs/Mail/inbox", O_RDONLY|O_NONBLOCK|0x18000) = 3
   
   fstat(3, {st_mode=S_IFDIR|0700, st_size=28672, ...}) = 0

   open("/var/spool/mail/fgs.lock", O_WRONLY|O_CREAT|O_EXCL, 017777762134) = 3


Petter



More information about the Mew-int mailing list