:: Re: [DNG] apt-get update issues tod…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Ralph Ronnquist
Date:  
À: dng
Sujet: Re: [DNG] apt-get update issues today
hal wrote on 07/05/17 20:51:
> Florian Zieboll wrote on 05/07/2017 04:03 AM:
> <snip>
>
>> Hallo Hal,
>>
>> I just had a quick look at the pastebin and found this:
>>
>> | Get:1 http://packages.devuan.org/devuan/ experimental/main libudev1 i386 220:3.2.2-4 [99.6 kB]
>> | Get:2 http://us.mirror.devuan.org/merged/ jessie/main makedev all 2.3.1-93 [42.6 kB]
>> | Get:3 http://packages.devuan.org/devuan/ experimental/main libudev1 amd64 220:3.2.2-4 [92.8 kB]
>>
>
> Perhaps I have made a mistake sometime in the past with my sources. It was not intentional.
> This is on a box which was installed from early Devuan developer release a long
> time ago. I am not sure why there are Devuan entries in sources.list and sources.list.d
> Maybe my sources should be different now?
>
> # grep -v \# /etc/apt/sources.list /etc/apt/sources.list.d/devuan.list
> /etc/apt/sources.list:
> /etc/apt/sources.list:deb http://us.mirror.devuan.org/merged/ jessie main
> /etc/apt/sources.list:deb-src http://us.mirror.devuan.org/merged/ jessie main
> /etc/apt/sources.list:
> /etc/apt/sources.list:deb http://security.debian.org/ jessie/updates main
> /etc/apt/sources.list:deb-src http://security.debian.org/ jessie/updates main
> /etc/apt/sources.list:
> /etc/apt/sources.list:deb http://us.mirror.devuan.org/merged/ jessie-updates main
> /etc/apt/sources.list:deb-src http://us.mirror.devuan.org/merged/ jessie-updates main
> /etc/apt/sources.list:
> /etc/apt/sources.list.d/devuan.list:deb http://packages.devuan.org/devuan jessie main
> /etc/apt/sources.list.d/devuan.list:deb-src http://packages.devuan.org/devuan jessie main
> /etc/apt/sources.list.d/devuan.list:


You have managed to upll in the eudev implementation from experimental,
and unless it works for you, it's best to retract:

# apt-get install udev=215-17+deb8u6 libudev1=215-17+deb8u6

the makedev package should be ok

Note that udev=220:3.2.2-4 and libudev1=220:3.2.2-4 are actually an
eudev replacement implementation, and not a "standard" udev upgrade.

Ralph.