Forum
TVHeadEnd rejecting login - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Configuration (/forum-17.html)
+--- Thread: TVHeadEnd rejecting login (/thread-3592.html)



TVHeadEnd rejecting login - livetv - 13th Jun, 2016 12:40 PM

Just installed the lastest XBian with Kodi 16.1 on a Raspberry Pi Model B+. Logged in and installed tvheadend with apt-get install xbian-package-tvheadend, rebooted and then attempted to access http://<IP address here>:9981. Web page appears and prompt for tvheadend login pops up. Copy and paste details from .hts/tvheadend/accesscontrol/1, but get "Login Rejected, try again?"

Is this a known issue with a fix? Or was the install procedure wrong? Or something else?

Any constructive assistance or questions welcome. Hoping to get OTA TV soon.


RE: TVHeadEnd rejecting login - Nachteule - 13th Jun, 2016 11:16 PM

(13th Jun, 2016 12:40 PM)livetv Wrote:  Is this a known issue with a fix? Or was the install procedure wrong? Or something else?

Any constructive assistance or questions welcome. Hoping to get OTA TV soon.

Seems to be issue in tvheadend, IMO they changed authorization database structure and setting default xbian/raspberry user does not longer work.

To get access to tvheadend without username/password, please add -C parameter in file /etc/default/tvheadend (see also here)

Code:
# TVH_ARGS
#   add any other arguments
TVH_ARGS="-C"

and then restart tvheadend

Terminal

sudo restart tvheadend

This should help


RE: TVHeadEnd rejecting login - livetv - 14th Jun, 2016 12:49 PM

Thanks much! Will give it a try. Hopefully this will get documented somewhere? Or have people given up on OTA TV? Ready made settop boxes for the purpose (that work) cost way more than an RPi.

(13th Jun, 2016 11:16 PM)Nachteule Wrote:  
(13th Jun, 2016 12:40 PM)livetv Wrote:  Is this a known issue with a fix? Or was the install procedure wrong? Or something else?

Any constructive assistance or questions welcome. Hoping to get OTA TV soon.

Seems to be issue in tvheadend, IMO they changed authorization database structure and setting default xbian/raspberry user does not longer work.

To get access to tvheadend without username/password, please add -C parameter in file /etc/default/tvheadend (see also here)

Code:
# TVH_ARGS
#   add any other arguments
TVH_ARGS="-C"

and then restart tvheadend

Terminal

sudo restart tvheadend

This should help



RE: TVHeadEnd rejecting login - Nachteule - 14th Jun, 2016 10:06 PM

(14th Jun, 2016 12:49 PM)livetv Wrote:  Thanks much! Will give it a try. Hopefully this will get documented somewhere? Or have people given up on OTA TV?

Yeah, seems to be uncool using OTA tv Tongue

Only fresh installations are affected, not older ones with already existing tvheadend configuration

I'm already testing a fix for that issue


RE: TVHeadEnd rejecting login - Nachteule - 15th Jun, 2016 04:00 AM

Fixed, FYI look here

Please note you have to remove all files from folder /home/xbian/.hts/tvheadend/accesscontrol/ before installing new fixed package


RE: TVHeadEnd rejecting login - livetv - 15th Jun, 2016 12:57 PM




RE: TVHeadEnd rejecting login - Nachteule - 15th Jun, 2016 10:04 PM

@livetv
Your last post is not very informative Tongue


RE: TVHeadEnd rejecting login - livetv - 16th Jun, 2016 09:23 AM

Well, it was informative until the forum ate it. Got into tvheadend alright, setup passwords, then discovered that the TV tuner was not being detected. It is a Hauppauge WintTV 850. There is no /dev/dvb/ directory, but lsmod turns up a bunch of modules that got loaded, see below. Some of those look relevant. I had this tuner working on my desktop x86 linux box a few months ago, but the tuner is not detected there either now. Thanks for all the help so far, googling has been less than successful.

Code:
cx231xx_dvb             8045  0
dvb_core               81298  3 dvb_usb,lgdt3305,cx231xx_dvb
cx231xx_alsa            5776  0
tda18271               34609  0
hid_logitech            9806  0
tea5767                 5668  0
tuner                  14708  0
cx25840                45519  0
evdev                  11221  5
joydev                  8936  0
cx231xx               134584  2 cx231xx_alsa,cx231xx_dvb
cx2341x                17895  1 cx231xx
videobuf_vmalloc        4525  1 cx231xx
videobuf_core          17243  2 cx231xx,videobuf_vmalloc
i2c_mux                 2496  1 cx231xx
tveeprom               11607  1 cx231xx
v4l2_common             4279  4 cx2341x,cx231xx,cx25840,tuner
videodev              140015  5 cx2341x,cx231xx,cx25840,tuner,v4l2_common
media                  11951  4 cx231xx,cx25840,tuner,videodev



RE: TVHeadEnd rejecting login - Nachteule - 16th Jun, 2016 09:47 PM

In my own experience there are two reasons for this behavior:

1) the stick does not 'like' the usb port (had this issue here using cubieboard2 and terratec dvb-c stick)
2) firmware is missing (your device requires firmware file). I'm sure you already found this this site


RE: TVHeadEnd rejecting login - Chiron - 14th Apr, 2017 07:54 AM

(13th Jun, 2016 11:16 PM)Nachteule Wrote:  
(13th Jun, 2016 12:40 PM)livetv Wrote:  Is this a known issue with a fix? Or was the install procedure wrong? Or something else?

Any constructive assistance or questions welcome. Hoping to get OTA TV soon.

Seems to be issue in tvheadend, IMO they changed authorization database structure and setting default xbian/raspberry user does not longer work.

To get access to tvheadend without username/password, please add -C parameter in file /etc/default/tvheadend (see also here)

Code:
# TVH_ARGS
#   add any other arguments
TVH_ARGS="-C"

and then restart tvheadend

Terminal

sudo restart tvheadend

This should help

Hello
I've edited the file and restarted the service, no luck. Tvheadend just doesn't care... Huh Still can't connect.


RE: TVHeadEnd rejecting login - Nachteule - 14th Apr, 2017 11:51 AM

@Chiron

What happened before? Any updates, system crash, new installation ???


RE: TVHeadEnd rejecting login - Chiron - 15th Apr, 2017 05:19 AM

Well, I've reinstalled some weeks ago. Everything is working fine, but I can't remember the password I set, a typo error when I set it up, or most likely I'm getting old... Tongue


RE: TVHeadEnd rejecting login - Chiron - 16th Apr, 2017 03:38 AM

I had a power outage during an update.
Everything got corrupted and I had to reinstall an restore my backup.

but still no access to tvheadend gui. Do you know how to reset the password?

Ok I finally managed it
Code:
service tvheadend stop
tvheadend -C
I and I could connect to the gui. :-)


RE: TVHeadEnd rejecting login - Nachteule - 16th Apr, 2017 05:27 AM

That's fine Smile

And procedure described in my post did not work? Undecided


RE: TVHeadEnd rejecting login - Chiron - 16th Apr, 2017 07:52 AM

(16th Apr, 2017 05:27 AM)Nachteule Wrote:  That's fine Smile

And procedure described in my post did not work? Undecided

No, it didn't. Confused