Bug report: update manager in 11.10amd64

Asked by Myroslav

An unresolvable problem occurred while initializing the package information.

Please report this bug against the 'update-manager' package and include the following error message:

'E:Type 'tu-mozilla-daily/ppa/ubuntu' is not known on line 2 in source list /etc/apt/sources.list.d/ubuntu-mozilla-daily-ppa-oneiric.list, E:The list of sources could not be read., E:The package lists or status file could not be parsed or opened.'

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Myroslav
Solved:
Last query:
Last reply:
Revision history for this message
zvacet (ivicakolic) said :
#1

In terminal

cat /etc/apt/sources.list

and post output here.

Revision history for this message
Myroslav (mgalan) said :
#2

Thank you for the response. Here is the output requested:

cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 11.10 _Oneiric Ocelot_ - Release amd64 (20111012)]/ dists/oneiric/main/binary-i386/

# deb cdrom:[Ubuntu 11.10 _Oneiric Ocelot_ - Release amd64 (20111012)]/ oneiric main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ca.archive.ubuntu.com/ubuntu/ oneiric main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ oneiric main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ca.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ca.archive.ubuntu.com/ubuntu/ oneiric universe
deb-src http://ca.archive.ubuntu.com/ubuntu/ oneiric universe
deb http://ca.archive.ubuntu.com/ubuntu/ oneiric-updates universe
deb-src http://ca.archive.ubuntu.com/ubuntu/ oneiric-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ca.archive.ubuntu.com/ubuntu/ oneiric multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ oneiric multiverse
deb http://ca.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ca.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted universe multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu oneiric-security main restricted
deb-src http://security.ubuntu.com/ubuntu oneiric-security main restricted
deb http://security.ubuntu.com/ubuntu oneiric-security universe
deb-src http://security.ubuntu.com/ubuntu oneiric-security universe
deb http://security.ubuntu.com/ubuntu oneiric-security multiverse
deb-src http://security.ubuntu.com/ubuntu oneiric-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu oneiric partner
deb-src http://archive.canonical.com/ubuntu oneiric partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu oneiric main
deb http://ca.archive.ubuntu.com/ubuntu/ oneiric-proposed restricted main multiverse universe
deb-src http://extras.ubuntu.com/ubuntu oneiric main
deb http://dl.google.com/linux/deb/ testing non-free

On 11-11-09 04:40 AM, zvacet wrote:
> cat /etc/apt/sources.list

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

The error seems to be in another file, please execute

cat /etc/apt/sources.list.d/ubuntu-mozilla-daily-ppa-oneiric.list

and copy/paste all output as done before

Revision history for this message
zvacet (ivicakolic) said :
#4

Manfred Hampl is right.I overlooked that.

Revision history for this message
Myroslav (mgalan) said :
#5

Thank you Manfred.

Here is the output:

cat /etc/apt/sources.list.d/ubuntu-mozilla-daily-ppa-oneiric.list
# deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu oneiric main #Ubuntu Mozilla Daily Build Team PPA
tu-mozilla-daily/ppa/ubuntu oneiric main

Revision history for this message
Manfred Hampl (m-hampl) said :
#6

The information in that file is not in correct format.

I think the easieset way to solve that problem is by just deleting the file with the terminal command

sudo rm /etc/apt/sources.list.d/ubuntu-mozilla-daily-ppa-oneiric.list

You have to enter your password requested to do so, but note that you will not get any feedback when typing the password (no echo, not even '*' placeholders).

If you need the 'bleeding edge' version of the programs from the 'Firefox and Thunderbird daily builds' PPA you should re-add that PPA with the terminal command

sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa

Revision history for this message
Myroslav (mgalan) said :
#7

Thank you for the help. Update Manager works again.