e9hack wrote: > after applying the patch, I get many entries (30 per second) in the syslog: > > Aug 6 23:20:23 very-new-darkstar vdr: [11415] ERROR (svdrp.c,84): Address already in use The svdrp server port (default 2001) is in use by another program, in other words, there's another VDR instance running. Did you stop the last VDR instance? You can check who's on port 2001 with lsof -i:2001 Cheers, Udo