Project

General

Profile

Bug #5731

TvHeadend not starting

Added by MrTv MrTv about 5 years ago. Updated over 4 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
Category:
Crashes
Target version:
-
Start date:
2019-09-18
Due date:
% Done:

0%

Estimated time:
Found in version:
4.2.9
Affected Versions:

Description

Hi I am new to this forum so hope this is the right place for my question. I have been using Mamarley’s stable ppa for years without issue. I am on Ubuntu 18.04 and recently upgraded from TVHeadend 4.2.8 to 4.2.9 and now TvHeadend won’t start. I have tried everything including a full purge and re-install and also tried the unstable 4.3.0 and same thing. If anyone has got any suggestions it would be greatly appreciated! Thanks

History

#1

Updated by Flole Systems about 5 years ago

This is not the forum, this is the bugtracker.

#2

Updated by MrTv MrTv about 5 years ago

Oh my bad sorry! Just raised in forum, thanks for letting me know.

#4

Updated by MrTv MrTv about 5 years ago

Thanks saen! Does that mean I should wait for a Mamarley update? Or is there a way I can fix this in the meantime?

#5

Updated by saen acro about 5 years ago

delete *.mount, reinit services and restart tvh service

#6

Updated by MrTv MrTv about 5 years ago

Many thanks! I will give it a try when I get home tonight.

#7

Updated by MrTv MrTv about 5 years ago

Sorry dumb question but there are millions of .mount files. I was thinking there would be specific tvheadend ones but I can’t see any. Is it safe to delete all these .mount files? Thanks!

#8

Updated by saen acro about 5 years ago

There is only one in startup script.

#9

Updated by MrTv MrTv about 5 years ago

Ah thanks I should have looked closer at your original link. So I should delete the third line (the one with *.mount in it) in the two files debian/tvheadend.service and rpm/tvheadend.service?

#10

Updated by saen acro about 5 years ago

Just "*.mount"

#11

Updated by MrTv MrTv about 5 years ago

Ah ok I think I understand now! Thanks again I will try it tonight.

#12

Updated by MrTv MrTv about 5 years ago

Hi saen I have searched my whole drive and there is no tvheadend.service file that has .mount in it.

#13

Updated by MrTv MrTv about 5 years ago

I should add I am on Ubuntu 18.04

#14

Updated by saen acro about 5 years ago

Justin Lazar wrote:

I should add I am on Ubuntu 18.04

Are you sure?

sudo nano /lib/systemd/system/tvheadend.service

original

cat /lib/systemd/system/tvheadend.service
[Unit]
Description=Tvheadend - a TV streaming server and DVR
After=auditd.service syslog.target network.target local-fs.target *.mount

[Service]
EnvironmentFile=/etc/default/tvheadend
ExecStart=/usr/bin/tvheadend -f -p /var/run/tvheadend.pid $OPTIONS
PIDFile=/var/run/tvheadend.pid
Type=forking
Restart=on-failure
RestartSec=54s

# To enable watchdog functionality, uncomment these, remove Type=forking
# and compile with --enable-libsystemd_daemon
#Type=notify
#WatchdogSec=1m
#TimeoutStartSec=5m
#TimeoutStopSec=20

[Install]
WantedBy=multi-user.target

must be

cat /lib/systemd/system/tvheadend.service
[Unit]
Description=Tvheadend - a TV streaming server and DVR
After=auditd.service syslog.target network.target local-fs.target

[Service]
EnvironmentFile=/etc/default/tvheadend
ExecStart=/usr/bin/tvheadend -f -p /var/run/tvheadend.pid $OPTIONS
PIDFile=/var/run/tvheadend.pid
Type=forking
Restart=on-failure
RestartSec=54s

# To enable watchdog functionality, uncomment these, remove Type=forking
# and compile with --enable-libsystemd_daemon
#Type=notify
#WatchdogSec=1m
#TimeoutStartSec=5m
#TimeoutStopSec=20

[Install]
WantedBy=multi-user.target

after that

systemctl daemon-reload
service tvheadend start

#15

Updated by MrTv MrTv about 5 years ago

I’m thanks but I am certain there is no tvheadend.service file in /lib/systemd/system

#16

Updated by saen acro about 5 years ago

how you install tvheadend ?

#17

Updated by MrTv MrTv about 5 years ago

I followed the instructions on this link under the section “Ubuntu PPA”. So I used the Mamarley stable PPA in those instructions:

https://tvheadend.org/projects/tvheadend/wiki/AptRepositories

#18

Updated by saen acro about 5 years ago

sudo service tvheadend restart
sudo service tvheadend status

post result
#19

Updated by MrTv MrTv about 5 years ago

sudo service tvheadend status
● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCE
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUC
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ra
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully es
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCES
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCC
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (rat
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+2019
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully est


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCE
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (rati
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+20190
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully esta


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+2019063
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully establ


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully establis


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+2019063014
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully establish


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+20190630144
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully establishe


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3%
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3%
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% de
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% def
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~b
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% defl
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~bu
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% deflat
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~buil
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% deflated
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~built2
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% deflated siz
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~built20190
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% deflated size
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~built201907
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% deflated size
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~built2019072
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% deflated size 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~built20190727
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% deflated size 138
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~built2019072717
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% deflated size 138)
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~built20190727170
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% deflated size 138)
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~built201907271708~gi
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% deflated size 138)
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~built201907271708~git0a
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% deflated size 138)
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~built201907271708~git0a6
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% deflated size 138)
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~built201907271708~git0a60f7
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% deflated size 138)
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~built201907271708~git0a60f73
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% deflated size 138)
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~built201907271708~git0a60f73~
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

● tvheadend.service
Loaded: loaded (/etc/init.d/tvheadend; generated)
Active: active (running) since Sat 2019-09-21 09:58:46 AEST; 18s ago
Docs: man:systemd-sysv-generator(8)
Process: 7803 ExecStop=/etc/init.d/tvheadend stop (code=exited, status=0/SUCCESS)
Process: 7809 ExecStart=/etc/init.d/tvheadend start (code=exited, status=0/SUCCESS)
Tasks: 39 (limit: 4278)
CGroup: /system.slice/tvheadend.service
└─7821 /usr/bin/tvheadend -f -u hts -g video -6

Sep 21 09:58:51 TVpc tvheadend7821: epgdb: gzip format detected, inflating (ratio 72.3% deflated size 138)
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: parsing 191 bytes
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: loaded v2
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: config 1
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: brands 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: seasons 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: episodes 0
Sep 21 09:58:51 TVpc tvheadend7821: epgdb: broadcasts 0
Sep 21 09:58:51 TVpc tvheadend7821: START: HTS Tvheadend version 4.2.9~pre+201906301441-0~built201907271708~git0a60f73~ub
Sep 21 09:58:52 TVpc tvheadend7821: avahi: Service 'Tvheadend' successfully established.


~
lines 1-20/20 (END)

#20

Updated by MrTv MrTv about 5 years ago

Any ideas, this is driving me crazy??

#21

Updated by Flole Systems about 5 years ago

According to the logs its started up/running.

#22

Updated by MrTv MrTv about 5 years ago

Agree. But when I try to connect to it via a browser on the same machine http://localhost:9981/ it says there is nothing there and can’t connect. Also before I wiped everything and reinstalled (ie before I deleted all my config) no clients could connect either. Any ideas what is going wrong?

#23

Updated by saen acro about 5 years ago

Are you create some user accounts with do not have web access?

#24

Updated by MrTv MrTv about 5 years ago

No I haven’t done that and also as I tried several times purging and reinstalling I am sure that didn’t happen. Thanks for the suggestion though. What I have just done now is followed the instructions at the start of the link I sent above (rather than the ones lower down using the Mamarley ppa) and that has successfully installed the older version 4.2.8 and all is working now. So I think there is something funny going on with 4.2.9 so I will steer clear of that!! Thanks so much for your help and suggestions really appreciated!

#25

Updated by Flole Systems over 4 years ago

  • Status changed from New to Invalid

Also available in: Atom PDF