GithubHelp home page GithubHelp logo

vdr-epg-daemon's People

Contributors

dependabot[bot] avatar lapicidae avatar

Watchers

 avatar

vdr-epg-daemon's Issues

vdr-epg-daemon cannot connect to mysql

Hi,
with below docker compose file the vdr-epg-daemon throws following error:
SQL-Error in 'connecting to database' - Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2) (2002)
Do you have any idea where is the problem?

`version: '2.0'
services:
vdr-epg-daemon:
image: 'lapicidae/vdr-epg-daemon:latest'
container_name: vdr-epg-daemon
volumes:
- epgd_cache:/epgd/cache:rw
- epgd_channellogos:/epgd/channellogos:rw
- epgd_epgimages:/epgd/epgimages:rw
- epgd_config:/epgd/config:rw
environment:
- PUID=999
- PGID=999
- START_EPGHTTPD=yes
- TZ=Europe/London
- LANG=de_DE.UTF-8 #other languages are currently not supported
network_mode: bridge
ports:
- '9999:9999'
restart: unless-stopped
depends_on:
- db

db:
#image: 'lapicidae/mariadb-epglv:latest'
# using mariadb:10.8.2 instead latest
image: 'mariadb-epglv'
container_name: mariadb-epglv
volumes:
- db_data:/var/lib/mysql:rw
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
- EPGD_RECOMMEND=yes
- TZ=Europe/Berlin
command: mysqld
entrypoint: /mariadb-epglv.sh
network_mode: bridge
ports:
- '3306:3306'
restart: unless-stopped

volumes:
db_data:
epgd_cache:
epgd_channellogos:
epgd_epgimages:
epgd_config:
`

sending email doesn't work

HI, first of all, thank you for the docker, works very nice. Only sending email doesn't work.

I make some test and saw, that this is a permission issue.
this is, how it look like after a fresh installation:
-rw-r----- 1 root root 564 Dez 3 16:56 /etc/msmtprc

But the daemon works with user epgd. I guess it should be like
-rw-r----- 1 root mail 530 Dez 3 17:00 /etc/msmtprc, because you defined it in the docker file, but it will be overwritten, I guess in /root/etc/s6-overlay/s6-rc.d/epgd-prepare/up

btw:
the git repo has moved back to Jörg -> https://github.com/horchi/vdr-epg-daemon,
https://github.com/vdr-projects/vdr-epg-daemon is achived

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.