Open mihalski opened 4 years ago
Have you made sure Proxmox is fully up-to-date?
Will
I'm having a similiar issue, I'm running version 6.1-3. It will install with no errors but, after I login, this is displayed "Clean up process", "No screen session found" (does this 4 times). Closing AP and exit with code:0, then prompts me to logon again.
P.S it does enable Samba.
Please update Proxmox - 6.1-15 is the latest. Also, this will occur if you have not correctly set up the community edition - commonly referred to as the "nag" removal also.
sed -i "s/^deb/\#deb/" /etc/apt/sources.list.d/pve-enterprise.list
# Add PVE Community Repo
echo "deb http://download.proxmox.com/debian/pve $(grep "VERSION=" /etc/os-release | sed -n 's/.*(\(.*\)).*/\1/p') pve-no-subscription" > /etc/apt/sources.list.d/pve-no-enterprise.list
# Remove nag
echo "DPkg::Post-Invoke { \"dpkg -V proxmox-widget-toolkit | grep -q '/proxmoxlib\.js$'; if [ \$? -eq 1 ]; then { echo 'Removing subscription nag from UI...'; sed -i '/data.status/{s/\!//;s/Active/NoMoreNagging/}' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js; systemctl restart pveproxy.service; }; fi\"; };" > /etc/apt/apt.conf.d/no-nag-script
apt --reinstall install proxmox-widget-toolkit
Run this in the PVE shell, reboot. The "No subscription nag " should be gone. The refresh the updates and make sure you are on v6.1-15. Let me know if I can be of further assistance.
Tollbringer
Tollbringer, when I run the "apt --reinstall install proxmox-widget-toolkit" command after updating the "pve-no-enterprise.list" and "/etc/apt/apt.conf.d/no-nag-script" files with the information you have provided, I am presented with "E: Syntax error /etc/apt/apt.conf.d/no-nag-script:2: Extra junk after value". I have rebooted the server and also ran it in incognito with the same results.
If you are around Discord I would love to help. Dr.Zzzs or DigiblurDIY channels!
Ok, I will login , when I get home.
I've used your wonderful script before and it worked perfectly.. However I've tried multiple times today and even though it appears to build without error it fails to start with the following erroor:
Trying to run the container in foreground mode didn't really give me much more:
Any ideas as to what the problem might be?
Thank you in advance.
Regards, Michal