If you suspect an issue with a Proxmox package, you can reinstall all Proxmox packages using this command:
sudo apt update && \
sudo apt install --reinstall $(apt list --installed '?narrow(?installed, ?origin(Proxmox))' 2>/dev/null | tail -n +2 |...
Good morning,
I’m running a small proxmox server (8.4.11) to host Home Assistant and Unifi OS Server. It’s been a great foundation for learning and has potential for expansion.
My concern now is how to backup the VMs etc. I want to use a...
Hi everyone,
I’d like to ask for some guidance regarding the minimum replica settings in Ceph.
Here’s my current setup:
I have 3 Proxmox nodes.
Two nodes are used as primary hosts for running VMs.
The third node is only acting as a quorum (no...
Virtualization makes the most sense when you use it to break down work into small chunks. Imagine trying to fit tetris pieces that are 4 squares, and then you have a piece that is 48 squares in size. If your use case is really that big, the only...
All,
I'm excited to announce a new release of the unofficial VDI client for Proxmox VE (v3.0.0)!
New features:
New look and feel! (Replaced PySimpleGUI with customtkinter)
Added pagination for large sets of VMs (page size customizable in...
All,
I'm excited to announce a new release of the unofficial VDI client for Proxmox VE (v3.0.0)!
New features:
New look and feel! (Replaced PySimpleGUI with customtkinter)
Added pagination for large sets of VMs (page size customizable in...
Hello!
Long story short I got a friend who wants cameras and a server built for him, and he's got space restrictions. When I installed Proxmox for VM's myself, I used a dual socket Super Micro board as I know those boards to have good IOMMU...
For future travelers: systemd allows you to override certain sections of a default install:
systemctl edit <name>.service
Then specify which section and variable you want to override or add more control:
[Unit]
# Use the specific device name...
Yeah I understand a performance penalty, but this is on a fresh LVM, fresh VM and fresh qcow2 disk, and it only happens at disk formatting. After the formatting of the disk the OS installs at a normal speed and I'm able to saturate the 25gb...
We've recently switched from our old mail-gateway to PMG 9.0.6 and I noticed in the syslog that there are a few entries where remote mailservers seem to sucessfully connect to PMG and instantly disconnect again. The syslog always contains 4 lines...
That's the probable issue that you first tried to mount unformatted file system. Based on the output of df/mount you sent nothing is mounted in the /mnt/sdh1 directory.
I guess you didn't :cool: . At least not in that order.
You can only mount a filesystem after "formatting" it (that is, after creating the filesystem (e.g. as ext4)).
OK, yes that does kinda fit and sound about right to me.. so I should wipe the Scratch drive and let ProxMox do everything instead of me manually doing it.. OK, lets give that a try... Or should I now try to just mount it?
EDIT : So I just...
Works perfectly on Unraid 7.2.4 and PBS 4.1.0! I followed the guide strictly. I use a subdirectory of an Unraid share that is disks-only (no cache, no mover involved).
Im really confused about intel new naming scheme, but Im assuming 245K is Core Ultra 100 series (Meteor Lake) and Core Ultra 200 is new release of Arrow Lake Refresh? Anyway, it works just fine with patched strongtz/sriov-dkms on 6.19 and does...
You cannot use a forwarding DNS as Spamhaus will block the query.
Edit: https://check.spamhaus.org/returnc/pub/#:~:text=Queries%20cannot%20successfully%20be%20made%20to%20the%20Spamhaus%20free%20infrastructure%20via%20public/open%20resolvers
My associate tells me that the zen.spamhaus.org is assigned to the postfix parameter dnsbl_sites, on pmg's Configuring Mailproxy options tab. We have not configured the realtime blocklist at dbl.spamhaus.org anywhere. This is the source of our...