Da schwillt mir der Kamm!
Du bist schon so ein echter Spezialist. Hast du wenigstens gelernt, dass im virtualisiertem Umfeld ein Virtualisierungs-Host in 15min neu aufgesetzt ist und dazu nur die Restore-Wartezeit einzelner VMs kommt?
GENAU...
I've been running pmg on a static ip but had changed service provider during a move and the new provider doesn't offer free reverse lookup.
I want to leverage an existing cloud platform with a static ip and reverse dns for receiving email.
Is...
Schönen Dank dafür! :O)
PS: .. brauche etwas Zeit, es auzuprobieren - schön, daß es nun auf der NPU unter Linux und auch in einem LXC auf Proxmox läuft!
I'm stupid :D - just changed the firewall IP to .254 and it now works.. as the IP was being used by the interface. VM's can now access the internet and its being forwarded as it should.
Wenn sowas passiert, dann verschiebe ich x-Dateien aus dem chunks-Ordner. Danach läuft GCP erfolgreich durch. Danach kopiere ich die verschoben chunks zurück.
Ich würde mich darüber freuen, einen PBS per DHCP mit seinen Netzwerkeinstellungen zu versorgen.
Dies würde es immens erleichtern, im worst case den Remoteserver von A nach B zu transportieren, und ihn dort automatisiert einzubinden, statt 100...
Hi @ciax,
ja, um den ersten Fehler zu beseitigen musste ich auf dem Host die beiden oben erwähnten Treiber installieren.
Für den anderen Memlock limit Fehler müsstest Du in der Config des LXC Containers die folgenden Zeilen hinzufügen.
arch...
Thank you guys so much. I had this problem for a long time! Turns out it was a disk that was connected to Truenas but after finding it and using zpool labelclear -f /dev/ it cleared.
Perhaps you should read the docs:
https://kb.netapp.com/on-prem/ontap/OHW/OHW-KBs/During_an_ONTAP_upgrade_is_there_a_risk_of_losing_uncommitted_data_if_an_NVRAM_failure_occurs#:~:text=or SnapMirror Synchronous)-,Answer,is typically about 10...
Hello, first time poster - and I must admit, I used AI (Claude) to help me piece together all the information for this post. Although I did run through a bunch of troubleshooting to understand where the issue was before going to AI for help. I've...
Das sind tolle Neuigkeiten in dem Bereich, danke für die Info, Beschreibung und feedback. Noch sind unterstützte LLMs überschaubar - https://fastflowlm.com/docs/models/ - macht aber Lust auf mehr und zuversichtlich.
Benötigt dazu, scheint neue...
Trying to setup the networking side so that my VMs in Proxmox can receive packets (want to set up some game servers). Think I've messed up my routing somewhere but been at it for a couple days and can't figure it out.
My WAN port for pfsense is...
I'm happy to report that setting AllowTcpForwarding to "yes" resolved the issue.
Here in Korea, some government agencies require certain SSH settings, including setting "AllowTcpForwarding" to "no", for security purposes. It is good to know that...
@fabian
Good point.
I did indeed set some Forwarding options to no in my sshd_config
AllowAgentForwarding no
AllowTcpForwarding no
I will test again if setting AllowTcpForwarding to yes will solve the problem.