Ombi is a request program that allows users to request TV and Movies on your Plex server.
So I have installed Ombi in a Ubuntu 16 (and 17) container. I can not get it to work and worked with the Ombi folks and finally determined that it will not work in a container for some reason. When I install a Ubuntu 16.04 VM and install Ombi, it works just fine, but not in a container.
It ***RUNS*** just fine, it just does not talk properly to the Plex server, even when loaded directly into the Plex server container.
I assumed that this has something to do with AppArmor but other than looking in dmesg (and finding a ton of apparmor DENIED messages, I can't seen to determine how Ombi is triggering AppArmor or how to fix it. SO I decided to disable apparmor to test it:
I added:
to my conf file and restarted my container. I then got the PID of Ombi:
and verified that it was unconfined:
Yet it still does not work.
So now I am at a loss as to what to try next to troubleshoot the problem. I would hate to run an entire VM just for this one very small (but needed) application.
Thank You
So I have installed Ombi in a Ubuntu 16 (and 17) container. I can not get it to work and worked with the Ombi folks and finally determined that it will not work in a container for some reason. When I install a Ubuntu 16.04 VM and install Ombi, it works just fine, but not in a container.
It ***RUNS*** just fine, it just does not talk properly to the Plex server, even when loaded directly into the Plex server container.
I assumed that this has something to do with AppArmor but other than looking in dmesg (and finding a ton of apparmor DENIED messages, I can't seen to determine how Ombi is triggering AppArmor or how to fix it. SO I decided to disable apparmor to test it:
I added:
Code:
lxc.aa_profile: unconfined
to my conf file and restarted my container. I then got the PID of Ombi:
Code:
root@phxprox:~# ps aux | grep Ombi
111 16179 13.7 0.3 40011180 396080 ? SLsl 19:19 0:15 /opt/Ombi/Ombi
and verified that it was unconfined:
Code:
root@phxprox:~# cat /proc/16179/attr/current
unconfined
Yet it still does not work.
So now I am at a loss as to what to try next to troubleshoot the problem. I would hate to run an entire VM just for this one very small (but needed) application.
Thank You