Giter Club home page Giter Club logo

Comments (7)

github-actions avatar github-actions commented on May 31, 2024

Thanks for opening your first issue here! Be sure to follow the issue template!

from docker-tvheadend.

aptalca avatar aptalca commented on May 31, 2024

What's the host arch?

from docker-tvheadend.

barzog avatar barzog commented on May 31, 2024

armv7l on raspberry pi. host system - alpine

from docker-tvheadend.

aptalca avatar aptalca commented on May 31, 2024

upstream issue, see here: https://gitlab.alpinelinux.org/alpine/aports/-/issues/12057#note_124235

from docker-tvheadend.

barzog avatar barzog commented on May 31, 2024

But in host system, which is alpine too - all working perfectly (through /etc/localtime).
Here is date output from host system:
rp1:# date
Fri Nov 20 16:38:47 +03 2020
rp1:
#
Is there any 'workaround'?
I've tried to mount -v /etc/timezone/Europe/Minsk:/etc/localtime with no luck.

from docker-tvheadend.

barzog avatar barzog commented on May 31, 2024

Workaround is to create container with following:
docker create --name=tvheadend -e PUID=65534 -e PGID=65534 -e TZ='-3' --net=host -v /opt/docker/tvheadend/config:/config -v /media/Transcend/torrent/recordings
/:/recordings -v /media/Transcend/torrent/timeshift/:/timeshift --restart always linuxserver/tvheadend

(why it is -3 it is still not clear, because EET is +3).
rp1:~# docker exec -it tvheadend /bin/bash
root@rp1:/# date
Tue Nov 24 13:59:52 2020

2020-11-24 14:00:35.878 [ INFO] main: Log started

But now in tvheadend I see following
2020-11-24 14:00:36.248 [ INFO] spawn: Executing "/usr/bin/tv_find_grabbers"
2020-11-24 14:00:39.824 [ ERROR] spawn: ERROR: Date::Manip unable to determine Time Zone. GMT will be used.
2020-11-24 14:00:39.915 [ ERROR] spawn: ERROR: Date::Manip unable to determine Time Zone. GMT will be used.

from docker-tvheadend.

barzog avatar barzog commented on May 31, 2024

After latest commit bd0e418 - all working perfectly.

rp1:~# docker create --name=tvheadend -e PUID=65534 -e PGID=65534 -e TZ=Europe/Minsk --net=host -v /opt/docker/tvheadend/config:/config -v /media/Transcend/torrent/recordings/:/recordings -v /media/Transcend
/torrent/timeshift/:/timeshift --restart always linuxserver/tvheadend

2020-12-05 20:05:16.086 [ NOTICE] START: HTS Tvheadend version 4.3-1916g1884300f0 started, running as PID:282 UID:65534 GID:65534, CWD:/run/s6/services/tvheadend CNF:/config
rp1:
# docker exec -it tvheadend /bin/bash
root@rp1:/# date
Sat Dec 5 20:07:22 +03 2020
root@rp1:/#

from docker-tvheadend.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.