/etc/cron.daily/apt doesn't run apt-get update anymore
Bug #449535 reported by
Lars Ljung
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Release Notes for Ubuntu |
Fix Released
|
High
|
Unassigned | ||
apt (Ubuntu) |
Fix Released
|
Critical
|
Michael Vogt | ||
Karmic |
Fix Released
|
Critical
|
Michael Vogt |
Bug Description
Binary package hint: apt
The call to "apt-get update" in /etc/cron.daily/apt always returns "E: The update command takes no arguments". This is caused by not escaping quotation marks properly.
ProblemType: Bug
Architecture: amd64
Date: Mon Oct 12 15:24:21 2009
DistroRelease: Ubuntu 9.10
Package: apt 0.7.23.1ubuntu1
ProcEnviron:
LANGUAGE=
PATH=(custom, user)
LANG=sv_SE.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: apt
Uname: Linux 2.6.31-13-generic x86_64
Changed in apt (Ubuntu Karmic): | |
status: | Confirmed → Fix Committed |
Changed in ubuntu-release-notes: | |
status: | Fix Released → New |
To post a comment you must log in.
I do confirm that the missing escapes in front of the two quotation marks in the script /etc/cron.daily/apt on row 460 cause malfunction. Adding those escapes makes the script work again and notifying the user of any updates.