search for: nfspath

Displaying 3 results from an estimated 3 matches for "nfspath".

Did you mean: fspath
2006 Dec 18
1
Samba <-> Vista RTM interoperability issue
Hi List! We've run into interesting problem with Samba and Vista. In short - there's a Samba server sharing NFS connection. What is shared is the NFS link mounted somewhere in root (say /nfspath) and [homes] which is in fact /nfspath/some/dir. And the problem is that Vista client can write a file onto the share using \\sambaserver\homes\dir notation, but cannot do it using \\sambaserver\nfspath\some\dir notation (which is in fact the same). The reason noted by Vista - no free space, <si...
2007 Aug 30
4
Templates and Ruby
Hi, I am using a template to create an /etc/exports file. I have a template that looks like this (but results in the puppetmasterd dying on the server when the client updates): <% nfsHomeClients.split.each do |host| -%> /nfs <%= host %>(<%= mainshareoptions %>) <% nfspaths.each do |path| -%> <%= path %> <%= host %>(<%= nfsoptions %>) <% end -%> <% end -%> The nfsHomeClients variable looks like this (hence the split used in the template): $nfsHomeClients = "server1 server2 server3 server4" # there are about 50 entries...
2005 Sep 08
4
Booting FreeBSD diskless in DomU
...t; #cmdline_ip += ",init_path=/sbin:/sbin/init" # there is no real MAC address - need hack in device driver # cmdline_ip += ",boot.netif.hwaddr=00:00:00:00:00:00" # cmdline_ip += ",boot.nfsroot.server="+nfsserv # try: # cmdline_ip += ",boot.nfsroot.path="+nfspath # except: # cmdline_ip += ",boot.nfsroot.path=/netboot/freebsd" # something is appending garbage to the end - make sure it is separate # cmdline_ip += "," # STEP 7. Set according to whether you want the script to watch the domain # and auto-restart it should it die or ex...