NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 2 3 4 5 … 34 Next »
Please assist with clearer setup instructions

 
  • 0 Vote(s) - 0 Average
Please assist with clearer setup instructions
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#41
2024-08-15, 11:58 PM
I don't know. Not being an OMV user, it's too hard to guess.

As far as I can tell, you're not starting it, so I'm not surprised it's not running.

The errored command line you're showing is not generated by NextPVR. It's some OMV thing.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#42
2024-08-15, 11:58 PM
Maybe read the post on the Kodi forum, sounds like you are better off just installing the Kodi HDHomerun Client, since I don't feel you have the technical expertise needed and we don't know your system well enough to help you.

Martin
JonnyGators
Offline

Junior Member

USA
Posts: 43
Threads: 1
Joined: Aug 2024
#43
2024-08-16, 12:02 AM
(2024-08-15, 11:58 PM)mvallevand Wrote: Maybe read the post on the Kodi forum, sounds like you are better off just installing the Kodi HDHomerun Client, since I don't feel you have the technical expertise needed and we don't know your system well enough to help you.

Martin

My apologies for how frustrating this response makes me, but the whole reason I'm here is because the Kodi HDHomerun Client removed support for my network TV tuner after version 15.2.
JonnyGators
Offline

Junior Member

USA
Posts: 43
Threads: 1
Joined: Aug 2024
#44
2024-08-16, 12:03 AM
(2024-08-15, 11:58 PM)sub Wrote: I don't know. Not being an OMV user, it's too hard to guess.

As far as I can tell, you're not starting it, so I'm not surprised it's not running.

The errored command line you're showing is not generated by NextPVR. It's some OMV thing.

Isn't the repository name on your side?  Is OMV unhappy that the repository for NextPVR isn't all lowercase?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#45
2024-08-16, 12:07 AM
The name is lower case. The instructions are clear docker pull nextpvr/nextpvr_amd64Confusedtable

Maybe delete the NextPVR Docker configuration and start again.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#46
2024-08-16, 12:08 AM
The repository is the default docker repository https://hub.docker.com/. The image name is nextpvr_amd64.

I think that is some name you've entered somewhere, and it's probably something OMV is doing behind the scenes with the name. God knows what though.
JonnyGators
Offline

Junior Member

USA
Posts: 43
Threads: 1
Joined: Aug 2024
#47
2024-08-16, 12:11 AM
(2024-08-16, 12:08 AM)sub Wrote: The repository is the default docker repository https://hub.docker.com/. The image name is nextpvr_amd64.

I think that is some name you've entered somewhere, and it's probably something OMV is doing behind the scenes with the name. God knows what though.

Not sure why, but now that error is gone.  But I still have a bunch of gibberish that needs to be translated.



Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker build --progress plain --tag 'nextpvr' '/srv/dev-disk-by-label-Storage/Plex-OMV/nextpvr/' 2>&1': #0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 670B done
#1 DONE 0.0s
Dockerfile:7
--------------------
  5 |    #
  6 |
  7 | >>> version: '3.5'
  8 |    services:
  9 |      nextpvr:
--------------------
ERROR: failed to solve: dockerfile parse error on line 7: unknown instruction: version:

OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker build --progress plain --tag 'nextpvr' '/srv/dev-disk-by-label-Storage/Plex-OMV/nextpvr/' 2>&1': #0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 670B done
#1 DONE 0.0s
Dockerfile:7
--------------------
  5 |    #
  6 |
  7 | >>> version: '3.5'
  8 |    services:
  9 |      nextpvr:
--------------------
ERROR: failed to solve: dockerfile parse error on line 7: unknown instruction: version: in /usr/share/openmediavault/engined/rpc/compose.inc:591
Stack trace:
#0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(620): OMVRpcServiceCompose->{closure}('/tmp/bgstatusox...', '/tmp/bgoutputSR...')
#1 /usr/share/openmediavault/engined/rpc/compose.inc(594): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))
#2 [internal function]: OMVRpcServiceCompose->doBuild(Array, Array)
#3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('doBuild', Array, Array)
#5 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Compose', 'doBuild', Array, Array, 1)
#6 {main}
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#48
2024-08-16, 12:15 AM
I don't think you should be hitting Build. It's expecting a Dockerfile. You instead have a docker compose file, which is entirely different.
JonnyGators
Offline

Junior Member

USA
Posts: 43
Threads: 1
Joined: Aug 2024
#49
2024-08-16, 12:17 AM
(2024-08-16, 12:15 AM)sub Wrote: I don't think you should be hitting Build. It's expecting a Dockerfile. You instead have a docker compose file, which is entirely different.

Ok, makes sense since I don't recall doing that for Plex.

But for plex, just having the file worked, and then I had a plex server.

I've done everything right on the OMV side, but NextPVR doesn't do anything!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#50
2024-08-16, 12:20 AM
I'm sure you're not starting NextPVR, so yeah it's not doing anything.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (9): « Previous 1 … 3 4 5 6 7 … 9 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Linux setup - Help a Windows user... prothed 18 2,331 2024-06-03, 11:08 AM
Last Post: Rod Hutchinson
  VOD setup matt77303 19 6,077 2023-08-14, 07:25 PM
Last Post: xbmcgotham
  New linux setup extras help greatwhitenorth 8 2,113 2023-01-26, 07:11 PM
Last Post: mvallevand
  Pi4 and best possible low-power setup? TheRealRoland 2 1,230 2020-11-13, 09:33 AM
Last Post: ceejayemm
  setup question DAFFY2020 18 3,746 2020-09-20, 01:35 AM
Last Post: sub
  HP mini remote setup for NextPVR/Kodi bluesight 0 885 2020-05-13, 08:06 PM
Last Post: bluesight

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode