-
-
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?
PVE Post Install
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.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.
When running the scripts, if clicking "no" on option "Correct 'ceph package sources?", the script can't finish in the end. It get's stuck when trying to update Proxmox (and proxmox then times out after a while, making the terminal stay orange coloured and not upgrading the machine).
Then, if manually running "apt update", you get an error declaring that there's a problem with the ceph repo and thats probably whats stopping the scripts. If you then run "apt upgrade", it works fine and upgrades everything correctly. If you then run the scripts again from the beggining but choose "yes" to the "Correct 'ceph package sources?" option, the scripts finishes AND updates + upgrades the machine successfully (like it should do).
π Steps to reproduce the issue.
Run the script as normal and choose "yes" to every option except for "Correct 'ceph package sources?" and "Add (Disabled) 'pvetest' repository?".
β Paste the full error output (if available).
The terminal just stays on "Updating Proxmox VE (Patiance)...". If you hit enter (or wait long enough), the script will dissapear and the terminal will be coloured orange for the rest of the session (the colour from the "updating" part of the script will stay).
πΌοΈ Additional context (optional).
No response