Search results

  1. L

    VE 8.3: unable to send notification to discord webhook

    There should be an option to send line by line -- wouldn't help so much going to things like Slack, but I'm attempting to use it to send to Graylog.
  2. L

    Help with webhook notifications

    There should be an option to send line by line -- wouldn't help so much going to things like Slack, but I'm attempting to use it to send to Graylog.
  3. L

    Cloud-init can't generate fqdn when use host settings.

    Hrm, interesting... this makes very little sense to me. If you choose "use host settings", it should use them if set on the host, as set under System -> DNS -> Search domain Code aside, that's how I read how those options should work... "use the host settings, if they are set".
  4. L

    PVE 5.0 Swap Usage

    No, it doesn't. Reference: https://www.howtogeek.com/449691/what-is-swapiness-on-linux-and-how-to-change-it/ Trying to “disable swap” by setting the Linux swappiness value to zero simply shifts the swap-associated hard drive activity to file-associated hard drive activity.
  5. L

    [SOLVED] SWAP 100% load

    No no no, it's not that simple. Please, please read here: https://www.howtogeek.com/449691/what-is-swapiness-on-linux-and-how-to-change-it/
  6. L

    Swap usage on Proxmox node

    Might I suggest more reading, because doing this most definitely isn't doing what you think it is: https://www.howtogeek.com/449691/what-is-swapiness-on-linux-and-how-to-change-it/
  7. L

    Ipv6 UI?

    Apologies, that's exactly what I meant. My bad. Forgive me, but I don't just get why it doesn't both: Wildcard bind (as it already does as above) Bind in all families After doing a little more reading, it seems the right, or more optimal way, at least with Linux, is to use IPv4-mapped IPv6...
  8. L

    Ipv6 UI?

    So, digging some more into PVE/Service/pveproxy.pm (and hence PVE/Tools.pm (and haven't delved deeper)), but it would seem to me this line is the issue? sub get_host_address_family { my ($hostname, $socktype) = @_; my @res = getaddrinfo_all($hostname, socktype => $socktype); return...
  9. L

    Ipv6 UI?

    I would like to know why mine's doing the same thing. My config is similiar (exact same version), only using openvswitch. Adding my IPv6 address to /etc/hosts made it then only bind to the v6 address. Additionally, now that I've populated my DNS with AAAA records, I can't run consoles now, as...