Forums » Tutorial and setups »
Unabel to login
Added by Jacques van Langen over 12 years ago
Hello,
After installing Ubuntu 12.04 updates, the satellite config tab has disappeared. I deinstalled tvheadend, removed the .hts folder and installed tvheadend again with Ubuntu Software center. During installation I wasn't asked to create an account. I used the command "sudo dpkg-reconfigure tvheadend" to create an account, but I am still unable to log in. How do I solve this problem?
Electuur
Replies (1)
RE: Unabel to login
-
Added by Prof Yaffle over 12 years ago
You can manually create the access file if you really have to...
$ sudo su hts
[sudo] password for <you>:
$ cd ~/.hts/tvheadend
$ vi superuser
{
"username": "blob",
"password": "blob"
}
:wq
... and then restart tvheadend:
sudo service tvheadend restart
You should now be able to log in as blob/blob, and then configure access control etc. as required.