• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

autoinstaller issues after dist-upgrade

Brent Geach

New Pleskian
Hello
I did a dist-upgrad according to the instructions here:
http://download1.parallels.com/Ples...inistrator-guide/index.htm?fileName=74627.htm
All went fine and on initial look all seems fine at the moment, however when trying to access the autoinstaller it brings me up to a blank page saying unable to connect.
I checked the server and port 8447 does get opened up when clicking the link from tools and settings. Firewall is turned off to test as well.
When trying to run it off cmd line I eventually get:

Reading package lists...

ERROR: Not found source for system packages (release 7) in APT software sources configuration:
Package files:
etc etc
I do see numerous references in the lists its trying to download to wheezy when Ive just upgraded to jessie.
eg
Registering i386 architecture support
Synchronizing the Debian APT package index files...
Hit http://parallels.mirrors.ovh.net wheezy InRelease
Hit http://security.debian.org jessie/updates InRelease
Hit http://parallels.mirrors.ovh.net all InRelease
Hit http://parallels.mirrors.ovh.net all InRelease
Hit http://parallels.mirrors.ovh.net wheezy InRelease
Hit http://parallels.mirrors.ovh.net wheezy InRelease
etc etc

Ive tried doing apt-get clean;apt-get update and removing all other repo's from /etc/apt/sources.list.d/

Any ideas?
 
Try to run autoinstaller with

# /usr/local/psa/admin/sbin/autoinstaller --override-os-version 7.0
 
Back
Top