NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Docker amd64 v
« Previous 1 … 5 6 7 8 9 Next »
Trying to install on Libreelec 9.2

 
  • 0 Vote(s) - 0 Average
Trying to install on Libreelec 9.2
MrGenius1
Offline

Junior Member

Posts: 32
Threads: 6
Joined: Dec 2019
#1
2019-12-23, 10:33 PM
Need some help with this please. What am I doing wrong? I created the config,recordings & buffer folders in /storage/

# docker run -d\
> > v /storage/config:/config \
> > v /storage/recordings:/recordings \
> > v /storage/buffer:/buffer \
> > p 8866:8866 \
> >    nextpvr/nextpvr_amd64:latest
-sh: can't create nextpvr/nextpvr_amd64:latest: nonexistent directory
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#2
2019-12-23, 11:21 PM
Did you install the docker container via the LE docker support? I am assuming you are running x64 LE.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#3
2019-12-23, 11:27 PM
Try running it as one line command:

docker run -d --volume /storage/config:/config --volume /storage/recordings:/recordings --volume /storage/buffer:/buffer --publish 8866:8866 nextpvr/nextpvr_amd64:latest
MrGenius1
Offline

Junior Member

Posts: 32
Threads: 6
Joined: Dec 2019
#4
2019-12-23, 11:27 PM
Yes I did from the Libreelec repository. X64 is my platform
MrGenius1
Offline

Junior Member

Posts: 32
Threads: 6
Joined: Dec 2019
#5
2019-12-23, 11:32 PM
(2019-12-23, 11:27 PM)sub Wrote: Try running it as one line command:

docker run -d --volume /storage/config:/config --volume /storage/recordings:/recordings --volume /storage/buffer:/buffer --publish 8866:8866 nextpvr/nextpvr_amd64:latest


This worked! Now what do I do about reboots? This doesn't exist "For info on how to get docker to auto start NextPVR after a reboot or crash, see here:

https://forums.nextpvr.com/showthread.ph...-questions" 
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#6
2019-12-23, 11:37 PM (This post was last modified: 2019-12-23, 11:38 PM by mvallevand.)
When you find an old forum link use the words in the "found" link to search titles

https://forums.nextpvr.com/showthread.ph...ew+working

Martin
MrGenius1
Offline

Junior Member

Posts: 32
Threads: 6
Joined: Dec 2019
#7
2019-12-24, 12:18 AM
For LibreElec this is the command that is needed until the image name changes.

docker run --restart unless-stopped nextpvr/nextpvr_amd64:latest -d \
MrGenius1
Offline

Junior Member

Posts: 32
Threads: 6
Joined: Dec 2019
#8
2019-12-24, 01:52 AM
Did a test restart and NextPVR did not restart. I had to run
docker run -d --volume /storage/config:/config --volume /storage/recordings:/recordings --volume /storage/buffer:/buffer --publish 8866:8866 nextpvr/nextpvr_amd64:latest
to get it going again.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#9
2019-12-24, 02:16 AM
in the past I’d read you could do something like:

docker update --restart=on-failure <container ID or name>
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#10
2019-12-24, 02:19 AM
This is the kind of setting you don't turn on until you get the kinks worked out of the system, or it becomes very hard to turn it off.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Docker Install Showing Version Version: 5.1.1.210328 pkscout 3 1,745 2021-05-06, 04:12 PM
Last Post: sub
  New Install - Stream Failed Transcoder Exited fire fuze 24 9,024 2020-10-04, 04:54 PM
Last Post: mvallevand
  Help with Open Media Vault docker install. Me123 6 3,537 2020-06-02, 03:21 PM
Last Post: Me123
  Install Information sub 0 13,668 2019-06-15, 05:39 AM
Last Post: sub

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

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

Linear Mode
Threaded Mode