Latest activity

  • G
    Reminder : during backup, I/O writes are sent to PBS before within guest itself, it's a "copy-before-write" méthode. There is fleecing option to mitigate.
  • U
    uzumo replied to the thread Proxmox crashes with Kernel Error.
    If it's the same thing, then...Please disable KSM (Kernel SamePage Merging). You should be able to disable it in the virtual machine's memory settings. https://pve.proxmox.com/wiki/Kernel_Samepage_Merging_(KSM)
    • ksm.png
  • G
    sorry for my poor english wording... do you backup directly over WAN ?
  • Z
    In the meantime, I have understood that these log messages are a consequence of the firewall policy REJECT and MAC learning. To better diagnose my failed connections, I set bridge-disable-mac-learning 1. I also looked at the contents of the...
  • UdoB
    Setz die mal auf 16 oder 32 oder so. Die Size sollte (zumindest für Lese-Tests) nennenswert größer als der ARC sein.
  • M
    Thanks for the great work! Updating PDM suddenly insists on installing the proxmox-default-kernel (which fails in my unprivileged container). Is there a way to prevent that (like there is for PBS) when running it in a container? EDIT: apt-mark...
  • M
    update: it looks like in my case its caused by some corrupted VM because when I moved all important services to other node, the other node started crashing instead and the original one is running just fine now now I need to find the VM causing it
  • C
    You can switch to no-subscription repository, do apt update, install the desired kernel doing apt install proxmox-kernel-6.xx (input your kernel version here), then go back to enterprise repository and do apt update again. Make sure you only...
  • J
    Jetzt bin ich mal dazu gekommen fio zu installieren und laufen zu lassen: fio --ioengine=libaio --direct=1 --sync=1 --rw=write --bs=4K --numjobs=1 --iodepth=1 --runtime=60 --time_based --name seq_read --filename=/ZFS-NVMe/vm-201-disk-1 --size=8M...
  • N
    der output vom cat (sicherheitsbereinigt): # Configuration file for ddclient generated by debconf # # /etc/ddclient.conf protocol=dyndns2 \ usev4=webv4, webv4=https://checkipv4.dedyn.io/ \ server=update.dedyn.io \ login=[Mail]@gmail.com \...
  • C
    Tested 6.17.4-2, not working.
  • B
    bill1 reacted to greatnloopy's post in the thread WTR Pro CPU throttling with Like Like.
    PSA For anyone thinking about flashing this custom firmware on a 4-Bay WTR Pro 5825u DON'T DO IT!!!! You will brick your device like I did. Mercifully, I was able to restore my device to working condition by flashing an official Aoostar BIOS...
  • B
    Dublette: https://forum.proxmox.com/threads/pve-8-4-zu-9-1-6-upgrade-schl%C3%A4gt-fehl.181428/
  • B
    Du hast recht, 2 von 3 Nodes haben Quorum. Die Logs zeigen das auch: "Sync members[2]: 1 2", Quorum war nie weg. Das Problem passiert beim REJOIN von Node 3. Ab 20:05:04 kommt auf pve02 ne Flut an "Retransmit List: 3 4" und danach gehen auf...
  • B
    Und noch ein Nachtrag - und wohl die Lösung Ich habe die "--no-latency-control" Option wieder aus dem sshuttle Befehl entfernt und die sshuttle verbindung neu gestartet, seitdem läuft der job mit einer Geschwindigkeit von ca. 40 Mbits (bzw...
  • P
    I don't have a “magic bullet” here. But if you can ping it, it seems that at least the network stack is running. To troubleshoot further, I'd say you would need to connect a monitor and keyboard and then see if it gets to the login prompt at...
  • I
    Not sure if I can follow what you mean. PBS is not slow, but PVE there is. HPEproliant microserver gen 10 with two SSDs in mirror plus a very slow copper upload connection.
  • B
    Hi Rollux, you could probably try a local login, either via connected screen and keyboard or, if your server hardware supports it, via out of band management (ILO/IDRAC/BMC ...) What error message do you get, when you try to connect via ssh...
  • I
    Hi ich hbe ein kleines Problem, Seit einiger Zeit, vermutlich nach einem PMG Update kommen eMails immer als SPAM-Verdacht rein. Ich habe aber unter Administration -> Benutzer Willkommensliste schon die Einträge drin gehabt, die greifen vermutlich...
  • G
    it's known issue when PBS is slower than guest I/O usage. guest is slowdown up to crash some apps if timeout because snapshot is done when guest is shutdown state, then guest started directly while backup started concurrently.