Recent content by k0nsl

  1. K

    Upgrade issue

    Sure, Fabian. I will install it. Best wishes, -k0nsl
  2. K

    Upgrade issue

    Well, nevermind. I found the 'solution' on my own. Simply rename "/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service.systemd" to something else ;) -k0nsl
  3. K

    Upgrade issue

    I wanted to just run a simple upgrade via apt-get but I'm met with the following: root@srv88:/home/k0nsl# apt-get update && apt-get upgrade Ign http://ftp.debian.org jessie InRelease Ign http://download.proxmox.com jessie InRelease Get:1 http://ftp.debian.org jessie Release.gpg [2,373 B] Get:2...
  4. K

    Backup failure

    I have figured out why it fails. The disk is rapidly failing. Here are some additional information: root@edelweiss:~# pvdisplay --- Physical volume --- PV Name /dev/sda3 VG Name pve PV Size 1.82 TiB / not usable 1.07 MiB Allocatable...
  5. K

    Backup failure

    I've tried to backup one KVM for several days and it always end bad with a log entry such as the following: Nov 02 10:25:54 INFO: Starting Backup of VM 104 (qemu) Nov 02 10:25:54 INFO: status = running Nov 02 10:25:55 INFO: update VM 104: -lock backup Nov 02 10:25:55 INFO: VM Name: srv51-kvm...
  6. K

    Off Topic: Avatar?

    Aha ! I see. Well then, I will fix a subscription either this month, or the next. Thank you for the answer. Best wishes, -k0nsl
  7. K

    Off Topic: Avatar?

    Dear all: I tried to start a conversation with a staff member but the forum software simply denied my request. Hence, I'll post the question here. Question: Do any of the staff members know how I can set an avatar for my account? There is some type of error when I try to do it via my profile...
  8. K

    how to optimize Proxmox Servers

    There are a lot of guides and/or recommendations available if you query Google for "sysctl.conf optimization". That might help you. Best wishes, -k0nsl
  9. K

    Let’s Encrypt with Proxmox VE

    I see. Thank you for correcting me. I had only tried this on separate nodes and that works fine and doesn't break anything — it hasn't for me, anyway. I'll try follow the guide on the Proxmox VE Wiki next time. [EDIT: I've added a small note in the blog post about what you wrote, Fabian.]...
  10. K

    Proxmox VE Fail2ban

    Hi, There's a minor mistake in the Proxmox VE Wiki entry for Fail2ban. This: [proxmox] enabled = true port = https,http,8006 filter = proxmox logpath = /var/log/daemon.log maxretry = 3 bantime = 3600 # 1 hour Should be: [proxmox] enabled = true port = https,http,8006 filter = proxmox...
  11. K

    Let’s Encrypt with Proxmox VE

    This is how I did it on four nodes: https://blog.k0nsl.org/2016/09/01/lets-encrypt-tls-ssl-for-proxmox-ve/ Best wishes, -k0nsl