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

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



Hi Everyone,

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.

Please! Have you any ideas? I'm becoming desperate!

Thanks,

James
=====

On Wed, 2002-11-27 at 12:58, James Wallbank wrote:
> Hi Dave,
> 
> Thanks for the speedy response! Great idea - I hadn't checked this.
> 
> /etc/mtab on the clients reads that it IS mounted rw - so the mystery
> continues...
> 
> I just had a thought - does rpc.quotad lock you out if you exceed the
> quota? The last server didn't have quotas set up. I'll try a little-
> used login...
> 
> Still grasping at straws!
> 
> Cheers,
> 
> James
> =====
> 
> On Wed, 2002-11-27 at 12:43, David Holden wrote:
> > 
> > 
> > Does the /etc/mtab on the client show home's as being mounted rw?
> > 
> >  Dave.
> > 
> > 
> > 
> > On Wed, 2002-11-27 at 12:13, James Wallbank wrote:
> > > Hello Everyone,
> > > 
> > > Thanks for your suggestions re: my Caldera Horror. I just did a late
> > > nighter (5:30am) to rebuild a new server. I've sorted out everything
> > > except ONE PROBLEM - which should be a no-brainer, but I'm absolutely
> > > zonked-out and I can't think of the answer.
> > > 
> > > NIS works - so the passwd and group files are being served out.
> > > NFS works - so /home is exported to the network
> > > 
> > > However, when I log onto one of the clients as a normal user then I get
> > > the message
> > > 
> > > "Could not write to $HOME. $HOME is a read only filesystem".
> > > 
> > > In my case, $HOME is /home/james which is correct.
> > > Permissions for /home/james are 700 - and I'm the owner.
> > > Permissions for /home are 711 - root is the owner.
> > > 
> > > I've tried 777 on both of these (simultaneously) with no joy. It still
> > > says $HOME is a read-only filesystem.
> > > 
> > > The relevant bit of /etc/exports reads
> > > 
> > > /home 192.168.1.0/255.255.255.0 (rw)
> > > 
> > > Read and write, which should be good.
> > > 
> > > The relevant bit of /etc/fstab reads
> > > 
> > > /dev/hdc1 /home ext3 user,rw 1 2
> > > 
> > > This used to read 'defaults' but I changed it.
> > > 
> > > Please, please, please! What is the annoyingly small thing that I'm
> > > overlooking? I have Access Space users here who can see their home
> > > directories, but can't write to them. Argh! A fast response would be a
> > > godsend.
> > > 
> > > Thanks in advance for your help,
> > > 
> > > James
> > > =====
> > -- 
> > Dr. David Holden. (Systems Developer)
> > check-out : crystallography journals online <http://journals.iucr.org>
> > 
> > Thanks in advance:-
> > Please avoid sending me Word or PowerPoint attachments.
> > See: <http://www.fsf.org/philosophy/no-word-attachments.html>
> > 
> > Personal Links:-
> > Recommended reading : http://www.oreilly.com/catalog/dbnationtp/
> > UK Privacy (R.I.P)  : http://www.stand.org.uk/commentary.php3
> > Public GPG key available on request.
> > 
> > -- 99% of politicians give the rest a bad name --
> > ------------------------------------------------- 
> > 
> > ___________________________________________________________________
> > 
> > Sheffield Linux User's Group -
> > http://www.sheflug.co.uk/mailfaq.html
> > 
> >   GNU the choice of a complete generation.
> -- 
> James Wallbank
> Redundant Technology Initiative
> Access Space - 1 Sidney Street - Sheffield - S1 4RG - UK
> T: +44 (0)114 2495522
> F: +44 (0)114 2495533
> ___________________________________________________________________
> 
> Sheffield Linux User's Group -
> http://www.sheflug.co.uk/mailfaq.html
> 
>   GNU the choice of a complete generation.
-- 
James Wallbank
Redundant Technology Initiative
Access Space - 1 Sidney Street - Sheffield - S1 4RG - UK
T: +44 (0)114 2495522
F: +44 (0)114 2495533
___________________________________________________________________

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 ;
}