Re: Warning of packages that cant be authenticated during dist-upgrade

2019-05-01 Thread Jonas Smedegaard
Quoting aprekates (2019-05-01 01:21:13)
> deb http://debian-mirrors.sdinet.de/deb-multimedia stable main

Above line caused the problem: You are not running Debian but a mixture 
of Debian and something else.

It is your system, and you are free to do as you like with it.  But if 
you want your system to be Debian then you need to remove that line and 
remove all packages installed from that source.

One approach is to use aptitude in fullscreen mode (by starting it with 
no non-option arguments) and look in the section "Obsolete and Locally 
Created Packages".

https://wiki.debian.org/DebianMultimedia/FAQ#A_recent_upgrade_of_ffmpeg.2Flibav-related_library_packages_.28e.g._libavcodec.29_has_broken_related_software_.28e.g._Totem.2C_MPlayer.2C_VLC.2C_Xine.29


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Re: Warning of packages that cant be authenticated during dist-upgrade

2019-04-30 Thread aprekates

chomwitt@enous:/etc/apt$ less sources.list


#deb cdrom:[Debian GNU/Linux 9.5.0 _Stretch_ - Official amd64 NETINST 
20180714-10:25]/ stretch main


deb http://ftp.gr.debian.org/debian/ stretch main non-free contrib
deb-src http://ftp.gr.debian.org/debian/ stretch main non-free contrib

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


# stretch-updates, previously known as 'volatile'
deb http://ftp.gr.debian.org/debian/ stretch-updates main contrib non-free
deb-src http://ftp.gr.debian.org/debian/ stretch-updates main contrib 
non-free


# stretch-backports, previously on backports.debian.org
deb http://ftp.gr.debian.org/debian/ stretch-backports main contrib non-free
deb-src http://ftp.gr.debian.org/debian/ stretch-backports main contrib 
non-free


deb http://ftp.debian.org/debian stretch-backports main


deb http://debian-mirrors.sdinet.de/deb-multimedia stable main

On 30/4/19 10:17 μ.μ., Jonas Smedegaard wrote:

Quoting aprekates (2019-04-30 21:09:16)

Trying to upgrade from 9.6 i get:

$ LANG=en sudo apt-get dist-upgrade


WARNING: The following packages cannot be authenticated!
    libbasicusageenvironment1 libgroupsock8 liblivemedia58
libusageenvironment3 libvlccore9 vlc-plugin-skins2 vlc vlc-plugin-qt
vlc-l10n vlc-plugin-base vlc-data vlc-plugin-video-output libvlc5 vlc-bin
    libvlc-bin phonon4qt5-backend-vlc vlc-plugin-fluidsynth
vlc-plugin-notify vlc-plugin-samba vlc-plugin-video-splitter
vlc-plugin-visualization vokoscreen mpv
Install these packages without verification? [y/N] y^C

What should i do?

Are you using purely Debian (not e.g. deb-multimedia.org)?

  - Jonas





Re: Warning of packages that cant be authenticated during dist-upgrade

2019-04-30 Thread Brian
On Tue 30 Apr 2019 at 22:09:16 +0300, aprekates wrote:

> Trying to upgrade from 9.6 i get:
> 
> $ LANG=en sudo apt-get dist-upgrade
> 
> 
> WARNING: The following packages cannot be authenticated!
>   libbasicusageenvironment1 libgroupsock8 liblivemedia58
> libusageenvironment3 libvlccore9 vlc-plugin-skins2 vlc vlc-plugin-qt
> vlc-l10n vlc-plugin-base vlc-data vlc-plugin-video-output libvlc5 vlc-bin
>   libvlc-bin phonon4qt5-backend-vlc vlc-plugin-fluidsynth vlc-plugin-notify
> vlc-plugin-samba vlc-plugin-video-splitter vlc-plugin-visualization
> vokoscreen mpv
> Install these packages without verification? [y/N] y^C
> 
> What should i do?

I'd just install them. But that's me.

Otherwise - download them (-d with apt) and verify.

-- 
Brian.



Re: Warning of packages that cant be authenticated during dist-upgrade

2019-04-30 Thread Jonas Smedegaard
Quoting aprekates (2019-04-30 21:09:16)
> Trying to upgrade from 9.6 i get:
> 
> $ LANG=en sudo apt-get dist-upgrade
> 
> 
> WARNING: The following packages cannot be authenticated!
>    libbasicusageenvironment1 libgroupsock8 liblivemedia58 
> libusageenvironment3 libvlccore9 vlc-plugin-skins2 vlc vlc-plugin-qt 
> vlc-l10n vlc-plugin-base vlc-data vlc-plugin-video-output libvlc5 vlc-bin
>    libvlc-bin phonon4qt5-backend-vlc vlc-plugin-fluidsynth 
> vlc-plugin-notify vlc-plugin-samba vlc-plugin-video-splitter 
> vlc-plugin-visualization vokoscreen mpv
> Install these packages without verification? [y/N] y^C
> 
> What should i do?

Are you using purely Debian (not e.g. deb-multimedia.org)?

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Warning of packages that cant be authenticated during dist-upgrade

2019-04-30 Thread aprekates

Trying to upgrade from 9.6 i get:

$ LANG=en sudo apt-get dist-upgrade


WARNING: The following packages cannot be authenticated!
  libbasicusageenvironment1 libgroupsock8 liblivemedia58 
libusageenvironment3 libvlccore9 vlc-plugin-skins2 vlc vlc-plugin-qt 
vlc-l10n vlc-plugin-base vlc-data vlc-plugin-video-output libvlc5 vlc-bin
  libvlc-bin phonon4qt5-backend-vlc vlc-plugin-fluidsynth 
vlc-plugin-notify vlc-plugin-samba vlc-plugin-video-splitter 
vlc-plugin-visualization vokoscreen mpv

Install these packages without verification? [y/N] y^C

What should i do?


Alexandros