Hello all ,
Thank you in advance for reading my message,
I am trying to perform an offlne upgrade of the zabbix service from 5.0 to 5.2
I have collected all available packages from the repository and run the following command.
sudo apt install --only-upgrade ./zabbix-*
the procedure executes fine but i get a warning at the end
N: download is performed unsandboxed as root as file 'zabbix_server_mysql_5.2.0-1+ubuntu18.04_amd64.deb' cannot be accessed by user '_apt', - pkgAcquire::Run (13:Permission denied)
As a result i get a corrupted instance that is unresponsive.
Any idea how to solve that ?
Thank you in advance for reading my message,
I am trying to perform an offlne upgrade of the zabbix service from 5.0 to 5.2
I have collected all available packages from the repository and run the following command.
sudo apt install --only-upgrade ./zabbix-*
the procedure executes fine but i get a warning at the end
N: download is performed unsandboxed as root as file 'zabbix_server_mysql_5.2.0-1+ubuntu18.04_amd64.deb' cannot be accessed by user '_apt', - pkgAcquire::Run (13:Permission denied)
As a result i get a corrupted instance that is unresponsive.
Any idea how to solve that ?
Comment