Tricks for common issues in Debian
In this post we will add the issues we receive on our live chat and provide a quick fix that could help other users while they using Debian
Issue 1:
There is no public key available for the following key IDs: 2A48AD6246912998
According to There is no public key available for the following key ID, this will fix it:
sudo aptitude install debian-keyring debian-archive-keyring
or
$ sudo apt-get install debian-archive-keyring $ sudo apt-key update
Issue 2:
Disable auto IPv6 – applies to Wheezy
Disable ipv6 in kernel :
echo net.ipv6.conf.all.disable_ipv6=1 > /etc/sysctl.d/disableipv6.conf
will disable ipv6 at next reboot.
More tricks to come.