Re: NFS + NIS madness

2011-12-04 Thread Shachar Shemesh
On 12/04/2011 06:36 PM, Hetz Ben Hamo wrote: > Well, at the end, the whole part of the "I have no name" seems related > to the prompt. > > Which leaves me with a single problem: > > As logged in (NIS/YP) user, I see the GID as 500. As root, the same > NFS mount show

Re: NFS + NIS madness

2011-12-04 Thread Hetz Ben Hamo
Well, at the end, the whole part of the "I have no name" seems related to the prompt. Which leaves me with a single problem: As logged in (NIS/YP) user, I see the GID as 500. As root, the same NFS mount shows GID as normal. Thanks, Hetz On Tue, Nov 29, 2011 at 8:53 AM, Yedidyah

Re: NFS + NIS madness

2011-11-28 Thread Yedidyah Bar-David
On Mon, Nov 28, 2011 at 11:35:33PM +0200, Hetz Ben Hamo wrote: > Hi, > As you can see, all of them (from root) works perfectly: > > [root@client ~]# ypcat passwd.byuid > vic:$6$FcNMjbbl$8wGzWhtEK9P0.WdoqE78xI9VDzmaH1wTF.2vax9VERW3uiqhytNjXXzVccCjnWRxV7ApHL.JibC0Ar4spM6In1:500:500:Vicky > the kitte

Re: NFS + NIS madness

2011-11-28 Thread Amos Shapira
2011/11/29 Dotan Shavit > ** > On 11/28/2011 11:35 PM, Hetz Ben Hamo wrote: > > only when I do su - vic or login as vic, then it happens.. > > Maybe that's the problem... > Check your login scripts .profile / .bashrc / .whatever > Or PAM (/etc/pam.d) --Amos PS http://www.phrases.org.uk/meaning

Re: NFS + NIS madness

2011-11-28 Thread Dotan Shavit
On 11/28/2011 11:35 PM, Hetz Ben Hamo wrote: only when I do su - vic or login as vic, then it happens.. Maybe that's the problem... Check your login scripts .profile / .bashrc / .whatever # ___ Lin

Re: NFS + NIS madness

2011-11-28 Thread Hetz Ben Hamo
Hi, As you can see, all of them (from root) works perfectly: [root@client ~]# ypcat passwd.byuid vic:$6$FcNMjbbl$8wGzWhtEK9P0.WdoqE78xI9VDzmaH1wTF.2vax9VERW3uiqhytNjXXzVccCjnWRxV7ApHL.JibC0Ar4spM6In1:500:500:Vicky the kitten!:/home/vic:/bin/bash [root@client ~]# ypmatch 500 passwd.byuid vic:$6$FcN

Re: NFS + NIS madness

2011-11-28 Thread Oron Peled
On Monday, 28 בNovember 2011 21:28:37 Hetz Ben Hamo wrote: > ... > # su - vic > id: cannot find name for user ID 500 > id: cannot find name for user ID 500 > [I have no name!@client ~]$ > > $ id > uid=500 gid=500(vic) groups=500(vic) > context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023

Re: NFS + NIS madness

2011-11-28 Thread Valery Reznic
You can run this 'ls -la' under strace and may be you'll see sometging of iterest. Valery. > > From: Hetz Ben Hamo >To: Oron Peled >Cc: linux-il@cs.huji.ac.il >Sent: Monday, November 28, 2011 9:28 PM >Subject: Re: NFS +

Re: NFS + NIS madness

2011-11-28 Thread Hetz Ben Hamo
Hi, Thanks for your explanation. I did what you wrote before I got your email at least 20 times. I followed your email and re-checked everything. Everything works great until I actually login with the user. See this (doing it as root): # ypcat passwd vic:$6$FcNMjbbl$8wGzWhtEK9P0.WdoqE78xI9VDzmaH

Re: NFS + NIS madness

2011-11-27 Thread Oron Peled
On Sunday, 27 בNovember 2011 12:30:52 Hetz Ben Hamo wrote: > Hi, > Doesn't help. Actually the problem is bigger.. Isolate the problem in steps: 1. Check NIS as a directory service (without even using it in nsswitch). Here is a quick checklist -- no use trying a step if previous one failed:

Re: NFS + NIS madness

2011-11-27 Thread guy keren
sounds like an anonymous user mapping on the NFS server side. --guy Hetz Ben Hamo wrote: Hi, I have not had the "pleasure" of setting NFS + NIS for quite a long time (since 2000 approx), but now I need it for a client. I've set up a "lab" at home to test it

Re: NFS + NIS madness

2011-11-27 Thread Hetz Ben Hamo
Hi, Doesn't help. Actually the problem is bigger.. See this: [root@client ~]# su - vic id: cannot find name for user ID 500 id: cannot find name for user ID 500 [I have no name!@client ~]$ pwd /home/vic /home/vic is from the NFS. doing ls -la shows me this: $ ls -la total 28 drwx

Re: NFS + NIS madness

2011-11-27 Thread shimi
2011/11/27 Hetz Ben Hamo > Hi, > > I have not had the "pleasure" of setting NFS + NIS for quite a long time > (since 2000 approx), but now I need it for a client. > > I've set up a "lab" at home to test it before I deployed it. > NFS mount works, n

NFS + NIS madness

2011-11-26 Thread Hetz Ben Hamo
Hi, I have not had the "pleasure" of setting NFS + NIS for quite a long time (since 2000 approx), but now I need it for a client. I've set up a "lab" at home to test it before I deployed it. NFS mount works, no problems. However, with NIS when I login to the cl

[HAIFUX LECTURE] Root on NFS: Running Linux on a diskless computer - Eli Billauer

2011-01-29 Thread Eli Billauer
On Monday, January 31st (TOMORROW) at 18:30, Haifux will gather to hear Eli Billauer talk about Root on NFS: Running Linux on a diskless computer Abstract A motherboard, a CPU, and a memory stick. Add a fan and a power supply, and you have a little computer which boots from network and

Re: I screwed up an NFS share

2010-07-09 Thread Shlomo Solomon
On Friday 09 July 2010, shimi wrote: > On Fri, Jul 9, 2010 at 4:32 PM, Shlomo Solomon wrote: > > On Friday 09 July 2010, shimi wrote: > On a second thought, Another guess I could make: maybe previously you had > some sort of NFS authentication in place. Has your wife been auth

Re: I screwed up an NFS share

2010-07-09 Thread shimi
rious as to why this happened. As I wrote, I don't think I changed > anything except for updating my wifes' machine. Is it possible that > something > changed in the NFS client (the upgrade on my wifes machine was from > Mandriva > 2007.1 to 2010.0)? > > > On a sec

Re: I screwed up an NFS share

2010-07-09 Thread shimi
rious as to why this happened. As I wrote, I don't think I changed > anything except for updating my wifes' machine. Is it possible that > something > changed in the NFS client (the upgrade on my wifes machine was from > Mandriva > 2007.1 to 2010.0)? > > > As you

Re: I screwed up an NFS share

2010-07-09 Thread Shlomo Solomon
for updating my wifes' machine. Is it possible that something changed in the NFS client (the upgrade on my wifes machine was from Mandriva 2007.1 to 2010.0)? -- Shlomo Solomon http://the-solomons.net Sent by KMail 1.12.4 (KDE 4.3.5) on LINUX Mandriva 2010.0 _

Re: I screwed up an NFS share

2010-07-09 Thread Shlomo Solomon
On Friday 09 July 2010, Dima (Dan) Yasny wrote: > > We can reach the files, but OpenOffice opens them as read-only. > > What about vi or nano? I should have been more specific - OpenOffice was just an example. Other programs also see files as read-only. -- Shlomo Solomon http://the-solomons.ne

Re: I screwed up an NFS share

2010-07-09 Thread shimi
On Fri, Jul 9, 2010 at 4:02 PM, shimi wrote: > > 2. Run exportfs -a > > Err, meant exportfs -r :) HTH, -- Shimi ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: I screwed up an NFS share

2010-07-09 Thread shimi
On Fri, Jul 9, 2010 at 3:46 PM, Shlomo Solomon wrote: > I don't know what I changed ,but my wife can only open her files read-only. > I recently upgraded her machine to Mandriva 2010.0 (and I don't remember > any > change to mine, except for regular RPM updates). > >

I screwed up an NFS share

2010-07-09 Thread Shlomo Solomon
I don't know what I changed ,but my wife can only open her files read-only. I recently upgraded her machine to Mandriva 2010.0 (and I don't remember any change to mine, except for regular RPM updates). The NFS share is defined in /etc/exports on shlomo1 as follows: /public/share_all/

Re: Client recovery of NFS mount

2010-05-23 Thread Oron Peled
On Sunday, 23 בMay 2010 21:57:22 Tom Rosenfeld wrote: > On Wed, May 12, 2010 at 11:36 PM, Oron Peled wrote: > > ... > > Move to NFS4 (both server and clients of course). I have done it some 2 > > years ago and it pays big time in reliability (also performance, but > > that's less noticable in my (

Re: Client recovery of NFS mount

2010-05-23 Thread Tom Rosenfeld
On Wed, May 12, 2010 at 11:36 PM, Oron Peled wrote: > On Wednesday, 12 בMay 2010 13:55:51 Ehud Karni wrote: > > On Wed, 12 May 2010 10:28:13 Tom Rosenfeld wrote: > > > Is there a way in RHEL 5 for NFS clients to recover automatically after > a > > > server rebo

Re: Client recovery of NFS mount

2010-05-12 Thread Oron Peled
On Wednesday, 12 בMay 2010 13:55:51 Ehud Karni wrote: > On Wed, 12 May 2010 10:28:13 Tom Rosenfeld wrote: > > Is there a way in RHEL 5 for NFS clients to recover automatically after a > > server reboot? > > There is the "hard" (and "intr" that can go with

Re: Client recovery of NFS mount

2010-05-12 Thread Ehud Karni
On Wed, 12 May 2010 10:28:13 Tom Rosenfeld wrote: > > Is there a way in RHEL 5 for NFS clients to recover automatically after a > server reboot? There is the "hard" (and "intr" that can go with it) option for NFS mounts: hard If an NFS file operation has a major

Client recovery of NFS mount

2010-05-12 Thread Tom Rosenfeld
Hi Guys, Is there a way in RHEL 5 for NFS clients to recover automatically after a server reboot? Every time my server goes down, even for just a few minutes the clients get stuck with STALE nfshandles and the only way for me to recover is to umount and then mount again. Isn't there some

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread Ori Idan
It's all working now. The problem was firewall only. -- Ori Idan On Thu, Jun 25, 2009 at 8:55 PM, Oron Peled wrote: > On 25.06.2009 Ori Idan wrote: > > I am trying to set an NFS server (for a local network) on fedora 9 > > I have exported the directory in /etc/export

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread Oron Peled
On 25.06.2009 Ori Idan wrote: > I am trying to set an NFS server (for a local network) on fedora 9 > I have exported the directory in /etc/exports > I have started rpcbind and nfs > From another computer (in this case running Ubuntu) I tried mounting the > directory. After few s

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread Valery Reznic
--- On Thu, 6/25/09, Ori Idan wrote: > From: Ori Idan > Subject: Setting NFS server on Fedora Core 9 > To: "IGLU Mailing list" > Date: Thursday, June 25, 2009, 2:27 PM > I am trying to set an > NFS server (for a local network) on fedora 9 > I have exported th

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread Noam Meltzer
Try to see that RPC is working properly & the shares are really exported: from the server run: rpcinfo -p 0 (shows RPC) -> check for NFS entries showmount -e 0 -> check that you see the shares you expect from the client run the same commands just with the IP address of the server in

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread Rami Rosen
Ori, 1) can you post here the output of your mounting trial with verbose mode: (mount -v) ? (and the exact mount options you are using) 2) Also : can you post /etc/exports ? Best Regards, Rami Rosen On Thu, Jun 25, 2009 at 2:46 PM, Dotan Shavit wrote: > On Thursday 25 June 2009, Ori Idan wrot

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread Dotan Shavit
On Thursday 25 June 2009, Ori Idan wrote: > I have checked again and made sure firewall is disabled and still get the > same problem. First try mounting from the same machine. And... check the log files... # ___ Linux-il mailing list Linux-il@cs.huji.ac

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread shimi
2009/6/25 Ori Idan > I am trying to set an NFS server (for a local network) on fedora 9 > I have exported the directory in /etc/exports > I have started rpcbind and nfs > From another computer (in this case running Ubuntu) I tried mounting the > directory. After few seconds

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread Ori Idan
I have checked again and made sure firewall is disabled and still get the same problem. -- Ori Idan On Thu, Jun 25, 2009 at 2:33 PM, Dotan Shavit wrote: > On Thursday 25 June 2009, Ori Idan wrote: > > I am trying to set an NFS server (for a local network) on fedora 9 > > I ha

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread Dotan Shavit
On Thursday 25 June 2009, Ori Idan wrote: > I am trying to set an NFS server (for a local network) on fedora 9 > I have exported the directory in /etc/exports > I have started rpcbind and nfs > > >From another computer (in this case running Ubuntu) I tried mounting the > &

Setting NFS server on Fedora Core 9

2009-06-25 Thread Ori Idan
I am trying to set an NFS server (for a local network) on fedora 9 I have exported the directory in /etc/exports I have started rpcbind and nfs >From another computer (in this case running Ubuntu) I tried mounting the directory. After few seconds I got an error mount.nfs mount system call fai

solved - Re: OpenOffice won't access nfs partition

2008-10-12 Thread Shlomo Solomon
ober 2008, shimi wrote: > I have a vague memory of OOo behaving like that on NFS mounts, many years > ago, and the problem being locking. Locking on NFS is tricky, as it's an > advisory more than a true lock. You're right - it is an old version (2.1), but that's what's ava

Re: OpenOffice won't access nfs partition

2008-10-12 Thread shimi
On Sun, Oct 12, 2008 at 8:59 PM, Shlomo Solomon <[EMAIL PROTECTED]>wrote: > I just upgraded OpenOffice on my wifes Mandriva 2007.1 computer (to OO > 2.1). > Now she can no longer save documents on a partition mounted as NFS (the > partition is on my machine). This is spe

Re: OpenOffice won't access nfs partition

2008-10-12 Thread Ghiora Drori
ice on my wifes Mandriva 2007.1 computer (to OO > > 2.1). Now she can no longer save documents on a partition mounted as NFS > > (the partition is on my machine). This is specific to OO. Other > > applications can write to the drive, so it's not a permission problem > (but &g

Re: OpenOffice won't access nfs partition

2008-10-12 Thread Oren Held
On Sunday, 12 October 2008 20:59:34 Shlomo Solomon wrote: > I just upgraded OpenOffice on my wifes Mandriva 2007.1 computer (to OO > 2.1). Now she can no longer save documents on a partition mounted as NFS > (the partition is on my machine). This is specific to OO. Other > applicatio

OpenOffice won't access nfs partition

2008-10-12 Thread Shlomo Solomon
I just upgraded OpenOffice on my wifes Mandriva 2007.1 computer (to OO 2.1). Now she can no longer save documents on a partition mounted as NFS (the partition is on my machine). This is specific to OO. Other applications can write to the drive, so it's not a permission problem (but so

Re: nfs problems

2008-07-24 Thread Erez D
FYI, i removed the nfs-user-server and install nfs-kernel-server and everything works now ... On Wed, Jul 9, 2008 at 3:21 PM, Erez D <[EMAIL PROTECTED]> wrote: > hi > > i have a diskless client booting with tftp and nfsroot (debian lenny on > kurobox-pro, as client, pc with

nfs problems

2008-07-09 Thread Erez D
x27;t open file for writing", and the file is truncated to zero size looking from the nfs server verifies that the file was truncated ... i.e. vi /etc/newfile :w -> sucess (my information is saved correctly) :w (again) -> Can't open file for writing, ( and file is truncated to size 0

Re: Solaris 10, Oracle 10gR2 RAC, NetApp NFS

2007-11-22 Thread Yonah Russ
Hi, I got some responses off list- I just thought I'd post the solution. All the documentation will tell you to mount the NFS shares with forcedirectio and some other flags. After removing the forcedirectio flag and adding the llock flag (llock== local locking, no nlockmgr) the dbca proc

Solaris 10, Oracle 10gR2 RAC, NetApp NFS

2007-11-21 Thread Yonah Russ
Hi, Has anyone had any experience setting up Oracle 10gR2 RAC on Solaris 10 using NetApp NFS for the shared storage? We have installed everything but we cannot create the database using dbca. It appears to hang(more than 12 hours without progress) during/after data dictionary creation. The only

Re: Transferring named pipes data over exported NFS ?

2007-06-25 Thread Tomer Perry
Amos Shapira wrote: > On 25/06/07, *Nadav Har'El* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > On Sun, Jun 24, 2007, Maxim Veksler wrote about "Re: Transferring > named pipes data over exported NFS ?": > > You are right,

Re: Transferring named pipes data over exported NFS ?

2007-06-25 Thread Amos Shapira
On 25/06/07, Nadav Har'El <[EMAIL PROTECTED]> wrote: On Sun, Jun 24, 2007, Maxim Veksler wrote about "Re: Transferring named pipes data over exported NFS ?": > You are right, this is a workaround for the real problem which is : I > can't find an option to get

Re: Transferring named pipes data over exported NFS ?

2007-06-25 Thread Nadav Har'El
On Sun, Jun 24, 2007, Maxim Veksler wrote about "Re: Transferring named pipes data over exported NFS ?": > You are right, this is a workaround for the real problem which is : I > can't find an option to get information about the connected clients to > my exported NFS pat

Re: Transferring named pipes data over exported NFS ?

2007-06-24 Thread Amos Shapira
On 25/06/07, Maxim Veksler <[EMAIL PROTECTED]> wrote: > What are you trying to achieve with this trick? > I'm trying to develop some way to recognize if an NFS mount is active, one way I was thinking of was transferring data from one side, and checking if the data matched on

Re: Transferring named pipes data over exported NFS ?

2007-06-24 Thread Maxim Veksler
On 6/24/07, Amos Shapira <[EMAIL PROTECTED]> wrote: On 24/06/07, Erez D <[EMAIL PROTECTED]> wrote: > AFAIK, pipes does not work across different hosts ... Yeh, it would be a bit like doing "mknod b 3 66" on an NFS mounted filesystem and expect to be able to access th

Re: Transferring named pipes data over exported NFS ?

2007-06-24 Thread Amos Shapira
On 24/06/07, Erez D <[EMAIL PROTECTED]> wrote: AFAIK, pipes does not work across different hosts ... Yeh, it would be a bit like doing "mknod b 3 66" on an NFS mounted filesystem and expect to be able to access the raw disk partition over the net. On 6/24/07, Maxim Veksler &

Re: Transferring named pipes data over exported NFS ?

2007-06-24 Thread Erez D
AFAIK, pipes does not work across different hosts ... On 6/24/07, Maxim Veksler <[EMAIL PROTECTED]> wrote: Hello list, I'm trying to make an named pipe using mkfifo and pass data in it, over nfs exported directory. host1> cd /opt/REAL11/Content/ host1> mkfifo npipe host1&

Transferring named pipes data over exported NFS ?

2007-06-24 Thread Maxim Veksler
Hello list, I'm trying to make an named pipe using mkfifo and pass data in it, over nfs exported directory. host1> cd /opt/REAL11/Content/ host1> mkfifo npipe host1> cat /dev/urandom > /opt/REAL11/Content/npipe Then I mount this directory on host2 and do host2> cat npipe

Re: nfs permissions

2007-04-22 Thread Maxim Veksler
On 4/22/07, Yahav Biran <[EMAIL PROTECTED]> wrote: Hi all, My application is running on one host(local) and integrate with another application that runs on another host(remote). during its work the two applications are using the a NFS shared folder from my application, doing some process

Re: nfs permissions

2007-04-22 Thread Yedidyah Bar-David
On Sun, Apr 22, 2007 at 07:04:13PM +0300, Yahav Biran wrote: > Hi all, > My application is running on one host(local) and integrate with another > application that runs on another host(remote). during its work the two > applications are using the a NFS shared folder from my applic

nfs permissions

2007-04-22 Thread Yahav Biran
Hi all, My application is running on one host(local) and integrate with another application that runs on another host(remote). during its work the two applications are using the a NFS shared folder from my application, doing some processing on some of the files there and save it there. Im using

Re: nfs mount takes too long

2007-01-04 Thread Nadav Har'El
On Thu, Jan 04, 2007, Ilya Konstantinov wrote about "Re: nfs mount takes too long": > Also, make sure the machines are running the RPC portmapper service. > > >On 1/4/07, Erez D <[EMAIL PROTECTED]> wrote: > >> I'm trying to mount it on a ubunto6.10 >

Re: nfs mount takes too long

2007-01-04 Thread Gilad Ben-Yossef
Erez D wrote: hi i have a centos4 nfs server I'm trying to mount it on a ubunto6.10 the mount takes minutes the umount is immediate. any idea ? Add the "nolock" option to the mount command (e.g. -o nolock) or running nfslock daemon on the server side. Gilad -- Gilad Ben

Re: nfs mount takes too long

2007-01-04 Thread Erez D
thanks, that did it erez. On 1/4/07, Shlomi Loubaton <[EMAIL PROTECTED]> wrote: try apt-get install nfs-common (that is, if you don't have this package installed) Regards, Shlomil On 04/01/07, Erez D <[EMAIL PROTECTED]> wrote: > hi > > i have a centos4 nfs se

Re: nfs mount takes too long

2007-01-04 Thread Noam Meltzer
f the machines is as configured in > DNS. > > On 1/4/07, Erez D <[EMAIL PROTECTED]> wrote: > > > > hi > > > > i have a centos4 nfs server > > I'm trying to mount it on a ubunto6.10 > > the mount takes minutes > > the umount is immediate. > > > > any idea ? > > > > >

Re: nfs mount takes too long

2007-01-04 Thread Shlomi Loubaton
try apt-get install nfs-common (that is, if you don't have this package installed) Regards, Shlomil On 04/01/07, Erez D <[EMAIL PROTECTED]> wrote: hi i have a centos4 nfs server I'm trying to mount it on a ubunto6.10 the mount takes minutes the umount is imme

Re: nfs mount takes too long

2007-01-04 Thread Ilya Konstantinov
ines is as configured in DNS. On 1/4/07, Erez D <[EMAIL PROTECTED]> wrote: > > hi > > i have a centos4 nfs server > I'm trying to mount it on a ubunto6.10 > the mount takes minutes > the umount is immediate. > > any idea ? > >

Re: nfs mount takes too long

2007-01-04 Thread Erez D
the hostname of the machines is as configured in DNS. On 1/4/07, Erez D <[EMAIL PROTECTED]> wrote: > > hi > > i have a centos4 nfs server > I'm trying to mount it on a ubunto6.10 > the mount takes minutes > the umount is immediate. > > any idea ? > >

Re: nfs mount takes too long

2007-01-04 Thread Noam Meltzer
check that both sides are configured with the appropriate relation between hostname & IP. (DNS/LDAP/files/etc.) Also make sure that the hostname of the machines is as configured in DNS. On 1/4/07, Erez D <[EMAIL PROTECTED]> wrote: hi i have a centos4 nfs server I'm trying t

nfs mount takes too long

2007-01-04 Thread Erez D
hi i have a centos4 nfs server I'm trying to mount it on a ubunto6.10 the mount takes minutes the umount is immediate. any idea ?

Re: Double mount : nfs and vfat - is it possible ? (or other solutions)

2006-11-26 Thread Oren Held
As far as I know the NFS mechanism allows mounting a single filesystem and ignores sub mounts. This is also quite secure, in a way. Maybe I misunderstood the situation, but a simple solution would be to export also the /mnt/win on the server, and mount it separately on the client.. - Oren

Re: Double mount : nfs and vfat - is it possible ? (or other solutions)

2006-11-26 Thread Shahar Tamir
, from another linux machine I nfs mount the dual-boot linux machine. > But I cannot see the contents of the /mnt/win folder (it is empty). From exports(5): Normally, if a server exports two filesystems one of which is mounted on the other, then the client will have to mount both filesystems e

Re: Double mount : nfs and vfat - is it possible ? (or other solutions)

2006-11-26 Thread Ilya Konstantinov
On 11/26/06, Rafi Gordon <[EMAIL PROTECTED]> wrote: Now , from another linux machine I nfs mount the dual-boot linux machine. But I cannot see the contents of the /mnt/win folder (it is empty). If you're using a kernel-based NFS server, switch to a userspac

Double mount : nfs and vfat - is it possible ? (or other solutions)

2006-11-26 Thread Rafi Gordon
/exports file for this dual boot machine; it contains one line: / ip_Of_A_DifferentLinuxMachine(rw,no_root_squash) Now , from another linux machine I nfs mount the dual-boot linux machine. But I cannot see the contents of the /mnt/win folder (it is empty). Is there a way to nfs mount that dual machine so

Re: Nfs mounting and unmounting a machine on which a shutdown is performed later on

2006-10-10 Thread Oron Peled
On Tuesday, 10 בOctober 2006 01:07, guy keren wrote: > NFS soft-mounting means data could be lost. I beg to differ. Both type of mount may loose data on different scenarios: * With hard mount -- the client machine retries forever and never return an error to the application. If the server

Re: Nfs mounting and unmounting a machine on which a shutdown is performed later on

2006-10-09 Thread guy keren
NFS soft-mounting means data could be lost. you never use this option on a production host that serves important data. instead, you make sure the server it mounted the file-system from, is more reliable then the server mounting the NFS share. this is because, a soft-mount may lose data in case

Re: Nfs mounting and unmounting a machine on which a shutdown is performed later on

2006-10-09 Thread Shaul karl
Dan Shimshoni <[EMAIL PROTECTED]> writes: > > Hello, In a thread from linux-il from about half a year a go , there was a discussion about nfs mounting to a machine (on which is afterewards there is a shut down). see: > http://www.mail-archive.com/linux-il@cs.huji.ac.il/msg43493

Nfs mounting and unmounting a machine on which a shutdown is performed later on

2006-10-09 Thread Dan Shimshoni
Hello, In a thread from linux-il from about half a year a go , there  was a discussion about nfs mounting to a machine (on which is afterewards there is a shut down). see: http://www.mail-archive.com/linux-il@cs.huji.ac.il/msg43493.htmlOne of the suggestions there was to use umount -f , and one

Re: nfs mount to machine (which is aftereards down)

2006-03-27 Thread Amos Shapira
goes south, use "-o soft". See "man mount" and "man 5 nfs". --Amos To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]

Re: nfs mount to machine (which is aftereards down)

2006-03-27 Thread Ilya Konstantinov
Rafi Gordon wrote: Hello, I am mounting a solaris folder (/export/home) by adding to /etc/fstab on a linux station the following: 192.168.0.10:/export/home /mnt/solaris nfs auto,rw where 192.168.0.10 is the address of the solaris station. I am running mount -a, and the solaris folder is

Re: nfs mount to machine (which is aftereards down)

2006-03-26 Thread Yedidyah Bar-David
On Sun, Mar 26, 2006 at 03:02:44PM +0200, Rafi Gordon wrote: > Hello, > > I am mounting a solaris folder (/export/home) by adding to /etc/fstab > on a linux station the following: > > 192.168.0.10:/export/home /mnt/solaris nfs auto,rw > > where 192.168.0.10 is the addres

nfs mount to machine (which is aftereards down)

2006-03-26 Thread Rafi Gordon
Hello, I am mounting a solaris folder (/export/home) by adding to /etc/fstab on a linux station the following: 192.168.0.10:/export/home /mnt/solaris nfs auto,rw where 192.168.0.10 is the address of the solaris station. I am running mount -a, and the solaris folder is mounted OK. ( The solaris

Re: strange nfs behaviour

2006-01-23 Thread Shlomo Solomon
On Monday 23 January 2006 18:44, Leonid Podolny wrote: > The question is if the local /boot and /home filesystems at > shoshana.solomon are actually located on different partitions. There was > some issue that the export works only on the same partitions. I mean, if > it is the case, you will have

Re: strange nfs behaviour

2006-01-23 Thread Shlomo Solomon
On Monday 23 January 2006 18:50, Yedidyah Bar-David wrote: > On Mon, Jan 23, 2006 at 06:06:58PM +0200, Shlomo Solomon wrote: > > Any clues would be appreciated > > Re /home, /boot - maybe they are different filesystems? If so, you > should know the kernel nfs server (which is alm

Re: strange nfs behaviour

2006-01-23 Thread Yedidyah Bar-David
On Mon, Jan 23, 2006 at 06:06:58PM +0200, Shlomo Solomon wrote: > Any clues would be appreciated Re /home, /boot - maybe they are different filesystems? If so, you should know the kernel nfs server (which is almost certainly what you use) does not cross FS bounderies. Export them explicitely.

strange nfs behaviour

2006-01-23 Thread Shlomo Solomon
I've never used nfs before since aside from my computer, all the other machines on my network were Win98 so I used Samba. I convinced my wife to try Mandriva2006 and she's quite happy with it. So now I wanted to use nfs to share files. I set up nfs in both directions (amazingly

Re: Disbaling NFS over UDP

2004-11-26 Thread Micha Feigin
At Fri, 26 Nov 2004 10:49:29 +0200, Noam Meltzer wrote: > > [1 ] > On Friday 26 November 2004 14:29, nadav mavor wrote: > > Noam Meltzer wrote: > > >Hi, > > >I am looking for a way to share a directory using NFS. > > >Now, the catch about it is

Re: Disbaling NFS over UDP

2004-11-26 Thread Noam Meltzer
On Friday 26 November 2004 14:29, nadav mavor wrote: > Noam Meltzer wrote: > >Hi, > >I am looking for a way to share a directory using NFS. > >Now, the catch about it is that I need it to be shared using tcp only. > >Does any1 know how it can be done? > > > &g

Re: Disbaling NFS over UDP

2004-11-25 Thread Shaul Karl
On Thu, Nov 25, 2004 at 07:27:00PM +0200, Noam Meltzer wrote: > Hi, > I am looking for a way to share a directory using NFS. > Now, the catch about it is that I need it to be shared using tcp only. > Does any1 know how it can be done? > NFS v4? Don't hold me responsible

Disbaling NFS over UDP

2004-11-25 Thread Noam Meltzer
Hi, I am looking for a way to share a directory using NFS. Now, the catch about it is that I need it to be shared using tcp only. Does any1 know how it can be done? also, if you happen to know about how to achieve such a think in solaris also, it would be good too :) -- Noam Meltzer

Re: Application performance when running it from nfs mounted folder

2004-11-04 Thread Gilad Ben-Yossef
Dan Kaspi wrote: Hello, I am developing an app for that board on a Fedora Desktop ; There is no way to put the app I develop by ftp on that board. (at the end it will be burned on a Flash) Why not? If you don't have a flash availble right now just create a tmpfs file system or use a ramdisk. If t

Re: Application performance when running it from nfs mounted folder

2004-11-04 Thread Yedidyah Bar-David
On Thu, Nov 04, 2004 at 02:56:28PM +0200, Dan Kaspi wrote: > Hello, > I am developing an app for that board on a Fedora Desktop ; > > There is no way to put the app I develop by ftp on that board. > (at the end it will be burned on a Flash) > > So for the debugging cycle I u

Application performance when running it from nfs mounted folder

2004-11-04 Thread Dan Kaspi
Hello, I am developing an app for that board on a Fedora Desktop ; There is no way to put the app I develop by ftp on that board. (at the end it will be burned on a Flash) So for the debugging cycle I use nfs mount, and tha app resides on a folder which is nfs mounted. The host on which the app

Re: Optimized NFS

2004-10-03 Thread Shaul Karl
On Sun, Oct 03, 2004 at 12:05:27PM +0200, Hyams Iftach wrote: > (Fedora core 1, intending to put G-Ethernet PLANET ENW-9605) > 1) I know the NFS server support V.3 but how can I tell the maximal > packets it support ? (Over UDP) Is it a kernel thing or export flag ? Does specifying

Re: Optimized NFS

2004-10-03 Thread Ariel Biener
On Sunday 03 October 2004 12:05, Hyams Iftach wrote: > (Fedora core 1, intending to put G-Ethernet PLANET ENW-9605) > 1) I know the NFS server support V.3 but how can I tell the maximal > packets it support ? (Over UDP) Is it a kernel thing or export flag ? Linux supports both udp and

Optimized NFS

2004-10-03 Thread Hyams Iftach
Title: Optimized NFS (Fedora core 1, intending to put G-Ethernet PLANET ENW-9605) 1) I know the NFS server support V.3 but how can I tell the maximal   packets it support ? (Over UDP) Is it a kernel thing or export flag ? 2) Does anyone has experience with that card ? Does it support   Jumbo

Re: Giving up an NFS fs that wasn't available initially?

2004-05-26 Thread Ehud Karni
(like umount -f). The `umount -l' will only unmount it only when the server will work again and all open files on that NFS mount are closed (It may not work at all if a process opened a file on the NFS before the `umount -l' and tries to open another file after it (blocking, until it s

Re: Giving up an NFS fs that wasn't available initially?

2004-05-25 Thread Shaul Karl
attempt to mount > > the remote fs bg,soft,intr. > > That's not my experience. I can see the `mount' command running in the > background if the nfs server was down on boot. > > do you have the `bg' parameter in your /etc/fstab entry ? > Yes I do. Howev

Re: Giving up an NFS fs that wasn't available initially?

2004-05-25 Thread Tzafrir Cohen
On Tue, May 25, 2004 at 02:43:48PM +0300, Ehud Karni wrote: > As for `soft' Vs. `hard' parameter (see Oron mail) - When you use the > `hard' option and the server goes down (after it was mounted) - your > load may go to (almost) infinite value Why is that? Any process that tries to access the mo

Re: Giving up an NFS fs that wasn't available initially?

2004-05-25 Thread Ehud Karni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 25 May 2004 00:55:13 +0300, Shaul Karl <[EMAIL PROTECTED]> wrote: > > Shouldn't an NFS client retry to mount a fs that wasn't available when > the client boot? In other words, if the NFS server was not availabl

Re: Giving up an NFS fs that wasn't available initially?

2004-05-24 Thread Oron Peled
On Tuesday 25 May 2004 00:55, Shaul Karl wrote: > Shouldn't an NFS client retry to mount a fs that wasn't available when > the client boot? In other words, if the NFS server was not available > when the client boots, shouldn't the client retry to mount the fs > accor

Giving up an NFS fs that wasn't available initially?

2004-05-24 Thread Shaul Karl
Shouldn't an NFS client retry to mount a fs that wasn't available when the client boot? In other words, if the NFS server was not available when the client boots, shouldn't the client retry to mount the fs according to the retry parameter? My expectation and understanding of

Re: Problems configuring NFS-server

2004-04-03 Thread Oron Peled
On Friday 02 April 2004 17:49, [EMAIL PROTECTED] wrote: > The client is OpenBSD3.4 (and that's the command). > Yes, I DO KNOW, this is a Linux list. But that's Ok -- *BSD is family :-) > Now, that's what I get by running "rpcinfo -p" to the > server ip ("10.0.0.8") and to the client ip ("10.20

  1   2   3   >