:: Re: [DNG] aptitude gone mad with in…
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Hendrik Boom
Fecha:  
A: dng
Asunto: Re: [DNG] aptitude gone mad with installation requests
On Sat, Dec 17, 2016 at 05:17:56PM -0500, Hendrik Boom wrote:
> On Sat, Dec 17, 2016 at 10:37:48PM +0100, Florian Zieboll wrote:
> > On Sat, 17 Dec 2016 15:46:00 -0500
> > Hendrik Boom <hendrik@???> wrote:
> >
> > > I tried using aptitude in interactive more to do a routine update and
> > > upgrade. It complains that there are broken packages and when I ask
> > > to examine the situation it starts trying to resolve stuff and counts
> > > opwn, closed, etc. conflicts.
> >
> > That sounds (reads) like a temporary confusion due to mixed sources in
> > your sources.list and probably some apt-pinning, in combination with
> > 'aptitude update' having failed to get some index files.
> >
> > I'd re-run 'aptitude update' and check its output before attempting to
> > upgrade or install any packages. As soon as all index files can be
> > downloaded, the problem should disappear.
>
> Before I got this message, I tried
>     apt update
>     apt upgrade
> and everything worked sanely.  But aptitude is still misbehaving.


Oh. except that apt-update tells me

W: GPG error: http://download.opensuse.org Release: The following signatures were invalid: KEYEXPIRED 1476626585

I have no idea why it would be looking at suse at all.

By the way, my /etc/apt/sources.list:

root@notlookedfor:~# cat /etc/apt/sources.list
# deb http://ca.mirror.devuan.org/merged/ jessie main

deb http://ca.mirror.devuan.org/merged/ jessie main non-free contrib
deb-src http://ca.mirror.devuan.org/merged/ jessie main non-free contrib

# deb http://security.debian.org/ jessie/updates main contrib non-free
# deb-src http://security.debian.org/ jessie/updates main contrib non-free

deb http://ca.mirror.devuan.org/merged jessie-security main non-free contrib
deb-src http://ca.mirror.devuan.org/merged jessie-security main non-free contrib

# jessie-updates, previously known as 'volatile'
deb http://ca.mirror.devuan.org/merged/ jessie-updates main contrib non-free
deb-src http://ca.mirror.devuan.org/merged/ jessie-updates main contrib non-free

# deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian wheezy main
# deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian wheezy main
# deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian wheezy main
# deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian wheezy main
root@notlookedfor:~#

-- hendrik