Re: nfs blocking mount

2003-06-17 Thread Ira Abramov
Quoting Oded Arbel, from the post of Mon, 16 Jun: Ira Abramov wrote: How can one get a list of mounted filesystems without getting blocked How about reading /etc/mtab ? can I trust the state it holds? I think I read somewhere once that it can be giving me the wrong info in some odd

Re: nfs blocking mount

2003-06-17 Thread Ira Abramov
Quoting Erez Kirson, from the post of Mon, 16 Jun: it just checkes if nfs daemon is running ( using RPC ) i took it from nagios to monitor NFS servers this I test with showmount and the package I'm writing this for (mon) already has a nice module of it's own to see if the RPC service is

[META] Messages Received Twice [was Re: nfs blocking mount]

2003-06-17 Thread Shlomi Fish
I received this message and many others sent to this mailing list twice. Can anybody try to fix this? Regards, Shlomi Fish On Tue, 17 Jun 2003, Ira Abramov wrote: Quoting Erez Kirson, from the post of Mon, 16 Jun: it just checkes if nfs daemon is running ( using RPC ) i took it

Re: [META] Messages Received Twice [was Re: nfs blocking mount]

2003-06-17 Thread Ira Abramov
Quoting Shlomi Fish, from the post of Tue, 17 Jun: I received this message and many others sent to this mailing list twice. Can anybody try to fix this? specificly the later copy seems to go through a few extra relays and has a header added: X-DoalSignature: getit Ely? -- Fortified with

Re: [META] Messages Received Twice [was Re: nfs blocking mount]

2003-06-17 Thread Beni Cherniavsky
Ira Abramov wrote on 2003-06-17: Quoting Shlomi Fish, from the post of Tue, 17 Jun: I received this message and many others sent to this mailing list twice. Can anybody try to fix this? specificly the later copy seems to go through a few extra relays and has a header added:

RE: [META] Messages Received Twice [was Re: nfs blocking mount]

2003-06-17 Thread linux_il
From a quick skim through the headers I wonder if it could be a bounced message which gets injected back into the list? Stops after one loop - because of that extra header or because it noticed that bounce string in there? -Original Message- From: Beni Cherniavsky And these extra

Re: nfs blocking mount

2003-06-17 Thread Yedidyah Bar-David
On Tue, Jun 17, 2003 at 09:36:30AM +0300, Ira Abramov wrote: Quoting Oded Arbel, from the post of Mon, 16 Jun: Ira Abramov wrote: How can one get a list of mounted filesystems without getting blocked How about reading /etc/mtab ? can I trust the state it holds? I think I read

Re: nfs blocking mount

2003-06-17 Thread Nadav Har'El
On Tue, Jun 17, 2003, Ira Abramov wrote about Re: nfs blocking mount: Quoting Oded Arbel, from the post of Mon, 16 Jun: How about reading /etc/mtab ? can I trust the state it holds? I think I read somewhere once that it can be giving me the wrong info in some odd cases (read-only

Re: nfs blocking mount

2003-06-16 Thread Oded Arbel
Ira Abramov wrote: How can one get a list of mounted filesystems without getting blocked running df or mount with a dead NFS server? I am writing a little status monitor script to see if NFS is up or down and what's mounted. if I mount and then disconnect the server, running mount or df just

RE: nfs blocking mount

2003-06-16 Thread linux_il
From: Oded Arbel Ira Abramov wrote: How can one get a list of mounted filesystems without getting blocked running df or mount with a dead NFS server? I am writing a little How about reading /etc/mtab ? And then do what with that info? You just get a static list as maintained by

RE: nfs blocking mount

2003-06-16 Thread linux_il
Use the soft mount option? http://btr0xw.rz.uni-bayreuth.de/cgi-bin/manpages/mount/8 Hope this helps. BTW - have you considered other network filesystems? I'm aware that NFS is much more portable, but if it's between all-linux machines then I heard about other network filesystems which sound to

Re: nfs blocking mount

2003-06-16 Thread Erez Kirson
Hi I have added this binary . it just checkes if nfs daemon is running ( using RPC ) i took it from nagios to monitor NFS servers Hope it will help check_rpc -H $HOSTADDRESS$ -C nfs Erez check_rpc Description: Binary data

Re: nfs blocking mount

2003-06-16 Thread Vadim Vygonets
Quoth Erez Kirson on Mon, Jun 16, 2003: I have added this binary . You'd better point to the source, this being a Linux list at all (and, BTW, how will Ira know it isn't a worm?). Also, next time please put files on a web page or an FTP site and post a link. Or, if you don't have access to