Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281823 - media-plugins/mythvideo - mythtv transcode daemon (mtd) does not start at boot
Summary: media-plugins/mythvideo - mythtv transcode daemon (mtd) does not start at boot
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MythTV Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-17 17:49 UTC by Dan A. Dickey
Modified: 2009-11-21 05:27 UTC (History)
1 user (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 Dan A. Dickey 2009-08-17 17:49:22 UTC
The mtd service is not starting at boot time.
The file mtd.init.d in the ebuild needs the HOME environment variable set in it.
The mtd.init.d files is installed into /etc/init.d/mtd

Simply - add the line:
    export HOME=/etc/mythtv

to the start() section, before the ebegin.
I copied the HOME setting and value from the mythbackend service startup.
mtd needs it too.
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2009-11-18 05:41:42 UTC
We might have to actually look at if we need/want to create some symlinks.
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2009-11-21 05:27:56 UTC
Fixed in mythvideo-0.22_p22864. Thanks for the report.