• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Debian on Pesk 8 HELP!!

R

rhunn

Guest
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
 
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
 
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
 
Edit the file like this:
Code:
# main sources

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

# non-us

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

# security

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

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

# PHP5

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

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

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

Thanks
 
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
 
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
 
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
 
Great!! thanks for posting the solutions. I had the same problem, after your fix al worked fine :D
 
Back
Top