Now when I have a really nice working test environment with the latest build 3.9.2144 I would lika to install the current test setup into "production".
I am on 14.04 LTS with all the updates until today.
I run this from the tvheadend directory (in my case /home/tvserver/tvheadend)
./Autobuild.sh -t precise-amd64
and when package is built I move one directory up to /home/tvserver/ and run the command
sudo dpkg -i tvheadend3.9.2144~gda3d9ec~precise_amd64.deb_
when I start TVH with
service tvheadend start
TVHeadend starts nice but since this is now running as a service it will be running as a new user in the directory
/home/hts/.hts/tvheadend
instead of
/home/tvserver/.hts/tvheadend
it will have a totally empty configuration.
I now I copy my configuration from /home/tvserver/.hts/tvheadend and make sure that the directory and file ownerships are hts as the owner and group is video (read and write rights) as well as the permissions are tagged with 775 with the CHMOD command.
I have also made sure that the user hts is a member of the video group that has Read and Write rights as group to /home/hts/.hts/tvheadend and its subdirs and files.
However if I now start TVH with
service tvheadend start
TVH crashes directly and repeatedly until Ubuntu stops it from restarting.
I just don understand why I can not take the configurations from my TVH directory from my build/dev directory
/home/tvserver/.hts/tvheadend and copy it to my "permanent" installation directory
/home/hts/.hts/tvheadend ?