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

Re: [Sheflug] Exported filesystem permissions... Urgent Help Please!



> 
> I'm getting increasingly mystified. /etc/mtab on the hosts shows that
> 192.168.1.2:/home IS mounted rw, and even a little-used user who is sure
> not to have exceeded quota can't log in. I had wondered whetehr there
> was a subtle incompatibility between this Mandrake 9.0 NFS server and
> our Mandrake 8.2 clients... Maybe something to do with different UIDs
> and GIDs for some behind-the scenes KDE machanism? So I tried a Mandrake
> 9.0 client - with the same disappointing results.
> 

Anything in /var/log/messages (or whatever syslog on Mandrake uses)? Anything
in the ring buffer (type "dmesg"). Often good starting points.

Better as well if you know how to modify /etc/syslog.conf ... depending on
what mandrake logs by default, you may find you want to end up logging
debugs.

Chris...

___________________________________________________________________

Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html

  GNU the choice of a complete generation.

#!/usr/bin/perl -w
# Strip all line of this form from html messages
# From: "French, Alastair" <Alastair.French [at] racalinst.co.uk>
 
while (<>){
        $_=~s/(^.*:.*[ <])(\w.*)(@.*)/$1nospam$3/;
        print unless /^Delivered-To:/i ;
}