From ffbeebf31e62518c38e73d43b9504668c927fa50 Mon Sep 17 00:00:00 2001 From: ralfk Date: Sat, 26 Oct 2024 15:42:25 +0200 Subject: [PATCH] Surface8: 2024-10-26 15:42:24 --- Technik/Proxmox-Server.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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