Giter VIP home page Giter VIP logo

Comments (13)

franklupo avatar franklupo commented on May 22, 2024

Hi,
The new version works directly with the native Web APIs.
It is no longer necessary to install it internally to the Proxmox VE host but it can be on an external host. The new version works on all available VM/CT, so if you see all the VMs / CTs, in a cluster from any node you see all the VMs / CTs

Remove old version uninstall and remove cron files
Best regards

from cv4pve-autosnap.

woody4165 avatar woody4165 commented on May 22, 2024

I'm trying to install cv4pve-autosnap on the root proxmox

I downloaded https://github.com/Corsinvest/cv4pve-autosnap/releases/download/v1.2.0/cv4pve-autosnap.1.2.0.debian-x64.deb and tried
dpkg -i cv4pve-autosnap.1.2.0.debian-x64.deb
but I get

root@pve:~# dpkg -i cv4pve-autosnap.1.2.0.debian-x64.deb 
Selecting previously unselected package cv4pve-autosnap.
(Reading database ... 43391 files and directories currently installed.)
Preparing to unpack cv4pve-autosnap.1.2.0.debian-x64.deb ...
Unpacking cv4pve-autosnap (1.2.0) ...
dpkg: dependency problems prevent configuration of cv4pve-autosnap:
 cv4pve-autosnap depends on libssl0.9.8 | libssl1.0.0 | libssl1.0.1 | libssl1.0.2; however:
  Package libssl0.9.8 is not installed.
  Package libssl1.0.0 is not installed.
  Package libssl1.0.1 is not installed.
  Package libssl1.0.2 is not installed.

dpkg: error processing package cv4pve-autosnap (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 cv4pve-autosnap

I've tried to install via apt-get install libssl1.0.2 but I get

root@pve:~# apt-get install libssl1.0.2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libssl1.0.2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libssl1.0.2' has no installation candidate

any suggestion?

Thanks

from cv4pve-autosnap.

franklupo avatar franklupo commented on May 22, 2024

sudo apt install --fix-broken

from cv4pve-autosnap.

woody4165 avatar woody4165 commented on May 22, 2024

thanks, already done, but same situation

root@pve:~# apt install --fix-broken
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 70 not upgraded.
root@pve:~# dpkg -i cv4pve-autosnap.1.2.0.debian-x64.deb 
Selecting previously unselected package cv4pve-autosnap.
(Reading database ... 43391 files and directories currently installed.)
Preparing to unpack cv4pve-autosnap.1.2.0.debian-x64.deb ...
Unpacking cv4pve-autosnap (1.2.0) ...
dpkg: dependency problems prevent configuration of cv4pve-autosnap:
 cv4pve-autosnap depends on libssl0.9.8 | libssl1.0.0 | libssl1.0.1 | libssl1.0.2; however:
  Package libssl0.9.8 is not installed.
  Package libssl1.0.0 is not installed.
  Package libssl1.0.1 is not installed.
  Package libssl1.0.2 is not installed.

dpkg: error processing package cv4pve-autosnap (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 cv4pve-autosnap

from cv4pve-autosnap.

franklupo avatar franklupo commented on May 22, 2024

sudo apt install --fix-broken

After dpkg not before.

from cv4pve-autosnap.

woody4165 avatar woody4165 commented on May 22, 2024

thanks again.

in this case the command remove cv4pve-autosnap

root@pve:~# dpkg -i cv4pve-autosnap.1.2.0.debian-x64.deb 
(Reading database ... 43583 files and directories currently installed.)
Preparing to unpack cv4pve-autosnap.1.2.0.debian-x64.deb ...
Unpacking cv4pve-autosnap (1.2.0) over (1.2.0) ...
dpkg: dependency problems prevent configuration of cv4pve-autosnap:
 cv4pve-autosnap depends on libssl0.9.8 | libssl1.0.0 | libssl1.0.1 | libssl1.0.2; however:
  Package libssl0.9.8 is not installed.
  Package libssl1.0.0 is not installed.
  Package libssl1.0.1 is not installed.
  Package libssl1.0.2 is not installed.

dpkg: error processing package cv4pve-autosnap (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 cv4pve-autosnap
root@pve:~# apt install --fix-broken
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
  cv4pve-autosnap
0 upgraded, 0 newly installed, 1 to remove and 70 not upgraded.
1 not fully installed or removed.
After this operation, 75.4 MB disk space will be freed.
Do you want to continue? [Y/n] 
(Reading database ... 43582 files and directories currently installed.)
Removing cv4pve-autosnap (1.2.0) ...
root@pve:~# 

from cv4pve-autosnap.

franklupo avatar franklupo commented on May 22, 2024

Which version of proxmox use?

from cv4pve-autosnap.

woody4165 avatar woody4165 commented on May 22, 2024

It's latest, Virtual Environment 6.0-4

from cv4pve-autosnap.

franklupo avatar franklupo commented on May 22, 2024

root@pve01:~# pveversion
pve-manager/6.0-7/28984024 (running kernel: 5.0.21-1-pve)

I install now without problem

root@pve01:~# dpkg -i cv4pve-autosnap.1.2.0.debian-x64.deb
Selecting previously unselected package cv4pve-autosnap.
(Reading database ... 74551 files and directories currently installed.)
Preparing to unpack cv4pve-autosnap.1.2.0.debian-x64.deb ...
Unpacking cv4pve-autosnap (1.2.0) ...
Setting up cv4pve-autosnap (1.2.0) ...

from cv4pve-autosnap.

woody4165 avatar woody4165 commented on May 22, 2024

I've tried to upgrade to 6.0-7, but i didn't.

My version is
pve-manager/6.0-4/2a719255 (running kernel: 5.0.15-1-pve)

I tried also via cli with apt dist-upgrade

Maybe you have the Enterprise version, while I have the free version.

I will wait and see.

Thanks

from cv4pve-autosnap.

woody4165 avatar woody4165 commented on May 22, 2024

Hi

I've upgraded to 6.0-7 but I still have same issue

root@pve:~# dpkg -i cv4pve-autosnap.1.2.0.debian-x64.deb 
Selecting previously unselected package cv4pve-autosnap.
(Reading database ... 49824 files and directories currently installed.)
Preparing to unpack cv4pve-autosnap.1.2.0.debian-x64.deb ...
Unpacking cv4pve-autosnap (1.2.0) ...
dpkg: dependency problems prevent configuration of cv4pve-autosnap:
 cv4pve-autosnap depends on libssl0.9.8 | libssl1.0.0 | libssl1.0.1 | libssl1.0.2; however:
  Package libssl0.9.8 is not installed.
  Package libssl1.0.0 is not installed.
  Package libssl1.0.1 is not installed.
  Package libssl1.0.2 is not installed.

dpkg: error processing package cv4pve-autosnap (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 cv4pve-autosnap
root@pve:~# apt install --fix-broken
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
  cv4pve-autosnap
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 75.4 MB disk space will be freed.
Do you want to continue? [Y/n] 
(Reading database ... 50015 files and directories currently installed.)
Removing cv4pve-autosnap (1.2.0) ...

root@pve:~# pveversion
pve-manager/6.0-7/28984024 (running kernel: 5.0.21-1-pve)

Is there a way to install the missing package manually?

I can try to backup my VM (only one) and try to reinstall, but consider that I've already installed Proxmox from scratch just before install this tool.

Should I downgrade to Proxmox version 5?

Thanks

from cv4pve-autosnap.

franklupo avatar franklupo commented on May 22, 2024

In any case you can execute autosnap external Pve.

from cv4pve-autosnap.

franklupo avatar franklupo commented on May 22, 2024

the new version in development will be a single file

from cv4pve-autosnap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.