[GH-ISSUE #14] Installation Error - Missing dependencies #11

Closed
opened 2026-02-26 17:43:55 +03:00 by kerem · 5 comments
Owner

Originally created by @myopenflixr on GitHub (Aug 2, 2019).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-autosnap/issues/14

Hello,

I tried installing this on my Proxmox host (v. 6.0-5) and receive the following dependency errors that I cannot figure out how to resolve.

None of the missing dependencies have any installation candidates.

root@prox1-R610:~# dpkg -i cv4pve-autosnap.1.1.1.debian-x64.deb
Selecting previously unselected package cv4pve-autosnap.
(Reading database ... 54863 files and directories currently installed.)
Preparing to unpack cv4pve-autosnap.1.1.1.debian-x64.deb ...
Unpacking cv4pve-autosnap (1.1.1) ...
dpkg: dependency problems prevent configuration of cv4pve-autosnap:
 cv4pve-autosnap depends on liblttng-ust0; however:
  Package liblttng-ust0 is not installed.
 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

Any suggestions?

On a side note, should this be installed on the Proxmox host or another local server?

Thanks,
Mike

Originally created by @myopenflixr on GitHub (Aug 2, 2019). Original GitHub issue: https://github.com/Corsinvest/cv4pve-autosnap/issues/14 Hello, I tried installing this on my Proxmox host (v. 6.0-5) and receive the following dependency errors that I cannot figure out how to resolve. None of the missing dependencies have any installation candidates. ``` root@prox1-R610:~# dpkg -i cv4pve-autosnap.1.1.1.debian-x64.deb Selecting previously unselected package cv4pve-autosnap. (Reading database ... 54863 files and directories currently installed.) Preparing to unpack cv4pve-autosnap.1.1.1.debian-x64.deb ... Unpacking cv4pve-autosnap (1.1.1) ... dpkg: dependency problems prevent configuration of cv4pve-autosnap: cv4pve-autosnap depends on liblttng-ust0; however: Package liblttng-ust0 is not installed. 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 ``` Any suggestions? On a side note, should this be installed on the Proxmox host or another local server? Thanks, Mike
kerem closed this issue 2026-02-26 17:43:55 +03:00
Author
Owner

@franklupo commented on GitHub (Aug 3, 2019):

Hi,
The idea is to install it externally and use the API of Proxmox VE.
However the problem should not exist even if installed internally.

I'll check and update you.

Best regards

<!-- gh-comment-id:517902203 --> @franklupo commented on GitHub (Aug 3, 2019): Hi, The idea is to install it externally and use the API of Proxmox VE. However the problem should not exist even if installed internally. I'll check and update you. Best regards
Author
Owner

@franklupo commented on GitHub (Aug 3, 2019):

Hi,
temporary fix execute

sudo apt install --fix-broken

Best regards

<!-- gh-comment-id:517902668 --> @franklupo commented on GitHub (Aug 3, 2019): Hi, temporary fix execute > sudo apt install --fix-broken Best regards
Author
Owner

@myopenflixr commented on GitHub (Aug 3, 2019):

Hi,

I was able to successfully install it on another server on my home network and am now running into a new issue when trying to execute the following command:

sudo cv4pve-autosnap --host=172.16.0.6 --username=root@pam --password=mypassworsd snap --vmid=all --label='daily' --keep=2

The error I receive is: Unrecognized option '--vmid=all'

I have tried numerous times replacing "--vmid=all" with various VM & container numbers and always receive the same error. It's almost like it does not like the --vmid command, but if you leave it out completely, there of course is an error stating that it's missing the --vmid command.

I have a home lab setup with 2 proxmox servers in a cluster and would love to be able to automate a daily snapshot for my containers and VM's. Neither server are paid subscriptions (not sure if that matters).

Can you please assist with this issue as well?

Thanks!

<!-- gh-comment-id:517921792 --> @myopenflixr commented on GitHub (Aug 3, 2019): Hi, I was able to successfully install it on another server on my home network and am now running into a new issue when trying to execute the following command: `sudo cv4pve-autosnap --host=172.16.0.6 --username=root@pam --password=mypassworsd snap --vmid=all --label='daily' --keep=2` The error I receive is: `Unrecognized option '--vmid=all'` I have tried numerous times replacing "--vmid=all" with various VM & container numbers and always receive the same error. It's almost like it does not like the --vmid command, but if you leave it out completely, there of course is an error stating that it's missing the --vmid command. I have a home lab setup with 2 proxmox servers in a cluster and would love to be able to automate a daily snapshot for my containers and VM's. Neither server are paid subscriptions (not sure if that matters). Can you please assist with this issue as well? Thanks!
Author
Owner

@franklupo commented on GitHub (Aug 7, 2019):

Hi,
the correct commans is

sudo cv4pve-autosnap --host=172.16.0.6 --username=root@pam --password=mypassworsd --vmid=all snap --label='daily' --keep=2

--vmid before snap command.

Best regards

<!-- gh-comment-id:519260957 --> @franklupo commented on GitHub (Aug 7, 2019): Hi, the correct commans is > sudo cv4pve-autosnap --host=172.16.0.6 --username=root@pam --password=mypassworsd --vmid=all snap --label='daily' --keep=2 **--vmid** before **snap** command. Best regards
Author
Owner

@myopenflixr commented on GitHub (Aug 7, 2019):

That worked!

--vmid before snap command was the issue!

Thank you!

<!-- gh-comment-id:519306120 --> @myopenflixr commented on GitHub (Aug 7, 2019): That worked! --vmid before snap command was the issue! Thank you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cv4pve-autosnap#11
No description provided.