Bug #1021
TVHeadend is not deamonizing properly
0%
Description
When trying to deamonize from root (as test), the following errors occur:
Command used (tried various options):
./build.linux/tvheadend -f -u root (as test)
Jun 2 14:37:28 linux-7ffb tvheadend10569: dvb: Found adapter /dev/dvb/adapter0 (Philips TDA10023 DVB-C) via PCI
Jun 2 14:37:28 linux-7ffb tvheadend10569: webui: No source path providing HTTP content: "/static". Checked in "./" and in the binary's embedded file syste
m.
Jun 2 14:37:28 linux-7ffb tvheadend10569: webui: No source path providing HTTP content: "/docs". Checked in "./" and in the binary's embedded file system.
Jun 2 14:37:28 linux-7ffb tvheadend10569: webui: No source path providing HTTP content: "/docresources". Checked in "./" and in the binary's embedded file
system.
Jun 2 14:37:28 linux-7ffb tvheadend10569: dvr: Creating new configuration ''
Jun 2 14:37:28 linux-7ffb tvheadend10569: dvr: Output directory for video recording is not yet configured for DVR configuration "". Defaulting to to "/roo
t/Videos". This can be changed from the web user interface.
Jun 2 14:37:28 linux-7ffb tvheadend10569: CSA: Using SSE2 128bit parallel descrambling
Jun 2 14:37:28 linux-7ffb tvheadend10569: START: HTS Tvheadend version 2.99.24.gf3f3b started, running as PID:10569 UID:0 GID:33, settings located in '/ro
ot/.hts/tvheadend', dataroot: ./
Jun 2 14:37:29 linux-7ffb tvheadend10569: AVAHI: Service 'Tvheadend' successfully established.
History
Updated by Hein Rigolo over 12 years ago
- Category set to 41
- Status changed from New to Invalid
looks like yo did not do a "make install" after you compiled tvheadend (needed since a couple of weeks) ... and that is causing these missing webui links errors.
hein
Updated by Bas S over 12 years ago
I did this:
First you need to configure:
$ ./configure
If any dependencies are missing the configure script will complain.
You then have the option to disable that particular module/subsystem.
$ make
Build the binary, after build the binary resides in 'build.Linux/'.
Thus, to start it, just type:
$ build.linux/tvheadend
Can you tell me what changed?
Updated by Bas S over 12 years ago
Example found:
https://www.lonelycoder.com/redmine/projects/tvheadend/wiki/Tvheadend_gentoo
I am using SuSe, but this is usefull as well.