reassign 298283 liblockfile-simple-perl retitle 298283 lockfile-simple-perl: lockfile failure thanks
Klaus Ethgen <[EMAIL PROTECTED]> writes: > Hi, > > Am So den 6. Mär 2005 um 19:58 schriebst Du: >> > Archive-Update-in-Progress-hathi exists or you lack proper >> > permissions; aborting at /usr/bin/debmirror line 442. >> >> What about that? Does it exist? Do you (as the cron job) have >> permissions? > > Yes, the permissions are correct. And the funniest ist that if I do > that on the commandline everythink goes right. > > Gruß > Klaus > -- > Klaus Ethgen http://www.ethgen.de/ > pub 2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[EMAIL PROTECTED]> > Fingerprint: D7 67 71 C4 99 A6 D4 FE EA 40 30 57 3C 88 26 2B Hi, if it is not the setup that is broken then liblockfile-simple-perl must be. I'm reassigning this bug. The code that fails is: | say("Attempting to get lock, this might take 2 minutes before it fails."); | my $lockmgr = LockFile::Simple->make(-format => "%f/$lockfile", -max => 12, | -delay => 10, -nfs => 1, -autoclean => 1, | -warn => 1, -stale => 1, -hold => 0); | my $lock = $lockmgr->lock("$mirrordir") | or die "$lockfile exists or you lack proper permissions; aborting"; and there is nothing wrong with it that I can see nor has it changed lately. MfG Goswin PS: I still suspect this to be a user error