Search results

  1. S

    cron spam in system log - do I need this?

    When someone asks for help (especially someone with more of a reputation than you) and you reply with "chatgpt it", that's rude. And it's not helpful. And it detracts from the community and discourages people from asking for help. Also, as I stated, this install goes back to early Proxmox 8 -...
  2. S

    cron spam in system log - do I need this?

    Don't be a jerk. Just don't reply ;) I'm not interested in chatgpt's answer.
  3. S

    cron spam in system log - do I need this?

    Hey Folks, I've been noticing lots of spam in my system log - every 10 minutes, I get the following: Nov 20 10:05:01 pve CRON[3946582]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0) Nov 20 10:05:01 pve CRON[3946584]: (root) CMD (command -v debian-sa1 > /dev/null &&...
  4. S

    eth0 doesn't exist, yet console is spammed by "eth0: left promiscuous mode"

    I finally got it to work. Installing it produced an error about how arp-scan was required but not installed. But after rebooting container, it works. The built-in "update" script from installing the container from community-scripts appears to still be working too. I'm not seeing the log...
  5. S

    eth0 doesn't exist, yet console is spammed by "eth0: left promiscuous mode"

    after cd arp-scan, the command ./configure doesn't work. Am I missing a command?
  6. S

    eth0 doesn't exist, yet console is spammed by "eth0: left promiscuous mode"

    This is fantastic. Can you advise a step-by-step guide on how to implement the fix on an existing watchyourlan container?
  7. S

    PVE9 - logs spammed with certificate error - mismatched node name?

    Hi Guys. This is a strange one... I have a standalone node named "ma", and I see my logs utterly spammed every second or two with the below error. This is really strange because this has ALWAYS been a standalone node, and it's name "ma", not "pve". The certificate configuration seems to be...
  8. S

    Install Immich in LXC and map ZFS storage

    Sounds like you didn't bind mount, then. To bind-mount you have to edit the lxc conf file as I've described (look up bind mount in the proxmox FAQs for more info). Before you do that make sure you have actually created your ZFS dataset.... For example, if your ZFS raid 1 is called "myzfs"...
  9. S

    Install Immich in LXC and map ZFS storage

    I'm not getting what you're trying to do... Are you asking what the command for the bind mount should be? If so, it should look something like this: mp0: /mnt/tank/immich,mp=/mnt/immich When the first part corresponds to the exact path on the HOST. If you are using ZFS you should have...
  10. S

    Install Immich in LXC and map ZFS storage

    The mapping is actually unnecessary, and I feel there is a better way to do it. All you have to do is recursively "chown" the zfs dataset to the UID/GID the program on the container is using to write + 100000 So if the user (on the container) is immich:immich (just an example here), and say...