@Linuxexperte: modifying your hosts file doesn't mean the site is up again. You've just made that url on your system to point to another server (not the faulty one).
Another command to modify your hosts file is (preferred, IMHO): echo 88.191.101.8 packages.medibuntu.org | sudo tee -a /etc/hosts > /dev/null To undo the modification: grep -v packages.medibuntu.org /etc/hosts | sudo tee /etc/hosts > /dev/null -- packages.medibuntu.org not available https://bugs.launchpad.net/bugs/565810 You received this bug notification because you are a member of Medibuntu Packaging Team, which is the registrant for Medibuntu. _______________________________________________ Mailing list: https://launchpad.net/~medibuntu-maintainers Post to : [email protected] Unsubscribe : https://launchpad.net/~medibuntu-maintainers More help : https://help.launchpad.net/ListHelp

