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 … 16 17 18 19 20 … 34 Next »
nextpvr server stopped running

 
  • 0 Vote(s) - 0 Average
nextpvr server stopped running
SteveTyrakowski
Offline

Member

Posts: 142
Threads: 26
Joined: Dec 2004
#1
2021-10-27, 03:21 AM
Hi,

After I put in the NShared and NextrPVRUI dlls a few days ago to fix the Duplicates in the recording list, I started having a problem with the nextpvr server mysteriously stopping. The Linux server was still running and I could access the shares directly in KODI, but the recordings stopped happening and the clients could no longer find the server.  I had to reboot the Linux server to get it started again.

It failed sometime between late Sunday night and 9pm Monday but I didn't notice until I tried using a client tonight.  I restarted the server and it was working, but it seemed to crash when I was in the client and I was trying to scroll thru my long list of recordings to get down to the Supergirl recordings.

I looked at the end of the log file for the 2nd to last log and it shows roughly where I was in the scrolling as the final entry.  The newest log is after rebooting the server.

The new android client was very responsive at scrolling and I had the down button on the DPAD of the remote held down due to the long scrolling needed.  Perhaps it overloaded the app with all the SQL gets.  It would be nice to have some way to jump faster in the list with just the limited Dpad remote of he Chromecast with GoogleTV.  I know I can use the apps on my phone to act as a remote with a keyboard, but this time I was using the ONN knockoff of the Google TV, and I never tried to see if the Google app worked with it.

Any ideas?

I missed several shows that were supposed to record on Monday night because the server was not running.  Any way to check if the NextPvr server is running in a shell script? If so I can perhaps write a chron job that checks to see if it is running and notifies me with an email or text.

Thanks,
Steve Tyrakowski
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#2
2021-10-27, 03:29 AM
It'd be guess work without the logs.
SteveTyrakowski
Offline

Member

Posts: 142
Threads: 26
Joined: Dec 2004
#3
2021-10-27, 03:32 AM
(2021-10-27, 03:29 AM)sub Wrote: It'd be guess work without the logs.

I did attach the logs I don't know what happened.  I'll try again.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,175
Threads: 958
Joined: May 2006
#4
2021-10-27, 03:32 AM
Logs need to be zipped and under 2MB

The channel up/down keys on the ONN (it is not a knockoff it is a legitimate and licensed Android TV ) should scroll a page at a time, like the AFTV FF/RW do.

martin
SteveTyrakowski
Offline

Member

Posts: 142
Threads: 26
Joined: Dec 2004
#5
2021-10-27, 03:36 AM
(2021-10-27, 03:32 AM)SteveTyrakowski Wrote:
(2021-10-27, 03:29 AM)sub Wrote: It'd be guess work without the logs.

I did attach the logs I don't know what happened.  I'll try again.

It was 2.8mb, so maybe too big.  I deleted one of the device adapter logs that was 9mb so see if this one works.


Attached Files
.zip   logs-20211026-2157.zip (Size: 858.87 KB / Downloads: 3)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,175
Threads: 958
Joined: May 2006
#6
2021-10-27, 12:59 PM (This post was last modified: 2021-10-27, 01:25 PM by mvallevand.)
There is far too much spam in the logs for them to be useful as s but I need you to turn on verbose logging to disable the cache. I also recommend closing the web browser session if you aren't using it. It can fill a log in an hour on its own. UI clients are spammy too which is why I kill the session after 10 minutes of inactivity

I also suggest you investigation journalctl for any crash related info. This might help narrow it down.

sudo journalctl | grep nextpvr

Looking at the big list of files, you might want to consider taking the ONN back to Walmart and exchanging it for the TiVO4K if/when they have it for $30 You will find the numbers on the remote are probably worth 10 bucks.

Martin
SteveTyrakowski
Offline

Member

Posts: 142
Threads: 26
Joined: Dec 2004
#7
2021-10-27, 03:51 PM
(2021-10-27, 12:59 PM)mvallevand Wrote: There is far too much spam in the logs for them to be useful as s but I need you to turn on verbose logging to disable the cache.    I also recommend closing the web browser session if you aren't using it.  It can fill a log in an hour on its own.  UI clients are spammy too which is why I kill the session after 10 minutes of inactivity

I also suggest you investigation journalctl for any crash related info.  This might help narrow it down.

sudo journalctl | grep nextpvr

Looking at the big list of files, you might want to consider taking the ONN back to Walmart and exchanging it for the TiVO4K if/when they have it for $30 You will find the numbers on the remote are probably worth 10 bucks.

Martin
Here are the results of that search for the recent days:

Oct 24 14:57:47 hvr systemd[1]: nextpvr-server.service: Main process exited, code=killed, status=6/ABRT
Oct 24 14:57:47 hvr systemd[1]: nextpvr-server.service: Failed with result 'signal'.
Oct 25 19:51:53 hvr systemd[1]: nextpvr-server.service: Main process exited, code=killed, status=11/SEGV
Oct 25 19:51:53 hvr systemd[1]: nextpvr-server.service: Failed with result 'signal'.
Oct 26 21:22:42 hvr systemd[1]: nextpvr-server.service: Main process exited, code=killed, status=11/SEGV
Oct 26 21:22:43 hvr systemd[1]: nextpvr-server.service: Failed with result 'signal'.

The first entry looks like when I had to reboot the server after copying the new DLLs to fix the duplicate listing.  The other 2 are the failures I mentioned in this thread.  Any clues from that?

I was reading about that Tivo4K a couple days ago and I'll pick one up when I see one.

Thanks,
Steve T
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,175
Threads: 958
Joined: May 2006
#8
2021-10-27, 04:44 PM (This post was last modified: 2021-10-27, 04:46 PM by mvallevand.)
It's a segment overwrite so a memory issuu somewhere, but it could be in NextPVR code, a tuner driver, or a library that is used did you look at the actual file to see if there are any more details around those times?

Martin
SteveTyrakowski
Offline

Member

Posts: 142
Threads: 26
Joined: Dec 2004
#9
2021-10-28, 02:33 AM
(2021-10-27, 04:44 PM)mvallevand Wrote: It's a segment overwrite so a memory issuu somewhere, but it could be in NextPVR code, a tuner driver, or a library that is used did you look at the actual file to see if there are any more details around those times?

Martin

I've been out all day.  I'll try to do some more digging in the crash log.  I'll try to see if I can reproduce the crash with the Android app tomorrow when I don't have any recordings scheduled.

You asked me to set verbose logging.  Where do I set that?  I didn't see anything in the settings web page.

Steve T
SteveTyrakowski
Offline

Member

Posts: 142
Threads: 26
Joined: Dec 2004
#10
2021-10-30, 05:17 PM
(2021-10-28, 02:33 AM)SteveTyrakowski Wrote:
(2021-10-27, 04:44 PM)mvallevand Wrote: It's a segment overwrite so a memory issuu somewhere, but it could be in NextPVR code, a tuner driver, or a library that is used did you look at the actual file to see if there are any more details around those times?

Martin

I've been out all day.  I'll try to do some more digging in the crash log.  I'll try to see if I can reproduce the crash with the Android app tomorrow when I don't have any recordings scheduled.

You asked me to set verbose logging.  Where do I set that?  I didn't see anything in the settings web page.

Steve T
I was able to cause a crash again by doing a lot of scrolling thru the ready recordings and then some scrolling thru the Supergirl recordings.  That all seemed to be OK, but then when I hit the exit button to quit out, UIDroid exited instead of going back one menu.  The nextpvr server was also crashed at that point.

Here are the few journalctl entries around the crash:

Oct 30 12:03:17 hvr kernel: show_signal_msg: 49 callbacks suppressed
Oct 30 12:03:17 hvr kernel: dotnet[21031]: segfault at 18 ip 00007f4ebc631193 sp 00007f4e4bffcd68 error 4 in libSkiaSharp.so[7f4ebc5cb000+803000]
Oct 30 12:03:17 hvr kernel: Code: 1f 84 00 00 00 00 00 53 bf 38 00 00 00 e8 45 b3 5b 00 48 89 c3 48 89 c7 e8 0a 87 00 00 48 89 d8 5b c3 0f 1f 44 00 00 48 89 f8 <48> 8b 7f 18 48 85 ff 74 04 f0 83 07 01 4c 8b 40 20 48 8b 48 28 4c
Oct 30 12:03:17 hvr systemd[1]: nextpvr-server.service: Main process exited, code=killed, status=11/SEGV
Oct 30 12:03:17 hvr systemd[1]: nextpvr-server.service: Failed with result 'signal'.

where do I set the verbose logging you asked for?

Thanks
Steve Tyrakowski
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to get Hauppage firmware running on Linux Mint Higgo 9 468 2025-07-09, 07:50 AM
Last Post: Higgo
  NextPVR can't open RAI (Italian main TV channels) links f2fg 18 3,922 2025-07-05, 10:10 AM
Last Post: alice_anto
  Extras Tuners Not Loading on NextPVR 3.1 Linux Install Siftingice 1 99 2025-07-03, 12:12 AM
Last Post: mvallevand
  Extras Tuners Not Loading on NextPVR 3.1 Linux Install Siftingice 0 62 2025-07-03, 12:02 AM
Last Post: Siftingice
  NextPVR on Ubuntu 24.04 Server Running, Web interface not so much JeffH 15 576 2025-06-11, 05:43 PM
Last Post: mvallevand
  Server crash changing channels VCR58 7 833 2025-03-27, 03:17 PM
Last Post: VCR58
  Guide data issue using NextPVR in a Proxmox LXC njc 10 1,333 2025-03-23, 01:40 PM
Last Post: njc
  NextPVR oddly limited to 7 tuners DaVinylSmith 4 699 2025-02-12, 02:49 PM
Last Post: DaVinylSmith
  NextPVR webserver not starting, prevents client from starting homemaisonbaile 28 2,172 2025-02-04, 05:23 PM
Last Post: mvallevand
  Kodi Addon not connecting on server if vpn on sgar75 1 401 2025-01-27, 12:44 PM
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