~ubuntu-branches/ubuntu/dapper/openafs/dapper

« back to all changes in this revision

Viewing changes to src/packaging/Debian/openafs-client.templates

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2006-04-15 15:47:04 UTC
  • Revision ID: package-import@ubuntu.com-20060415154704-xavpx3mx6bygfc3s
* Exit successfully in the openafs-client init script if no module is
  installed, since otherwise openafs-client will fail to install until
  one builds a module.  This restores previous accidental behavior due
  to a bug in debhelper.  (Closes: #362695)
* libopenafs-dev must conflict with liblwp-dev since they both provide
  liblwp.a.  Thanks, Justin Pryzby.  (Closes: #362842)
* openafs-client recommends lsof, since the init script uses it for
  cleaner shutdown.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Template: openafs-client/cell-info
2
2
Type: string
3
 
Description: What hosts are DB servers for your home cell?
4
 
 AFS uses the file /etc/openafs/CellServDB to hold the list of servers
5
 
 that should be contacted to find parts of a cell.  The cell you claim
6
 
 this workstation belongs to is not in that file.  Enter the host
7
 
 names of the database servers separated by spaces.
8
 
 IMPORTANT: If you are creating a new cell and this machine is to be
9
 
 a database server in that cell, only enter this machine's name; add
10
 
 the other servers later after they are functioning. Also, do not
11
 
 enable the AFS client to start at boot on this server until the cell
12
 
 is configured.  When you are ready you can edit
 
3
_Description: What hosts are DB servers for your home cell?
 
4
 AFS uses the file /etc/openafs/CellServDB to hold the list of servers that
 
5
 should be contacted to find parts of a cell.  The cell you claim this
 
6
 workstation belongs to is not in that file.  Enter the host names of the
 
7
 database servers separated by spaces. IMPORTANT: If you are creating a new
 
8
 cell and this machine is to be a database server in that cell, only enter
 
9
 this machine's name; add the other servers later after they are
 
10
 functioning. Also, do not enable the AFS client to start at boot on this
 
11
 server until the cell is configured.  When you are ready you can edit
13
12
 /etc/openafs/afs.conf.client to enable the client.
14
13
 
15
14
Template: openafs-client/thiscell
16
15
Type: string
17
 
Description:  What AFS cell does this workstation belong to?
18
 
   AFS filespace is organized into cells or administrative domains.
19
 
   Each workstation belongs to one cell.  Usually the cell is the DNS
20
 
   domain name of the site.
 
16
_Description:  What AFS cell does this workstation belong to?
 
17
 AFS filespace is organized into cells or administrative domains.
 
18
 Each workstation belongs to one cell.  Usually the cell is the DNS
 
19
 domain name of the site.
21
20
 
22
21
Template: openafs-client/cachesize
23
22
Type: string
24
23
Default: 50000
25
 
Description:  How large is your AFS cache (kb)? 
26
 
   AFS uses a  area of the disk to cache remote files for faster
27
 
   access.  This cache will be mounted on /var/cache/openafs.  It is
28
 
   important that the cache not overfill the partition it is located
29
 
   on.  Often, people find it useful to dedicate a partition to their
30
 
   AFS cache.
 
24
_Description:  How large is your AFS cache (kB)?
 
25
 AFS uses an area of the disk to cache remote files for faster
 
26
 access.  This cache will be mounted on /var/cache/openafs.  It is
 
27
 important that the cache not overfill the partition it is located
 
28
 on.  Often, people find it useful to dedicate a partition to their
 
29
 AFS cache.
31
30
 
32
31
Template: openafs-client/run-client
33
32
Type: boolean
34
33
Default: true
35
 
Description: Run Openafs client now and at boot?
36
 
 Should the Openafs filesystem be started and mounted at boot?
37
 
 Normally, most users who install the openafs-client package expect to
38
 
 run it at boot.  However, if you are planning on setting up a new
39
 
 cell or are on a laptop, you may not want it started at boot time.
40
 
 If you answer no to this question, run /etc/init.d/openafs-client
41
 
 force-start to run.
 
34
_Description: Run Openafs client now and at boot?
 
35
 Should the Openafs filesystem be started and mounted at boot? Normally,
 
36
 most users who install the openafs-client package expect to run it at
 
37
 boot.  However, if you are planning on setting up a new cell or are on a
 
38
 laptop, you may not want it started at boot time.  If you choose not
 
39
 to start AFS at boot, run /etc/init.d/openafs-client force-start to
 
40
 start the client when you wish to run it.
42
41
 
43
42
Template: openafs-client/afsdb
44
43
Type: boolean
45
44
Default: true
46
 
Description: Look up AFS cells in DNS?
47
 
 In order to contact an AFS cell, you need the IP addresses of the
48
 
 cell's database servers.  Normally, this information is read from
49
 
 /etc/openafs/CellServDB.  However, if Openafs cannot find a cell in
50
 
 that file it can use DNS to look for AFSDB records that contain the
 
45
_Description: Look up AFS cells in DNS?
 
46
 In order to contact an AFS cell, you need the IP addresses of the cell's
 
47
 database servers.  Normally, this information is read from
 
48
 /etc/openafs/CellServDB.  However, if Openafs cannot find a cell in that
 
49
 file, it can use DNS to look for AFSDB records that contain the
51
50
 information.
52
51
 
53
52
Template: openafs-client/crypt
54
53
Type: boolean
55
54
Default: true
56
 
Description: ENcrypt authenticated traffic with AFS fileserver? 
57
 
 AFS provides a weak form of encryption that can optionally be used
58
 
 between a client and the fileservers.  While this encryption is weaker
59
 
 than DES and thus is not sufficient for highly confidential data, it
60
 
 does provide some confidentiality and is likely to make the job of a
61
 
 casual attacker significantly more difficult.
 
55
_Description: Encrypt authenticated traffic with AFS fileserver?
 
56
 AFS provides a weak form of encryption that can optionally be used between
 
57
 a client and the fileservers.  While this encryption is weaker than DES
 
58
 and thus is not sufficient for highly confidential data, it does provide
 
59
 some confidentiality and is likely to make the job of a casual attacker
 
60
 significantly more difficult.
62
61
 
63
62
Template: openafs-client/dynroot
64
63
Type: boolean
65
64
Default: false
66
 
Description: Dynamically generate the contents of /afs?
67
 
 /afs generally contains an entry for each cell that a client can talk to.  
 
65
_Description: Dynamically generate the contents of /afs?
 
66
 /afs generally contains an entry for each cell that a client can talk to.
68
67
 Traditionally, these entries were generated by servers in the client's
69
68
 home cell.  However, OpenAFS clients can generate the contents of /afs
70
69
 dynamically based on the contents of /etc/openafs/CellServDB and DNS.
71
70
 .
72
 
 If you generate /afs dynamically, you may need to create 
73
 
 /etc/openafs/CellAliases to include aliases for common cells.
74
 
 DO NOT SELECT THIS OPTION IF YOU ARE CREATING A NEW CELL.
 
71
 If you generate /afs dynamically, you may need to create
 
72
 /etc/openafs/CellAlias to include aliases for common cells.  (The syntax
 
73
 of this file is one line per alias, with the cell name, a space, and then
 
74
 the alias for that cell.)
75
75
 
76
76
Template: openafs-client/fakestat
77
 
type: boolean
78
 
default: true
79
 
Description: Use fakestat to avoid hangs when listing /afs?
80
 
 Because AFS is a global file space, operations on the /afs directory
81
 
 can generate significant network traffic.  If some AFS cells are
82
 
 unavailable then looking at /afs using ls or a graphical file browser
83
 
 may hang your machine for minutes.  AFS has an option to simulate
84
 
 answers to these operations locally to avoid these hangs.  You want
85
 
 this option under most circumstances.
 
77
Type: boolean
 
78
Default: true
 
79
_Description: Use fakestat to avoid hangs when listing /afs?
 
80
 Because AFS is a global file space, operations on the /afs directory can
 
81
 generate significant network traffic.  If some AFS cells are unavailable
 
82
 then looking at /afs using ls or a graphical file browser may hang your
 
83
 machine for minutes.  AFS has an option to simulate answers to these
 
84
 operations locally to avoid these hangs.  You want this option under most
 
85
 circumstances.
 
86
4
 
87
4
 
88
4
 
89
4
 
90
4
 
91
4
 
92
4
 
93
4