You are not logged in.
So i've installed `tvheadend-git` from AUR using the instructions here: https://wiki.archlinux.org/index.php/Tvheadend
I start it up and am given a username/password prompt.
This is what the wiki says:
Once the service is running, configuration of Tvheadend is done through a web interface on localhost:9981.
The service should automatically generate Tvheadend username and passwords that are the same as your system. You can log in as root with your system's root password.
However nothing works. I've put in my local account name & password, root account name & password, and tried with nothing. What am I supposed to do?
Offline
$ systemctl status tvheadend.serviceOften these webinterfaces use javascript, maybe your bwoser is blocking that ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I helped myself using the option "-C" or "--firstrun" starting tvheadend from commandline for one time.
tvheadend --help
.
.
.
-C, --firstrun If no user account exists then create one with
no username and no password. Use with care as
it will allow world-wide administrative access
to your Tvheadend installation until you create or edit
the access control from within the Tvheadend web interface.Offline