NetXMS Support Forum

English Support => General Support => Topic started by: Henry_Ez on February 18, 2019, 07:02:56 PM

Title: curl 7.58.0-2ubuntu3.6 wants to remove Netxms to update
Post by: Henry_Ez on February 18, 2019, 07:02:56 PM
Has anyone encounter the issue where curl 7.58.0-2ubuntu3.6 wants to remove Netxms to update. I can force the update but this breaks netxms and wont allow me to reinstall. tried to force the update on Friday and spent a few hours reverting back the VM. Thoughts?

NMS-NET-XMS:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  libnorm1 libpgm-5.2-0 libsodium23 libssh-4 libzmq5 netxms-dbdrv-sqlite3
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  libcurl3 netxms-agent netxms-server
The following NEW packages will be installed:
  libcurl4
The following packages will be upgraded:
  curl
1 upgraded, 1 newly installed, 3 to remove and 0 not upgraded.
Need to get 0 B/373 kB of archives.
After this operation, 103 MB disk space will be freed.
Do you want to continue? [Y/n]
Title: Re: curl 7.58.0-2ubuntu3.6 wants to remove Netxms to update
Post by: Alex Kirhenshtein on February 18, 2019, 07:16:26 PM
Hello.

Please show output of "lsb_release -a" and content of /etc/apt/sources.list and /etc/apt/sources.list.d/*
Title: Re: curl 7.58.0-2ubuntu3.6 wants to remove Netxms to update
Post by: Henry_Ez on February 18, 2019, 07:50:55 PM
Okay I have attached the file you requested.

Thanks for the help.
Title: Re: curl 7.58.0-2ubuntu3.6 wants to remove Netxms to update
Post by: Alex Kirhenshtein on February 18, 2019, 07:54:15 PM
sources.list looks incomplete - I can't see packages.netxms.org there.
Check that correct repository is used (there are references in sources.list to artful, but system is already upgraded to bionic)

In you case source should be

deb http://packages.netxms.org/ubuntu bionic main
Title: Re: curl 7.58.0-2ubuntu3.6 wants to remove Netxms to update
Post by: Henry_Ez on February 18, 2019, 09:39:12 PM
Thank you so I was able to add the repository and update.
Had to unlock the DB then update before everything started back up but I am all good thanks for all the help.