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 … 17 18 19 20 21 … 34 Next »
Server crash on v5.1.3.210711

 
  • 0 Vote(s) - 0 Average
Server crash on v5.1.3.210711
baj1
Offline

Senior Member

Maple Grove, MN, USA
Posts: 553
Threads: 91
Joined: Jan 2006
#11
2021-07-31, 04:10 PM
$ ls -lt /lib/libgdiplus.so*
ls: cannot access '/lib/libgdiplus.so*': No such file or directory

I'm not surprised, I was traveling for work a lot this past Spring so I likely wasn't keeping on top of my NextPVR updates.
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Mint v20, NPVR v5.1.3.210711
Tuners: Hauppauge PVR-2250-MC Dual Tuner, HDHR Duo ATSC Tuner
Clients: Knewc on CE-ODroid N2 x2, N2+, LE-RPi4, PCs x2
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,104
Threads: 957
Joined: May 2006
#12
2021-07-31, 04:19 PM
You tested with Mint 20 here https://forums.nextpvr.com/showthread.ph...#pid553784 I see it is in /usr/lib

Martin
baj1
Offline

Senior Member

Maple Grove, MN, USA
Posts: 553
Threads: 91
Joined: Jan 2006
#13
2021-08-02, 04:57 PM
Ah, I put that in /usr/lib, not /lib. You are correct, I have it in /usr/lib.

Which folder should it be in?
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Mint v20, NPVR v5.1.3.210711
Tuners: Hauppauge PVR-2250-MC Dual Tuner, HDHR Duo ATSC Tuner
Clients: Knewc on CE-ODroid N2 x2, N2+, LE-RPi4, PCs x2
baj1
Offline

Senior Member

Maple Grove, MN, USA
Posts: 553
Threads: 91
Joined: Jan 2006
#14
2021-08-03, 03:15 AM
Okay, same crash again tonight, shortly after the boss went upstairs and was using ODroid while I was still watching on the server PC.

Logs attached.  Nothing in dmesg from today (assuming I can calculate time correctly), but there are messages around 22:00 in journalctl.


Attached Files
.zip   npvr_server_crash_logs-20210802-2202.zip (Size: 998.41 KB / Downloads: 2)
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Mint v20, NPVR v5.1.3.210711
Tuners: Hauppauge PVR-2250-MC Dual Tuner, HDHR Duo ATSC Tuner
Clients: Knewc on CE-ODroid N2 x2, N2+, LE-RPi4, PCs x2
baj1
Offline

Senior Member

Maple Grove, MN, USA
Posts: 553
Threads: 91
Joined: Jan 2006
#15
2021-08-03, 03:19 AM
It doesn't look like all the logs were attached, despite it showing it had uploaded multiple files when I did the attachment.

journalct logs attached here.
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Mint v20, NPVR v5.1.3.210711
Tuners: Hauppauge PVR-2250-MC Dual Tuner, HDHR Duo ATSC Tuner
Clients: Knewc on CE-ODroid N2 x2, N2+, LE-RPi4, PCs x2
baj1
Offline

Senior Member

Maple Grove, MN, USA
Posts: 553
Threads: 91
Joined: Jan 2006
#16
2021-08-03, 03:20 AM
Zipped, 3rd time's the charm?


Attached Files
.zip   logs.zip (Size: 8.07 KB / Downloads: 2)
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Mint v20, NPVR v5.1.3.210711
Tuners: Hauppauge PVR-2250-MC Dual Tuner, HDHR Duo ATSC Tuner
Clients: Knewc on CE-ODroid N2 x2, N2+, LE-RPi4, PCs x2
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,104
Threads: 957
Joined: May 2006
#17
2021-08-03, 03:21 AM
If nrecord (the server) is crashing you should see message in journalctl that are related and we need to see those. It is the Kod debug logs from each machine that I really need.

Also NextPVR logs will be useless because of caching. Sub does verbose logging enable auto flush?

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,104
Threads: 957
Joined: May 2006
#18
2021-08-03, 03:26 AM
Sorry i missed your second post. Yes it is libgdiplus crashing

Aug 02 22:00:53 BiVo-MS-7A38 server.sh[72100]: ERROR:image.c:838:GdipDrawImageRectRect: assertion failed: (cairo_status (graphics->ct) == CAIRO_STATUS_SUCCESS)

If I had to speculate NextPVR (or dotnet) might be creating a bad png file certainly a few logs indicate that the png's are bad format.

Aug 02 01:34:07 BiVo-MS-7A38 server.sh[72100]: libpng warning: iCCP: known incorrect sRGB profile

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#19
2021-08-03, 05:20 PM
(2021-08-03, 03:21 AM)mvallevand Wrote: Also NextPVR logs will be useless because of caching.  Sub does verbose logging enable auto flush?
Hmm, checking the logging, it might not do. If you set NEXTPVR_VERBOSE=true as an environment variable it will.

I've made the code explicitly set autoflush with verbose mode in the next build.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,104
Threads: 957
Joined: May 2006
#20
2021-08-03, 05:33 PM (This post was last modified: 2021-08-03, 05:43 PM by mvallevand.)
Ok thanks will that work with <LogLevel>VERBOSE</LogLevel> in config.xml too?

@baj1 if you want to help with this further edit cat /etc/nextpvr-server.conf and add the line

NEXTPVR_VERBOSE=true

If you reinstall you will need to update this line.


Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPVR on Ubuntu 24.04 Server Running, Web interface not so much JeffH 15 539 2025-06-11, 05:43 PM
Last Post: mvallevand
  Server crash changing channels VCR58 7 796 2025-03-27, 03:17 PM
Last Post: VCR58
  Kodi Addon not connecting on server if vpn on sgar75 1 374 2025-01-27, 12:44 PM
Last Post: mvallevand
  NextPVR server on LibreElec jcjefferies 45 4,731 2024-09-16, 04:38 PM
Last Post: mvallevand
  Ubuntu Server /nextpvr/ emby dedwards 1 737 2023-12-09, 02:21 PM
Last Post: mvallevand
  NextPVR Server VOD Downloads Incomplete TS Video Files nonuoha 22 3,693 2023-03-26, 09:09 PM
Last Post: mvallevand
  Reproducible failure after working briefly on Ubuntu Server sayssar 6 1,528 2022-03-24, 11:38 PM
Last Post: sub
  smart TV access to server Armsp0 5 1,470 2022-01-30, 02:14 AM
Last Post: mvallevand
  nextpvr server stopped running SteveTyrakowski 22 4,895 2021-10-30, 10:41 PM
Last Post: mvallevand
  Unable to StartStream(): The remote server returned an error: (404) Not Found. albydnc 2 1,579 2021-03-11, 10:08 AM
Last Post: albydnc

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

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

Linear Mode
Threaded Mode