From 2f53f8f75a87d129dfcfb8919905c331cf4b2ea2 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 27 Jun 2008 22:52:37 -0700 Subject: [PATCH] Pass -localauth to bos setrestart in afs-newcell When clearing the restart time while installing a new cell, pass -localauth to avoid an authentication failure. Thanks, Davor Ocelic. Closes: #488152 --- debian/afs-newcell | 2 +- debian/changelog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/afs-newcell b/debian/afs-newcell index dcf3999be..bacc99990 100644 --- a/debian/afs-newcell +++ b/debian/afs-newcell @@ -235,7 +235,7 @@ run("bos create $server fs fs" unwind("bos delete $server fs -localauth"); # Make sure that there is no scheduled general restart time; it's not needed. -run("bos setrestart $server -time never -general"); +run("bos setrestart $server -time never -general -localauth"); # Pause for a while for ubik to catch up. print "Waiting for database elections: "; diff --git a/debian/changelog b/debian/changelog index 2a6dce4de..edf8bdfa6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ openafs (1.4.7.dfsg1-3) UNRELEASED; urgency=low + * When clearing the restart time while installing a new cell, pass + -localauth to avoid an authentication failure. Thanks, Davor Ocelic. + (Closes: #488152) * Stop using quilt to manage patches and pre-apply them to the source package now that the package is maintained with Git. * Translation updates: -- 2.39.5