Corsinvest / cv4pve-autosnap

Automatic snapshot tool for Proxmox VE
https://www.corsinvest.it/cv4pve
GNU General Public License v3.0
402 stars 50 forks source link

Problems on Proxmox 6.2 #37

Closed MH2410 closed 3 years ago

MH2410 commented 4 years ago

Hi,

I try to run the tool locally on my Proxmox server but I am running in connection issues.

This is what I have tried:

/usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snap@pve --password=pwd --vmid=all snap --label='daily' --keep=7 /usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snap@pve --password=pwd --vmid=all snap --label='weekly' --keep=4 /usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=snap@pve --password=pwd --vmid=all snap --label='monthly' --keep=2

/usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=root@pam --password=pwd --vmid=all snap --label='daily' --keep=7 /usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=root@pam --password=pwd --vmid=all snap --label='weekly' --keep=4 /usr/local/bin/cv4pve-autosnap --host=127.0.0.1 --username=root@pam --password=pwd --vmid=all snap --label='monthly' --keep=2

Everytime I get an "Problem connection!" message.

I also tried to use localhost or the regular IP.

franklupo commented 4 years ago

Hi, Add --debug parameter and attach output

MH2410 commented 4 years ago

Thanks a lot for you replay, this si the output:

/usr/local/bin/cv4pve-autosnap --host=localhost --username=root@pam --password='PWD' --vmid=all snap --label='daily' --keep=7 --debug

Method: POST, Url: https://localhost:8006/api2/json/access/ticket Parameters: password : PWD username : root realm : pam Problem connection!

/usr/local/bin/cv4pve-autosnap --host=IP --username=root@pam --password='PWD' --vmid=all snap --label='daily' --keep=7 --debug

Method: POST, Url: https://IP:8006/api2/json/access/ticket Parameters: password : PWD username : root realm : pam

franklupo commented 4 years ago

HI, can you execute outside Proxmox VE?

Best regards

MH2410 commented 4 years ago

Same output on a virtual Debian Buster:

/etc/nrpe.d# /usr/local/bin/cv4pve-autosnap --host=localhost --username=root@pam --password='PWD' --vmid=all snap --label='daily' --keep=7 --debug Method: POST, Url: https://localhost:8006/api2/json/access/ticket Parameters: password : PWD username : root realm : pam Problem connection!

franklupo commented 4 years ago

Hi, use default port 8006?

MH2410 commented 4 years ago

Yes, I have downloaded the tool made it executable and tried to set the snapshots for the individual hosts with the command.

franklupo commented 4 years ago

which URL do you use for the web connection?

MH2410 commented 4 years ago

Sorry for the delay.

https://IP:8006/#v1:0:18:4::::::: https://Hostname:8006/#v1:0:18:4:::::::

could the realm be the issue? realm : pam

franklupo commented 4 years ago

Download the latest version and run with --debug. I have improved error logs.

Best regards

franklupo commented 4 years ago

News?

MH2410 commented 4 years ago

Sorry for the delay, this ist the output with the new version:

Problem connection! ================ EXCEPTION ================ System.ApplicationException Problem connection! at Corsinvest.ProxmoxVE.Api.Shell.Helpers.CommandOptionExtension.ClientTryLogin(CommandLineApplication command) at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.CreateApp(CommandLineApplication parent) at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.<>cDisplayClass9_1.b1() at McMaster.Extensions.CommandLineUtils.CommandLineApplication.<>cDisplayClass144_0.b0(CancellationToken _) at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(String[] args, CancellationToken cancellationToken) at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args) at Corsinvest.ProxmoxVE.Api.Shell.Helpers.ShellHelper.ExecuteConsoleApp(CommandLineApplication app, String[] args)

franklupo commented 4 years ago

you also used the --debug parameter?

franklupo commented 4 years ago

You have enabled firewall?

MH2410 commented 4 years ago

Yes I have executed the command incl. the --debug option.

I am using the pve firewall. (Template for host and clients).

But the scripts should run local on each host.

On Mon, Sep 7, 2020 at 10:22 AM Daniele Corsini notifications@github.com wrote:

You have enabled firewall?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Corsinvest/cv4pve-autosnap/issues/37#issuecomment-688155727, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQFHRR5H6PP2DIAZKWGFGTTSESJ4VANCNFSM4P7TQKJQ .

MH2410 commented 4 years ago

Same problem with disabled FW:

./cv4pve-autosnap --host=127.0.0.1 --username=root@pam --password='****' --vmid=all snap --label='daily' --keep=7 --debug

Method: POST, Url: https://127.0.0.1:8006/api2/json/access/ticket

Parameters:

password : ****

username : root

realm : pam

Problem connection!

================ EXCEPTION ================

System.ApplicationException

Problem connection!

at Corsinvest.ProxmoxVE.Api.Shell.Helpers.CommandOptionExtension.ClientTryLogin(CommandLineApplication command)

at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.CreateApp(CommandLineApplication parent)

at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.<>c__DisplayClass9_1.b__1()

at McMaster.Extensions.CommandLineUtils.CommandLineApplication.<>c__DisplayClass144_0.b_0(CancellationToken )

at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(String[] args, CancellationToken cancellationToken)

at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)

at Corsinvest.ProxmoxVE.Api.Shell.Helpers.ShellHelper.ExecuteConsoleApp(CommandLineApplication app, String[] args)

zozito commented 3 years ago

Hi have the same issue here with Proxmox Virtual Environment 6.2-12

cv4pve-autosnap --host='127.0.0.1', --username=root@pam --password=MyfantasticPW --vmid='100' snap --label='hourly' --keep=12 --debug Problem connection! ================ EXCEPTION ================ System.ApplicationException Problem connection! at Corsinvest.ProxmoxVE.Api.Shell.Helpers.CommandOptionExtension.ClientTryLogin(CommandLineApplication command) at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.CreateApp(CommandLineApplication parent) at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.<>cDisplayClass9_1.b1() at McMaster.Extensions.CommandLineUtils.CommandLineApplication.<>cDisplayClass144_0.b0(CancellationToken _) at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(String[] args, CancellationToken cancellationToken) at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args) at Corsinvest.ProxmoxVE.Api.Shell.Helpers.ShellHelper.ExecuteConsoleApp(CommandLineApplication app, String[] args)

franklupo commented 3 years ago

Test new version. I imporve the log. Use the parameter --debug and attach result.

Bets regards

zozito commented 3 years ago

I've tested a new version and there is the output cv4pve-autosnap --version

Automatic snapshot VM/CT with retention (Made in Italy) 1.9.10

=================================================================

cv4pve-autosnap --host='127.0.0.1', --username=root@pam --password=MyfantasticPW --vmid='100' snap --label='hourly' --keep=1 --debug Problem connection! ================ EXCEPTION ================ System.ApplicationException Problem connection! at Corsinvest.ProxmoxVE.Api.Shell.Helpers.CommandOptionExtension.ClientTryLogin(CommandLineApplication command) at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.CreateApp(CommandLineApplication parent) at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.<>cDisplayClass9_1.b1() at McMaster.Extensions.CommandLineUtils.CommandLineApplication.<>cDisplayClass144_0.b0(CancellationToken _) at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(String[] args, CancellationToken cancellationToken) at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args) at Corsinvest.ProxmoxVE.Api.Shell.Helpers.ShellHelper.ExecuteConsoleApp(CommandLineApplication app, String[] args)

===============================================================================

lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.1 LTS Release: 20.04 Codename: focal

If i can do more to help you, please guide me.

Thank you

franklupo commented 3 years ago

But the Proxmox VE is installed on ubuntu?

zozito commented 3 years ago

No, the IP is just and example, with the real IP I got the same error. The CV4PVE are running in one container with ubuntu 20.04 thank you

franklupo commented 3 years ago

Can install dotnet core and try? https://docs.microsoft.com/it-it/dotnet/core/install/linux-ubuntu#2004-

zozito commented 3 years ago

I instaled the dotnet core and got the same error

franklupo commented 3 years ago

Hi, download zip https://www.transfernow.net/MrnCvJ102020 Contains all files dotnet and cv4pve-autosnap. Try cv4pve-autosnap

best regards

zozito commented 3 years ago

Hi Frank,

Thank you for all your support.

There is the output with the zip file you had sended

root@CV4PVE:~/cv4# sudo /root/cv4/cv4pve-autosnap --host='127.0.0.1', --username=root@pam --password=MyfantasticPW --vmid='100' snap --label='hourly' --keep=1 --debug Problem connection! ================ EXCEPTION ================ System.ApplicationException Problem connection! at Corsinvest.ProxmoxVE.Api.Shell.Helpers.CommandOptionExtension.ClientTryLogin(CommandLineApplication command) at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.CreateApp(CommandLineApplication parent) in C:\Users\Daniele\source\repos\OpenSource\ProxmoxVE\cv4pve-autosnap\src\Corsinvest.ProxmoxVE.AutoSnap\ShellCommands.cs:line 55 at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.<>cDisplayClass9_1.b1() in C:\Users\Daniele\source\repos\OpenSource\ProxmoxVE\cv4pve-autosnap\src\Corsinvest.ProxmoxVE.AutoSnap\ShellCommands.cs:line 139 at McMaster.Extensions.CommandLineUtils.CommandLineApplication.<>cDisplayClass144_0.b0(CancellationToken _) at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(String[] args, CancellationToken cancellationToken) at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args) at Corsinvest.ProxmoxVE.Api.Shell.Helpers.ShellHelper.ExecuteConsoleApp(CommandLineApplication app, String[] args)

zozito commented 3 years ago

hi @franklupo i downgrade the ubuntu version for 18.04lts and the last relase run without problems. Just remember, all the tests and errors i got is on ubuntu 20.04lts

thank you

franklupo commented 3 years ago

I'm figuring out if there are any missing files for Ubuntu 20.04

Thank you

liberodark commented 3 years ago

have same error on my side PVE 6.3 (Only work locally) :

================ EXCEPTION ================ 
System.ApplicationException
Problem connection!
   at Corsinvest.ProxmoxVE.Api.Shell.Helpers.CommandOptionExtension.ClientTryLogin(CommandLineApplication command)
   at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.CreateApp(CommandLineApplication parent)
   at Corsinvest.ProxmoxVE.AutoSnap.ShellCommands.<>c__DisplayClass9_1.<Snap>b__1()
   at McMaster.Extensions.CommandLineUtils.CommandLineApplication.<>c__DisplayClass144_0.<OnExecute>b__0(CancellationToken _)
   at McMaster.Extensions.CommandLineUtils.CommandLineApplication.ExecuteAsync(String[] args, CancellationToken cancellationToken)
   at McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
   at Corsinvest.ProxmoxVE.Api.Shell.Helpers.ShellHelper.ExecuteConsoleApp(CommandLineApplication app, String[] args)
franklupo commented 3 years ago

Hi, You have a firewall?

franklupo commented 3 years ago

In this version use ICMP for test connection available. In the next version we only use port check.