SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV Linux > SageTV for unRAID/Docker
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV for unRAID/Docker Discussion related to SageTV for unRAID/Docker. Questions, issues, problems, suggestions, etc. relating to SageTV for unRAID/Docker should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-23-2016, 08:59 PM
mibsy mibsy is offline
Sage User
 
Join Date: Jul 2007
Posts: 57
Warning in Docker Logs

I am seeing the following in the SageTV Docker logs. I'm running the Java 8, from the latest version of the template.

Code:
Java HotSpot(TM) 64-Bit Server VM warning: -XX:ThreadPriorityPolicy requires root privilege on Linux
I'm not necessarily seeing problems, but it is a persistent error that shows up after each reboot and was checking to see if it requires attention.
Reply With Quote
  #2  
Old 10-24-2016, 05:08 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Because I run the Docker container as a non-root user, then this parameter in the SageTV startup script is ignored by java. It's a harmless warning, and maybe someday we'll fix the sagetv startup scripts to NOT pass that arg when running as a non root user.
Reply With Quote
  #3  
Old 10-24-2016, 07:40 AM
bcjenkins bcjenkins is offline
SageTVaholic
 
Join Date: Jan 2006
Posts: 3,764
Code:
java -Djava.awt.headless=$HEADLESS $JAVAMEM -XX:+UseAdaptiveSizePolicy -XX:MaxGCPauseMillis=25 -XX:GCTimeRatio=24 $(if [[ $EUID -eq 0 ]]; then echo '-XX:ThreadPriorityPolicy=1'; fi) $JAVAOPTS -cp Sage.jar:.:/:$(echo JARs/*.jar | sed 's/  */:/g') sage.Sage 0 0 x "sagetv Sage.properties" <&- &
__________________
Running SageTV on unRAID via Docker
Tuning handled by HDHR3-6CC-3X2 using OpenDCT
Reply With Quote
  #4  
Old 10-25-2016, 02:18 AM
bcjenkins bcjenkins is offline
SageTVaholic
 
Join Date: Jan 2006
Posts: 3,764
Thumbs up

This has been merged in to master

https://github.com/google/sagetv/com...d2019b689d4f07
__________________
Running SageTV on unRAID via Docker
Tuning handled by HDHR3-6CC-3X2 using OpenDCT
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Docker Image for unRaid ChaOConnor SageTV Linux 73 05-28-2017 11:57 AM
Updated Docker Container stuckless SageTV for unRAID/Docker 42 10-31-2016 05:22 PM
Schedules direct epg not compatible with Docker maceie SageTV Github Development 5 08-20-2016 06:20 AM
Docker container coppit SageTV Github Development 20 09-06-2015 06:26 PM
NASs? Docker? ThePaladinTech SageTV Github Development 10 08-16-2015 02:34 PM


All times are GMT -6. The time now is 12:35 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.