search for: nfspaths

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

Did you mean: nfspath
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
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
Using the 2.0.6 demo cd image, I booted the supplied freebsd image and rsync''d the file system to an NFS server. However I don not seem to be able to succesfully boot from it the system just hangs here: xn0: bpf attached xn0: Ethernet address: aa:00:00:61:1c:d4 lo0: bpf I have modified /sbin/start_freebsd.sh and /etc/xen/freebsd.py to generate the following configuration: xendemo:~#