PDA

View Full Version : Debian on Pesk 8 HELP!!


rhunn
16th June 2006, 07:12 PM
Hi,

I have a problem install PLesk 8 on Debian 3.1r1. It gave me an errors.........Here are the error.........

N) Next page; P) Go back; Q) Cancel installing;
A) Select all; D) Deselect all;
To toggle component enter its number;
Type a number or a character of desired action [N]:
W: Unable to locate package mailman
E: No packages found
resolve packages with apt-get
Get:1 http://autoinstall.plesk.com PSA_8.0.1/ Packages [14.2kB]
Ign http://autoinstall.plesk.com PSA_8.0.1/ Release
Fetched 14.2kB in 0s (31.4kB/s)
Reading Package Lists...
E: Broken packages
ERROR: apt-get can't resolve selected packages.
ERROR: Installation failed

If you can help I really appreciated.

Thanks

xxbartosxx
19th June 2006, 10:50 AM
Hi, mayby I can be a little of assist but don't expect me to solve your prob in a haertbeat as I am also a noob,
I got it also working on debian sarge
do 'cat /etc/apt/sources.list' and post the output

rhunn
19th June 2006, 01:06 PM
Here is the outout.........

test:~# cat /etc/apt/sources.list
#deb file:///cdrom/ sarge main

deb cdrom:[Debian GNU/Linux 3.1 r1 _Sarge_ - Official i386 Binary-2 (20051220)]/ unstable main
deb cdrom:[Debian GNU/Linux 3.1 r1 _Sarge_ - Official i386 Binary-1 (20051220)]/ unstable contrib main

Thanks

xxbartosxx
19th June 2006, 03:55 PM
Edit the file like this:
# main sources

#
deb http://debian.intergenia.de/debian/ sarge main contrib non-free
#deb-src http://debian.intergenia.de/debian/ sarge main contrib non-free

# non-us

#
deb http://debian.intergenia.de/debian-non-US/ sarge/non-US main contrib non-free
#deb-src http://debian.intergenia.de/debian-non-US/ sarge/non-US main contrib non-free

# security

#
deb http://debian.intergenia.de/debian-security/ sarge/updates main contrib non-free
#deb-src http://debian.intergenia.de/debian-security/ sarge/updates main contrib non-free

# Plesk
#deb http://autoinstall.plesk.com/debian PSA_8.0.1/

# PHP5

#deb http://people.debian.org/~dexter php5 sarge

deb http://dotdeb.netmirror.org/ stable all
deb-src http://dotdeb.netmirror.org/ stable all
These are German mirrors, tw
save it and do the following command:
apt-get update
now try again to install.
Hope this helped bit.
grts Bart

rhunn
19th June 2006, 04:58 PM
Hi,

Do you want me to run each of those Links and run apt-get update after?

Thanks

xxbartosxx
19th June 2006, 05:55 PM
no, you have o replace it in the file.

do
nano /etc/apt/sources.list

adjust the file, press ctrl+x and confirm to save
then run: apt-get update

rhunn
19th June 2006, 07:41 PM
Hi,

It seems to work now once I copy all the links that youn provide into the /etc/apt/sources.list but the thing is that do I have to do this every time I got a new customer that want Debian with Plesk? Where do you get those Link and files? Any Link I need to save on my FAV for the future use.

thanks

xxbartosxx
20th June 2006, 02:25 AM
Hi, glad it helped you! :D

The main sources, non-us and security stood standard on my dedicated server.

The plesk sources and php5 sources are commented out but I found those here on these forums, andhe last two lines I got from http://dotdeb.org/mirrors, those sources I neeeded to upgrade my php4.3.x to php4.4.2 and the latest mysql4.1.x

Grts Bart

jovana
9th July 2006, 07:40 AM
Great!! thanks for posting the solutions. I had the same problem, after your fix al worked fine :D