Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 441888 - media-tv/tvheadend-3.2 usage of xmltv is mysterious
Summary: media-tv/tvheadend-3.2 usage of xmltv is mysterious
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sam Jorna (wraeth)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-05 15:26 UTC by Olliver Schinagl
Modified: 2017-12-04 22:35 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olliver Schinagl 2012-11-05 15:26:42 UTC
TVheadend runs as its own user, tvheadend. And while ps u even shows it running (on my system via its UID instead of the actual username, only this processes has this) xmltv is being kicked off as root. (put an echo `pwd` > /tmp/test; echo $USER >> /tmp/test) into an xml grabber to find this.

xmltv grabbers require a config file and some spot to leave information. Now this last bit is probably sorted within tvheadend, it probably reads it into stdout and processes it into its own epg database.

So the question then, where would tvheadend tell xmltv grabbers to find their config file? It runs as root (why?!) and it's homedir is /. So /assuming /etc/tvheadend won't work. /etc/password also lists /dev/null as ~ so that can't be relied on either?

Using the socket option works of course (probably), but if running as user forces running the xml grabbers as root, then that is really not an option.

Reproducible: Always
Comment 1 James Le Cuirot gentoo-dev 2017-12-04 22:35:09 UTC
I'm going to close this as FIXED now that I've changed tvheadend's HOME directory to /etc/tvheadend. XMLTV files should be placed under /etc/tvheadend/.xmltv. Having tried it myself, XMLTV is no longer running as root. I know that tvheadend's XMLTV support has been completely reworked since this was reported.