Have you ever wanted to backup your Ubuntu 18.04 machines to PBS? ...no? Well, you can do that now!
Proxmox Backup Client has a mandatory dependency on FUSE 3, which allows you to mount a remote backup locally - you can browse and work with it...
#######################################################
########## API : Execution on the server with cmd ##########
$FQDN = "myserver"
$TokenID = "root@pam!blabla"
$Secret = "fa57313e-878d-4c49-9dd1-7faab4837c55"
# Construire l'URL du serveur...
Hi,
the much more easier solution than building your own ISO might be to use the first-boot script in combination with a separate named partition on the USB flash drive.
So the first-boot script could do something like:
mount -o ro...
You are right. Thank you for the input. I will definitely try your debugging in my script. I havent had a chance to test it yet because I am currently trying to resolve a unmet dependency problem with xfce4 chromium/firefox-esr for my offline...
After wipe one of the managed cluster and adding it again (change of hostnames, addressation same as was, old cluster name ) old hostnames still shows in Updates section of Remotes, anyone knows where to look for those old hostnames? I have...
It should be possible to just run dnsmasq on your own, so find the vnet bridge (in this example myvnet) and run:
dnsmasq \
--interface=myvnet \
--bind-interfaces \
--port=0 \
--dhcp-range=192.168.100.10,192.168.100.200,12h \...
Are there any best practices or supported tools for backing up and restoring the datacenter and/or node-level configuration? It looks like the backup support built into Proxmox VE itself only backs up individual VMs. I also noticed that if you...
Hello Nico, I've created a separate, isolated network/subnet (10.10.20.0/25) connected to eno3, added an IP address, (10.10.20.5) selected the 10.10.20.5/25 address in Datacenter | Migration and everything is working fine. Stepping back, as you...
Hey, wie kommst du auf die 4MB/s bei der usb Platte? Ich kann das hier nicht nachvollziehen. Da ist der synjob zu einer usb Platte ( 3.1) wesentlich schneller.
Gerade geschaut, letzter sync sind es 80gb gewesen in durchschnittlich 70MB/s laut log...
Hey, wie kommst du auf die 4MB/s bei der usb Platte? Ich kann das hier nicht nachvollziehen. Da ist der synjob zu einer usb Platte ( 3.1) wesentlich schneller.
Gerade geschaut, letzter sync sind es 80gb gewesen in durchschnittlich 70MB/s laut log...
You are right. Thank you for the input. I will definitely try your debugging in my script. I havent had a chance to test it yet because I am currently trying to resolve a unmet dependency problem with xfce4 chromium/firefox-esr for my offline...
Ja, sieht alles normal aus, Carrier OK, RustDesk OK, Bridge UP
Es ist fast sicher ein ARP-Problem
Da der Container keinerlei eigenen Netzwerk-Traffic erzeugt, wenn niemand den RustDesk-Server nutzt, passiert Folgendes:
- Gateway/Router hat...
Thanks for the response. I tried an approach to handle the lock mechanism and it works as expected, so testing in progress.
Able to create 10 parallel vms, with snapshot, revert, poweron/off, delete it works fine till now...and test in progress...
Hallo.
Danke für die Hinweise. Ich habe das geprüft. Also der Reihe nach:
journalctl -u systemd-networkd --no-pager | grep -i "carrier"
liefert nur diese 4 Einträge für vorgestern. Das deutet auf den Systemstart hin:
Feb 17 19:21:40...