-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Proxmox Backup Server
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/proxmox-backup-server.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
No response
π Provide a clear and concise description of the issue.
I just installed Proxmox Backup Server using advanced install and always swhen it reloads the networking config (same thing that also happens with Default Settings) it hangs. I tried 2-3 times with root access, without root access, etc. but it never get's past this step. If you login to the LXC container you can see that ifupdown2 startup of dpkg hangs there. If you kill it, the installation script goes on but errors out.
Interestingly the Default Settings get past exactly the same step without problems and for the time beeing I now use the Default Settings, I just have to enable/configure all the stuff I could have done with advanced install now myself. I hope this get fixed for the next one that runs into the same problems and will have to debug again.
π Steps to reproduce the issue.
- run bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/proxmox-backup-server.sh)"
- select advanced install, enter at lest some root password (at least that what I always did) and go on, I left oll the other settings default except installing FUSE and it hangs forever in reloading network config. I guess advanced mode somehow fucks up the network config.
β Paste the full error output (if available).
I have no error logs as I cannot even kill the installation script. I can only force terminate it as CTRL-C does not work.
πΌοΈ Additional context (optional).
No response