This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tech_public:tp_proxmox [2025/02/13 22:42] – [Direct connection display] jasonwch | tech_public:tp_proxmox [2025/10/09 14:35] (current) – [Remove subscription notification] jasonwch | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Proxmox ====== | ====== Proxmox ====== | ||
| + | |||
| + | ~~stoggle_buttons~~ | ||
| Port forwarding: | Port forwarding: | ||
| Line 11: | Line 13: | ||
| https:// | https:// | ||
| + | |||
| + | https:// | ||
| ==== Switch to no subscription ==== | ==== Switch to no subscription ==== | ||
| https:// | https:// | ||
| Line 20: | Line 24: | ||
| {{: | {{: | ||
| {{: | {{: | ||
| - | ==== Remove subscription notification ==== | + | ==== Remove subscription notification |
| https:// | https:// | ||
| \\ | \\ | ||
| Line 64: | Line 68: | ||
| - Restore the backup file you created from the proxmox-widget-toolkit directory: mv proxmoxlib.js.bak proxmoxlib.js | - Restore the backup file you created from the proxmox-widget-toolkit directory: mv proxmoxlib.js.bak proxmoxlib.js | ||
| - Reinstall the proxmox-widget-toolkit package from the repository: apt-get install --reinstall proxmox-widget-toolkit | - Reinstall the proxmox-widget-toolkit package from the repository: apt-get install --reinstall proxmox-widget-toolkit | ||
| + | \\ | ||
| + | \\ | ||
| + | ==== check volume group free space ==== | ||
| + | |||
| + | vgdisplay pve | grep Free | ||
| + | |||
| + | ==== check log size ==== | ||
| + | |||
| + | < | ||
| + | journalctl --disk-usage | ||
| + | </ | ||
| + | |||
| + | Limit log size | ||
| + | < | ||
| + | SystemMaxUse=50M in / | ||
| + | </ | ||
| + | |||
| + | Reload conf afterward | ||
| + | < | ||
| + | systemctl restart systemd-journald | ||
| + | </ | ||
| + | |||
| + | ==== Ubuntu Wayland issue ==== | ||
| + | |||
| + | https:// | ||