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 … 28 29 30 31 32 … 34 Next »
NPVR 5.0.1.200103 Always crashing

 
  • 0 Vote(s) - 0 Average
NPVR 5.0.1.200103 Always crashing
Shep99
Offline

Junior Member

Canada
Posts: 5
Threads: 1
Joined: Jan 2020
#1
2020-01-28, 02:07 PM
Hello:

I previously tried out NPVR on windows, and just recently came back to playing with it on Linux! I'm running it on an Odroid MC1 ( Samsung Exynos5422 big-LITTLE octa-core CPUS with 2GB RAM ), with Ubuntu 18.04. 
I can install NPVR no problems, load my channel line up, heck even create a few recordings, and they sometimes work! But.... really often, unfortunately for no reason I can see, the service nextpvr-server just dies.... I could be changing a page in the web gui ( channels, to guide ), it crashes. Looking at recordings, it crashes, after a recording has completed, it crashes..... 

I must say I REALLY like the look of NPVR 5! And the fact that it's on Linux now, AMAZING!!!!! Would love to move to this from TV Mosaic, as TV Mosaic has issues recording a couple of shows sometimes, but can't after 4 days figure out why it keeps randomly crashing....

I've uploaded my log files to this post, and hope perhaps someone might be able to help me troubleshoot what the issue is, so I can start using this awesome version!

If it's any help, I had several crashed even just this AM ( Jan 28th, @ roughly 8:00 to 9:00 AM ).

Thanks all!


Attached Files
.zip   logs-20200128-0852.zip (Size: 748.97 KB / Downloads: 2)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#2
2020-01-28, 02:43 PM (This post was last modified: 2020-01-28, 09:58 PM by mvallevand.)
One thing I see in your logs is NextPVR could be starting before networking is available. I have suggested users check there logs and in the PreStartup.sh file and add a delay. My own is here
https://forums.nextpvr.com/showthread.ph...#pid530707 because I needed to wait for my USB device and network.

Your logs don't actually show a recording or crash so hard to diagnose. After a crash if you are running the deb install try

sudo service nextpvr-server status

might show some more information if not try

sudo journalctl > debug.txt

Look at debug.txt and if you don't see anything zip it up and post it here.

Martin
Shep99
Offline

Junior Member

Canada
Posts: 5
Threads: 1
Joined: Jan 2020
#3
2020-01-28, 09:54 PM
Hey Martin:

Thanks very much for the note, and absolutely that is a possibility about waiting for network. I tried to click on the link you sent, but I get the following error:

You do not have permission to access this page. This could be because of one of the following reasons:
  1. Your account has either been suspended or you have been banned from accessing this resource.

  2. You do not have permission to access this page. Are you trying to access administrative pages or a resource that you shouldn't be? Check in the forum rules that you are allowed to perform this action.

  3. Your account may still be awaiting activation or moderation. (Resend Activation Code)

  4. You have accessed this page directly rather than using appropriate forms or link.
Any chance you might be able to forward it to me via PM to test?


Thanks!
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#4
2020-01-28, 09:58 PM
I updated the link sorry about that.

Martin
Shep99
Offline

Junior Member

Canada
Posts: 5
Threads: 1
Joined: Jan 2020
#5
2020-01-29, 01:02 AM
Awesome and thanks Martin, will test and report back. so far tonight, no lock ups but haven't tried out the Prestartup.sh script yet. Wink
Shep99
Offline

Junior Member

Canada
Posts: 5
Threads: 1
Joined: Jan 2020
#6
2020-01-30, 01:37 AM
Hey Martin:

My instance kept crashing again tonight..... below is the output of the status:

root@tv-mosaic:~# service nextpvr-server status
● nextpvr-server.service - NextPVRServer
  Loaded: loaded (/usr/lib/systemd/system/nextpvr-server.service; enabled; vendor preset: enabled)
  Active: failed (Result: signal) since Wed 2020-01-29 20:30:17 EST; 2min 8s ago
  Process: 347 ExecStart=/opt/nextpvr/shell/server.sh start (code=exited, status=0/SUCCESS)
Main PID: 358 (code=killed, signal=SEGV)

Jan 29 20:30:15 tv-mosaic systemd[1]: Starting NextPVRServer...
Jan 29 20:30:17 tv-mosaic server.sh[347]: Starting server..Done. PID=358
Jan 29 20:30:17 tv-mosaic systemd[1]: Started NextPVRServer.
Jan 29 20:30:17 tv-mosaic systemd[1]: nextpvr-server.service: Main process exited, code=killed, status=11/SEGV
Jan 29 20:30:17 tv-mosaic systemd[1]: nextpvr-server.service: Failed with result 'signal'.
root@tv-mosaic:~#

I've uploaded the log batch also, hoping maybe someone can see why it keeps crashing. Sad


Attached Files
.zip   logs-20200129-2033.zip (Size: 370.32 KB / Downloads: 1)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#7
2020-01-30, 01:43 AM
Did you look in the journalctl output for anything more?

To me it looks like a segfault and the length of the last line of nrecord.log.3 is interesting. How long are the URL's that you are loading into NextPVR?

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  NPVR stops playing live TV at about 6 mins Tnix 14 1,808 2024-04-01, 10:09 PM
Last Post: sub
  NPVR can only see 100GB of a 3TB hard drive WagMan 13 1,842 2024-01-12, 11:54 PM
Last Post: mvallevand
  apt upgrade broke NPVR WagMan 11 1,587 2024-01-01, 04:59 PM
Last Post: mvallevand
  Npvr server crash baj1 17 4,815 2021-02-09, 04:25 PM
Last Post: baj1
  Importing Channels from an existing NPVR flyingsubs 4 2,448 2020-10-09, 05:09 PM
Last Post: sub
  How to upgrade NPVR v5.x using dpkg rosede 2 1,759 2020-07-27, 08:22 PM
Last Post: rosede
  Crashing on certain TV channels on Kodi flyingsubs 12 3,712 2020-05-22, 07:49 PM
Last Post: flyingsubs
  What controls where the user ".NPVR-data" resides? CDinger 2 2,203 2019-12-31, 06:03 AM
Last Post: CDinger
  Post logs when NPVR Crashes flyingsubs 42 9,362 2019-10-22, 04:02 PM
Last Post: mvallevand
  NPVR stopped detecting RTL2838 DVB-T spasiklas 11 4,821 2019-10-20, 12:20 AM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode