openafs (1.4.4.dfsg1-3) unstable; urgency=low
+ * Always generate a UUID on client startup even if for some reason we
+ don't think we have any network interfaces. Otherwise, the client
+ will use an all-zeroes UUID, which will collide with every other
+ client with the same problem.
* Don't use krb5-config to get a library list. It runs the risk of
encoding unnecessary library dependencies. Instead, hard-code the
flags and libraries we actually need. (Closes: #424448)
* When loading a module using the upstream naming convention, don't
append the .mp to the module name for modprobe. (Closes: #420597)
- -- Russ Allbery <rra@debian.org> Wed, 16 May 2007 16:54:57 -0700
+ -- Russ Allbery <rra@debian.org> Wed, 16 May 2007 16:56:46 -0700
openafs (1.4.4.dfsg1-2) unstable; urgency=low
#if (!defined(AFS_NONFSTRANS)) || defined(AFS_AIX_IAUTH_ENV)
afs_nfsclient_init();
#endif
+ if (afs_cb_interface.numberOfInterfaces < 1)
+ afs_uuid_create(&afs_cb_interface.uuid);
printf("found %d non-empty cache files (%d%%).\n",
afs_stats_cmperf.cacheFilesReused,
(100 * afs_stats_cmperf.cacheFilesReused) /