similar to: managing directories of symlinks

Displaying 20 results from an estimated 20000 matches similar to: "managing directories of symlinks"

1998 Jun 03
2
Just-in-time mounts when following symlinks
This mail message follows from several discussions with Luke Leighton. It's mostly technical in nature but I'm submitting to all mailing lists anyway (Luke's suggestion). We have our Samba server running with the Berkeley AMD automounter (nothing peculiar here). In order for our Samba users to walk the automount tree, we created a program to create symbolic links from the local
2007 Feb 20
8
overriding included classes
I believe this has already been discussed[1], but I''d like to add a bit more to that original discussion and see if anyone has any suggestions. Here''s what I''m trying to do: we have a set of very thorough "wipe" scripts that run every night on our workstations. I''d like to stash these into a class so that I can include them as a group: class wiped
2007 Apr 30
10
mount type and ensure => present on OS X
Hello all. There is some strange thing going on with our OS X clients. We have created a package which is run via SystemStarter. What it does? It parses /etc/fstab and mounts the NFS directories mentioned there. This is needed since we want to have static mounts and the NetInfo-automounter combination does not do static mounts (even with ttl=0 set for the mount, which is supposed to do a
2015 Sep 10
3
automounter with users home directories on centos 7.
----- Original Message ----- | | [root at server2 home]# mount server1:/home/jason /home/jason | [root at server2 home]# | [root at server2 home]# ls /home/jason/ | Desktop Documents Downloads Music mylogfile.txt Pictures Public | Templates Videos | [root at server2 home]# df -h /home/jason/ | Filesystem Size Used Avail Use% Mounted on | server1:/home/jason 297M 19M 278M 7%
2005 Aug 25
2
auto.fs
Running a CentOS 4 server and have a few different Linux machines at home. One desktop is FC 3 and one is FC 4 and I have an old laptop running FC 1 (but I can update - just don't want to necessarily bother). I am running LDAP and have 'included' redhat/autofs.schema in the setup but have been too chicken to try to implement because I just have a bad feeling about this... If I
2015 Sep 09
3
automounter with users home directories on centos 7.
----- Original Message ----- | Not tried automount with Centos 7 nor with selinux. | | With that said autofs relies on nfs mounting to work, so have you | started there by attempting to manually mount /home? | | Another place to look is at the hostname. I've had problems where auto | mount doesn't like the short name and insists on using a FQDN, to get | around that you could try using
2007 May 23
12
Odd ssh authorized_keys problem
Hi all, I''ve just implemented a [crude] manifest to apply a set authorized_keys file to the root account of a puppet client. class rootssh_test { file { "/root/.ssh/authorized_keys": owner => root, group => root, mode => 0600, content => template("rootssh_test") } } The template has two ssh id_rsa lines in. When the client applies
2006 Sep 07
13
How to handle config files used by a combination of classes?
Hi, How should I handle the combinatorics when one config file must be built for a combination of possible classes? Take for example the amd automounter''s configuration file, which on Debian is found at /etc/am-utils/amd.conf. This is an INI style file which looks like: [fsname1] param1=foo param2=bar [fsname2] param1=baz param2=quag In my case I have one class of machines
2015 Sep 11
2
automounter with users home directories on centos 7.
On Fri, 11 Sep 2015, Jason Welsh wrote: > ok, I have moved home out of the way and restarted automounter.. > and now I see the /home directory appear when autofs is started, but there is > still nothing there.. > > [root at server2 home]# cd /home > [root at server2 home]# ls > [root at server2 home]# cd jason > -bash: cd: jason: No such file or directory > [root at
1999 Oct 08
4
Automounting
Is there a way to make samba automatically mount a home directory? That is, a user logging in (from Linux), enters its username and password(Samba), and the system automatically mounts the user's home directory from the samba server(without asking the password again). Has anyone ever tried to do this? And succedeed :-) ? -- nneves@di.fc.ul.pt Dept. Informatica, Fac.
2007 Dec 07
1
LDAP and Automount
Alle, I'm following the instructions in section 19.3.3.2 of the docs @ http://www.centos.org/docs/5/html/5.1/Deployment_Guide/s2-nfs-config-autofs-LDAP.html, but I cannot add the following entry in LDAP: dn: automountMapName=auto.home,dc=subaru,dc=nao,dc=ac,dc=jp objectClass: top objectClass: automountMap automountMapName: auto.home After looking at the schemas in /etc/openldap/schema,
2002 Oct 14
1
good solution for "automount" homes
All, On our main file server, all our home directorys are automount points. So /home isn't a real filesystem area, it points to a bunch of different home areas based on the auto.direct table. Example: /home/user1 mounts from --> /export/home1/user1 /home/user2 mounts from --> /export/home2/user2 /home/user3 mounts from --> /export/home2/user3 /home/user4 mounts from -->
2016 Aug 01
2
File Server on Samba 4
I want it when a user if to authenticate to the system a network mapping to be automatically mounted by the /etc/fstab Sample: //192.168.200.3/Commercial /media/Commercial cifs auto,users,username=<domain-user>,passwor=<password> How do I get the domain username of the user logged and the password to set up the mapping? If isn't possible, what is the best way ? I'm using
2009 Feb 01
4
Automounter issue
Anyone seen this before? I have a number of file systems nfs mounted onto clients running various versions of CentOS (and Upstream), although mostly they are v5.x flavors. =20 The server is a Network Appliance filer. When the build process for this team runs, it sometimes dies because it can't find files in the automounter tree; if the engineer checks, he sometimes sees a problem, and
2008 May 21
11
Per-user home filesystems and OS-X Leopard anomaly
I encountered an issue that people using OS-X systems as NFS clients need to be aware of. While not strictly a ZFS issue, it may be encounted most often by ZFS users since ZFS makes it easy to support and export per-user filesystems. The problem I encountered was when using ZFS to create exported per-user filesystems and the OS-X automounter to perform the necessary mount magic. OS-X
1997 Sep 23
2
Implementing SAMBA w/ Automounter
I checked the archives and automounter is only mentioned for home dirs. Our organization would like to implement SAMBA but we have over 150 mount points. Is there a way we can use automounter maps with SAMBA? Having to edit smb.conf each time we add/remove a mount point would be quite annoying and time consuming. Cheers, --- Jeff Newton Computer Services PMC-Sierra Inc.
2006 Dec 18
1
$name causes weird behavior
I tried using $name in this manner: remotefile { "/etc/auto_direct.local": mode => 644, source => "solall/$name" } (The remotefile function is handy, BTW) When I use $name here, instead of specifying the actual path to the file (solall/etc/auto_direct.local), puppetd ends up making /etc/auto_direct.local an empty directory. Shouldn''t $name
2007 Aug 13
8
Automount configuration problem
I have a simple automount configuration problem. I've done two similar, clean, Custom installations of CentOS 5.0, on two similar, but not identical boxes. On my box, automount is working perfectly. On my daughter's box, it's not working. If I put the FC6 DVD into the drive in my box, I can see the contents of the DVD, without any problem. If I cat /etc/mtab in my box, I see this line:
2020 Apr 23
2
Looking for C8 AMD help
I'm migrating from C7 to C8.? I'm currently using autofs, but alas autofs has been dropped in C8 for the AMD automounter. I have some very ancient knowledge of AMD, I used it when it was first introduced many years ago on Solaris and moved to Sun's automounter when it was introduced. So now it's back to square one. I used automount2amd to convert one of my existing maps,
2002 Nov 16
3
samba and automount
I'm running Samba with automount to automatically mount CDs in a server. These CDs need to be changed periodically, so I wanted to use automount so that they could be changed by the users fairly easily. We use logon scripts to map the CDs to drive letters when users logon. Unfortunately, it seems that having a drive mapped is treated like the drive is being used, so as long as there is