By default proxmox-firewall only prints logs at the Warn level or higher, need to set it to trace.
systemctl edit proxmox-firewall
add
then
systemctl daemon-reload && systemctl restart proxmox-firewall
You can then view the logs via journalctl...
a look at the logs would be helpful. you can also use mount -vvv to manually mount and see what errors pop up.
Proxmox also helpfully has a German forum for German speakers.
I believe that is what I was referencing in my original post:
I ended up just going with figuring out what packages are installed by pveceph install and installing those directly using apt.
Hello all!
Got our tape library installed into our PBS. I've got the drives and tapes all working and assigned to pools. I've started building out tape backup jobs, but I'm having an issue from what is likely my misunderstanding on how to setup...
Create an API key instead of using an account. It's more secure as well, as you can limit the permissions of the API token to exactly what PDM needs, no more, no less. And you can always revoke it by just deleting it.
Hi - just installed new Datacenter manager and it looks pretty good. However, when trying to add a remote, it says it does not support 2FA, so therefore it won't accept my user and therefore I can't add the remote. Are you working on a way to...
I have 3 new installs of PVE 8.4.14 in one cluster, a PDM 1.0.1 VM in that cluster and another 3 installs of PVE 8.4.1 in a second cluster , and a bare metal PBS v3.3.6
as I navigate around , I occasionally get the error... api error (status =...
I am attempting to write an Ansible playbook that sets up my Proxmox cluster. One issue I'm running into is pveceph install doesn't have a non-interactive option. I've tried setting DEBIAN_FRONTEND=noninteractive on the task like this:
- name...
The only option I know to automate interactive prompts is expect and there is also an ansible module for that. Maybe look into that until there is non-interactive way to run pveceph install.
Having learned some things about using tcpdump, it appears that my VM guests are able to send traffic out. For example, I can see DHCP packets transmitting out of vmbr0, out of bond0, as well as responses on bond0. No responses on vmbr0...
Unter Proxmox 9.1 VM Debian 13.0 wird die NAS-Freigabe, s.u., in fstab beim booten nicht eingehangen.
Wenn ich dann:
sudo systemctl daemon-reload
sudo mount -a
eingebe klappt das mounten sofort. Beim nächsten booten tritt das Problem wieder...
Well it has not fixed itself yet. Seems the time out is about 10 seconds. The cli command takes about 12 to 15 seconds to return. Any idea what file I could edit?
Thanks
Thank you for your reply. Unfortunately, I'm using it as a backup, which is why iSCSI doesn't support it.
Updated: I mount the iscsi volume and add directory on this vol and it works fine.
I think it's not supposed to be like this way ...
Moin, danke für die schnelle Rückmeldung. Das Journal gibt mir alle Einträge bis gestern 20:24 und dann wieder ab gestern 20:42 -- dazwischen habe ich mehrfach die Maschine über "Stecker ziehen" neu gestartet; insofern wird es wohl schwierig mit...
After experiencing all sort of problems with backups over NFS and Samba, I stopped using such storage and only use iSCSI for my setups whenever possible.
QNAP’s NFS server isn’t always tuned for heavy concurrent I/O from hypervisors. SMB/CIFS is...