Radarr Failing to Deploy

Forgive me if this is dumb but I cannot seem to get Radarr to deploy on Scale. It’ll go to “deploying” to “stopped” to “Deploying” in a loop. I used the default settings. I cannot seem to figure it out. I tried checking hostport and unchecking it in the settings for the app deployment.

I’m less than 24 hours into a new server and a former unraid user so forgive me if this is dumb.

Thank you.

have you checked the log file if it thows any errors?

sudo cat /var/log/app_lifecycle.log

from the webshell or an ssh session could give you more information.

I get this

truenas_admin@truenas[~]$ sudo cat /var/log/app_lifecycle.log
cat: /var/log/app_lifecycle.log: No such file or directory
truenas_admin@truenas[~]$ 

I figured it out though just now. I had to set it as my user 3000 is there a best practice for this sort of thing? i originally was leaving the default

The default should have been uid 568 “apps”. When you create a dataset for apps, there’s a preset for it. If you choose it, user 568 will get added to the acl list automatically. If you didn’t choose the preset you’d have to manually add that user and apply permissions recursively. If you chose a dataset where your user already had permissions set and you now changed the user which should run the app in the app config that’s also fine.+

Edit:
There’s 3 users most truenas apps run as:
Either

  1. uid 568 “apps”
  2. uid 0 “root”
  3. uid 999 “netdata” (only postgres as far as i know)