Re: Help with NIS+NFS in Squeeze

2013-02-12 Thread Bob Proulx
Markos wrote: > Bob Proulx escreveu: > > 1. Look in /var/log/syslog for any relevant messages. > > After a normal boot I can't see any information related to nfs > on /var/log/syslog > > On Server the command cat /var/log/syslog returns: I didn't see anything relevant in that list. But it was a

Re: Help with NIS+NFS in Squeeze

2013-02-10 Thread Markos
Dear Bob, Em Sáb, 2013-02-09 às 12:52 -0700, Bob Proulx escreveu: > Markos wrote: > > I just checked the configuration file /etc/fstab on the client machine > > and the server IP address is correct. 192.168.0.1 > > > > When writing the message I copied and pasted the IP address of the site > > th

Re: Help with NIS+NFS in Squeeze

2013-02-09 Thread Bob Proulx
Markos wrote: > I just checked the configuration file /etc/fstab on the client machine > and the server IP address is correct. 192.168.0.1 > > When writing the message I copied and pasted the IP address of the site > that I used as a reference and I forgot to check. > > Sorry for the mistake. No

Re: Help with NIS+NFS in Squeeze

2013-02-09 Thread Markos
Em Seg, 2013-02-04 às 10:18 -0900, Mark Neyhart escreveu: > Markos wrote: > > Dear Bob, > > > > Em Dom, 2013-02-03 Ã s 12:48 -0700, Bob Proulx escreveu: > >> Markos wrote: > > >>> But I can manually mount the /home partition on the clients with the > >>> command: > >>> > >>> mount 192.168.0.1:/ho

Re: Help with NIS+NFS in Squeeze

2013-02-05 Thread Bob Proulx
Mark Neyhart wrote: > Markos wrote: > >>> mount 192.168.0.1:/home /home > The ip address in the above mount command agrees with the address in > /etc/network/interfaces. > > The file /etc/network/interfaces of the server is: > > auto eth0 > > iface eth0 inet static > > address 192.168.0.1 > But the

Re: Help with NIS+NFS in Squeeze

2013-02-04 Thread Mark Neyhart
Markos wrote: > Dear Bob, > > Em Dom, 2013-02-03 Ã s 12:48 -0700, Bob Proulx escreveu: >> Markos wrote: >>> But I can manually mount the /home partition on the clients with the >>> command: >>> >>> mount 192.168.0.1:/home /home >> Good. >> The ip address in the above mount command agrees with th

Re: Help with NIS+NFS in Squeeze

2013-02-04 Thread Markos
Dear Bob, Em Dom, 2013-02-03 às 12:48 -0700, Bob Proulx escreveu: > Markos wrote: > > I'm trying to configure the services NIS+NFS in a small network (7 PCs), > > all running Squeeze. > > Okay. Sounds good. > > > The NIS service seems to be working > > Good. > > > but NFS don't mounts the /ho

Re: Help with NIS+NFS in Squeeze

2013-02-03 Thread Bob Proulx
Markos wrote: > I'm trying to configure the services NIS+NFS in a small network (7 PCs), > all running Squeeze. Okay. Sounds good. > The NIS service seems to be working Good. > but NFS don't mounts the /home partition on the clients during boot. Focus only on the NFS part of the debugging. D

Help with NIS+NFS in Squeeze

2013-02-02 Thread Markos
Dear, Please, I'm confused! I'm trying to configure the services NIS+NFS in a small network (7 PCs), all running Squeeze. The NIS service seems to be working but NFS don't mounts the /home partition on the clients during boot. But I can manually mount the /home partition on the clients with the