[Bug 887589] Re: wrong syntax in file /lib/recovery-mode/options/dpkg
Launchpad Bug Tracker
887589 at bugs.launchpad.net
Sun Apr 19 13:44:29 UTC 2015
This bug was fixed in the package friendly-recovery - 0.2.30
---------------
friendly-recovery (0.2.30) vivid; urgency=medium
* Implement fsck by ourselves instead of letting the boot sequence already
do that for us. (LP: #1438860)
* dpkg: Quiesce "file not found" errors in apt cleanup. (LP: #887589)
* Mount all file systems after fsck (like with mountall under upstart), to
also cover separate /boot partitions for grub. (LP: #1438862)
-- Martin Pitt <martin.pitt at ubuntu.com> Sun, 19 Apr 2015 12:49:11 +0100
** Branch linked: lp:ubuntu/vivid-proposed/friendly-recovery
** Changed in: friendly-recovery (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to friendly-recovery in Ubuntu.
https://bugs.launchpad.net/bugs/887589
Title:
wrong syntax in file /lib/recovery-mode/options/dpkg
Status in friendly-recovery package in Ubuntu:
Fix Released
Bug description:
Always using the "Recovery_Modus" and selecting inside friendly-
recovery-menu the option:
"dpkg"
you get the message:
Removing of "/var/cache/apt/archives/partial/*“ not possible. File not
found
Removing of "/var/lib/apt/lists/partial/*" not possible. File not
found
Caused to the bash-script mentioned, that contains:
# do some cleanup
rm /var/lib/apt/lists/partial/*
rm /var/cache/apt/archives/partial/*
that should be=
# do some cleanup
rm -rf /var/lib/apt/lists/partial/*
rm -rf /var/cache/apt/archives/partial/*
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: friendly-recovery 0.2.18
ProcVersionSignature: Ubuntu 3.1.0-2.3-generic 3.1.0
Uname: Linux 3.1.0-2-generic x86_64
ApportVersion: 1.25-0ubuntu1
Architecture: amd64
Date: Tue Nov 8 15:16:37 2011
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
PackageArchitecture: all
SourcePackage: friendly-recovery
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/887589/+subscriptions
More information about the foundations-bugs
mailing list