Surface8: 2024-10-26 15:42:24

This commit is contained in:
ralfk 2024-10-26 15:42:25 +02:00
parent 6300f5a2b0
commit ffbeebf31e

View File

@ -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: No-Subscription-Hinweis in der Weboberfläche deaktivieren:
```bash ```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 : um ein aktuelles Logging zu machen :
2 Website öffnen dort die Shell starten und in der Shell : 2 Website öffnen dort die Shell starten und in der Shell :
```bash ```bash