Re: [casper] Roach1 not working

2015-05-11 Thread Nishanth Shivashankaran
Hi David, It gives me this result. /home/nfs/roach1/boot 192.168.70.0/24(rw,wdelay,no_root_squash,sec=sys,rw,no_root_squash,no_all_squash) thanks Nishanth On Sun, May 10, 2015 at 7:59 PM, David MacMahon dav...@astro.berkeley.edu wrote: Hi, Nishanth, On May 10, 2015, at 11:41 AM,

Re: [casper] {Disarmed} Re: {Disarmed} Re: Roach1 not working

2015-05-11 Thread John Ford
Sorry. I meant to add: Or if, in fact you want to use .../roach1/current, you'll have to change the exports file to export it and confirm that with sudo exportfs -v. John Hi John, The dnsmasq.conf file has this settitng. I think I should change some parameters here. 2 bogus-priv

Re: [casper] {Disarmed} Re: Roach1 not working

2015-05-11 Thread Nishanth Shivashankaran
Hi John, The dnsmasq.conf file has this settitng. I think I should change some parameters here. 2 bogus-priv 3 filterwin2k 4 interface=eth1 # this is the NIC connected to the PPC 5 bind-interfaces 6 dhcp-range=192.168.70.50,192.168.70.99,12h 7 read-ethers 8

Re: [casper] {Disarmed} Re: Roach1 not working

2015-05-11 Thread John Ford
Hi David, It gives me this result. /home/nfs/roach1/boot 192.168.70.0/24(rw,wdelay,no_root_squash,sec=sys,rw,no_root_squash,no_all_squash) This is different than the file system you are trying to mount from the roach: rootpath=/home/nfs/roach1/current,nolock Looking up port of RPC

Re: [casper] {Disarmed} Re: {Disarmed} Re: Roach1 not working

2015-05-11 Thread John Ford
Hi John, The dnsmasq.conf file has this settitng. I think I should change some parameters here. Yes, I think you can just change the line with .../roach1/current to .../roach1/boot. Don't forget to reload the dhcp daemon after that... John 2 bogus-priv 3 filterwin2k 4

Re: [casper] {Disarmed} Re: {Disarmed} Re: Roach1 not working

2015-05-11 Thread Nishanth Shivashankaran
Thanks guys it worked I had to change the line in /etc/exports to /home/nfs/roach1/current 192.168.70.0/24(sync,rw,no_root_squash) http://192.168.40.0/24%28sync,rw,no_root_squash%29 warm regards, Nishanth On Mon, May 11, 2015 at 7:42 AM, John Ford jf...@nrao.edu wrote: Sorry. I meant