BassT23/Proxmox

Root password when updating script and updating LXCs

Closed this issue · 6 comments

After update today to v3.8, when I execute "update up" or "update", I'm being asked constantly for my host root credentials. This was not happening before.

However, even when I entered the password, it returns an error that permission is denied. I'm sure the password is correct as I can login to the host using SSH without issues.

Here some screenshots
image
image
image

Sry for that, will have a look on it.
During our tests, we don't had this problem.
At first please try to uninstall and install new.

Idea, what comes up, if you type in Kratos "ssh root@Kratos"?

If I type "ssh root@Kratos" I see same behaviour
image

However, if I log using IP instead of HostName it works
image

ok, if you make "cat /etc/hosts" are there a line called "192.168.30.4 foo.bar Kratos"?
I made a change in latest release to use the hostname insead of ip for better readout, but I think I should rollback to IP (for Update Check)
For now you could help yourself, if you put in the line "192.168.30.4 Kratos" in /etc/hosts

You made the trick!
Issue solved :) I had some misconfiguration on my system, not sure where was coming.

Thanks for your quick support.

gerne ;)