Did you try enabling host-managed on the container network interface? That should set the appropriate lxc.net.0.ipv4 configuration.
It can be found in the Web UI in the advanced section of the container network interface.
Thanks for sharing!
After I could test it some. It seems to be the subtree_check that is causing the problem. I still run async but with no_subtree_check the mounts work with the new kernel.
hi, for me it works now with export options (rw,sync,no_root_squash,no_subtree_check) - before I had (rw,no_root_squash,subtree_check)
I already tried that yesterday, but maybe I didnt restart nfs-server afterwards, or the old mount was still...
I know this is an old post, but just to help out some people that might be trying to connect without success:
You must connect to the IP of the proxmox machine, not the VM IP.
Good day,
I have one particular container where I run an apache web browser. Under /srv I have added a ZFS mount point in Proxmox for the data directory. For this to work properly, of course apache needs the permissions for /srv, so I did
chown...
I got 2 LXCs (Plex and Ollama) that gives these errors a lot.
Feb 17 09:44:21 pve kernel: audit: type=1400 audit(1771317861.619:38127): apparmor="DENIED" operation="sendmsg" class="file" namespace="root//lxc-206_<-var-lib-lxc>"...
When creating an unprivileged LXC container from an OCI image (e.g. pct create ... --ostype unmanaged) and setting a static IP via:
pct set 129 --net0 "name=eth0,bridge=vmbr1,ip=10.0.0.50/24,gw=10.0.0.1"<br>
The Proxmox config...
ich nutze rustdesk um auf meine VMs zu kommen der Vorteil ist das es auch von außerhalb aus geht,
ich habe aber dazu einen eigenen rustdesk Server laufen
I'd recommed setting up scheduled trim instead.
Please share
zfs list -ospace,refreservation -rS used
qm config VMIDHEREOFAVMWITHLOTSOFUSEDDATA
Also read this about how to properly use fstrim/discard. Pretty sure a zpool trim does not affect...
You would have to provide a lot more information than what you posted here. Otherwise we have to make educated guesses ;)
So just cluster, no HA?
So you use ZFS and VMs use local RAW drives on ZFS?
There are a few problems with that.
Short:
A...
@duderino Great, thank you.
For PMG 9, I simply commented out the following lines and allowed TCP 514 in the firewall settings:
Master comment out:
# /etc/rsyslog.conf
module(load="imtcp")
input(type="imtcp" port="514")
Slave(s) add:
#...
I was able to passthrough my rtx 3070ti and gtx 1650 to the tiny11 windows 11 23H2 and run games on it. I was also able to use lossless scaling with that. The settings have changed since I tried to passthrough an rx 9070 xt but if anyone needs it...
Mir ging es tatsächlich auch erstmal nur um den zugriff an sich. ich kannte das früher eher ala vmware remote console . Sowas geht wahrscheinlich auch mit spice ( wird das von redhat überhaupt noch gepflegt?) und dem virt viewer? Ich würde gerne...
There are so many modifications in changed subsystems from Debian Buster --> Bullseye --> Bookworm --> Trixie.
While I do have some systems (not PVE) which were upgraded from Stretch to now I would choose to create a new install and restore VMs...
Thanks for your reply. I have PBS running on a VPS, but I also wanted some backups locally so that's why I set this up. Would switching to SMB help then?
And there still is the other use case: the downloading from usenet to my NAS. Would I also...