* No manual pages are included. I need to find out if versions exist
that are OK for copyright reasons.
-* The init.d script is not activated by default. I want to hold off
- on this until module building is more reasonable.
-
* AFS users may be confused by the directory layout. The files that
normally go in /usr/vice/etc go in /etc/openafs. The cache should
be mounted on /var/cache/openafs.
-
-- Sam Hartman <hartmans@mit.edu>, Fri, 3 Nov 2000 23:41:41 -0500
transcript assumes you are using MIT Kerberos and the openafs-krb5
package. Similar steps could be taken with Heimdal.
-Another issue is upgrades. It is likely that futurue versions of this
+Another issue is upgrades. It is likely that future versions of this
package will install for example /usr/lib/openafs/fileserver.package
instead of /usr/lib/openafs/fileserver. The postinst script will
create links the actual binaries. Upgrades will not replace the old
should install Heimdal with Kth-kerberos compatibility or MIT
Kerberos5.
-2) You need to create the AFS key and load it into
+2) You need to create the single-DES AFS key and load it into
/etc/openafs/server/KeyFile. If your cell's name is the same as
your Kerberos realm then create a principal called afs. Otherwise,
create a principal called afs/cellname in your realm. The cell
while(<CELLSERVDB>) {
chomp;
if (/^>\s*([a-z0-9_\-.]+)/ ) {
- run("fs mkm /afs/$1 root.cell -cell $1 ");
+ run("fs mkm /afs/$1 root.cell -cell $1 -fastch");
}
}
+openafs (1.0.snap20001106-9) unstable; urgency=medium
+
+ * Fix openafs-fileserver restart to do a bos restart
+ * Document that AFS key must be single-DES.
+ * afs-rootvol: use the -fast option so we do not hang forever on bad cells or firewalls.
+ * Fix priority on openafs-client rc script to run after server starts.
+
+ -- Sam Hartman <hartmans@mit.edu> Wed, 29 Nov 2000 20:43:59 -0500
+
openafs (1.0.snap20001106-8) unstable; urgency=low
* Modules no longer depend on the tlient; client depends on modules.
# just the same as "restart".
#
echo -n "Restarting $DESC: "
- start-stop-daemon --stop --quiet--signal 1 --exec $DAEMON
+ bos restart localhost -localauth -bos
sleep 1
- start-stop-daemon --start --quiet --pidfile \
- /var/run/$NAME.pid --exec $DAEMON
echo "$NAME."
;;
*)
dh_installmenu
# dh_installemacsen
# dh_installpam
- dh_installinit -r
+ dh_installinit -popenafs-client -r -- defaults 25 18
+ dh_installinit -popenafs-fileserver -r
dh_installcron
# dh_installmanpages
dh_installinfo