pimox7 icon indicating copy to clipboard operation
pimox7 copied to clipboard

Install script

Open bouldinnathan opened this issue 2 years ago • 4 comments

Install script does not work on fresh install of the 64 bit Raspbian OS from Raspberry pi imager.

Reproduction steps: Burn latest 64 bit Raspbian image from Raspberry pi imager. Use instructions.

Error: Package proxmox-ve does not install correctly because proxmox-manager is not configure correctly

Work around: follow instructions about remove localhost and other extra entries... https://forum.proxmox.com/threads/problem-with-installing-proxmox-ve-on-debian.44316/ apt install proxmox-ve then run the script

bouldinnathan avatar Mar 27 '22 16:03 bouldinnathan

Thanks for the feedback bouldinnathan! I will take a look at it.

Be patient, it will take some time, since im working on other projects (non github relarted) at the moment.

TuxfeatMac avatar Mar 27 '22 17:03 TuxfeatMac

Thanks. I hope if some one else has the same problem this might help.

bouldinnathan avatar Mar 28 '22 04:03 bouldinnathan

@bouldinnathan Thank-you for posting this. I have the exact same issue. Could you please post your hosts file? I'm not sure exactly which steps to take in the forum thread you posted.

Cheers!

BadIdeasExecutedPoorly avatar Apr 01 '22 11:04 BadIdeasExecutedPoorly

@BadIdeasExecutedPoorly

I think I removed "127.0.0.1 localhost". I think removed everything but "192.168.86.136 uhura". (uhura was the name of my RPI)

Then... apt install proxmox-ve then run the script (Setting up the host name to be "uhura" and used "192.168.86.136" as the ip)

After everything is installed correctly this is my resulting hosts file.

root@uhura:~# cat /etc/hosts 127.0.0.1 localhost 192.168.86.136 uhura

bouldinnathan avatar Apr 01 '22 18:04 bouldinnathan