Hey,
du kannst es direkt per scp(oder in deinem Fall winscp) in den LXC kopieren, ich gehe davon aus, dass der container eine IP im selben Netz wie dein Windows PC, oder der PVE host, hat. Falls nicht, kannst du einen Ordner vom host in den...
Hey,
you can re-issue[1] the license yourself. You don't really have to do anything specific with old instance, it'll lose access to the enterprise repository though.
[1]...
Yes, hooking up a monitor directly to the server is what I meant. Same as with IP, you can change the interface in /etc/network/interfaces. ip a will give you a list of all available interfaces, then you can just set bridge-port for vmbr0 to...
Hey,
can you ping the host? What you mean by "management port" and "third port"? If you want to change 8006 to something else then no, that is not possible. In case you mean the hosts IP, then you can just directly login and change the IP in...
Today we are really excited to celebrate 20 years of Proxmox Server Solutions. When Dietmar and I founded Proxmox 20 years ago, our vision was clear: to create efficient and easy-to-manage Linux software solutions for everyone. Looking back, it's...
It is not necessary to use fstab. Proxmox should create a systemd-file like /etc/systemd/system/mnt-pve-DIR01.mount, when you add the storage as directory.
Content is like
[Install]
WantedBy=multi-user.target
[Mount]
Options=defaults
Type=vfat...
If you created the fs through PVE then yes, what @fba said is correct. And updating the UUID in /etc/systemd/system/mnt-pve-DIR01.mount should be enough. After you updated the UUID you can run
systemctl start mnt-pve-DIR01.mount
which should...
Are you sure 2f152f8f-87bb-4e1b-987c-a4a444913335 is correct?
ls -lah /dev/disk/by-uuid/2f152f8f-87bb-4e1b-987c-a4a444913335
should be a link to /dev/sdb.
Currently the disk is not mounted, which explains /mnt/pve/DIR01 being empty.
Generally...
Hey,
I'm a little confused. PBS does have "Updates" in the UI, but even if it wouldn't, updating is literally just apt update and apt dist-upgrade, nothing more. Calling a whole PVE installation for just that 'overkill' is an understatement. Are...
Hey,
die einzelnen Snapshots haben Notes, und sortiert werden diese innerhalb von Gruppen. Gruppen selbst haben keine Notizen, daher sind Notes hier eher grau. Die Notiz die bei der nicht-ausgeklappten Gruppe angezeigt wird, ist die vom letzten...
For the sake of completeness:
mv vm/108 /ns/MoveTest moved 108 into /ns/MoveTest, but it has to be in vm/. So either
- mv vm/108 /ns/MoveTest/vm/
- or, the whole vm dir with mv vm /ns/MoveTest/
Sorry, I missed your reply here. I am not sure why, but in my head we allowed sync jobs to the same local datastore, I just checked our code, and as you also noticed, we don't.
So, you first create the namespace you want(if you havent already)...
We are excited to announce that our latest software version 8.4 for Proxmox Virtual Environment is now available for download. This release is based on Debian 12.10 "Bookworm" but uses the Linux kernel 6.8.12 and kernel 6.14 as opt-in, QEMU...
Hi @verulian ,
Here are a few notes and clarifications regarding the virtio-scsi controllers and their behavior:
virtio-scsi-single: Each disk can optionally have a dedicated I/O thread, depending on whether the I/O threads are configured for...
I see, then having two interfaces on vmbr0 attached to the VM will give you two different MACs. What exactly is the problem? pfSense not letting you save the configuration?