Webgui not working
Added by james walsh over 11 years ago
My webgui has completly failed there is no page on :9981
I have uninstalled and reinstalled with out any difference
all help gratefully received...
this is my log after I start up:
root@walshserver:~# tvheadend -C
Jun 07 20:03:15 [ INFO]:START: initialising
Jun 07 20:03:15 [ INFO]:charset: 71 entries loaded
Jun 07 20:03:15 [ INFO]:dvb: Found adapter /dev/dvb/adapter0 (TurboSight TBS 6981 DVBS/S2 frontend) via PCI, Reports valid SNR values
Jun 07 20:03:15 [ INFO]:dvb: Found adapter /dev/dvb/adapter1 (TurboSight TBS 6981 DVBS/S2 frontend) via PCI, Reports valid SNR values
Jun 07 20:03:15 [ INFO]:dvb: Adapter /dev/dvb/adapter1 will run in full mux mode
Jun 07 20:03:15 [ INFO]:CSA: Using SSE2 128bit parallel descrambling
Jun 07 20:03:15 [ INFO]:epggrab: module eit created
Jun 07 20:03:15 [ INFO]:epggrab: module uk_freesat created
Jun 07 20:03:15 [ INFO]:epggrab: module uk_freeview created
Jun 07 20:03:15 [ INFO]:epggrab: module viasat_baltic created
Jun 07 20:03:15 [ INFO]:epggrab: module opentv-skyuk created
Jun 07 20:03:15 [ INFO]:epggrab: module opentv-ausat created
Jun 07 20:03:15 [ INFO]:epggrab: module opentv-skyit created
Jun 07 20:03:15 [ INFO]:epggrab: module pyepg created
Jun 07 20:03:15 [ INFO]:epggrab: module xmltv created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_ch_search created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_combiner created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_dk_dr created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_dtv_la created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_ee created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_es_laguiatv created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_es_miguiatv created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_eu_epgdata created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_fi created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_fi_sv created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_fr created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_hr created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_huro created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_il created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_in created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_is created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_it created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_na_dd created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_na_dtv created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_nl created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_no_gfeed created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_pt created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_pt_meo created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_re created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_se_swedb created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_uk_bleb created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_uk_rt created
Jun 07 20:03:15 [ INFO]:epggrab: module /usr/bin/tv_grab_za created
Jun 07 20:03:15 [ INFO]:xmltv: external socket enabled
Jun 07 20:03:15 [ INFO]:pyepg: external socket enabled
Jun 07 20:03:15 [ INFO]:/usr/bin/tv_grab_uk_rt: grab /usr/bin/tv_grab_uk_rt
Jun 07 20:03:15 [ INFO]:epgdb: loaded v2
Jun 07 20:03:15 [ INFO]:epgdb: channels 0
Jun 07 20:03:15 [ INFO]:epgdb: brands 0
Jun 07 20:03:15 [ INFO]:epgdb: seasons 0
Jun 07 20:03:15 [ INFO]:epgdb: episodes 1884
Jun 07 20:03:15 [ INFO]:epgdb: broadcasts 1869
Jun 07 20:03:15 [ INFO]:dvr: Creating new configuration ''
Jun 07 20:03:15 [WARNING]:dvr: Output directory for video recording is not yet configured for DVR configuration "". Defaulting to to "/root". This can be changed from the web user interface.
Jun 07 20:03:15 [ NOTICE]:START: HTS Tvheadend version 3.5.64~g5e79502 started, running as PID:6629 UID:0 GID:0, settings located in '/root/.hts/tvheadend'
Jun 07 20:03:16 [ INFO]:AVAHI: Service 'Tvheadend' successfully established.
Replies (3)
RE: Webgui not working - Added by Prof Yaffle over 11 years ago
How have you installed this? The warning and notice in the above don't look right - that suggests that you're running this as root instead of hts/video, which is where I'd start to look for any odd behaviour.
As a self-build, I'd say that you either need to build a deb and install it (assuming Ubuntu-alike) or at least specify the right command-line parameters as it starts (-f -u hts -g video, I think).
You're also using -c, which I think is to specify where the config is, yes? But is this actually specified anywhere, since it appears to be defaulting to $HOME/.hts/tvheadend.
RE: Webgui not working - Added by james walsh over 11 years ago
ignore all of this!!!!
I am a fool its workign fine but my router has randomly decided to start dishing out new IP addresses!
RE: Webgui not working - Added by Prof Yaffle over 11 years ago
It happens to the best of us! I'd still question the UID you're running as, but if it works for you then that's fine!