hi,
I install XBMCbuntu, updated to the PVR build from packages.pulse-eight.net and went to configure TVHeadend and I get a log in screen.
I have tried xbmc/xbmc, the user login details, but keep getting "The server localhost:9981 requires a username & password. The server says: TVHeadend"
I did the reconfigure utility via terminal and changed the user and password but keep getting this same reply.
Am I doing something wrong??
Dave
TVHeadend not letting me in
gsi095
Member Posts: 57 Joined: Feb 2009 Reputation: 0 |
2012-03-08 07:05
Post: #1
|
| find quote |
LastCoder
Fan Joined: Dec 2011 Reputation: 0 |
2012-03-08 18:09
Post: #2
Sorry, have no idea .. try to ask in the tvheadend forum (https://www.lonelycoder.com/redmine/proj...end/boards)
Greetz LastCoder Ubuntu 12.04 LTS Server, LXDE, XBMC Frodo, Skin "Aeon Nox 4", TVHeadEnd TV Backend ASUS P8H61-M LE/USB3, Celeron G530 w. iGPU Intel HD, 4 GB DDR3 RAM 16 GB CnMemory 300x CF, 1 TB Samsung 2,5" HDD iHOS104 BluRay Drive, TT DVBS2-1600 Silverstone GD05B Case, Sony PS3 BD Remote control, Logitech Cordless Mediaboard Pro for PS3 |
| find quote |
j1nx
Fan Joined: Aug 2011 Reputation: 22 Location: Netherlands |
2012-03-08 18:52
Post: #3
1st figure out under which user the tvheadend is running;
Quote:#ps ax | grep tvheadendYou will get out such as; Quote:2140 ? Ssl 3:55 /usr/bin/tvheadend -f -u hts -g videoThere you will see, it runs as user "hts" (-u hts) Go into the hts config folder for that user; Quote:cd /home/hts/.hts/tvheadend/Here are all setting stored. But also the config of the super user. You need to be root, so under ubuntu for instance; Quote:sudo cat superuserYou will get an output like; Quote:{ Use those to get into the webadmin and do your things. |
| find quote |
opdenkamp
Team-XBMC PVR Developer Joined: Feb 2009 Reputation: 24 Location: Heerlen, The Netherlands |
2012-03-17 12:59
Post: #4
or just run:
sudo dpkg-reconfigure tvheadend you'll be asked to enter a new password. opdenkamp / dushmaniac xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)] personal website: [link] Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log. If you like my work, please consider donating to me and/or Team XBMC. |
| find quote |
babca
Junior Member Joined: Apr 2011 Reputation: 0 |
2012-05-07 15:03
Post: #5
I had a similar issue, and found this:
Quote:create a file calles "1" with following content in the ~/.hts/tvheadend/accesscontrol/ directory source: http://openelec.tv/forum/36-solved-bug-r...ting-users http://www.lonelycoder.com/redmine/issues/166 For some reason the ~/.hts/tvheadend/accesscontrol/ directory had gone, so I had to create it again incl. the '1' file and it's OK now. My silent AMD Zacate HTPC on MSI E350IA-E45, 16W@46°C when idle, 27sec cold boot |
| find quote |
nobleach
Junior Member Posts: 38 Joined: Nov 2008 Reputation: 0 |
2012-09-14 21:13
Post: #6
(2012-03-17 12:59)dushmaniac Wrote: or just run: It doesn't matter how many times I try this, it doesn't let me in. I can see the username and password in the file, so I know I'm typing it correctly. Does it not allow my to connect from a remote host? I can't connect from localhost, it doesn't have a web browser. |
| find quote |
Prof Yaffle
Member+ Joined: Mar 2011 Reputation: 3 Location: UK - in the middlish (mostly). |
2012-09-15 00:13
Post: #7
Have you played with the IP address config at all? Could it be that you're connecting from a PC that doesn't have admin rights because of its IP address?
I can't remember off the top of my head, but I wonder if tvheadend defaults to localhost unless you change it... so are you connecting from the machine hosting tvheadend, or a different one? Have a look at ~/.hts/tvheadend/accesscontrol and see what's in there... |
| find quote |
nobleach
Junior Member Posts: 38 Joined: Nov 2008 Reputation: 0 |
2012-09-15 00:20
Post: #8
Yep, originally had it set to 0.0.0.0/0. I changed it to 192.168.1.0/24 just to see if it would change the outcome. I also SSHed in and used lynx to localhost:9981. It fails just the same.
Unless there's somewhere else to change it. |
| find quote |
thatsenough
Junior Member Posts: 1 Joined: Mar 2012 Reputation: 0 |
2012-09-16 12:41
Post: #9
Try start tvheadend with -C. This will create a user account with no username/password if no user exists already. Then you can get access and create a new user.
That did it for me. |
| find quote |
lachs
Junior Member Posts: 1 Joined: May 2012 Reputation: 0 |
2013-01-07 02:52
Post: #10
(2012-09-15 00:20)nobleach Wrote: Yep, originally had it set to 0.0.0.0/0. I changed it to 192.168.1.0/24 just to see if it would change the outcome. I also SSHed in and used lynx to localhost:9981. It fails just the same. I had the same problem but when i ran: cat /home/username/.hts/tvheadend/accesscontrol/1 it displayed: root@LachsMC:/home/lachs/.hts/tvheadend/accesscontrol# cat 1 { "enabled": 1, "username": "xbmc", "password": "xbmc", "comment": "Default access entry", "streaming": 1, "dvr": 1, "dvrallcfg": 1, "webui": 1, "admin": 1, "id": "1" } showing me that despite setting up my own password with the initial tvheadend config it is using xbmc/xbmc as the user/pass still... Hope this helps... |
| find quote |

Search
Help