OMV 5...Portainer...And Emby

  • Is there a decent howto or walkthrough to get Emby set up on OMV5 via Portainer that DOES NOT result in me staring at a webpage that says "Forbidden" or should I just dump OMV5 for OMV4 and go back to what actually works? This is my 2nd go at an OMV5 setup and am rapidly running out of patience with Portainer as a vehicle for spinning up local services.

  • I suggest not using Portainer at all for bring up new containers. It's OK for managing them once they are created. Use docker run, docker create, or docker compose commands in the shell instead. If you insist on using Portainer, paste a proper docker compose file into a new stack.

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • I suggest not using Portainer at all for bring up new containers. It's OK for managing them once they are created. Use docker run, docker create, or docker compose commands in the shell instead. If you insist on using Portainer, paste a proper docker compose file into a new stack.

    I hear you. I have yet to succesfully get a single container running using Portainer on OMV5. The most frustrating experience I've had yet with Openmediavault. I think it's back to OMV4 for me.

  • If the OP can't get Emby working using Portainer, Jellyfin will be no easier.

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • Instead EMBY, you can try Jellyfin. It is the same service with all free, (opensource).

    You can download this docker image: linuxserver/jellyfin.


    You will find also an Android Client in Play Store.

    The media server choice is not the problem. It's the install method. Whatever I can't get past in Emby will be just as frustrating spinning up Jellyfin, or Plex.

  • OMV 4 will soon be a dead end. Stick with OMV 5. I have over a dozen containers running here and none of them were turned up with Portainer.


    You don't provide any details other than it doesn't work, so it will be difficult to help you any further.

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • Emby container log if thats of any help. Any other logs I should post?



    Info App: Loading MediaBrowser.Model, Version=4.5.0.50, Culture=neutral, PublicKeyToken=null,

    Info App: Loading MediaBrowser.Common, Version=4.5.0.50, Culture=neutral, PublicKeyToken=null,

    Info App: Loading MediaBrowser.Controller, Version=4.5.0.50, Culture=neutral, PublicKeyToken=null,

    Info App: Loading Emby.Providers, Version=4.5.0.50, Culture=neutral, PublicKeyToken=null,

    Info App: Loading Emby.Photos, Version=4.5.0.50, Culture=neutral, PublicKeyToken=null,

    Info App: Loading Emby.Server.Implementations, Version=4.5.0.50, Culture=neutral, PublicKeyToken=null,

    Info App: Loading Emby.LiveTV, Version=4.5.0.50, Culture=neutral, PublicKeyToken=null,

    Info App: Loading Emby.ActivityLog, Version=4.5.0.50, Culture=neutral, PublicKeyToken=null,

    Info App: Loading Emby.Server.MediaEncoding, Version=4.5.0.50, Culture=neutral, PublicKeyToken=null,

    Info App: Loading Emby.LocalMetadata, Version=4.5.0.50, Culture=neutral, PublicKeyToken=null,

    Info App: Loading Emby.Notifications, Version=4.5.0.50, Culture=neutral, PublicKeyToken=null,

    Info App: Loading Emby.Codecs.Dxva, Version=4.5.0.50, Culture=neutral, PublicKeyToken=null,

    Info App: Loading Emby.Codecs, Version=4.5.0.50, Culture=neutral, PublicKeyToken=null,

    Info App: Loading Emby.Server.Connect, Version=4.5.0.50, Culture=neutral, PublicKeyToken=null,

    Info App: Loading Emby.Server.Sync, Version=4.5.0.50, Culture=neutral, PublicKeyToken=null,

    Info App: Loading EmbyServer, Version=4.5.0.50, Culture=neutral, PublicKeyToken=null,

    Info SqliteUserRepository: Sqlite version: 3.32.3,

    Info SqliteUserRepository: Sqlite compiler options: COMPILER=gcc-8.3.0,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS3_TOKENIZER,ENABLE_FTS4,ENABLE_FTS5,ENABLE_GEOPOLY,ENABLE_JSON1,ENABLE_PREUPDATE_HOOK,ENABLE_RTREE,ENABLE_SESSION,ENABLE_UNLOCK_NOTIFY,ENABLE_UPDATE_DELETE_LIMIT,LIKE_DOESNT_MATCH_BLOBS,MAX_SCHEMA_RETRY=25,MAX_VARIABLE_NUMBER=250000,OMIT_LOOKASIDE,SECURE_DELETE,THREADSAFE=1,

    Info SqliteUserRepository: Default journal_mode for /config/data/users.db is wal,

    Info AuthenticationRepository: Default journal_mode for /config/data/authentication.db is wal,

    Info ActivityRepository: Default journal_mode for /config/data/activitylog.db is wal,

    Info SqliteDisplayPreferencesRepository: Default journal_mode for /config/data/displaypreferences.db is wal,

    Info App: Adding HttpListener prefix http://+:8096/,

    Info SqliteItemRepository: Default journal_mode for /config/data/library.db is wal,

    Info Skia: SkiaSharp version: 2.80.0.0,

    Info TaskManager: Daily trigger for Thumbnail image extraction set to fire at 09/28/2020 02:00:00, which is 601.0041506766667 minutes from now.,

    Info TaskManager: Daily trigger for Rotate log file set to fire at 09/28/2020 00:00:00, which is 481.003878235 minutes from now.,

    Info App: ServerId: 7727e62d9d71428bae232d0aeca54280,

    Info App: Starting entry point Emby.Dlna.Main.DlnaEntryPoint,

    Info Dlna: Registering publisher for urn:schemas-upnp-org:device:MediaServer:1,

    Info App: Init BeginReceive on 0.0.0.0,

    Info App: Entry point completed: Emby.Dlna.Main.DlnaEntryPoint. Duration: 0.1006606 seconds,

    Info App: Starting entry point Emby.Server.Connect.ConnectEntryPoint,

    Info App: Loading data from /config/data/connect.txt,

    Info App: Loading data from /config/data/wan.dat,

    Info App: Entry point completed: Emby.Server.Connect.ConnectEntryPoint. Duration: 0.0053686 seconds,

    Info App: Core startup complete,

    Info App: Post-init migrations complete,

    Info App: Starting entry point NfoMetadata.EntryPoint,

    Info App: Entry point completed: NfoMetadata.EntryPoint. Duration: 0.0003836 seconds,

    Info App: Starting entry point Emby.Security.PluginSecurityManager,

    Info App: Entry point completed: Emby.Security.PluginSecurityManager. Duration: 3.49E-05 seconds,

    Info App: Starting entry point Emby.Server.CinemaMode.IntrosEntryPoint,

    Info App: Entry point completed: Emby.Server.CinemaMode.IntrosEntryPoint. Duration: 0.0001 seconds,

    Info App: Starting entry point Emby.Webhooks.WebhooksEntryPoint,

    Info App: Entry point completed: Emby.Webhooks.WebhooksEntryPoint. Duration: 0.0019192 seconds,

    Info App: Starting entry point Emby.PortMapper.ExternalPortForwarding,

    Info App: Entry point completed: Emby.PortMapper.ExternalPortForwarding. Duration: 0.0004747 seconds,

    Info App: Starting entry point MediaBrowser.Api.ApiEntryPoint,

    Info App: Entry point completed: MediaBrowser.Api.ApiEntryPoint. Duration: 5.97E-05 seconds,

    Info App: Starting entry point Emby.Server.Implementations.Udp.UdpServerEntryPoint,

    Info App: Entry point completed: Emby.Server.Implementations.Udp.UdpServerEntryPoint. Duration: 0.0009593 seconds,

    Info App: Starting entry point Emby.Server.Implementations.Playlists.PlaylistsEntryPoint,

    Info App: Entry point completed: Emby.Server.Implementations.Playlists.PlaylistsEntryPoint. Duration: 0.000835 seconds,

    Info App: Starting entry point Emby.Server.Implementations.News.NewsEntryPoint,

    Info App: Entry point completed: Emby.Server.Implementations.News.NewsEntryPoint. Duration: 0.0001309 seconds,

    Info App: Starting entry point Emby.Server.Implementations.Library.DeviceAccessEntryPoint,

    Info App: Entry point completed: Emby.Server.Implementations.Library.DeviceAccessEntryPoint. Duration: 0.0003797 seconds,

    Info App: Starting entry point Emby.Server.Implementations.IO.LibraryMonitorStartup,

    Info App: Entry point completed: Emby.Server.Implementations.IO.LibraryMonitorStartup. Duration: 0.1746784 seconds,

    Info App: Starting entry point Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint,

    Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint. Duration: 0.0001969 seconds,

    Info App: Starting entry point Emby.Server.Implementations.EntryPoints.KeepServerAwake,

    Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.KeepServerAwake. Duration: 0.0001432 seconds,

    Info App: Starting entry point Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier,

    Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier. Duration: 0.0014875 seconds,

    Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ServerEventNotifier,

    Info LibraryMonitor: Watching directory /data/movies,

    Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ServerEventNotifier. Duration: 0.0021966 seconds,

    Info App: Starting entry point Emby.Server.Implementations.EntryPoints.StartupWizard,

    Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.StartupWizard. Duration: 0.0003334 seconds,

    Info App: Starting entry point Emby.Server.Implementations.EntryPoints.SystemEvents,

    Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.SystemEvents. Duration: 0.0003276 seconds,

    Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier,

    Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier. Duration: 8.96E-05 seconds,

    Info App: Starting entry point Emby.Server.Implementations.Channels.ChannelsEntryPoint,

    Info App: Entry point completed: Emby.Server.Implementations.Channels.ChannelsEntryPoint. Duration: 0.0019422 seconds,

    Info App: Starting entry point Emby.LiveTV.EntryPoint,

    Info LiveTV: Loading live tv data from /config/data/livetv/timers,

    Info LibraryMonitor: Watching directory /data/tvshows,

    Info App: Entry point completed: Emby.LiveTV.EntryPoint. Duration: 0.0180793 seconds,

    Info App: Starting entry point Emby.LiveTV.LiveTVEntryPoint,

    Info App: Entry point completed: Emby.LiveTV.LiveTVEntryPoint. Duration: 0.0001534 seconds,

    Info App: Starting entry point Emby.LiveTV.RecordingNotifier,

    Info App: Entry point completed: Emby.LiveTV.RecordingNotifier. Duration: 0.0018652 seconds,

    Info App: Starting entry point Emby.ActivityLog.ActivityLogEntryPoint,

    Info App: Entry point completed: Emby.ActivityLog.ActivityLogEntryPoint. Duration: 0.0027324 seconds,

    Info App: Starting entry point Emby.Server.MediaEncoding.Api.EncodingManagerEntryPoint,

    Info App: Entry point completed: Emby.Server.MediaEncoding.Api.EncodingManagerEntryPoint. Duration: 0.0013624 seconds,

    Info App: Starting entry point Emby.Notifications.Notifications,

    Info App: Entry point completed: Emby.Notifications.Notifications. Duration: 0.0002452 seconds,

    Info App: Starting entry point Emby.Server.Sync.SyncManagerEntryPoint,

    Info App: SyncRepository Initialize taking write lock,

    Info App: SyncRepository Initialize write lock taken,

    Info App: Entry point completed: Emby.Server.Sync.SyncManagerEntryPoint. Duration: 0.0036072 seconds,

    Info App: Starting entry point Emby.Server.Sync.SyncNotificationEntryPoint,

    Info App: Entry point completed: Emby.Server.Sync.SyncNotificationEntryPoint. Duration: 0.0016258 seconds,

    Info App: Starting entry point EmbyServer.Windows.LoopUtilEntryPoint,

    Info App: Entry point completed: EmbyServer.Windows.LoopUtilEntryPoint. Duration: 9.14E-05 seconds,

    Info App: All entry points have started,

    • Offizieller Beitrag

    I hear you. I have yet to succesfully get a single container running using Portainer on OMV5. The most frustrating experience I've had yet with Openmediavault. I think it's back to OMV4 for me.

    That's kind of a silly way to go about it to be honest.


    How are you attempting to set it up? and which emby image are you using.

    • Offizieller Beitrag

    The media server choice is not the problem. It's the install method. Whatever I can't get past in Emby will be just as frustrating spinning up Jellyfin, or Plex.

    Beyond that, I'm always suspect of using images from just random folks... Try to stick with well known image writers on dockerhub

    • Offizieller Beitrag

    There's that too. Also I want to stick with services that I assume to have more resources for setting up (youtube walkthroughs, etc.)

    So... which image are you using?.. I'm assuming the linuxserver image and I'm assuming 64bit?

  • That's kind of a silly way to go about it to be honest.


    How are you attempting to set it up? and which emby image are you using.

    I've tried both emby official and the linuxserver.io images.

    I've been to this rodeo before, last time I "upgraded" to OMV5. Same issues: spin up, go to webpage, get met with "forbidden". Reinstalled OMV4 and used the docker plugin. A recent update (of container.io I think) trashed all the dockers I had running (Emby, HomeAssistant Core, Heimdall, Lychee.) and crapped out the Docker plugin. Figured I should bite the bullet and try OMV5 again...and here I sit fighting with Portainer again.

    and yes 64bit.

    • Offizieller Beitrag

    I've tried both emby official and the linuxserver.io images.

    I've been to this rodeo before, last time I "upgraded" to OMV5. Same issues: spin up, go to webpage, get met with "forbidden". Reinstalled OMV4 and used the docker plugin. A recent update (of container.io I think) trashed all the dockers I had running (Emby, HomeAssistant Core, Heimdall, Lychee.) and crapped out the Docker plugin. Figured I should bite the bullet and try OMV5 again...and here I sit fighting with Portainer again.

    and yes 64bit.

    OK, so start w/ the easy part. I'm assuming since you mentioned all your dockers getting trashed, nothing needs backed up.


    Delete your current emby container, delete the current /config folder you created, and if you're not using the linuxserver image... delete the image you're using. You can do all that in portainer. Then go ahead and create a new /config folder

    • Offizieller Beitrag

    Reinstalled OMV4 and used the docker plugin. A recent update (of container.io I think) trashed all the dockers I had running (Emby, HomeAssistant Core, Heimdall, Lychee.) and crapped out the Docker plugin

    I'm still on 4 and I have portainer installed, that recent update had no effect on any of my running containers and I can still use the plugin if I want too.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!