]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
document changes debian/1.0.4-2
authorSam Hartman <hartmans@debian.org>
Sun, 17 Jun 2001 05:23:22 +0000 (05:23 +0000)
committerSam Hartman <hartmans@debian.org>
Sun, 17 Jun 2001 05:23:22 +0000 (05:23 +0000)
debian/afs-newcell
debian/changelog

index ae349021eb78d17cf416cae00d94e148bac1fd09..92f6d9d6ce73945ccac1d49cc95eee8a11c23ca1 100644 (file)
@@ -157,6 +157,18 @@ run("vos create $server a root.afs -localauth");
 # bring up client
 run("echo $cell >/etc/openafs/ThisCell");
 run("/etc/init.d/openafs-client force-start");
+my $afs_running = 0;
+open(MOUNT, "mount |") or die "Failed to run mount: $!\n";
+while(<MOUNT>) {
+if(m:^AFS:) {
+       $afs_running = 1;
+}
+       }
+unless ($afs_running) {
+print "The AFS client failed to start.\n";
+print  "Please fix whatever problem kept it from running.";
+       exit(1);
+}
 
 print <<eomsg; 
 Now, get tokens as $admin in the $cell cell.  Then, run
index 0c027dcc736b835170f3caa5b735aaff7285434e..9995df3109f1b396bdc9077f398068c26f023813 100644 (file)
@@ -1,3 +1,13 @@
+openafs (1.0.4-2) unstable; urgency=low
+
+  * Fix modversions and athlon memcpy mmx bug, closes: #91925
+  * Fix openafs-client to fail rather than starting a useless afsd if we don't have any db servers
+  * If AFS client fails to start for afs-newcell, then complain, closes: #98303
+  * New CellServDB
+  * Fix module builds on non-i386, closes: #100939
+
+ -- Sam Hartman <hartmans@debian.org>  Sun, 17 Jun 2001 01:22:37 -0400
+
 openafs (1.0.4-1) unstable; urgency=low
 
   * New upstream version, closes: #92776