Recent content by enderst

  1. E

    Proxmox VE 9.0 BETA released!

    Regarding Fabrics, are there any plans to add IPv6 with OSPF or BGP or is the plan to stick to IPv6 with only OpenFabric?
  2. E

    empty sender in spamreports and DMARC

    Seeing the same issue. No matter if I put a good address in Configuration>Spam Detector>Quarantine>EMail 'From:' or not the log always shows from=<>.
  3. E

    Proxmox VE 7.4 released!

    Updated today including Ceph to Quincy. Used the docs, updates went smooth. Loving the dark theme also using it on the forum. Great Job!
  4. E

    Disk smart status no longer working

    mv /usr/sbin/smartctl /usr/sbin/smartctl.orig cp smartctl.sh /usr/sbin/smartctl chmod 755 /usr/sbin/smartctl chattr +i /usr/sbin/smartctl
  5. E

    [SOLVED] Update 7.0-11 to 7.1-8 Ceph issues

    For what it's worth, this did resolve itself over time. I removed mon_mds_skip_sanity = true and restarted the monitor on each host without issue.
  6. E

    Firewall?

    I guess I'm spoiled with the firewall section in PVE, does it also exist in PBS and I'm missing it or do I need to drop down to CLI and configure it?
  7. E

    Download from URL issue

    Thanks for getting a patch submitted so quick.
  8. E

    Download from URL issue

    Not able to use the Download from URL feature when trying to download the Security Onion ISO. I get: invalid server response: '403 Forbidden' (500) URL is - https://download.securityonion.net/file/securityonion/securityonion-2.3.100-20220131.iso Is there any way to get it to download the iso...
  9. E

    Disk smart status no longer working

    Same here HP DL360 Gen 9 P840ar # smartctl -H -d scsi /dev/sdd smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.13.19-2-pve] (local build) Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org === START OF READ SMART DATA SECTION === SMART Health Status: OK ... # smartctl...
  10. E

    [SOLVED] Update 7.0-11 to 7.1-8 Ceph issues

    Thank you for the link. I'll try it later today.
  11. E

    [SOLVED] Update 7.0-11 to 7.1-8 Ceph issues

    Yes, all are at the same software levels.
  12. E

    [SOLVED] Update 7.0-11 to 7.1-8 Ceph issues

    I tried after the upgrade. Details in #3.
  13. E

    [SOLVED] Update 7.0-11 to 7.1-8 Ceph issues

    Nobody has had this happen? Nervous about leaving: [mon] mon_mds_skip_sanity = true in /etc/pve/ceph.conf
  14. E

    [SOLVED] Update 7.0-11 to 7.1-8 Ceph issues

    Cleaning finished overnight, was very slow. Removed the sanity check from ceph.conf and restarted the monitor for that host and fails to start. # systemctl restart ceph-mon@hoc-node03.service # systemctl status ceph-mon@hoc-node03.service ● ceph-mon@hoc-node03.service - Ceph cluster monitor...