Hello friends I have a new problem
I am debian 8 user, I had this nano/sources/list with more or less this configuration
# deb cdrom:[Debian GNU/Linux 8.2.0 _Jessie_ - Official Multi-architecture amd64/i386 NETINST #1 ]/ jessie main
#deb cdrom:[Debian GNU/Linux 8.2.0 _Jessie_ - Official Multi-architecture amd64/i386 NETINST #1 ]/ jessie main
deb http://ftp.us.debian.org/debian/ jessie main non-free contrib
deb-src http://ftp.us.debian.org/debian/ 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://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
I changed the configuration to this because I don remember well:
deb http://httpredir.debian.org/debian jessie main contrib non-free
deb http://httpredir.debian.org/debian jessie-updates main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
and also I edited backports following the instructions here : https://wiki.debian.org/Backports
replace backports.org with http://httpredir.debian.org/debian in /etc/apt/sources.list*.
run aptitude update
1. remove the backports.org key from your keyring. Depending how you installed it...
2. apt-get purge debian-backports-keyring
or
3. apt-key del 16BA136C
Them I
apt-get update -y && apt-get upgrade -y
Them I reboot the machine, and after that the machine was rebooting normally, but I got this message on the screen:
A sad Face (icon)
oh no! Something has gone wrong
A problvem has occurred and the system cant recover. Please contact a system administrator.
Can yo help me please