I have been trying to get mutt working on a Linux/RedHat 6.1 system.
The /var/spool/mail directory is NFS mounted from a FreeBSD system.
Mutt keeps telling me that user's mail files are "Read Only".
By running this command:

        mutt | tee junk
        cat junk

I have found this error:

        fcntl: No locks available (errno = 37)

We use both elm and pine without problems.  We also succesfully use
mutt on our SGIs which also mounts mail from this same FreeBSD system.
I can make mutt work by properly making mutt_dotlock setgid AND
by using the --disable-fcntl during a build (see -v output below).
However, I know that I need fcntl locking so that is not a solution.
Can someone tell me if the problems I am experiencing have something
to with the RedHat client system or with how the mail directory is
exported on the FreeBSD system?


System details:
Redhat 6.1
kernel-2.2.12-20
/etc/fstab:     kosh:/var/mail          /var/spool/mail         nfs     
rw,bg,intr,hard 0 0
mutt-1.0.1-us
wes@yankee> ./mutt -v
Mutt 1.0.1us (2000-01-18)
Copyright (C) 1996-2000 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.2.12-20 [using ncurses 4.2]
Compile options:
-DOMAIN
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  -USE_FCNTL  -USE_FLOCK
-USE_IMAP  -USE_POP  +HAVE_REGCOMP  -USE_GNU_REGEX  +HAVE_COLOR  
-BUFFY_SIZE 
-EXACT_ADDRESS  +ENABLE_NLS
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/spool/mail"
SHAREDIR="/usr/local/lib/mutt"
SYSCONFDIR="/usr/local/etc"
ISPELL="/usr/bin/ispell"
To contact the developers, please mail to <[EMAIL PROTECTED]>.


Mail server details:
FreeBSD kosh.arc.umn.edu 3.4-STABLE FreeBSD 3.4-STABLE #3: Wed Jan 12 16:07:53 CST 
2000     root@:/usr/src/sys/compile/KOSH  i386

-----------------------------------------------------------------------
Wes Barris                                            [EMAIL PROTECTED]
Network Computing Services, Inc.                           612.626.8090
-----------------------------------------------------------------------
Today's fortune: The severity of the itch is proportional to the reach.

Reply via email to