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 … 4 5 6 7 8 9 Next »
Nextpvr & Docker

 
  • 0 Vote(s) - 0 Average
Nextpvr & Docker
mexjerry
Offline

Junior Member

Mexico
Posts: 38
Threads: 6
Joined: Nov 2020
#11
2020-11-28, 08:29 PM
xc login pic


Attached Files Thumbnail(s)
   
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#12
2020-11-28, 08:59 PM
(2020-11-28, 08:28 PM)sub Wrote:
(2020-11-28, 08:18 PM)mexjerry Wrote: /home/jerry/nextpvr/config
ls -all config/
total 14240
drwxr-xr-x 3 jerry jerry    4096 Nov 28 11:07 .
drwxr-xr-x 4 jerry jerry    4096 Nov 28 11:07 ..
drwxr-xr-x 2 jerry jerry    4096 Nov 28 11:07 data
-rw-r--r-- 1 jerry jerry    53942 Nov 28 02:22 MYPRO.m3u
-rw-r--r-- 1 jerry jerry 14512014 Nov 28 02:22 MYPRO.xml

first post
I don’t see config.xml in that directory, so it doesn’t look like the same directory.

(Unless you’ve got something permission related going on)

That's why I asked to see

sudo ls

Martin
mexjerry
Offline

Junior Member

Mexico
Posts: 38
Threads: 6
Joined: Nov 2020
#13
2020-11-28, 09:27 PM
[root@arclight jerry]# ls -all nextpvr/
total 14256
drwxr-xr-x 5 jerry jerry 4096 Nov 28 13:23 .
drwxr--r-- 36 jerry jerry 4096 Nov 28 09:42 ..
drwxr-xr-x 3 jerry jerry 4096 Nov 28 11:07 config <------------------------------
-rw-r--r-- 1 jerry jerry 1208 Nov 28 13:09 crontab.txt
-rw-r--r-- 1 jerry jerry 388 Nov 19 09:45 Dockerfile
drwxr-xr-x 7 jerry jerry 4096 Nov 28 13:14 IPTVBoss
-rw-r--r-- 1 jerry jerry 53942 Nov 28 02:22 jarvis.m3u
-rw-r--r-- 1 jerry jerry 14512014 Nov 28 02:22 jarvis.xml
drwxr-xr-x 2 root root 4096 Nov 28 15:07 videos



[root@arclight jerry]# ls -all nextpvr/Dockerfile
-rw-r--r-- 1 jerry jerry 388 Nov 19 09:45 nextpvr/Dockerfile

[root@arclight jerry]# cat nextpvr/Dockerfile
docker run -d \
--name nextpvr \
--volume /home/jerry/nextpvr/config:/config \ <--------------------------------------------------
--volume /home/jerry/nextpvr/videos:/recordings \
--volume /home/jerry/nextpvr/videos:/buffer \
--volume /etc/localtime:/etc/localtime:ro \
--restart unless-stopped \
--publish 8866:8866 \
--log-opt max-file=3 \
--log-opt max-size=50m \
nextpvr/nextpvr_amd64Confusedtable

docker exec -it nextpvr /bin/bash
cd /
root@3aad423cdc36:/# ls -all
total 92
drwxr-xr-x 1 root root 4096 Nov 15 00:11 .
drwxr-xr-x 1 root root 4096 Nov 15 00:11 ..
-rwxr-xr-x 1 root root 0 Nov 15 00:11 .dockerenv
drwxr-xr-x 1 root root 4096 Oct 25 17:06 app
drwxr-xr-x 2 root root 4096 Sep 21 17:17 bin
drwxr-xr-x 2 root root 4096 Apr 24 2018 boot
drwxr-xr-x 2 root root 4096 Nov 28 21:07 buffer
drwxr-xr-x 7 root root 4096 Nov 28 21:07 config
drwxr-xr-x 5 root root 340 Nov 28 19:58 dev
drwxr-xr-x 1 root root 4096 Nov 15 00:11 etc
drwxr-xr-x 2 root root 4096 Apr 24 2018 home
drwxr-xr-x 1 root root 4096 May 23 2017 lib
drwxr-xr-x 2 root root 4096 Sep 21 17:16 lib64
drwxr-xr-x 2 root root 4096 Sep 21 17:14 media
drwxr-xr-x 2 root root 4096 Sep 21 17:14 mnt
drwxr-xr-x 2 root root 4096 Sep 21 17:14 opt
dr-xr-xr-x 211 root root 0 Nov 28 19:58 proc
drwxr-xr-x 2 root root 4096 Nov 28 21:07 recordings
drwx------ 1 root root 4096 Nov 22 13:43 root
drwxr-xr-x 1 root root 4096 Sep 25 22:33 run
drwxr-xr-x 1 root root 4096 Sep 25 22:33 sbin
drwxr-xr-x 2 root root 4096 Sep 21 17:14 srv
dr-xr-xr-x 13 root root 0 Nov 28 19:58 sys
drwxrwxrwt 1 root root 4096 Nov 28 20:16 tmp
drwxr-xr-x 1 root root 4096 Sep 21 17:14 usr
drwxr-xr-x 1 root root 4096 Sep 21 17:17 var

root@3aad423cdc36:/# ls -all config/
total 51180
drwxr-xr-x 7 root root 4096 Nov 28 21:07 .
drwxr-xr-x 1 root root 4096 Nov 15 00:11 ..
-rw-r--r-- 1 root root 19348 Nov 22 13:45 config.xml
-rw-r--r-- 1 root root 19280 Nov 22 12:50 config.xml.old
drwxr-xr-x 2 root root 4096 Nov 28 20:58 logs
drwxr-xr-x 4 root root 4096 Nov 15 00:11 media
-rw-r--r-- 1 root root 52308992 Nov 28 21:07 npvr.db3
-rw-r--r-- 1 root root 65 Nov 28 20:21 recording-backup.xml
-rw-r--r-- 1 root root 65 Nov 28 02:45 recording-backup.xml.1
-rw-r--r-- 1 root root 65 Nov 27 02:45 recording-backup.xml.2
-rw-r--r-- 1 root root 65 Nov 28 20:21 recurring-backup.xml
-rw-r--r-- 1 root root 65 Nov 28 02:45 recurring-backup.xml.1
-rw-r--r-- 1 root root 65 Nov 27 02:45 recurring-backup.xml.2
drwxr-xr-x 2 root root 4096 Nov 15 00:11 scripts
drwxr-xr-x 2 root root 4096 Nov 15 00:11 thumbs
drwxr-xr-x 3 root root 4096 Nov 15 00:11 web

from the logs = docker logs nextpvr

Downloading m3u [XFnvHx3Jy72QbXfLvKcv <------------------------------------------- /HIrfAdKO+znzQYeM2m3RUdCX7t1oCuLdz3Chn0KG8uqNerK0ilS73OOM8colT4pbVn0+7bMIP2lLOA9xfkebefo4nXSFSz7yM02evYkMnfnPG+DYhA8Ew4nUNME4Bv8FtlLVpYBuGQy36I8mGF0bsMyhkl1RDB1V2huSOZscUldgyPKcipN5kG5cTipZfAxJ6KCfmJnZNOjQxFgoES6F4figvuAQKyxAkEZ8cd7q90WiM8VENRBDAqANUzg7we/QFKRpHEmAgL7wK9UAwH0/rMYsK087xNdmIdQYfLNJ4tE9avOcY7zvzIzNvZv7QulZC3V9XQC+bK2bMF4AuF/3dE/3UPr3AdygqN4ez+rmN0mEhof4vdVK0HgcnQDo8wKlA==]

[35] Failed to download channel list: System.Net.WebException: Could not find file '/config/jarvis.m3u'.<---------------------------------------
---> System.Net.WebException: Could not find file '/config/jarvis.m3u'.<--------------------------------------------------------------
---> System.IO.FileNotFoundException: Could not find file '/config/jarvis.m3u'.<-------------------------------------------------------
File name: '/config/jarvis.m3u'<------------------------------------------------------------------------------------------------------
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean useAsync)
--- End of inner exception stack trace ---
at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean useAsync)
at System.Net.FileWebRequest.CreateResponse()
--- End of inner exception stack trace ---
at System.Net.FileWebRequest.CreateResponse()
at System.Net.FileWebRequest.<>c.<BeginGetResponse>b__59_0(Object s)
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---

I appended <---------- to the problem section
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#14
2020-11-28, 09:29 PM
Quote:root@3aad423cdc36:/# ls -all config/
total 51180
drwxr-xr-x 7 root root 4096 Nov 28 21:07 .
drwxr-xr-x 1 root root 4096 Nov 15 00:11 ..
-rw-r--r-- 1 root root 19348 Nov 22 13:45 config.xml
-rw-r--r-- 1 root root 19280 Nov 22 12:50 config.xml.old
drwxr-xr-x 2 root root 4096 Nov 28 20:58 logs
drwxr-xr-x 4 root root 4096 Nov 15 00:11 media
-rw-r--r-- 1 root root 52308992 Nov 28 21:07 npvr.db3
-rw-r--r-- 1 root root 65 Nov 28 20:21 recording-backup.xml
-rw-r--r-- 1 root root 65 Nov 28 02:45 recording-backup.xml.1
-rw-r--r-- 1 root root 65 Nov 27 02:45 recording-backup.xml.2
-rw-r--r-- 1 root root 65 Nov 28 20:21 recurring-backup.xml
-rw-r--r-- 1 root root 65 Nov 28 02:45 recurring-backup.xml.1
-rw-r--r-- 1 root root 65 Nov 27 02:45 recurring-backup.xml.2
drwxr-xr-x 2 root root 4096 Nov 15 00:11 scripts
drwxr-xr-x 2 root root 4096 Nov 15 00:11 thumbs
drwxr-xr-x 3 root root 4096 Nov 15 00:11 web
This is the directory I said to put your m3u file in, but it's not listed there.

When you import into the application it would be /config/MYPRO.m3u (or whatever your file is called)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#15
2020-11-28, 09:36 PM
From the platform OS run

sudo find / -name config.xml

Martin
mexjerry
Offline

Junior Member

Mexico
Posts: 38
Threads: 6
Joined: Nov 2020
#16
2020-11-28, 09:42 PM
well, its also intresting I don't see:
[jerry@arclight nextpvr]$ ls -all
total 14256
drwxr-xr-x 5 jerry jerry 4096 Nov 28 13:23 .
drwxr--r-- 36 jerry jerry 4096 Nov 28 09:42 ..
drwxr-xr-x 3 jerry jerry 4096 Nov 28 11:07 config
-rw-r--r-- 1 jerry jerry 1208 Nov 28 13:09 crontab.txt
-rw-r--r-- 1 jerry jerry 388 Nov 19 09:45 Dockerfile
drwxr-xr-x 7 jerry jerry 4096 Nov 28 13:14 IPTVBoss
-rw-r--r-- 1 jerry jerry 53942 Nov 28 02:22 jarvis.m3u
-rw-r--r-- 1 jerry jerry 14512014 Nov 28 02:22 jarvis.xml
drwxr-xr-x 2 root root 4096 Nov 28 15:07 videos


root@3aad423cdc36:/# ls -all config/
total 51180
drwxr-xr-x 7 root root 4096 Nov 28 21:07 .
drwxr-xr-x 1 root root 4096 Nov 15 00:11 ..
-rw-r--r-- 1 root root 19348 Nov 22 13:45 config.xml <------------------------
-rw-r--r-- 1 root root 19280 Nov 22 12:50 config.xml.old


config.xml in /home/jerry/nextpvr/

[jerry@arclight nextpvr]$ ls -all /home/jerry/nextpvr/config/
total 14240
drwxr-xr-x 3 jerry jerry 4096 Nov 28 11:07 .
drwxr-xr-x 5 jerry jerry 4096 Nov 28 13:23 ..
drwxr-xr-x 2 jerry jerry 4096 Nov 28 11:07 data
-rw-r--r-- 1 jerry jerry 53942 Nov 28 02:22 jarvis.m3u
-rw-r--r-- 1 jerry jerry 14512014 Nov 28 02:22 jarvis.xml
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#17
2020-11-28, 09:46 PM
Why didn't you use the find that I asked you to use? We need to see on the host where nextpvr is runnning?

Martin
mexjerry
Offline

Junior Member

Mexico
Posts: 38
Threads: 6
Joined: Nov 2020
#18
2020-11-28, 09:53 PM
6 minutes ago
well, how about an excuse, the posting crossed, I posted before you

12 minutes ago
From the platform OS run

sudo find / -name config.xml

Martin
mexjerry
Offline

Junior Member

Mexico
Posts: 38
Threads: 6
Joined: Nov 2020
#19
2020-11-29, 02:39 PM
sudo find / -name config.xml

/home/jerry/nextpvr2/config/config.xml
^

[jerry@arclight nextpvr2]$ ls -all /home/jerry/next*
/home/jerry/nextpvr:
total 14256
drwxr-xr-x 5 jerry jerry 4096 Nov 28 13:23 .
drwxr--r-- 36 jerry jerry 4096 Nov 28 16:02 ..
drwxr-xr-x 3 jerry jerry 4096 Nov 28 11:07 config
-rw-r--r-- 1 jerry jerry 1208 Nov 28 13:09 crontab.txt
-rw-r--r-- 1 jerry jerry 388 Nov 19 09:45 Dockerfile
drwxr-xr-x 7 jerry jerry 4096 Nov 28 13:14 IPTVBoss
-rw-r--r-- 1 jerry jerry 53942 Nov 28 02:22 jarvis.m3u
-rw-r--r-- 1 jerry jerry 14512014 Nov 28 02:22 jarvis.xml
drwxr-xr-x 2 root root 4096 Nov 28 15:07 videos

/home/jerry/nextpvr2:
total 14208
drwxr-xr-x 4 jerry jerry 4096 Nov 29 08:05 .
drwxr--r-- 36 jerry jerry 4096 Nov 28 16:02 ..
drwxr-xr-x 7 root root 4096 Nov 29 08:32 config
-rw-r--r-- 1 jerry jerry 330 Nov 19 09:50 Dockerfile
-rw-r--r-- 1 jerry jerry 53942 Nov 29 02:20 jarvis.m3u
-rw-r--r-- 1 jerry jerry 14468339 Nov 29 02:20 jarvis.xml
drwxr-xr-x 2 root root 4096 Nov 19 09:51 videos

ls -all /home/jerry/next*/config
/home/jerry/nextpvr2/config:
total 49612
drwxr-xr-x 7 root root 4096 Nov 29 08:32 .
drwxr-xr-x 4 jerry jerry 4096 Nov 29 08:05 ..
-rw-r--r-- 1 root root 19281 Oct 25 11:04 config.xml
drwxr-xr-x 2 root root 4096 Nov 29 08:17 logs
drwxr-xr-x 4 root root 4096 Nov 19 09:51 media
-rw-r--r-- 1 root root 50741248 Nov 29 08:32 npvr.db3
-rw-r--r-- 1 root root 65 Nov 29 08:32 recording-backup.xml
-rw-r--r-- 1 root root 65 Nov 29 08:32 recurring-backup.xml
drwxr-xr-x 2 root root 4096 Nov 19 09:51 scripts
drwxr-xr-x 2 root root 4096 Nov 19 09:51 thumbs
drwxr-xr-x 3 root root 4096 Nov 19 09:51 web

/home/jerry/nextpvr/config:
total 14240
drwxr-xr-x 3 jerry jerry 4096 Nov 28 11:07 .
drwxr-xr-x 5 jerry jerry 4096 Nov 28 13:23 ..
drwxr-xr-x 2 jerry jerry 4096 Nov 28 11:07 data
-rw-r--r-- 1 jerry jerry 53942 Nov 28 02:22 jarvis.m3u
-rw-r--r-- 1 jerry jerry 14512014 Nov 28 02:22 jarvis.xml

So, two different dir's, nextpvr2 has the correct info.
docker start nextpvr does not see its own path, docker start nextpvr2 sees the correct path.
I have nextpvr2 running now, added the m3u, and updated the epg.
It also has correct date/time.
Thanks for the hand holding
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPvr Instance Unresponsive itsnotjeff 6 274 2025-04-15, 04:57 PM
Last Post: mvallevand
  Error detecting HDHR devices with marklambert/nextpvr-ccextractor SickBoy 16 757 2025-03-23, 08:52 PM
Last Post: sub
  Comskip segfaults with comskip embedded in amd64 docker SickBoy 6 320 2025-02-24, 11:18 PM
Last Post: SickBoy
  Issues with Session Handling Behind Caddy Reverse Proxy in Docker: invalid session user001 5 358 2025-01-10, 08:23 PM
Last Post: sub
  Docker container becomes unresponsive overnight wapkaplet 6 552 2025-01-10, 04:47 PM
Last Post: wapkaplet
  Docker image upgrade ceejayemm 9 784 2025-01-07, 11:27 PM
Last Post: pkscout
  Current guide for NextPVR docker on Unraid? wapkaplet 1 656 2024-12-20, 02:40 AM
Last Post: wapkaplet
  Modification to the NextPVR Image DockerFile thelanofvilles 5 482 2024-12-15, 07:30 PM
Last Post: thelanofvilles
  NextPVR with Docker and Fritzbox icompas 9 558 2024-12-12, 02:50 PM
Last Post: icompas
  Docker postprocessing script aTF6i 12 941 2024-11-17, 01:17 AM
Last Post: aTF6i

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

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

Linear Mode
Threaded Mode