u/MikeyJSabin

Aiden enhancement - set time for schedule reminders

Can the Fellow app be updated to allow a custom time set for schedule notifiacations. Right now I get notified 12 hours before but I would really like to be reminded at 9 PM instead.

reddit.com
u/MikeyJSabin — 2 days ago

I am trying to set up a POC of HPE VM Essentials and I am not able to get it to succeed. I am installing on a bare metal machine that has two nics and all networking goes through vlans.

The netplan file for my interfaces is below. In the installer I tell it to use the vm.2607 interface and provide an IP and hostname that resolves in the configured namesrever.

The installation always fails with error that it cannot access the Ping URI. Attempts to ping the host from the Ubuntu machine always fails.

Does anyone know what i am missing?

network:
  version: 2
  ethernets:
    enp59s0f0np0: {}
    enp59s0f1np1: {}
  vlans:
    mgmt.2621:
      addresses:
      - "10.108.x.x/25"
      nameservers:
        addresses:
        - 10.8.x.x
        - 8.8.8.8
        search:
        - xxx.local
      routes:
      - to: "default"
        via: "10.108.x.x"
      id: 2621
      link: "enp59s0f0np0"
    iscsi.2619:
      id: 2619
      link: enp59s0f1np1
      addresses:
        - 10.108.x.x/24
    nfs.309:
      id: 309
      link: enp59s0f1np1
      addresses:
        - 172.16.x.x/26
    vm.2607:
      id: 2607
      link: "enp59s0f0np0"
reddit.com
u/MikeyJSabin — 13 days ago