Recent content by YeapGuy

  1. Y

    Server randomly crashing

    Nope, can't ping anything Sure. I use a bridge config: ### Hetzner Online GmbH installimage source /etc/network/interfaces.d/* auto lo iface lo inet loopback iface lo inet6 loopback auto enp2s0 iface enp2s0 inet static address <host public IP> netmask 255.255.255.224 gateway <gateway> #not...
  2. Y

    Server randomly crashing

    Hey there, I asked them for a KVM console now because the network sometimes drops even after a minute. There's no useful info (nothing related to networking) at all in the logs. All I have in dmesg is the boot and new USB devices (which is the KVM console). Journalctl is very similar, except the...
  3. Y

    Server randomly crashing

    Hey, thanks for your swift response. I've taken a look in the syslog before, and it seemed to me that it just cuts out at the point of crash. But now I've paid more attention to it and it seems like at the time of the supposed crash, nothing happens? Everything continues normally, with Proxmox...
  4. Y

    Server randomly crashing

    Hello, I recently installed Proxmox VE on a Hetzner server according to their tutorial. Now, after setting up everything and running just one Windows VM, I'm experiencing random hard crashes (faillog and lastlog full of NUL (^@) characters). I thought this might be a hardware fault, so I've let...