~ubuntu-branches/ubuntu/gutsy/am-utils/gutsy

« back to all changes in this revision

Viewing changes to debian/amd.conf

  • Committer: Bazaar Package Importer
  • Author(s): Philippe Troin
  • Date: 2002-03-20 11:15:26 UTC
  • Revision ID: james.westby@ubuntu.com-20020320111526-oe38xawxcylngubl
Tags: 6.0.7-6
* Do not clamp nfs to version 2 udp in /etc/am-utils/amd.conf.
* Amd now closes stdin, stderr, and stdout on startup; closes: #133614.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Sample amd.conf for Debian GNU/Linux
 
2
# $Id: amd.conf,v 1.5 2002/03/20 19:16:29 phil Exp $
 
3
 
 
4
# For the commented options, the default is shown
 
5
 
 
6
[global]
 
7
 
 
8
  ### Global parameters
 
9
 
 
10
  # Override the achitecture ?
 
11
  #arch = i386
 
12
 
 
13
  # Where to mount the filesystems
 
14
  auto_dir = /amd
 
15
 
 
16
  # Override the default 300 seconds (5 minutes) cache timeout
 
17
  #cache_duration = 300
 
18
 
 
19
  # Set a cluster string ?
 
20
  #cluster = lab
 
21
 
 
22
  # Debug ?
 
23
  #debug_options = all
 
24
 
 
25
  # Override the default 120 seconds (2 minutes) umount interval
 
26
  #dismount_interval = 120
 
27
 
 
28
  # Override the full OS string
 
29
  #full_os = linux-2.2.18
 
30
 
 
31
  # Do we want to reference hosts via their FQDN ?
 
32
  #fully_qualified_hosts = no
 
33
 
 
34
  # What's the hesiod base name ?
 
35
  #hesiod_base = automount
 
36
 
 
37
  # Kernel architecture override
 
38
  #karch = i386
 
39
 
 
40
  # LDAP parameters
 
41
  #ldap_base          =
 
42
  #ldap_cache_maxmem  = 131072
 
43
  #ldap_cache_seconds = 0
 
44
  #ldap_hostPorts     =
 
45
 
 
46
  # Override the DNS domainname (defaults to the part after the first
 
47
  # dot of the machine fully qualified domain name (FQDN)
 
48
  #local_domain = yourdomain.org
 
49
 
 
50
  # Where to log to...
 
51
  log_file = syslog
 
52
 
 
53
  # What to log ?
 
54
  log_options = all,noinfo,nostats,nomap
 
55
 
 
56
  # What IP protocol to use when doing NFS ? (tcp or udp)
 
57
  # If specified here, *all* mounts will use udp, regardless of the map contents
 
58
  #nfs_proto = udp
 
59
 
 
60
  # How many retransmissions will the kernel attempt when communicating
 
61
  # with amd ?
 
62
  #nfs_restransmit_counter = 11
 
63
 
 
64
  # Timeout in tenths of second between retransmissions when the kernel
 
65
  # communicates with amd ?
 
66
  #nfs_retry_interval = 8
 
67
 
 
68
  # NFS version to use ? (2 or 3)
 
69
  # If specified here, *all* mounts will use it, regardless of the map contents
 
70
  #nfs_vers = 2
 
71
 
 
72
  # NIS domain name to retrieve map from (defaults to the locally bound
 
73
  # domain)
 
74
  #nis_domain = your-nis-domain
 
75
 
 
76
  # Do we want to normalize host names when expanding ${rhost}
 
77
  #normalize_hostnames = no
 
78
 
 
79
  # Override the os string ?
 
80
  #os = linux
 
81
 
 
82
  # Override the os version ?
 
83
  #osver = 2.2.18
 
84
 
 
85
  # Where to print the PID if print_pid is set
 
86
  #pid_file = /dev/stdout
 
87
 
 
88
  # Try to lock amd into memory with plock() ?
 
89
  #plock = yes
 
90
 
 
91
  # What portmapper program number do we register for communications between
 
92
  # amd and the various utilities ?
 
93
  #portmap_program = 300019
 
94
 
 
95
  # Print our pid on startup ? (not needed, we use amq for that)
 
96
  #print_pid = no
 
97
 
 
98
  # Print amd version on startup ?
 
99
  #print_version = no
 
100
 
 
101
  # At startup, do we "restart" existing mounts if we determine they could
 
102
  # have been automounted ?
 
103
  restart_mounts = yes
 
104
 
 
105
  # Do we want to be able to use selectors on the /defaults map entry ?
 
106
  selectors_in_defaults = yes
 
107
 
 
108
  # Do we return the number of automount entries on statfs()/df ?
 
109
  #show_statfs_entries = no
 
110
 
 
111
  # Do we attempt to unmount all automounted file systems on exit ?
 
112
  unmount_on_exit = yes
 
113
 
 
114
  # Override vendor ?
 
115
  vendor = Debian
 
116
 
 
117
  ### Default parameters, can be overriden on a map-by-map basis
 
118
  
 
119
  # Do we show unmounted automount points on readdir()
 
120
  #browsable_dirs = yes
 
121
 
 
122
  # Default map options
 
123
  #map_options =
 
124
 
 
125
  # Map type ? Which kinds of map to look for (can be: file, hesiod, ldap,
 
126
  # ndbm, nis, nisplus, passwd, union), defaults to all of these.
 
127
  #map_type =
 
128
 
 
129
  # Default Mount type ?
 
130
  #mount_type = nfs
 
131
 
 
132
  # Path to search maps into (for files or ndbm maps) ?
 
133
  #search_path =
 
134
 
 
135
 
 
136
### Sample map
 
137
#[/home]
 
138
#  map_name = /etc/am-utils/amd.home