Hello, I am here to get some help, i am new to proxmox and i want to know if the SSL Certificate of a node gets expire, what problems we may face ? Web GUI failure ? I did expire the certificate and then tried to load the node in browser, but its...
I would like to add that this happens randomly and rarely; not all VMs are impacted on the same node with the same storage. So it is maybe related to a I/O pressure.
Hi @yrzorg
thanks for posting in the forum!
770 sub find_local_network_for_ip {
771 my ($ip, $noerr) = @_;
772
773 my $testip = Net::IP->new($ip);
774
775 my $isv6 = $testip->version == 6;
776 my $routes =
777...
hm - is this node part of a cluster ? - maybe the cluster sync interferes here?
else - if you share the log - and your acme configuration files we might see something more.
"transient data" - this includes quarantined mails, and the...
Jun 17 08:26:21 lab-hq1-pve01 pvedaemon[1526509]: <root@pam> successful auth for user 'prometheus@pve'
Jun 17 08:26:47 lab-hq1-pve01 pmxcfs[3003]: [status] notice: received log
Jun 17 08:27:21 lab-hq1-pve01 pvedaemon[1526509]: <root@pam>...
If you will use custom names you should see note "It is recommended to assign a name starting with en or eth..." Though the tool does use "nic..." as you found, so I would think that is also supported.
No, I haven’t changed anything in the network configuration recently, and this PMG is a standalone instance
Update: The issue has been successfully resolved
Thanks to the prompt hint about line 775, I investigated the networking side...
Wir sind hier im ländlichen Raum ... der "einzige" (?) Anbieter, der hier Glasfaser mit 1GBit/s anbietet, scheint momentan e.ON zu sein. Dass die keine feste IPv4 für Schulen anbieten, finde ich auf alle Fälle schwach. Es ist ja schon ein...
hm - at least part of the issue is that an IP that might be yours (based on public IPs in your traceroute ) indeed ran into a rate limit - my guess is that your parallel downloader app opened too many parallel connections.
Sadly we had to install...
Great that ZFS was able to resilver the pool!
Looking at the SMART output, the drive has corrected the errors by reallocating the bad sectors.
If the numbers remain stable you might be able to keep using the drive without problems. If the...
Hello everyone,
I have a small but annoying issue with GPU passthrough (/dev/dri/renderD128) on my Proxmox host (Community Edition).
The problem appeared after a recent update. The device node somehow got assigned to the messagebus group:
bash...
No, I haven’t changed anything in the network configuration recently, and this PMG is a standalone instance
Update: The issue has been successfully resolved
Thanks to the prompt hint about line 775, I investigated the networking side...
Hi @yrzorg
thanks for posting in the forum!
770 sub find_local_network_for_ip {
771 my ($ip, $noerr) = @_;
772
773 my $testip = Net::IP->new($ip);
774
775 my $isv6 = $testip->version == 6;
776 my $routes =
777...
Hi,
We have 3 node proxmox cluster, 2x SuperMicro and 1x Gigabyte servers, all with dual socket AMD EPYC 7742 64-Core Processors. SuperMicro servers have onboard dual port
X540-AT2 (rev 01) 10G copper ports.
The problem is on random interval...
I did not know about this setting! Thanks. But even tho it sounds promising at first... I can't get my head around.
This setting does only affect rbd_reads, and does not impact any balancing of the PGs.
So in best case you might have some read...
FYI: there are also keyboard shortcuts for that, see the About docs tab. But we'll ch3ck if we can easily show that button dierectly if there's enough space.