Problems with post install script

Hi @Zbii, did you have a question you meant to ask?

A question for you - is there a reason you wanted to run this script?

To my knowledge, regrettably, the person responsible for maintaining and advancing this resource is no longer around.

Script's source is available on github for anyone to review and modify.
As @leesteken mentioned, these tools are not officially maintained.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
Hi, thanks for the help.

My goal was exactly what is described in the script description:))
"This script provides options for managing Proxmox VE repositories, including disabling the Enterprise Repo, adding or correcting PVE sources, enabling the No-Subscription Repo, adding the test Repo, disabling the subscription nag, updating Proxmox VE"
Now I'll have to figure it out again:))

I searched the github repository and didn't find this script but I'm still looking:))
 
I found this script in the "misc" section, for now I only changed the place where the version is checked and then we'll see what happens next:))
 
Hi, thanks for the help.

My goal was exactly what is described in the script description:))
"This script provides options for managing Proxmox VE repositories, including disabling the Enterprise Repo, adding or correcting PVE sources, enabling the No-Subscription Repo, adding the test Repo, disabling the subscription nag, updating Proxmox VE"
Now I'll have to figure it out again:))

I searched the github repository and didn't find this script but I'm still looking:))

Except from the nag removal everything can and should be done from the native GUI or CLI. So there is really no reason to run stuff you don't understand from the Internet just because Reddit tell you to do this ;)
These scripts are a great learning oppurturnity though: Open them in an Editor, find out how they work, change stuff and see what happens etc. For actually getting things done it's better to setup stuff up youself ( so you know where to look if something gets wrong) or run your homeserver stuff from a docker or podman Container in a VM or a NAS OS with docker support. Proxmox VE is not really suited for "run and forget" homeserver uses. If the road is the goal aka learning stuff it's fantastic.
 
Last edited:
Hi @Zbii, did you have a question you meant to ask?

A question for you - is there a reason you wanted to run this script?

To my knowledge, regrettably, the person responsible for maintaining and advancing this resource is no longer around.


What makes you think that the scripts are not being optimized and further developed? We took over or founded the repo before tteck passed. He was still actively involved for the last few weeks of his life. Now it's a community action, but ultimately everything is still meticulously checked.

By the way, the script above is the old from tteck. Its merged into community-scripts/ProxmoxVE. And this Script is working.
 
Last edited:
What makes you think that the scripts are not being optimized and further developed? We took over or founded the repo before tteck passed.
@MickLesk , OP specifically referred to tteck's repo when opening the post. My statement was in reference to tteck only and that particular repo.
I am aware of the changes, at a high level, as much as anyone can be by doing a few simple google searches.

Perhaps you can assist OP more in-depth.
Thanks


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
Last edited:
Thank you for your help
I found the script but I filled in the entries manually
 
Its a simple fix:

Log in to the PVE box as root cd in to /root/
Do: wget https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh

And edit the line:
if ! pveversion | grep -Eq "pve-manager/8.[0-2]"; then And change the [0-2] to [0-3]

safe the changes.
chmod +x post-pve-install.sh
./post-pve-install.sh

And keep the script somewhere safe not sure how long it will be arround ..
Ow yeah .. dont try in prod ..

Ow yeah , ask your self .. Will it work for future releases? and also get a subscription if you can,
 
Last edited:
  • Like
Reactions: rodeoric

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!