• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Installing Plesk 12.5.30 on Debian 8.5 (Jessie)

KaidenRogers

New Pleskian
So this isn't a concern, rather more of advice to those having trouble installing Plesk on Jessie

I have used Plesk for about 3 years (only now having a reason to join the Community Forums) and recently I lost everything on my web server from my own stupidity, including Plesk. Reinstalling a fresh version of plesk was nowhere as easy as I remembered it to be. So after 3 days of on and off troubleshooting I finally figured this out.

I kept getting errors when attempting to install Plesk. such as

Code:
Failed to fetch http://autoinstall.plesk.com/PSA_12.5.30/dists/etch/all/binar y-i386/Packages 404 Not Found

or

Code:
 500 http://autoinstall.plesk.com/ubuntu/PSA_12.5.30/ jessie/all Packages

     origin autoinstall.plesk.com

So after many cups of coffee and cursing everyone and their dog, I have resolved this, by taking a look at my friends Server (Whom is running Plesk 12.5.30 on Jessie (8.3)) and realizing our source.list file were very different. I won't bother posting what mine was, here's what you should try in an attempt to fix this(step by step, from a new installation),

  1. open terminal or SSH into your server.
  2. Login with your credentials
  3. use # su and login with the root password
  4. make a copy of your current sources files
    # cp /etc/apt/sources.list /etc/apt/sources.list.bak
  5. edit sources.list
    # nano /etc/apt/sources.list
  6. remove EVERYTHING and copy and paste the fallowing code

    # Using iweb.ca mirror
    deb http://debian.mirror.iweb.ca/debian/ jessie main
    deb-src http://debian.mirror.iweb.ca/debian/ jessie main

    deb http://security.debian.org/ jessie/updates main
    deb-src http://security.debian.org/ jessie/updates main

    # jessie-updates, previously known as 'volatile'
    deb http://debian.mirror.iweb.ca/debian/ jessie-updates main
    deb-src http://debian.mirror.iweb.ca/debian/ jessie-updates main


  7. use crtl+O to writeOut and crtl+X to exit
  8. update apt
    # apt-get update
  9. attempt to reinstall Plesk

hopefully, this fixes your issue as it did mine.

To the moderator, my apologies if this isn't the correct way to get this information out there, or if it's common sense to everyone, but me.

Cheers!
 
Back
Top