You're probably using x-vga=on in your config, this will redirect the video output to your M6000, plugging in a monitor to your card should give you the console of your vm.
To get console in proxmox however you will have to disable the x-vga=on, this should give you two screens (one from console...
You can limit the arc live without reboot (not persistent) or persistent:
Set arc min and max persistent on reboots:
$ vim /etc/modprobe.d/zfs.conf
>>>
options zfs zfs_arc_max=34359738368
options zfs zfs_arc_min=17179869184
<<<
update-initramfs -u
Set arc min max realtime (non-persistent)
$...
Thank you, I did dive into the manpages but didn't find the .pxarexclude solution.
This issue is fixed for me as I can simply exclude this folder.
I created a enhancement request in case someone ever runs into this issue with a more valuable folder.
https://bugzilla.proxmox.com/show_bug.cgi?id=3069
The folder appeared to have over 2 million files, since these were old session files they could be deleted.
Is there any way to exclude a single folder or increase the file limit in case something like this happens again?
Hi,
I've been testing pbs for a while now and I'm backing up production vm's and lxc containers to really test pbs in our environment.
One container has been giving errors regarding a file entries limit. This seems to be limited to pbs.
I just upgraded to pbs 9.0 (client and server) but had...
Thank you! That's what I wanted to know, glad to hear this is already a known issue.
I already restored the backup using our other backup strategy, I try to use pbs as much as possible for testing but it's not our only solution.
I was able to browse through the filesystem using the GUI, the...
Hi,
I've been using pbs as a test for a while now.
I tried to restore a lxc container using pbs but it keeps failing with this error:
Error: error extracting archive - error at entry "cpdavd_error_log": failed to restore mtime attribute on "cpdavd_error_log": Operation not permitted (os error...
I've been using this cloud provider for a while now:
https://github.com/lnxbil/docker-machine-driver-proxmox-ve
Tested and working with RancherOS iso and debian 10 prepared image + cloudinit.
Because of the massive amount of docker images being pulled by customers on their dev/test...
If you know your way around the linux commandline you'll be able to set an ip-address on an interface, bring up that interface and reach proxmox that way.
Nice!
Can't wait for the proxmox devs to release this into the repo so I can upgrade production systems, this fix has been working like a charm on my dev machines for a while now.
I applied the patch this way:
vim /usr/share/perl5/PVE/HA/Resources/PVEVM.pm
Enter ":108" to get to the correct line
Press "i" to insert and paste the new line in.
Make it look like this:
my $params = {
node => $nodename,
vmid => $id,
# bug #2241 forces is for...
I missed your requirement that vm's shouldn't be able to talk to eachother, I thought you just wanted them behind pfsense as firewall/gateway.
You could solve this by creating a new vswitch for each vm or using vlans.
I suggest only using vlans in the proxmox gui and not proxmox gui + pfsense...
@chrisdc Apart from the dhcp problem which shouldn't be a problem if you're using a static ip on proxmox you won't be able to reach the proxmox webinterface when the pfsense vm doesn't route because of whatever issue might pop up.
I've had a few pfsense updates fail which required me to log into...
I've had pretty good experiences with pfsense running as a vm in proxmox, have a few dozen running at the moment.
The only thing I've noticed (on pve5 though) is openvpn doesn't perform as wel as bare metal (even with cpu: host and aes-ni enabled in pfsense).
Recent testing showed on pve6 with...
I already did some testing with different datastores, I apparently copied the wrong command.
Everything works like a charm after updating to 0.8.6 client.
Testing every possible configuration as we speak, I'm very impressed with the possibilities so far.
No issues regarding the backup software...
root@pve2:~# proxmox-backup-client version
Error: no such command 'version
I'm using 0.3.0-1:
root@pve2:~# dpkg -l | grep proxmox-backup-client
ii proxmox-backup-client 0.3.0-1 amd64 Proxmox Backup Client tools
I downloaded this version using...
This is exactly the product I've been waiting for, thanks a lot!
I installed it on a testcluster but keep getting an error when trying to backup a pve node:
root@pve2:~# export PBS_REPOSITORY="pvetest2@pbs@192.168.178.235:datastore"
root@pve2:~# proxmox-backup-client login...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.