I worked with Veeam advanced support on this issue. We are seeing that qm start task against the worker VM is getting stuck indefinitely and the only way to get the job to run is to kill the task. Veeam provided me with a private build that...
Same here! I just opened a support case at Veeam. Strange is, that manual powering up of the workers always work with no stuck.
So, is the tweak to leave the workers running at least working? If so, I'd like to try that out as a temporary...
This is not an official version from PBS. ARM is not officially supported by Proxmox. Therefore, it would be better you contact the developers directly via the GitHub repository. https://github.com/dexogen/pipbs/issues They might be able to help...
Hab grad nochmal auf den Server geschaut, also es sind SAS 10k HDDs verbaut, 2x 300 GB und 5 x 900 GB, meine erste Aussage ganz oben passt nicht, hatte ich falsch in Erinnerung.
Den RAID Controller muss ich mit nachher mal genau ansehen.
Hmm... it might just be that it loses focus. I've seen this happen when you have a password manager like Bitwarden or KeePassX installed in a Chrome-based browser. In that case, it helps not to click on the TOTP window, click somewhere else...
I used apt-cacher-ng for years. I also tried squid-deb-proxy and apt-mirror at various solutions. All in all, these are very unstable solutions. For apt-cacher-ng, I had already written a script that deletes the entire cache and rebuilds it if...
OK, so you only have this issue with one out of 4 cards and only after it had previously worked?
If so, which OSes do the cards run? And specifically, did the "failing" one run a different OS than the rest?
It somehow sounds very much like a...
>Does the folder /build/pve-kernel/proxmox-kernel-7.0.2/debian/control/ actually exist?
yes
>Looking at 3 and 5 you might now have /build/pve-kernel/pve-kernel/proxmox-kernel-7.0.2/debian/control/
sorry, posted the wrong path. i meant...
Hi, @tchjntr
There may be a few reasons. Hard to guess because we have no complete information.
One of the reasons can be mounting the current filesystem in not empty mount point.
Another can be running ncdu as a user lacking permissions to...
Here's what I ended up doing:
I removed the local-lvm from the GUI under Datacenter/Storage.
I removed the thin pool on both nodes using lvremove pve/data.
I then extended the root lv and resized the filesystem using:
lvextend -l +100%FREE...
/usr is bigger than expected as it is 3G on my system. Did you install additional software or upgrade through multiple versions of PVE (in which case apt purge '~o' might help)? /var is also much bigger than mine (544M for /var, 91M for /var/log).
The PVE installer requires only 8GiB AFAIK and uses about half of that for boot and its software. Maybe only the ESP is too small? Maybe you need to remove some old kernels (which can be a bit of a hassle according to some recent threads once you...
Ich muss mal Udo etwas widersprechen. Bei den 300GB HDDs, würde ich lieber ein Hardware Raid1 mit Batteriecache bevorzugen. Den Unterschied bei dem drehenden Rost merkt man deutlich.
Die 980er sind vermutlich 960GB SSDs, dann könntest du dich...
I am realizing I am on the wrong path. It seems NoVNC is not working and the ssh error is from xterm.js. My real issue is NoVNC is failing with a 500 when I try to get into a VM/LXC and simply says failed when getting to a node. The pveproxy logs...
Interestingly, if i waited a little longer, the two test zones do different things -
"Test" -
Type=Simple, IPAM=phpIPAM
I can see the test LXC in phpIPAM, but nothing in Datacenter->SDN->IPAM,
"Test 2" -
Type=Simple, IPAM=pve
I see...
The .ssh/confg on each is
cat /root/.ssh/config
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com[/COD
and grep -sR "dss" /etc/ssh /root/.ssh returns nothing.
Hi,
Is anyone able to help me wrap my head around this -
I have SDN configured with some zones that have my phpIPAM system configured for their IPAM layer.
One zone is 'simple' the other is 'vxlan'.
Both zones have both subnets added to their...