Upgrade to latest master branch version config lost
Added by Alessio Pollero over 6 years ago
Today I've compiled the latest git master on my raspberry pi and after a successful build process, I've replaced the binary but after the restart tvheadend failed to recognise my user name and password seemingly not loading the old configuration files from /root/.hts/ directory.
The output of the new version of tvheadend was :
2018-04-25 17:36:19.602 [ INFO] iptv: Using 2 input thread(s) 2018-04-25 17:36:20.027 [ INFO] linuxdvb: adapter added /dev/dvb/adapter0 2018-04-25 17:36:20.070 [ INFO] dvr: Creating new configuration '' 2018-04-25 17:36:20.072 [WARNING] tbl-eit: EIT configuration file missing 2018-04-25 17:36:20.072 [ INFO] epggrab: module psip created 2018-04-25 17:36:20.083 [ INFO] epggrab: module opentv-skyuk created 2018-04-25 17:36:20.084 [ INFO] epggrab: module opentv-skyit created 2018-04-25 17:36:20.085 [ INFO] epggrab: module opentv-ausat created 2018-04-25 17:36:20.086 [ INFO] epggrab: module opentv-skynz created 2018-04-25 17:36:20.086 [ INFO] epggrab: module xmltv created 2018-04-25 17:36:20.096 [ INFO] epgdb: gzip format detected, inflating (ratio 136.1% deflated size 83) 2018-04-25 17:36:20.096 [ INFO] epgdb: parsing 61 bytes 2018-04-25 17:36:20.096 [ INFO] epgdb: loaded v3 2018-04-25 17:36:20.096 [ INFO] epgdb: config 1 2018-04-25 17:36:20.096 [ INFO] epgdb: broadcasts 0 2018-04-25 17:36:20.097 [ NOTICE] START: HTS Tvheadend version 4.3-1252~g595fd174f-dirty started, running as PID:2080 UID:0 GID:0, CWD:/lib/systemd CNF:/root/.hts/tvheadend 2018-04-25 17:36:20.299 [ INFO] scanfile: DVB-S - loaded 1 regions with 112 networks 2018-04-25 17:36:20.299 [ INFO] scanfile: DVB-T - loaded 44 regions with 1112 networks 2018-04-25 17:36:20.299 [ INFO] scanfile: DVB-C - loaded 17 regions with 57 networks 2018-04-25 17:36:20.299 [ INFO] scanfile: ATSC-T - loaded 2 regions with 11 networks 2018-04-25 17:36:20.299 [ INFO] scanfile: ATSC-C - loaded 1 regions with 5 networks 2018-04-25 17:36:20.299 [ INFO] scanfile: ISDB-T - loaded 2 regions with 1297 networks 2018-04-25 17:36:20.964 [ INFO] avahi: Service 'TV Server ' successfully established. ^C2018-04-25 17:38:22.352 [ INFO] epgdb: snapshot start
Restoring the old executable(4.3-516~gd7d83b66b) it started working correctly again, the version that is working fine right now is :
HTS Tvheadend 4.3-516~gd7d83b66b Build: 4.3-516~gd7d83b66b (2017-10-03T17:06:21+0000)
What is missing here ? Why isn't the upgraded version reading the configuration correctly ?
Replies (1)
RE: Upgrade to latest master branch version config lost - Added by Alessio Pollero over 6 years ago
Is there some bug in the latest master or do I need to upgrade the configuration files ?