Ich in Form von managed und unmanaged Switches ohne Layer3. :D Das reicht mir nämlich hier in meinem Heim-Netzwerk. :)
Wenn es dann eher um ein größeres Netzwerk und nicht um "Spielerei" zu Hause gehen sollte, dann könnte man auch sagen/fragen...
Willst du die Route auf Veränderungen überwachen, oder willst du wissen, ob der Server erreichbar ist? Das ist ein Einzeiler:
~$ export SERVER=irgendeinserver; while true; do echo -n "$(date) "; ping -c 1 -q -W 2 "$SERVER" &>/dev/null &&...
Thank you very much for this hint!
In Logs I saw:
Jun 18 00:39:37 pve1 pvedaemon[1357]: <root@pam> successful auth for user 'root@pam'
Jun 18 00:44:37 pve1 pveproxy[1660809]: authentication failure: 401 permission denied - invalid PVE ticket
In...
Auch da kann man was machen mit dem Bestands-Zugang.
Wenn Du magst, kontaktiere doch mal https://jd-group.io/ (Verweise auf meinen Namen, den ich Dir per DM geschickt habe. Man kennt mich dort.)
Mit SD-WAN verschiebst Du Deinen Ausbruch in ein...
Yes. There is an option in BIOS to set what the machine will do when woken via WoL. Mine was set to "Boot from Network" which I changed to "Boot from Disk" or "Default boot".
Let me see if I can find the screen for you ....
https://forum.proxmox.com/threads/update-impossible-after-upgrade-to-pdm-1-1-1.184018/post-855918
I found this post finally and that got me sorted out! Thanks all!
For PDM proxy
Add this file
/etc/profile.d/proxy.sh
contents:
export http_proxy=(yourproxyinfo)
and this file
/etc/apt/apt.conf
contents:
Acquire::http:Proxy (your proxy info)
Based on the solution in this thread: Subscription check behind proxy broken in PVE9, I was able to add shop.proxmox.com to the hosts file on each PVE node and successfully push out keys and activate all my nodes.
How it's just the issue of...
Howdy,
I have PDM, PBS, and my PVE clusters disconnected from the internet, and was preparing to start running updates though my proxy server, but I can't find a way to add a http proxy to PDM. I was able to use the Datacenter > Options > HTTP...
I recently set up notifications for backup errors. I created the notification target for gmail and then created a new notification matcher. That went fine. But then I realized that the default-matcher would be hit if the backup-error matcher...
did you find an answer for this? Would like to receive all notifications, except for the successful backup notifications. Was trying to do a matcher for error backups, and then a catch-all for all notifications, not related to type backup, using...
Anthropic's Claude answer:
(so verify before running)
Your GRUB install itself is fine — the problem is that your UEFI firmware isn't keeping the NVRAM boot entry across a full power loss. grub-install writes a boot variable via efibootmgr...
Same issue here. I got a repeated DMA error on /dev/sde (the disk on the CD-ROM slot) and switch back to the 6.17 fixed this issue.
Hardware is the Gen8 Microserver, which is a very old model of small home server, and a intel SSD on the CD rom...
Wo liegt denn euere Domain und euer Webhosting?
Der Anbieter hat i.d.R. auch ein Mailpaket, den du als Smarthost auf dem Mailserver oder dem PMG einträgst.
Dann ist die client_ip versendeter E-Mails dieser Anbieter.
Smarthost heißt: Du legst dir...
@futiless I think I've replied myself , I've deeply red the guidance here: https://github.com/isc30/ryzen-gpu-passthrough-proxmox/issues/131#issue-3266798285 . I've been able to make a new script, it should work with 9955hx and 610M . Basically...
Thank you very much for this hint!
In Logs I saw:
Jun 18 00:39:37 pve1 pvedaemon[1357]: <root@pam> successful auth for user 'root@pam'
Jun 18 00:44:37 pve1 pveproxy[1660809]: authentication failure: 401 permission denied - invalid PVE ticket
In...
possibly. but you could also force it by setting the correct time / forcing an NTP sync / ...
we do apply a 5 minute fuzz to the ticket timestamp to reduce issues stemming from inconsistent time sync within a cluster. the ticket encodes the time...
It's EL9 I'm trying to network boot and then use kickstart to build the VM. I think the fix it to temporarily disable hotplug and add it back, which is fine because I'm using ansible to full automate the VM deployment. But it would be nice to be...
https://forum.proxmox.com/threads/update-impossible-after-upgrade-to-pdm-1-1-1.184018/post-855918
I found this post finally and that got me sorted out! Thanks all!