I have an odd variation here - running an Immich LXC created from Proxmox VE Scripts - using this post guide, mounted a QNAP exported NFS share successfully and also mounted in LXC without issue using the mp0 entry
Now where I try the same with...
Your suggestion helped me to fix it!
When I checked the output of ip address, I found that they were correct on each node (interface showing as UP), but there was also a second IP on the same VLAN created by keepalived (virtual IP between the 3...
hmm I didn't find something concrete, but could you try to run corosync on another nic?
Or make sure the current IPs 10.100.37.x are not used as a gateway or routing
~# grep "has no active links" pve1-log.txt
Apr 13 15:01:37 pve1-cdcprod...
Hi @TheAncientMariner ,
Exit code 1 is a generic non-success return value. Any non-zero exit code usually indicates a failure. Some applications use a range of exit codes to represent specific error conditions, but as far as I am aware, PVE...
You won't get any specific information from the exit code. It's either 0 (success) or 1 (error). Any value >0 is considered error and the purpose of that is to control the flow of the scripts (by simple logic) not the detailed troubleshooting...
I thought I had discovered that SIGHUP stops the process - but in the script I accidentally sent the signal twice. It seems this causes the malfunction. If the signal only gets sent once, everything works as expected.
If you install Jellyfin using the Community Scripts from https://community-scripts.org/scripts/jellyfin the menu system walks you through the process of mapping the correct graphics card.
And if you install https://github.com/MacRimi/ProxMenux...
Hello everyone, since I recently had to do some troubleshooting involving an error when trying to access the shell through management GUI and this error message included at the end "exit code 1" but I was unable to find any official documentation...
Based on my review of the current code, I understand that proxmox-backup-proxy is designed to expose its service over HTTPS/TCP port 8007, while the internal privileged API listens on 127.0.0.1:82, and that there is no available configuration to...
What are you talking about? All our code is fully open source, we encourage and support upstream contributions to actually make things better for all by default over some third party modification hacks. So posting fixes to our official submission...
Hello,
Here is the response of the pve1 node and pve2 node :
PVE1 :
Cluster information
-------------------
Name: cluster-cdcprod
Config Version: 3
Transport: knet
Secure auth: on
Quorum information...
What are you talking about? All our code is fully open source, we encourage and support upstream contributions to actually make things better for all by default over some third party modification hacks. So posting fixes to our official submission...
Das löschen älterer Snapshots sollte keinen Einfluss auf den aktuellen Zustand des Gastes haben. Ich mach das ständig. Kannst du noch folgendes teilen?
cat /etc/pve/storage.cfg
qm listsnapshot IDDERVMHIER
qm config IDDERVMHIER
lsblk...
Der Grund für Thick-LVM war der dass wir den speicher nicht Überprovisionieren können.
Bei ThinLVM ist es ja schnell passiert wenn wir Migrieren dass der Speicher Überprovisioniert, Sonst gab es keine Günde.
Dass 'snapshot-as-volume-chain'...
Hi,
TLS certificates are used to encrypt the connection between mail servers (i.e., the transport layer), not the email content itself. Most major mail servers already handle this automatically. For encrypting email content, the two main...