diff --git a/Technik/Proxmox-Server.md b/Technik/Proxmox-Server.md index eaa086a..b754632 100644 --- a/Technik/Proxmox-Server.md +++ b/Technik/Proxmox-Server.md @@ -11,9 +11,18 @@ echo deb http://download.proxmox.com/debian stretch pve-no-subscription > /etc/a ``` No-Subscription-Hinweis in der Weboberfläche deaktivieren: ```bash -sudo sed -i.bak 's/\/nodes\/localhost\/subscription/\/version/g' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js +sed -i.bak 's/\/nodes\/localhost\/subscription/\/version/g' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js ``` +Auf dem Backup Server muss folgendes ausgeführt werden : +```bash +sed -i.backup -z "s/res === null || res === undefined || \!res || res\n\t\t\t.data.status.toLowerCase() \!== 'active'/false/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart proxmox-backup-proxy +``` + + + + + um ein aktuelles Logging zu machen : 2 Website öffnen dort die Shell starten und in der Shell : ```bash