Displaying 14 results from an estimated 14 matches for "auto_master".
Did you mean:
auth_master
2001 Nov 09
1
Update of several SPECIFIC files
...9;t update any of the files on the remote host though. Here's the output:
receiving file list ... done
drwxr-xr-x 512 2001/11/02 10:06:53 .
drwxr-xr-x 3584 2001/11/07 15:58:42 etc
-rw-r--r-- 185 2001/11/01 18:02:54 etc/auto_home
-rw-r--r-- 113 2001/11/01 18:03:03 etc/auto_master
-rw-r--r-- 558 2001/11/01 18:01:38 etc/group
-rw-r--r-- 54 2000/01/08 18:04:21 etc/motd
-r--r--r-- 1239 2001/11/07 15:55:38 etc/passwd
-r-------- 592 2001/11/07 15:58:42 etc/shadow
-r--r----- 884 2001/11/01 18:02:44 etc/sudoers
wrote 192 bytes read 232 bytes 282...
2009 Jul 24
2
Solaris SMF services and their dependencies...
...an automounter configuration (I don''t want the packages
share mounted all the time, only when installing packages) As a
result, installation of packages depends on autofs... So I have the
following:
service { "autofs": ensure => running", subscribe => File["/etc/
auto_master"] }
package { "SUNWfoo":
# Yes, I''m using /net - its evil, I know...
source => "/net/$installsvr/export/pkgs/$kernelrelease/$hardwareisa/
SUNWfoo.pkg",
require => Service["autofs"]
}
I''m serving it out this way for a number of reaso...
2017 Aug 18
4
AutoFS
Hi all,
I would like to use AutoFS on Samba but I encounter difficulties with
ldap entries.
I have already add the Automount Schema from the Wiki
(https://wiki.samba.org/index.php/Samba_AD_schema_extensions) but I
can't add "auto_master" and the folowings leaf.
I tried :
dn: automountmapname=auto_master,dc=MYDOMAIN
automountMapName: auto_master
objectClass: automountMap
objectClass: top
With error : "ERR: (Naming violation) "objectclass: Invalid RDN
'AUTOMOUNTMAPNAME' for objectclass 'automountMap...
2013 Jan 10
2
Samba 4 "Services for UNIX"? [SOLVED]
...y -H /usr/local/samba/private/sam.ldb
/root/SAMBA4/automount/02_class.ldif --option="dsdb:schema update
allowed"=true
Now here's what I did for the actual records. First I created a new OU
tree called Automounts and then three OU's beneath that for Mac, Linux,
Homeless. Mac uses auto_master and linux uses auto.master but I prefer to
have them in separate branches.
Here's a sample record:
dn: automountMapName=auto_master,OU=Mac,OU=Automounts,<DOMAIN>
objectClass: automountMap
objectClass: top
automountMapName: auto_master
description: Mac OS X Master Autofs map
ntSecurityDe...
1999 Jan 17
0
SAMBA digest 1945
...d your ls will hang. I have no idea what /net is. it _looks_ like a
> regular directory, there is nothing in fstab to indicate that it is a mount
> point. very peculiar.)
/net is an automounter directory that uses the special -hosts automount map.
read the man page for automount and see /etc/auto_master. this automount
feature allows you to automatically access nfs exports from hostname as
/net/hostname/exportname.
i can't tell you why it's hanging when you look in /net but the quick fix,
if you're not using automount or the -hosts map, is to edit /etc/auto_master
or disable automoun...
2018 Jun 28
1
How to Join Mac OSX workstation as AD domain member
...nteresting. I tried creating /home/HPRS and got the error
> "Operation not supported". I found this comment on
> https://apple.stackexchange.com/questions/88797/how-to-execute-mkdir-in-home-directory:
>
> "/home is used as a mount point for the automounter
> (see /etc/auto_master and /etc/auto_home), you can't create your own
> directories in there."
>
> That's potentially good news. autofs is *exactly* what I used to
> mount users' home directories and redirected desktops on Linux. It
> took me a while to work out, but domain users loggin...
2011 Mar 03
3
Mac / NFS problems
Hello,
Were having issues with macs writing to our gluster system.
Gluster vol info at end.
On a mac, if I make a file in the shell I get the following message:
smoke:hunter david$ echo hello > test
-bash: test: Operation not permitted
And the file is made but is zero size.
smoke:hunter david$ ls -l test
-rw-r--r-- 1 david realise 0 Mar 3 08:44 test
glusterfs/nfslog logs thus:
2023 Feb 26
0
"Timeout (180s) while waiting for lock for transaction log file" since 2.3 upgrade?
...back online ...and as it turned out
restart a number of things
like autofs and dovecot (Normally NFS clients just carry on, so the
timeout must have affected things)
My long-term fix came from:
https://docs.oracle.com/cd/E19620-01/805-5233/z400163399f/index.html
Namely to add -soft in /etc/auto_master
This should cause a "fail" instead of a hang.
--
Graeme
2004 Jan 27
0
[Bug 798] grabs different uid if copying multiple files to remote host
...and the uname I give has
the same uid as another login uname:
Forces login as the uname I gave for the first file, but forces
login as the first uname found on remote host that matches
the uid it found from
the first successful login during subsequent file copies.
ex: scp /etc/auto_home /etc/auto_master /etc/auto_opt sproot at design84:/etc
first time I am asked for passwd for sproot, subsequent times I'm asked for
passwd for root.
On the remote host, /etc/passwd contains both root and sproot entries, with
root at the top of the file. Both entries share the same uid.
------- You ar...
2000 Mar 29
0
Samba and Solaris automounter.
...This is related to my warning about not setting client-side browser
options that would require the server do a stat() of the files. In this
case, it was was far worse: it did an NFS mount of all the files in
a large directory!
He solved this by setting the -nobrowse option on /net in /etc/auto_master,
| Explorer now comes back immediately (It doesn't show anything, but displays
| it immediately). Then when I cd to, say, g:\unix1 in a command prompt on
| the PC, all the filesystems exported by unix1 are now visible in explorer.
| A small price to pay for not having to wait while my server...
2018 Jun 27
2
How to Join Mac OSX workstation as AD domain member
On Wed, 27 Jun 2018 13:58:46 -0400
Mark Foley via samba <samba at lists.samba.org> wrote:
> Well, I've made some progress. Excuse the detail, but this might help
> others as I've so far found NOTHING on this, including with the Mac
> Enterprise maillist (so far).
>
> If I unchecked all the Directory Utility mapping options, I was able
> to log in! Yeah! But, the
2005 Mar 16
0
Sun One Directory Server 5.2 ldapclient init -v -a Problem
...1. Changed passwordstoragescheme to "crypt" in cn=config.
2. Schema attributes have been updated.
3. Schema objectclass definitions have been added.
4. NisDomainObject added to dc=tipu,dc=com,dc=pk.
5. Top level "ou" containers complete.
6. automount maps: auto_home auto_direct auto_master auto_shared processed.
7. ACI for dc=tipu,dc=com,dc=pkm modified to disable self modify.
8. Add of VLV Access Control Information (ACI).
9. Proxy Agent cn=proxyagent,ou=profile,dc=tipu,dc=com,dc=pk added.
10. Give cn=proxyagent,ou=profile,dc=tipu,dc=com,dc=pk read permission
for password.
11. Gener...
2018 Jun 28
0
How to Join Mac OSX workstation as AD domain member
...be your problem.
Very interesting. I tried creating /home/HPRS and got the error "Operation not supported". I
found this comment on https://apple.stackexchange.com/questions/88797/how-to-execute-mkdir-in-home-directory:
"/home is used as a mount point for the automounter (see /etc/auto_master and /etc/auto_home),
you can't create your own directories in there."
That's potentially good news. autofs is *exactly* what I used to mount users' home directories
and redirected desktops on Linux. It took me a while to work out, but domain users logging
onto Linux domain membe...
2005 Nov 20
11
NFS question (and Best Practices)
I saw in another post that a best practices doc will be coming, but I figured I would try to get this working.
I''m trying to understand why zfs uses so many "zfs create" so I can use it better. What makes sense is that each zfs fs can have it''s own options (compression, nfs, atime, quota, etc). I really love this because it is so tuneable -- compression on these