• 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.

Resolved Auto Update Stopped Working

Sanjay Vig

New Pleskian
My Auto Update has stopped working since 27th August 2017
I've attached the error log in this thread
 

Attachments

  • logs.txt
    16.2 KB · Views: 4
Hi Sanjay Vig,

if you are unable to download a required software package with apt/aptitude, pls. always try to download the mentioned file manually and install it with "dpkg" and the example command:
Code:
dpkg -i YOUR-DOWNLOADED-PACKAGE-NAME.deb

Example link of the original Plesk source:

Example link for a stable mirror of the Plesk source:
=> ftp://ftp.hosteurope.de/mirror/autoinstall.plesk.com/PSA_17.5.3/dist-deb-Ubuntu-16.04-x86_64/base/

Example commands ( logged in as user "root" over SSH ):
Code:
mkdir -p /root/addons/plesk

cd /root/addons/plesk

wget http://autoinstall.plesk.com/PSA_17.5.3/dist-deb-Ubuntu-16.04-x86_64/base/psa-locale-base-en-us_17.5.3-ubuntu16.04.build1705170823.12_all.deb

dpkg -i psa-locale-base-en-us_17.5.3-ubuntu16.04.build1705170823.12_all.deb

Example commands ( logged in as user "root" over SSH ):
Code:
mkdir -p /root/addons/plesk

cd /root/addons/plesk

wget ftp://ftp.hosteurope.de/mirror/autoinstall.plesk.com/PSA_17.5.3/dist-deb-Ubuntu-16.04-x86_64/base/psa-locale-base-en-us_17.5.3-ubuntu16.04.build1705170823.12_all.deb

dpkg -i psa-locale-base-en-us_17.5.3-ubuntu16.04.build1705170823.12_all.deb
 
Hi Sanjay Vig,

if you are unable to download a required software package with apt/aptitude, pls. always try to download the mentioned file manually and install it with "dpkg" and the example command:
Code:
dpkg -i YOUR-DOWNLOADED-PACKAGE-NAME.deb

Example link of the original Plesk source:
Example link for a stable mirror of the Plesk source:
=> ftp://ftp.hosteurope.de/mirror/autoinstall.plesk.com/PSA_17.5.3/dist-deb-Ubuntu-16.04-x86_64/base/
Example commands
( logged in as user "root" over SSH ):
Code:
mkdir -p /root/addons/plesk

cd /root/addons/plesk

wget http://autoinstall.plesk.com/PSA_17.5.3/dist-deb-Ubuntu-16.04-x86_64/base/psa-locale-base-en-us_17.5.3-ubuntu16.04.build1705170823.12_all.deb

dpkg -i psa-locale-base-en-us_17.5.3-ubuntu16.04.build1705170823.12_all.deb

Example commands ( logged in as user "root" over SSH ):
Code:
mkdir -p /root/addons/plesk

cd /root/addons/plesk

wget ftp://ftp.hosteurope.de/mirror/autoinstall.plesk.com/PSA_17.5.3/dist-deb-Ubuntu-16.04-x86_64/base/psa-locale-base-en-us_17.5.3-ubuntu16.04.build1705170823.12_all.deb

dpkg -i psa-locale-base-en-us_17.5.3-ubuntu16.04.build1705170823.12_all.deb

I tried those commands and they got executed successfully, but when I tried "sudo apt-get update" it threw the same warnings and errors it was previously throwing.

W: The repository 'https://packages.inverse.ca/SOGo/release/3/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: https://s3.amazonaws.com/dgri-apt-repo/dists/production/InRelease: Signature by key DED6B1C40DEF61E82E1B39352D7DBF9D4
04D2E7A uses weak digest algorithm (SHA1)
E: Failed to fetch https://packages.inverse.ca/SOGo/release/3/ubuntu/dists/xenia
l/xenial/binary-amd64/Packages 401 Authorization Required
E: Some index files failed to download. They have been ignored, or old ones used instead.
 
Hi Sanjay Vig,

you added non - standart sources on your server
Code:
W: The repository 'https://packages.inverse.ca/SOGo/release/3/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
... , for which you can't expect solutions/suggestions in a PLESK - related forum. If you desire help for your non-Plesk - related issues/errors/problems, pls. consider to open a thread at

 
Hi Sanjay Vig,

you added non - standart sources on your server
Code:
W: The repository 'https://packages.inverse.ca/SOGo/release/3/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
... , for which you can't expect solutions/suggestions in a PLESK - related forum. If you desire help for your non-Plesk - related issues/errors/problems, pls. consider to open a thread at


But that is the main hindrance while updating my Plesk, that's why I felt it should be asked here.
 
Hi Sanjay Vig,

nope, the WARNING states clear, that the source is being ignored and your second WARNING just informs you, that a as "weak" declared key is being used ( which doesn't harm your system or it's updates/upgrades in any way. Both WARNINGS will not interfere with a Plesk - update/upgrade - process. :)
 
Hi Sanjay Vig,

nope, the WARNING states clear, that the source is being ignored and your second WARNING just informs you, that a as "weak" declared key is being used ( which doesn't harm your system or it's updates/upgrades in any way. Both WARNINGS will not interfere with a Plesk - update/upgrade - process. :)
Glad to hear that, but ...

Product: Plesk Onyx 17.5.3 Update #19 , last updated at Aug 27, 2017 06:27 AM

Can I safely ignore this?
 
Hi Sanjay Vig,

you might consider to use:

Code:
plesk installer --select-product-id plesk --select-release-current --reinstall-patch --install-component base

or/and

Code:
plesk repair all -y -v

... to make sure, that the Plesk Control Panel and it's updates/upgrades/patches are up-to-date. :)
 
Hi Sanjay Vig,

you might consider to use:

Code:
plesk installer --select-product-id plesk --select-release-current --reinstall-patch --install-component base

or/and

Code:
plesk repair all -y -v

... to make sure, that the Plesk Control Panel and it's updates/upgrades/patches are up-to-date. :)
Though that error still remains, but plesk has been updated to latest version. Thank you so much! :)
 
Back
Top