wrong syntax in file /lib/recovery-mode/options/dpkg

Bug #887589 reported by syscon-hh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
friendly-recovery (Ubuntu)
Fix Released
Low
Martin Pitt

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)

Revision history for this message
syscon-hh (syscon-kono) wrote :
Martin Pitt (pitti)
Changed in friendly-recovery (Ubuntu):
status: New → Fix Committed
importance: Undecided → Low
assignee: nobody → Martin Pitt (pitti)
Revision history for this message
Launchpad Janitor (janitor) wrote :

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 <email address hidden> Sun, 19 Apr 2015 12:49:11 +0100

Changed in friendly-recovery (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.