RE: NFS between Linux and Solaris

2003-10-22 Thread Rigler, Steve
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jason Dixon > Sent: Wednesday, October 22, 2003 3:03 PM > To: Red Hat Mailing List > Subject: RE: NFS between Linux and Solaris > > > > There are no "hangs&

Re: NFS between Linux and Solaris

2003-10-22 Thread Jason Dixon
On Wed, 2003-10-22 at 15:58, Jason Dixon wrote: > On Wed, 2003-10-22 at 15:43, Ken Rossman wrote: > > Can you include some info on exactly what commands you are using, and > > some info on the respective configurations of each machine? > > Pretty simple: > > [Linux server - /etc/exports] > /mnt/i

RE: NFS between Linux and Solaris

2003-10-22 Thread Jason Dixon
On Wed, 2003-10-22 at 15:58, Rigler, Steve wrote: > We experienced similar issues but between different platforms. > > The machine serving filesystems was an Irix 6.5.13 machine and > the client was running RH7.1 on Itanium 2's. Both machines are > on the same VLAN. > > Copying to NFS mounts wou

Re: NFS between Linux and Solaris

2003-10-22 Thread Jason Dixon
On Wed, 2003-10-22 at 15:43, Ken Rossman wrote: > Can you include some info on exactly what commands you are using, and > some info on the respective configurations of each machine? Pretty simple: [Linux server - /etc/exports] /mnt/isohostname(ro) [Solaris client] mount -F nfs -o ro,vers

RE: NFS between Linux and Solaris

2003-10-22 Thread Rigler, Steve
We experienced similar issues but between different platforms. The machine serving filesystems was an Irix 6.5.13 machine and the client was running RH7.1 on Itanium 2's. Both machines are on the same VLAN. Copying to NFS mounts would hang (errors would be logged in messages about the NFS serv

Re: NFS between Linux and Solaris

2003-10-22 Thread Ken Rossman
Can you include some info on exactly what commands you are using, and some info on the respective configurations of each machine? On Wednesday, October 22, 2003, at 03:24 PM, Jason Dixon wrote: My apologies if this is out there somewhere, but I've googled this to death without finding a satisfactor

Re: NFS over tcp

2003-10-13 Thread Chris Purcell
> okay... > I get this error when I try to mount with TCP > > [EMAIL PROTECTED] root]# mount y:/var/backup /var/backup -o tcp > nfs server reported service unavailable: Address already in use > > > Oct 13 16:25:01 yy rpc.mountd: authenticated mount request from > x.dnanico1.com:969 for

Re: NFS over tcp

2003-10-13 Thread Distribution Lists
okay... I get this error when I try to mount with TCP [EMAIL PROTECTED] root]# mount y:/var/backup /var/backup -o tcp nfs server reported service unavailable: Address already in use Oct 13 16:25:01 yy rpc.mountd: authenticated mount request from x.dnanico1.com:969 for /var/backup (/v

Re: NFS over tcp

2003-10-13 Thread Chris Purcell
> Can someone please point me towards some documention on how to configure > NFS over TCP. > > Thanks http://nfs.sourceforge.net/nfs-howto/ Chris -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: NFS over tcp

2003-10-13 Thread Distribution Lists
this is more like it...but I've read it already. Somewhat lacking when it refers to NFS over TCP, Section 5.4 describes the pros and cons, but not how to configure it 5.4. NFS over TCP A new feature, available for both 2.4 and 2.5 kernels but not yet integrated into the mainstream kernel at the t

Re: NFS over tcp

2003-10-13 Thread Distribution Lists
And whee is the documentation in these man pages that relate to TCP rather that UDP ? The only thing I can see relate is that in fstab, but I already knew that. I'm looking for a hotwo Thanks > man nfs, man fstab (client) > man nfsd, man mountd, man exports (server) > > > Jeffrey W. Fox > [EMAI

Re: NFS over tcp

2003-10-13 Thread Mats Hellman
NFS is quite easy to set up. Here is a good HOWTO on how to do that. http://www.linux.org/docs/ldp/howto/NFS-HOWTO/ If you are unfamiliar to TCP/IP networking I suggest you find some TCP/IP HOWTO:s also. A good place to start looking is the Linux Documentation Projects site. http://www.tldp.org T

Re: NFS over tcp

2003-10-13 Thread Jeffrey Fox
man nfs, man fstab (client) man nfsd, man mountd, man exports (server) Jeffrey W. Fox [EMAIL PROTECTED] --- "Distribution Lists" <[EMAIL PROTECTED]> wrote: Can someone please point me towards some documention on how to configure NFS over TCP. Thanks -- -- redhat-list mailing list unsubs

RE: NFS Action

2003-10-08 Thread Rigler, Steve
, 2003 6:07 PM > To: [EMAIL PROTECTED] > Subject: Re: NFS Action > > > Steve, please press Enter every 70 chars or so. Thanks. > > On 14:50 07 Oct 2003, Rigler, Steve <[EMAIL PROTECTED]> wrote: > | Is NFS started on the server? > | Use "chkconfig --list" t

Re: NFS: How to Use?

2003-10-08 Thread Willem van der Walt<[EMAIL PROTECTED]>
Hello, On the server where the shares are, you need to setup /etc/exports. This is a file which tells the nfs server which areas of the disk must be exported so that they are visible to the other users. After you have made changes to this file, you should restart nfs for the changes to take effect

Re: NFS Action

2003-10-07 Thread Cameron Simpson
Steve, please press Enter every 70 chars or so. Thanks. On 14:50 07 Oct 2003, Rigler, Steve <[EMAIL PROTECTED]> wrote: | Is NFS started on the server? | Use "chkconfig --list" to make sure nfs, nfslock and portmap are all turned on . Turn them on and start them (with "service") if they aren't alr

RE: NFS Action

2003-10-07 Thread Mike Koponick
PROTECTED] Sent: Tuesday, October 07, 2003 11:51 AM To: [EMAIL PROTECTED] Subject: RE: NFS Action Is NFS started on the server? Use "chkconfig --list" to make sure nfs, nfslock and portmap are all turned on. Turn them on and start them (with "service") if they aren't alr

Re: NFS Action

2003-10-07 Thread Bret Hughes
On Tue, 2003-10-07 at 14:41, Mike Koponick wrote: > Hello all! > > > > I was wondering if anyone has had any experience using NFS. I would like > to write files to one machine (NFS Server) from two NFS clients. > > > > I tried using the "HOW-TO" but get an error: > Assumption: Both clien

RE: NFS Action

2003-10-07 Thread Rigler, Steve
Is NFS started on the server? Use "chkconfig --list" to make sure nfs, nfslock and portmap are all turned on. Turn them on and start them (with "service") if they aren't already turned on. Once you know it's working on the server, check from the client with "rpcinfo -p ". If it still doesn't

Re: nfs reporting stuff that isnt there anymore

2003-09-22 Thread Gordon Messmer
Ian L wrote: in my exports file i have a few entries. When i run exportfs -a it has some entries where are no longer in the exports file. Anyone have any idea where its getting this old stuff from and how to fix it? machine:/disk3: Function not implemented machine:/disk2: Function not implemente

Re: nfs reporting stuff that isnt there anymore

2003-09-19 Thread Ian L
At 06:50 PM 9/19/2003, you wrote: On Fri, 2003-09-19 at 20:01, Ian L wrote: > fixed this somewhat. I remembered i did a kernel upgrade and never rebooted :) > > rebooting seems to have fixed it, although i still am having problems > mouinting one machine: > > mount: RPC: Program not registered > >

Re: nfs reporting stuff that isnt there anymore

2003-09-19 Thread Bret Hughes
On Fri, 2003-09-19 at 20:01, Ian L wrote: > fixed this somewhat. I remembered i did a kernel upgrade and never rebooted :) > > rebooting seems to have fixed it, although i still am having problems > mouinting one machine: > > mount: RPC: Program not registered > > I looked on that machine and t

Re: nfs reporting stuff that isnt there anymore

2003-09-19 Thread Ian L
fixed this somewhat. I remembered i did a kernel upgrade and never rebooted :) rebooting seems to have fixed it, although i still am having problems mouinting one machine: mount: RPC: Program not registered I looked on that machine and the exports file is set up to allow the connection. ian

Re: nfs reporting stuff that isnt there anymore

2003-09-19 Thread Ian L
found something in the log file: Sep 19 17:42:38 whis modprobe: modprobe: Can't open dependencies file /lib/modules/2.4.18-27.8.0/modules.dep (No such file or directory) and there is indeed no such directory. In lib/modules i have: 2.4.18-14smp 2.4.20-20.8 2.4.20-20.8smp but i have no clue h

Re: nfs problem

2003-09-19 Thread Gordon Messmer
Ian L wrote: i'm trying to mount machine1 to machine2. machine1> mount machine2:/directory /machine2/directory times out Turn off the firewall on machine1, or make an exception to allow machine2 through the firewall rules. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https:

Re: NFS: The wrong tool perhaps?

2003-09-14 Thread Cameron Simpson
On 18:23 14 Sep 2003, David Hart <[EMAIL PROTECTED]> wrote: | Is there anything better to use for network distributions, upgrades, | patches? Depends on context. It's often very nice to have "filesystem" access to stuff (every operation is just normal "open file, read" stuff instead of arbitrary a

Re: NFS export read-only is not honored

2003-09-05 Thread Reuben D. Budiardja
On Friday 05 September 2003 03:38 am, Cameron Simpson wrote: > On 16:15 04 Sep 2003, Reuben D. Budiardja <[EMAIL PROTECTED]> wrote: > | > | As root, if I open the files in /mnt/server, they are in read only mode. > | But if I login as myself, they are readable and writable. How can that > | be? >

Re: NFS export read-only is not honored

2003-09-05 Thread Cameron Simpson
On 16:15 04 Sep 2003, Reuben D. Budiardja <[EMAIL PROTECTED]> wrote: | I have a strange problem. On my of the server, I export a directory and | specify it as ro. In /etc/fstab: | | /home/httpd client1.domain.name(ro) | | On client1.domain.name, as root, I created a directory in /mnt/ and writ

Re: NFS errors

2003-08-26 Thread MKlinke
>List: redhat-list >Subject: NFS errors From: Justin Rush >Date: 2003-08-21 19:12:02 >[Download message RAW] > >Hi, > After upgrading all the machines to redhat 9 I am now seeing nfs >errors >in the logs of my client machines: >Aug 18 06:46:16 ztrip kernel: nfs: server fromage not

RE: nfs question

2003-08-22 Thread Go, Jeffrey
I believe rpc services need to be running as well... Check dependencies to be sure -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 12:06 PM To: [EMAIL PROTECTED] Subject: nfs question What services are needed to export an ext3 d

Re: NFS errors

2003-08-21 Thread Ben Russo
Justin Rush wrote: Hi, After upgrading all the machines to redhat 9 I am now seeing nfs errors in the logs of my client machines: Aug 18 06:46:16 ztrip kernel: nfs: server fromage not responding, timed out I get these errors mainly when trying to checkout large cvs repositories, but also on m

Re: NFS errors

2003-08-21 Thread Justin Rush
I forgot to mention that I am using automount to mount the drive. Where would I put these options? into my auto.master file? /home /etc/auto.home --timeout=43200 that is what I have now or woudl it go into the auto.home file? Thanks for you help On 21 Aug 2003, Jason Dixon wrote: > On Thu, 20

Re: NFS errors

2003-08-21 Thread Jason Dixon
On Thu, 2003-08-21 at 15:12, Justin Rush wrote: > Hi, > After upgrading all the machines to redhat 9 I am now seeing nfs errors > in the logs of my client machines: > Aug 18 06:46:16 ztrip kernel: nfs: server fromage not responding, timed > out > I get these errors mainly when trying to checkou

Re: NFS Question

2003-08-17 Thread Ritesh Raj Sarraf
use options like intr,soft to softmount ricky On Thursday 14 August 2003 20:29, Gerry Doris wrote: > I sometimes manually mount NFS volumes on my internal lan. This works > fine until the system containing the NFS volumes is rebooted or turned > off. > > Once this happens I can't find a way to u

RE: NFS Question

2003-08-16 Thread Bill Johnson
I'm jumping into the middle of this thread, so please forgive if I'm ignorant of what you've alread discussed, but this "soft" option seems to be the answer to a problem I periodically have. How do you specify "soft" in the /etc/fstab? For example, I'm currently mounting NFS drives via my fst

RE: nfs newbie

2003-08-14 Thread santosh kumar
I think / you can not export and can not mount.. Regards, santosh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Tan Sent: Tuesday, August 12, 2003 10:04 AM To: Redhat 2 Subject: nfs newbie hi all, trying out nfs. trying to mount to root

Re: nfs newbie

2003-08-14 Thread Rilindo Foster
Oddly enough, I have that same problem earlier today. Basically, make sure that you account for the reverse of each domain. Also, in the exportfs file, the server name you are putting in should be the client or the server that is going to mount the file system on (in this, A). Like so: On server

Re: nfs newbie

2003-08-14 Thread Ian Mortimer
> I think / you can not export and can not mount.. You can (at your own risk - especially rw). -- Ian -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: nfs newbie

2003-08-14 Thread Daniel Tan
Sent: Tuesday, August 12, 2003 12:55 PM Subject: Re: nfs newbie Oddly enough, I have that same problem earlier today. Basically, make sure that you account for the reverse of each domain. Also, in the exportfs file, the server name you are putting in should be the client or the server that is g

RE: NFS Question

2003-08-14 Thread Rigler, Steve
Is your client mounting the NFS exports with the "soft" option? -Steve > -Original Message- > From: Gerry Doris [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 14, 2003 10:00 AM > To: [EMAIL PROTECTED] > Subject: NFS Question > > > I sometimes manually mount NFS volumes on my interna

Re: nfs newbie

2003-08-14 Thread Ian Mortimer
> things i did > 1) on serverA, enabled nfs and in exports file put in / serverA.domain.com > 2)on serverB, enabled nfs too(not sure right way or not), tried mount -t nfs > serverA:/ /mnt/local (there is a local dir in there) > > i got mount: serverA.domain.com:/ failed reason given by server: Pe

RE: NFS Question

2003-08-14 Thread Gerry Doris
> Is your client mounting the NFS exports with the "soft" option? > > -Steve In my /etc/exports file I just have the rw option. After that I manually mount the nfs volume by doing: mount -t nfs host:/home/gerry /mnt/nfs This successfully mounts host:/home/gerry on the mount point /mnt/nfs. The

RE: NFS Question

2003-08-14 Thread Rigler, Steve
4, 2003 12:07 PM > To: [EMAIL PROTECTED] > Subject: RE: NFS Question > > > > Is your client mounting the NFS exports with the "soft" option? > > > > -Steve > > In my /etc/exports file I just have the rw option. After > that I manually > mou

Re: nfs newbie

2003-08-12 Thread Daniel Tan
sorry guys...it did work as i forgot to rename /backup to the dir i want. oops - Original Message - From: "Daniel Tan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 12, 2003 3:35 PM Subject: Re: nfs newbie it did not work on my client serv

Re: NFS newbie question

2003-07-19 Thread G. Douglas Burton (RH 8.0)
192.168.0.106:/main /mnt/Fileserver2nfs rsize=8192,wsize=8192 0 0 I tried lowering and raising the r/wsize options with no success. Also initially tried //Fileserver2:/main as the mount, but it would not work without the IP address instead. Doug On Saturday 19 July 2003 10:4

Re: NFS newbie question

2003-07-19 Thread Reuben D. Budiardja
On Friday 18 July 2003 06:42 pm, SAQIB wrote: > Everything has specific purpsose. NFS was designed for something else, and > has lots of other functionality (e.g. NAS solutions are based on NFS > stack). For mp3 a open source streaming server or a http server is the way > to go. Wait, that's not e

Re: NFS newbie question

2003-07-18 Thread G. Douglas Burton (RH 8.0)
Appreciate the thought, but the same XMMS player plays MP3s via my network and my Win95 server just fine... Doug On Friday 18 July 2003 21:36, Jonathan Bartlett wrote: > It could be your mp3 player. Perhaps the others are preloading to remove > skips and your Linux one isn't? > > Jon > -- re

Re: NFS newbie question

2003-07-18 Thread Jonathan Bartlett
It could be your mp3 player. Perhaps the others are preloading to remove skips and your Linux one isn't? Jon On Fri, 18 Jul 2003, G. Douglas Burton (RH 8.0) wrote: > Okay, something has to be wrong with the way I'm doing it. On this same RH > 8.0 desktop machine I have Win4Lin installed. I ju

Re: NFS newbie question

2003-07-18 Thread G. Douglas Burton (RH 8.0)
Okay, something has to be wrong with the way I'm doing it. On this same RH 8.0 desktop machine I have Win4Lin installed. I just started it up and opened up Explorer. Found my Linux server in the network neighborhood and double-clicked on an MP3 file. This brought up FreeAmp, a known resource

Re: NFS newbie question

2003-07-18 Thread Tom Hosiawa
> Okay, the next question is why? It is difficult for me to believe that my > Windows machines have no problem accessing and playing MP3s from the Linux > server via Samba and yet my Linux machine can't do it either via Samba or > NFS? So what was all the talk I heard about Linux being such a

Re: NFS newbie question

2003-07-18 Thread SAQIB
Everything has specific purpsose. NFS was designed for something else, and has lots of other functionality (e.g. NAS solutions are based on NFS stack). For mp3 a open source streaming server or a http server is the way to go. Saqib Ali - http://www.xml-dev.com On Fri, 18 Jul 2003, G. Dou

Re: NFS newbie question

2003-07-18 Thread G. Douglas Burton (RH 8.0)
Okay, the next question is why? It is difficult for me to believe that my Windows machines have no problem accessing and playing MP3s from the Linux server via Samba and yet my Linux machine can't do it either via Samba or NFS? So what was all the talk I heard about Linux being such a wonderfu

Re: NFS newbie question

2003-07-18 Thread Bret Hughes
On Fri, 2003-07-18 at 13:39, G. Douglas Burton (RH 8.0) wrote: > I've recently tried to convert one of my fileservers (80 Gb RH8.0) to NFS. I > have it setup to use Samba for access from Windows machines on my net and > they all work just fine when playing MP3s and transferring large files. But

Re: NFS newbie question

2003-07-18 Thread SAQIB
NFS has too much overhead. I would rather look into streaming via HTTP (apache). or an open source streaming solution. Saqib Ali - http://www.xml-dev.com On Fri, 18 Jul 2003, G. Douglas Burton (RH 8.0) wrote: > I've recently tried to convert one of my fileservers (80 Gb RH8.0) to NFS. I

Re: nfs ports and ipchains

2003-04-03 Thread Gordon Messmer
Hong Tian wrote: I am working with a NFS server on Red Hat 7.3. For secure reason I want to use IPCHAINS to restrict TCP/UDP ports. Now the question is that how many ports should be opened for a NFS server? only port 111, port 635, and port 2049? I recommend this strategy: Allow access to the int

Re: nfs ports and ipchains

2003-04-03 Thread nate
Hong Tian said: > Hi, > > I am working with a NFS server on Red Hat 7.3. For secure reason I want to > use IPCHAINS to restrict TCP/UDP ports. Now the question is that how many > ports should be opened for a NFS server? only port 111, port 635, and port > 2049? > Thanks for your help. NFS depends

Re: NFS and mail again

2003-03-23 Thread nate
Ashley M. Kirchner said: > > Someone explain to me again why mounting /var/spool/mail over NFS > isn't a good idea? Something about locking issues and/or monitoring the > NFS mount? Is there some sort of work around to the problem? yes locking issues. The only way around it is to use a maile

Re: NFS question

2003-01-29 Thread Todd A. Jacobs
On 29 Jan 2003, Thomas E. Dukes wrote: > > Maybe you don't have permissions? How is the C$ (or whatever) share > > configured on XP? > I noticed that it doesn't add anything to smb.com but it does add to the > fstab. Also, when I set it up with a user name and password, the user > name and pass

Re: NFS question

2003-01-29 Thread Thomas E. Dukes
On Tue, 2003-01-28 at 22:52, Samuel Flory wrote: > >You can have a samba mount (or nfs mount) only for a directory, and > any dirs under it. I guess you could export /. You may need special > options to span filesystems and follow links. > I tried mounting it as "/", but it gives an error

Re: NFS question

2003-01-29 Thread Thomas E. Dukes
On Wed, 2003-01-29 at 01:38, Todd A. Jacobs wrote: > On 28 Jan 2003, Thomas E. Dukes wrote: > > > I can see the shared drive (in webmin), it just won't mount. > > Maybe you don't have permissions? How is the C$ (or whatever) share > configured on XP? It is shared with "both the network users an

Re: NFS question

2003-01-28 Thread Todd A. Jacobs
On 28 Jan 2003, Thomas E. Dukes wrote: > I can see the shared drive (in webmin), it just won't mount. Maybe you don't have permissions? How is the C$ (or whatever) share configured on XP? -- "Of course I'm in shape! Round's a shape, isn't it?" -- redhat-list mailing list unsubscribe mailto

Re: NFS question

2003-01-28 Thread Samuel Flory
Thomas E. Dukes wrote: After I sent that I thought I may have used the wrong terminology. I am using disk and network files systems under webmin to mount a directory through the network. I think its using samba. I can mount a shared directory, just can't figure out how to do the whole drive --

Re: NFS question

2003-01-28 Thread Thomas E. Dukes
After I sent that I thought I may have used the wrong terminology. I am using disk and network files systems under webmin to mount a directory through the network. I think its using samba. I can mount a shared directory, just can't figure out how to do the whole drive -- other than by individual

Re: NFS question

2003-01-28 Thread Bret Hughes
On Tue, 2003-01-28 at 20:26, Thomas E. Dukes wrote: > How do I mount a drive using NFS. I can mount any specific shared > directory on my XP box but can't seem to do the whole drive. The drive > itself is shared. Do I have to share each individual directory? > unless I am missing something, y

Re: NFS PROBLEMS -- SOLVED!!!

2003-01-11 Thread T. Ribbrock
On Sat, Jan 11, 2003 at 03:39:14AM -0600, John N. Alegre wrote: > Thanks to everyone who ventured suggestions on this. > > Thomas gets the cigar! I'm just happy that I'm not the only one to whom that one has happened... ;-) Cheerio, Thomas -- ---

Re: NFS PROBLEMS -- SOLVED!!!

2003-01-11 Thread John N. Alegre
Thanks to everyone who ventured suggestions on this. Thomas gets the cigar! On 10-Jan-03 "T. Ribbrock" <[EMAIL PROTECTED]>wrote: > This has happened to me once. The reason was: I forgot that the > default install of RHL 7.[23] installs an ipchains firewall on the > machine as well - and in the de

Re: NFS PROBLEMS -- one more try!

2003-01-10 Thread Samuel Flory
John N. Alegre wrote: [root@zaragoza java]# mount -o rsize=1024,wsize=1024 libros:/home /mnt/libros [root@zaragoza java]# ls /mnt/libros alegrejfreeinfo jdev listhub masexedit pukesnot bucks ftp jobs lost+found paypal setitman fishtrade info john lrege

Re: NFS PROBLEMS -- one more try!

2003-01-10 Thread Todd A. Jacobs
Is portmap running unblocked on BOTH machines? There was a thread about this a while back, and while the why of it never came clear, it appears that RH requires portmap running on both the client AND the server. -- "Of course I'm in shape! Round's a shape, isn't it?" -- redhat-list mailing l

Re: NFS PROBLEMS -- one more try!

2003-01-10 Thread T. Ribbrock
On Fri, Jan 10, 2003 at 04:08:54PM -0600, John N. Alegre wrote: > Well one more posting on this. Maybe some Linux Guru will see something over > the weekend. > > Thanks for all the trys so far. I haven't read your other mails, so forgive me if I'm repeating something you've already checked...

RE: NFS Problems on Linux 7.3 Install ???

2003-01-09 Thread Cameron . Davidson
How is the 7.3 firewall configured? I don't remember any major problems mounting an upgraded 7.3 system from a 6.2 server. Cameron. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

RE: NFS RH7.1 - RH8.0

2002-12-27 Thread Matthews, John
I doubt your problem is related to ext3 or ext2. I have run NFS servers with ext3 as well as ext2 without this problem. I suspect your problem might be closer to what the log says. I've noticed problems before mounting NFS shares when the server is unable to find the corresponding name for the I

Re: NFS /etc/exports

2002-12-19 Thread Ashley M. Kirchner
Cameron Simpson wrote: I was more thinking: /mnt/backupxxx.xxx.xxx.xxx/29(rw,sync),xxx.xxx.xxx.xxx/28(rw,sync),xxx.xxx.xxx.xxx/27(rw,sync) I thought about that after the fact...I didn't try it though. Were there any actual error messages from "exportfs -av"? They may be illuminating.

Re: NFS /etc/exports

2002-12-19 Thread Cameron Simpson
On 17:37 19 Dec 2002, Ashley M. Kirchner <[EMAIL PROTECTED]> wrote: | Cameron Simpson wrote: | | >The manual also says it's a list of export targets. So, yes, all on one | >line separated by commas. |Well, it didn't work. When I did | |/mnt/backup | xxx.xxx.xxx.xxx/29,xxx.xxx.xxx.xxx

Re: NFS /etc/exports

2002-12-19 Thread Ashley M. Kirchner
Cameron Simpson wrote: The manual also says it's a list of export targets. So, yes, all on one line separated by commas. Well, it didn't work. When I did /mnt/backup xxx.xxx.xxx.xxx/29,xxx.xxx.xxx.xxx/28,xxx.xxx.xxx.xxx/27(rw,sync) It didn't work. Clients could not mount /

Re: [RH List] Re: NFS mountd : Someone whack me over the head please

2002-12-19 Thread Ashley M. Kirchner
Dave Young wrote: exporting a share that's under an already exported share That's the thing, it's not. I can mount this just fine on any other server - any of the exports. Currently I have /mnt/src pointing to /usr/local/src and /mnt/redhat pointed to /usr/local/src/redhat-7.3/sources

Re: NFS /etc/exports

2002-12-19 Thread Cameron Simpson
On 00:24 19 Dec 2002, Ashley M. Kirchner <[EMAIL PROTECTED]> wrote: |man exports says, under machine name formats: | | IP networks | You can also export directories to all hosts on an IP | (sub-) network simultaneously. This is | done by specifying an IP

Re: NFS mountd : Someone whack me over the head please

2002-12-19 Thread Dave Young
> > Whether I use the client's IP address, a subnet/mask combination, > the client's hostname...exportfs keeps telling me 'Invalid Argument' on > that line. Everything else works. I'm not going to claim I know the problem but I did a little probing in google for your error message (getfh fa

Re: NFS mountd : Someone whack me over the head please

2002-12-19 Thread Ashley M. Kirchner
Javier Gostling wrote: Change the definitions in /etc/exports to IP address/subnets. You may be having a reverse name lookup problem. Whether I use the client's IP address, a subnet/mask combination, the client's hostname...exportfs keeps telling me 'Invalid Argument' on that line. Every

Re: NFS mountd : Someone whack me over the head please

2002-12-19 Thread Javier Gostling
On Thu, Dec 19, 2002 at 01:29:56PM -0700, Ashley M. Kirchner wrote: > Matthews, John wrote: > > >What does your /etc/exports file look like? It's possible you are not > >allowing client_2 access to your NFS share. > > >Nope, already checked that. I have a wildcard for my domain. And > it

RE: NFS mountd : Someone whack me over the head please

2002-12-19 Thread Ashley M. Kirchner
Matthews, John wrote: What does your /etc/exports file look like? It's possible you are not allowing client_2 access to your NFS share. Nope, already checked that. I have a wildcard for my domain. And it works from client_1... /var/mail ivanhoe(rw,sync,no_root_squash) /mnt/s

RE: NFS mountd : Someone whack me over the head please

2002-12-19 Thread Matthews, John
What does your /etc/exports file look like? It's possible you are not allowing client_2 access to your NFS share. I've encountered problems with NFS time outs during boot up when the NFS server fails to properly do a reverse name lookup. -Original Message- From: Ashley M. Kirchner [

Re: NFS error, please help

2002-12-06 Thread João Borsoi
Em Sex, 2002-12-06 às 16:29, nate escreveu: > João Borsoi said: > > > Starting NFS daemon: nfssvc: Address already in use > >[FAILED] > > sounds like theres another NFS server running on the system, try > issuing a restart. Did you happe

Re: NFS error, please help

2002-12-06 Thread nate
João Borsoi said: > Starting NFS daemon: nfssvc: Address already in use >[FAILED] sounds like theres another NFS server running on the system, try issuing a restart. Did you happen to kill another nfs service before starting it? killing

Re: nfs mount takes too much time

2002-12-05 Thread Joshua Schmidlkofer
Make sure that portmap is running: service portmap start js On Mon, 2002-12-02 at 12:57, Freddy Chavez wrote: > I want to use NFS so I have this on /etc/exports > on a computer with IP=192.168.2.1: > /home/nfs 192.168.0.0/255.255.0.0(rw) > > Then from other computer I execute: > mount -

RE: NFS questions

2002-12-04 Thread Wayne Holdcroft
Title: NFS questions We have used Hummingbird’s NFS Maestro Solo (NFS Client) for years.  I recommend it.  I believe they still offer a 30 day trial installation.   http://www.hcl.com/role/default/home.html     Wayne Holdcroft IT Systems Administrator International Reservoir Technol

Re: NFS questions

2002-12-04 Thread Ben Russo
On Wed, 2002-12-04 at 15:54, Periyasamy, Raj wrote: > Is it possible to mount a Linux NFS mount point in a Windows based > client ? If so, does it require any additional software at the Windows > end ? > Or, set up SAMBA on the Linux server (it would be easier). -- redhat-list mailing list uns

Re: NFS questions

2002-12-04 Thread nate
Periyasamy, Raj said: > Is it possible to mount a Linux NFS mount point in a Windows based client > ? If so, does it require any additional software at the Windows end ? yes and yes. theres plenty of NFS clients available for win32, though its been years since i've had to use one(since its been ye

Re: NFS questions

2002-12-04 Thread Ben Russo
On Wed, 2002-12-04 at 15:54, Periyasamy, Raj wrote: > Is it possible to mount a Linux NFS mount point in a Windows based > client ? If so, does it require any additional software at the Windows > end ? > Yes, and Yes. Try Windows 2000 Services for UNIX or PCNFS or Hummingbird -Ben. -- redhat-

Re: nfs mount takes too much time

2002-12-02 Thread nate
Freddy Chavez said: > I want to use NFS so I have this on /etc/exports > on a computer with IP=192.168.2.1: > /home/nfs 192.168.0.0/255.255.0.0(rw) > > Then from other computer I execute: > mount -t nfs 192.168.2.1:/home/nfs /mnt/nfs > > And it works, but it takes about 4 minutes !!! > I think

Re: nfs and other problems

2002-11-25 Thread Hidong Kim
Emmanuel Seyman wrote: On Mon, Nov 25, 2002 at 02:35:06PM -0800, Hidong Kim wrote: Dumas Patrice wrote: /dallas 192.168.230.0/22(rw,root_squash) It's working now. What does the "0/22" mean? Thanks, It's two different things, really. The "192.168.230.0" is the first IP address of the n

Re: nfs and other problems

2002-11-25 Thread Emmanuel Seyman
On Mon, Nov 25, 2002 at 02:35:06PM -0800, Hidong Kim wrote: > > Dumas Patrice wrote: > > >/dallas 192.168.230.0/22(rw,root_squash) > > It's working now. What does the "0/22" mean? Thanks, It's two different things, really. The "192.168.230.0" is the first IP address of the network you're worki

Re: nfs and other problems

2002-11-25 Thread Hidong Kim
Dumas Patrice wrote: in.telnetd: LOCAL in.ftpd:LOCAL ALL : 192.168.230. ALL:127.0.0.1 255.255.255.0 swat: 127.0.0.1 192.168.230. /dallas ripley (rw,root_squash) First there should be no space between hosts and options. Like: /

Re: nfs problem

2002-11-25 Thread Hidong Kim
Hi, I really can't think of anything else now. Sorry, Hidong Ze Ji Li wrote: Hi, rpcinfo -p nfs_server is fine. I have firewall off and hosts.allow to accept everything on my subnet. I even put both machines on the same hub. I still can't resolve the nfs problem. I wonder if I need t

Re: nfs and other problems

2002-11-25 Thread Dumas Patrice
> > > >in.telnetd: LOCAL > >in.ftpd:LOCAL > > > >ALL : 192.168.230. > >ALL:127.0.0.1 255.255.255.0 > >swat: 127.0.0.1 192.168.230. > > > /dallas ripley (rw,root_squash) First there should be no space between hosts and options. Like:

Re: nfs problem

2002-11-24 Thread Ze Ji Li
Hi, rpcinfo -p nfs_server is fine. I have firewall off and hosts.allow to accept everything on my subnet. I even put both machines on the same hub. I still can't resolve the nfs problem. I wonder if I need to try an old version kernel but I am using lvm. Does 2.2 kernels support lvm yet?

Re: nfs problem

2002-11-24 Thread Hidong Kim
Ze Ji Li wrote: Hi there, I am just try to use redhat 8.0 as nfs client from the tru64 unix server. I even put both of them on the same hub. It still just hangs. Any hints? Thank you. Ze Hi, I assume you've tried restarting portmap and nfs on the 8.0 machine. Have you tried relaxing /etc

Re: nfs problem

2002-11-23 Thread Ze Ji Li
Hi there, I am just try to use redhat 8.0 as nfs client from the tru64 unix server. I even put both of them on the same hub. It still just hangs. Any hints? Thank you. Ze On Sat, 23 Nov 2002, Hidong Kim wrote > Ze Ji Li wrote: > > Hi, > > I got the following from the messages: > >

Re: nfs problem

2002-11-23 Thread Hidong Kim
Ze Ji Li wrote: Hi, I got the following from the messages: Nov 22 16:38:10 theory kernel: nfs: server uhhepi not responding, still trying Nov 22 16:43:33 theory kernel: nfs: task 192 can't get a request slot Nov 22 16:48:05 theory kernel: nfs_statfs: statfs error = 5 Nov 22 16:48:05 theory kerne

Re: nfs problem

2002-11-23 Thread Ze Ji Li
Hi, I got the following from the messages: Nov 22 16:38:10 theory kernel: nfs: server uhhepi not responding, still trying Nov 22 16:43:33 theory kernel: nfs: task 192 can't get a request slot Nov 22 16:48:05 theory kernel: nfs_statfs: statfs error = 5 Nov 22 16:48:05 theory kernel: nfs_sta

Re: nfs problem

2002-11-23 Thread Yoink!
On Fri, 22 Nov 2002, Ze Ji Li wrote: > I am running 8.0. I can mount a tru64 unix filesystem on the > redhat box with nis client on. The problem is when I do a "ls" on the > mounted directory. It just hangs and nothing happens. I have to killed > the "rpciod" process to get the prompt back.

  1   2   3   >