• 2 Posts
  • 36 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle














  • Just going to add that it’s absolutely your Canadian showing.

    Y’all got some massively sprawling suburbs that most of the world, US included, only has in a few sparing locations.

    If I start driving West, East, or South from the city I live in, the last store or gas station for the next ~1 hour of driving is found 10 minutes away at the edge of the city.

    About 30% of the city’s workforce commutes from outside to get here. Without cars, or significant reforms in zoning, taxes, housing availability, and infrastructure, this city would economically crumble overnight.

    I hate cars. I hate driving. I’ve lived in places where I didn’t enter a car for months on end, and I’ve lived over an hour from the nearest city. Sometimes they are 100% necessary. Sometimes they’re not. Realistically, even if public sentiment changed to the anti-car view right now, it would take decades to get the infrastructure completely in place.



  • Yes, you should never use sudo inside a users crontab. If you want to run as root then use the system crontab.

    I appreciate the advice! I had never really heard about the distinction between the system crontab and user crontabs. While it makes sense in retrospect, I am entirely self-taught about this stuff, and nowhere I had looked had ever mentioned that there were two separate crontabs.

    I would also encourage looking at systemd timers

    Do you happen to know of a good resource to learn about those off the top of your head? I appreciate the suggestion!




  • So, right now I’m trying the system crontab instead of my user crontab.

    Just to reiterate from my post, however, I have tried the full path. I was giving example paths. I should have been more explicit that by just “using dot” I meant using relative and absolute paths.

    All paths have been full paths from the get go, though I did try cd-ing into the folder and running it with a relative path. My hope at this point is that it’s somehow a permissions issue as my storage setup is a bit odd with TrueNAS Scale running as a VM on ProxMox. Permissions with docker are usually hell, and I have to run literally everything that touches my NAS as root to get the permissions to play nicely, so it would make sense here that it’s just the permissions being upset and preventing access to the files.

    I set a backup to run on the hour, so I’ll report back with whatever happens.