Hi all, I just implemented nvram-wakeup to allow shutdown/wakeup of my VDR box (previously it was just running 24/7). Now when the systems starts so that when VDR is launched, it should begin recording immediately VDSB happens :( If I start the system & VDR without an immediate need for a timer to start and start a timer a bit later, it works ok. Here's two log extracts from both situations: First, started so that recording begins automatically: May 15 19:28:30 vdr: [2196] timer 1 (1 1903-2007 'Prisma~Prisma: Maa, ihmeiden planeetta') start May 15 19:28:30 vdr: [2196] record /srv/vdr/Prisma/Prisma:_Maa,_ihmeiden_planeetta/2006-05-15.19.03.50.99.rec May 15 19:28:32 silver vdr: [2207] channel 1 (YLE TV1) event Mon 15.05.2006 19:05-19:57 'Prisma: Maa, ihmeiden planeetta' status 4 May 15 19:28:33 vdr: [2196] stopping recording due to modification of channel 1 May 15 19:28:34 vdr: [2196] timer 1 (1 1903-2007 'Prisma~Prisma: Maa, ihmeiden planeetta') stop May 15 19:28:34 vdr: [2196] retuning due to modification of channel 1 May 15 19:28:34 vdr: [2196] switching to channel 1 May 15 19:28:35 vdr: [2196] timer 1 (1 1903-2007 'Prisma~Prisma: Maa, ihmeiden planeetta') start May 15 19:28:35 vdr: [2196] record /srv/vdr/Prisma/Prisma:_Maa,_ihmeiden_planeetta/2006-05-15.19.03.50.99.rec May 15 19:29:06 vdr: [2223] ERROR: video data stream broken May 15 19:29:06 vdr: [2223] initiating emergency exit May 15 19:29:06 vdr: [2196] emergency exit requested - shutting down Then, removed the timer entry, started VDR and then introduced the same timer again: May 15 19:31:26 vdr: [2356] channel 1 (YLE TV1) event Mon 15.05.2006 19:05-19:57 'Prisma: Maa, ihmeiden planeetta' status 4 May 15 19:31:29 vdr: [2348] retuning due to modification of channel 1 May 15 19:31:29 vdr: [2348] switching to channel 1 May 15 19:31:45 vdr: [2348] timer 14 (1 1903-2007 'Prisma~Prisma: Maa, ihmeiden planeetta') start May 15 19:31:45 vdr: [2348] record /srv/vdr/Prisma/Prisma:_Maa,_ihmeiden_planeetta/2006-05-15.19.03.50.99.rec May 15 19:31:55 vdr: [2348] timer 14 (1 1903-2007 'Prisma~Prisma: Maa, ihmeiden planeetta') set to event Mon 15.05.2006 19:05-19:57 'Prisma: Maa, ihmeiden planeetta' Could it be that VDR doesn't handle the dynamic PID changes (YLE) in this situation? As it doesn't handle them very well in live viewing either. I haven't yet tested whether this affects other channels that don't have PID changes too. Also, after upgrading to VDR 1.4.0 and FC5 kernel 2.6.16-1.2111 I'm seeing a lot of these: May 15 19:32:07 vdr: [2381] cVideoRepacker: found system start code: stream seems to be scrambled or not demultiplexed May 15 19:35:17 vdr: [2380] ERROR: unknown picture type '6' (and picture type '4') -- Heikki M