2026-07-02, 09:42 AM
NextPVR: 7.1.1.260616
I have been running various versions of NextPVR in a Docker container for a while and yesterday added a new disk to my existing installation to give me some additional recording space . I restarted the docker container and all seemed well. Just for completeness I had a look around the various persistent storage locations to see that things were appearing where I thought they should be. My Docker Compose file looks like:
The 'recordings' is disabled by choice, all my recordings are saved to folders within the 'local' folder for later post-processing, which is working fine.
Checking the Config folder (/mnt/disk1/npvr/config) I seem to have a load (currently 24) files named core.nnnnnn where nnnnnn is variable number between 876 and 115076 all dated between 17:55 and 17:56 yesterday which is when i restarted the container.
NextPVR seems to be running correctly with no other issues I am aware of. What might be creating these files and can I get rid of them ? This might have been happening for a while, I just haven't seen these files before now.
Latest logs attached.
Chris
I have been running various versions of NextPVR in a Docker container for a while and yesterday added a new disk to my existing installation to give me some additional recording space . I restarted the docker container and all seemed well. Just for completeness I had a look around the various persistent storage locations to see that things were appearing where I thought they should be. My Docker Compose file looks like:
Code:
services:
nextpvr:
image: nextpvr/nextpvr_amd64:stable
container_name: nextpvr
ports:
- 16891:16891/udp
- 8866:8866
volumes:
- /mnt/disk1/npvr/config:/config
- /mnt/disk1/npvr/local:/local
- /mnt/disk1/npvr/buffer:/buffer
# - /nfs/recordings:/recordings
- /etc/localtime:/etc/localtime:ro
devices:
- /dev/dri:/dev/dri
environment:
- TZ=Europe/London
- PUID=1000
- PGID=100
restart: unless-stoppedThe 'recordings' is disabled by choice, all my recordings are saved to folders within the 'local' folder for later post-processing, which is working fine.
Checking the Config folder (/mnt/disk1/npvr/config) I seem to have a load (currently 24) files named core.nnnnnn where nnnnnn is variable number between 876 and 115076 all dated between 17:55 and 17:56 yesterday which is when i restarted the container.
Code:
ceejayemm@cmdock-av1:/mnt/disk1/npvr/config/scripts$ ls -la
total 4383484
drwxr-xr-x 3 root root 4096 Jul 2 10:07 .
drwxr-xr-x 7 root root 4096 Jul 2 04:06 ..
-rwxr-xr-x 1 root root 5421 Jul 1 17:55 comskip.ini
-rw------- 1 root root 2557796352 Jul 1 17:56 core.1028
-rw------- 1 root root 2557480960 Jul 1 17:55 core.11426
-rw------- 1 root root 2558160896 Jul 1 17:55 core.115076
-rw------- 1 root root 2557804544 Jul 1 17:55 core.11874
-rw------- 1 root root 2557104128 Jul 1 17:55 core.18874
-rw------- 1 root root 2557927424 Jul 1 17:55 core.30266
-rw------- 1 root root 2558377984 Jul 1 17:55 core.30756
-rw------- 1 root root 2559025152 Jul 1 17:56 core.30899
-rw------- 1 root root 2564562944 Jul 1 17:56 core.30911
-rw------- 1 root root 2547126272 Jul 1 17:56 core.31172
-rw------- 1 root root 2556534784 Jul 1 17:55 core.34902
-rw------- 1 root root 2557116416 Jul 1 17:56 core.35873
-rw------- 1 root root 2557747200 Jul 1 17:55 core.36018
-rw------- 1 root root 2557292544 Jul 1 17:55 core.36165
-rw------- 1 root root 2557063168 Jul 1 17:55 core.38399
-rw------- 1 root root 2558607360 Jul 1 17:55 core.42037
-rw------- 1 root root 2557673472 Jul 1 17:55 core.46229
-rw------- 1 root root 2556063744 Jul 1 17:55 core.47932
-rw------- 1 root root 2556477440 Jul 1 17:55 core.5048
-rw------- 1 root root 2558099456 Jul 1 17:55 core.87275
-rw------- 1 root root 2558562304 Jul 1 17:56 core.876
-rw------- 1 root root 2558009344 Jul 1 17:55 core.88003
-rw------- 1 root root 2558488576 Jul 1 17:56 core.905
-rw------- 1 root root 2556547072 Jul 1 17:56 core.917
drwxr-xr-x 2 root root 4096 Jul 1 17:55 logs
-rwxr-xr-x 1 root root 1473 Jul 2 09:59 NextPVR_Copies.sh
-rwxr-xr-x 1 root root 2646 Jul 1 17:55 PostProcessing.sh
-rwxr-xr-x 1 root root 111 Jul 1 17:55 PostUpdateEPG.sh
-rwxr-xr-x 1 root root 557 Jul 2 09:56 recordings_tidy.shNextPVR seems to be running correctly with no other issues I am aware of. What might be creating these files and can I get rid of them ? This might have been happening for a while, I just haven't seen these files before now.
Latest logs attached.
Chris
Servers: NextPVR Linux Docker and RPi4 8GB both official rel. Recordings: OMV 7.x NAS, NFS share mounted to Docker container and RPi. Client: Amazon Firestick via Jellyfin Addon, Docker JellyFin, NextPVR addon