Zufällige Abstürze

JoduWei

New Member
Dec 24, 2016
4
0
1
36
Hallo!

Ich habe Probleme mit einer Proxmox Installation.
Nach ein paar Tagen friert der Server ein und lässt sich nur durch einen Hard-Reset wiederbeleben. Danach ist es dann wieder so, als wäre nicht gewesen.
Im Server sind zwei 2TB Platten verbaut, welche sich per ZFS spiegeln. GPU Passthrough benutze ich nicht, weil es nicht funktioniert.

Verbaut sind 16GB Ram und ein Ryzen 5 1600x
Als Mainboard kommt ein GIGABYTE B450 AORUS PRO zum Einsatz.
Da ich mich nicht am selben Ort wie der Server befinde, kann ich nicht sagen, ob es ein Kernel Panic ist.
Aber syslog zeigt keinerlei Auffälligkeiten.
Auch die Auslastung ist immer im normalen Bereich.
Ich bin so langsam mit meinem Latein am Ende.auslastung.PNG
 
einen versuch wert sind: bios update, stromspareinstellungen (zb. standby/hibernate) deaktivieren im bios
sonst mal schauen obs ein kernel crash ist mit kdump
 
Danke erst mal für die schnelle Hilfe.
bios update werde ich am Wochenende vornehmen.
Einstellungen ebenso.

kdump lässt sich aber nicht installieren. :)

Code:
dpkg: error processing package kdump-tools (--configure):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for libc-bin (2.24-11+deb9u3) ...
Processing triggers for systemd (232-25+deb9u8) ...
 
Ich schätze es liegt daran, dass er die initrd nicht erstellen kann.

Code:
case "$1" in
    configure)
        # create smaller initrd.img files for kdump use
            /etc/kernel/postinst.d/kdump-tools $(uname -r) > /dev/null 2>&1

        # Customize crashkernel= value according to architecture
        ARCH="$(arch)"
        DEF_PRESET="384M-:128M"
        case "$ARCH" in
                s390x)
                        HAS_CRASHKERNEL="$(grep crashkernel /etc/zipl.conf)" || true
                        if test -z "$HAS_CRASHKERNEL"; then
                                sed -i "/parameters/{s|\"$| crashkernel=${DEF_PRESET}\"|}" /etc/zipl.conf
                                zipl
                        fi
                        HAS_CIO="$(grep cio_ignore /etc/default/kdump-tools)" || true
                        if test -z "$HAS_CIO"; then
                                CIO_IGNORE="$(cio_ignore -u -k)"
                                sed -i "s/\#KDUMP_CMDLINE_APPEND/KDUMP_CMDLINE_APPEND/" /etc/default/kdump-tools
                                sed -i "/KDUMP_CMDLINE_APPEND/{s|\"$| ${CIO_IGNORE}\"|}" /etc/default/kdump-tools
                        fi
                ;;
                ppc64el)
                        SUFFIX="$ARCH"
                ;;
                *)
                        SUFFIX="default"
                ;;
        esac
        if ! test -L /etc/default/grub.d/kdump-tools.cfg && test -x /usr/sbin/update-grub; then
                ln -s /etc/default/grub.d/kdump-tools.$SUFFIX /etc/default/grub.d/kdump-tools.cfg
        fi
    ;;

    abort-upgrade|abort-remove|abort-deconfigure)

    ;;

    *)
        echo "postinst called with unknown argument \`$1'" >&2
        exit 1
    ;;
esac
Edit:
Ich glaube der Hinweis zum Update ist genau der Richtige.
Ich habe eben die aktuell installierte Version (F2) ausgelesen.
Es lässt sich herauslesen, dass das Update von F2 zu F4 weitreichende Änderungen vornimmt.

Zitat: Note : "Update AMD Chipset Driver 18.10.20.02 or latest version before update this BIOS."

Ich hoffe das Problem lässt sich mit einem Update lösen.
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!