Hi,
After applying workaround from this (link) proxmox forum post, I was able to start import with "Live Import" while VM being powered OFF on VMware side. However, when I try to power ON that VM on VMware side after few seconds/minutes the...
Adding
abi <abi/3.0>,
profile system_tor flags=(attach_disconnected) {
....
to the beginning of /etc/apparmor.d/system_tor and running systemctl reload-or-restart apparmor.service seems to fix the issue for tor too :)
@julwonn: After 3 minutes of googling I doubt you should use port 10050. This port is for systems running zabbix_agent.
AFAICS, Meraki uses HTTP API, not zabbix_agent.
Have you read e.g. https://www.zabbix.com/integrations/meraki ?
Hi, sounds like a tagging mismatch between Proxmox and OPNSense.
You need to do bonding first — create LACP bond (mode 802.3ad) → bridge it to VLAN-aware vmbr → connect OPNSense VM NIC (no VLAN tag). Then do VLANs (10/20/30/40) inside OPNSense...
Thanks so much in advance!
I read your message and it really gave me the nudge I needed.
I think I just need to follow your steps and not create a LAGG in OPNsense itself (next to the one in proxmox), pretty sure that’s where I messed up last...
Hi, looks like your installer is stuck during USB device initialization — the usb 1-5: device descriptor read/64, error -32 messages usually mean the installer can’t properly read from the USB stick or the USB controller is having trouble.
Try...
Hello Advin,
Do you still got this problem? if you still have this issue then please provide pvereport for double checking.
On the command line run:
pvereport > $(hostname)-report.txt
The resulting TXT file can then be copied off the server, for...
This isn’t a Proxmox issue — it’s between Zabbix and the Meraki API. The problem usually comes from API authentication, Org ID, or network/DNS reachability from your VM to api.meraki.com.
Start by testing API access directly from the VM with...
Mit diesem Script lasse ich die angeschlossene HDD auswerfen, sofern sie angeschlossen ist. Wie oben schon erwähnt, erfolgt dies unmittelbar nachdem der Sync-Job abgeschlossen ist, sofern dieser noch läuft.
#!/bin/bash
HDD=("HDD-Jan" "HDD-Feb"...
Hi y’all,
I’ve released a Proxmox hardening guide (PVE 8 / PBS 3) that extends the CIS Debian 12 benchmark with Proxmox specific tasks.
Repo: https://github.com/HomeSecExplorer/Proxmox-Hardening-Guide
A few controls are not yet validated and are...
Execute from the command line shell of the Zabbix server:
telnet ip.address.of.meraki 10050
(replace ip.address... with the IP address of that Meraki device)
and post the result.
Could you share a longer excerpt of the system journal? How often does the message occur? Does /var/log/pveproxy/access.log contain any mention of the other nodes?
Thank you!
Above is my use case, since it resembles the current state i currently work, and believe that migrating from single docker node to a docker swarm cluster (keeping the same compose files properly amended for docker swarm will require...
The opt-in kernel 6.17 is now available for Proxmox VE 9.0 in the pve-test and pve-no-subscription repositories, if you would like to test it (official announcement of kernel 6.17 will come soon EDIT: added link to announcement post). Currently...
Yes, neither does any system I know. You need I/O predicability, so running stuff in the background is a no-go for an enterprise.
A scrub is the real world metric you need. SMART is not that good at predicting failures.
I don't run SMART tests...