lapicidae / vdr-server

VDR Docker Image based on Arch Linux
GNU General Public License v3.0
7 stars 1 forks source link

new error #7

Open estimadarocha opened 2 years ago

estimadarocha commented 2 years ago

user.err: Mar 3 00:18:11 vdr: [986] [poller.c,118]: epoll_ctl(EPOLL_CTL_DEL) failed: No such file or directory user.err: Mar 3 00:18:11 vdr: [986] [poller.c,118]: epoll_ctl(EPOLL_CTL_DEL) failed: No such file or directory

lapicidae commented 2 years ago

Does the VDR start anyway? Latest image?

You could also try starting a new test container to narrow down the problem. e.g.: docker run --rm --name vdrtest --env PLUGINS="satip" lapicidae/vdr-server:latest

estimadarocha commented 2 years ago

yes it starts... but i don't think the satip is working ok.... maybe bad compiled or something!

michi1972-dev commented 7 months ago

Try host networking. e.g. in docker-compose.yml you can use: services: vdr-server: network_mode: "host"

This might help a little bit.

greatdane22 commented 7 months ago

if it's about sat>ip (you don't need network_mode: host)

you could set portrange in system/conf.d/50-satip.conf e.g. --portrange=4010-4029 (see also http://www.vdr-wiki.de/wiki/index.php/Satip-plugin) and add this portrange in docker-compose.yml under ports i.e. - 4010-4029:4010-4029/udp