I am installing ISPConfig 3 and using the perfect server tutorial http://www.howtoforge.com/perfect-s...bian-5.0-with-bind-and-dovecot-ispconfig-3-p4 I have received a warning several times stating "Untrusted packages could compromise your system's security." I have never received this warning in the ISPConfig2 perfect server tutorials and just wanted to make sure I am supposed to ignore these warnings. Thanks as always, Scott
Normally you should not get such warnings, as all installed packages are from the debian repositories. I guess your package database is not up to date. Please run: apt-get update apt-get dist-upgrade
Entered first command Last login: Tue Jan 25 14:02:26 2011 from 10.1.10.12 server3:~# apt-get update Get:1 http://security.debian.org lenny/updates Release.gpg [835B] Ign http://security.debian.org lenny/updates/main Translation-en_US Get:2 http://security.debian.org lenny/updates Release [40.8kB] Hit http://ftp.us.debian.org lenny Release.gpg Ign http://ftp.us.debian.org lenny/main Translation-en_US Hit http://ftp.us.debian.org lenny Release Ign http://security.debian.org lenny/updates/main Packages/DiffIndex Ign http://ftp.us.debian.org lenny/main Packages/DiffIndex Ign http://security.debian.org lenny/updates/main Sources/DiffIndex Get:3 http://security.debian.org lenny/updates/main Packages [325kB] Ign http://ftp.us.debian.org lenny/main Sources/DiffIndex Hit http://ftp.us.debian.org lenny/main Packages Hit http://volatile.debian.org lenny/volatile Release.gpg Ign http://volatile.debian.org lenny/volatile/main Translation-en_US Ign http://volatile.debian.org lenny/volatile/contrib Translation-en_US Hit http://ftp.us.debian.org lenny/main Sources Get:4 http://security.debian.org lenny/updates/main Sources [89.3kB] Ign http://volatile.debian.org lenny/volatile/non-free Translation-en_US Hit http://volatile.debian.org lenny/volatile Release Ign http://volatile.debian.org lenny/volatile/main Packages/DiffIndex Ign http://volatile.debian.org lenny/volatile/main Sources/DiffIndex Ign http://volatile.debian.org lenny/volatile/contrib Packages/DiffIndex Ign http://volatile.debian.org lenny/volatile/non-free Packages/DiffIndex Hit http://volatile.debian.org lenny/volatile/main Packages Hit http://volatile.debian.org lenny/volatile/main Sources Hit http://volatile.debian.org lenny/volatile/contrib Packages Hit http://volatile.debian.org lenny/volatile/non-free Packages Fetched 456kB in 2s (162kB/s) Reading package lists... Done W: Duplicate sources.list entry http://volatile.debian.org lenny/volatile/main P ackages (/var/lib/apt/lists/volatile.debian.org_debian-volatile_dists_lenny_vola tile_main_binary-amd64_Packages) W: You may want to run apt-get update to correct these problems I did not yet run the "apt-get dist-upgrade" command as I thought I better post this first. Thanks as always, Scott
Here is file contents I saw in another post that I should have just added "contrib non-free" to the end of the current volatile lines in sources. I had added the whole line from the tutorial instead of appending the current line. I no longer get that warning. Thanks as always, Scott