This works form me... (in Debian, compiled from sources). Create a rivendell-prestart.sh in /etc/init.d and set it executable (chmod +x). This scripts has only the lines #!/bin/bash mkdir /var/run/rivendell Then do update-rc.d defaults rivendell-prestart.sh 100 It's a rough solution, but it does its job.
Alessio 2014-01-26 Tom Dawson <[email protected]> > Hello all, > > This is probably more of an Ubuntu thing than a Rivendell thing, but I > know how helpful you guys are so here's hoping! > > I'm having the above mentioned error message when starting any RD > application. The old trick of recreating /var/run/rivendell seems to work > but I have to do this every time the machine restarts. I found a script on > the list that was meant to recreate the folder and restore permissions but > couldn't get it to do the trick. Any suggestions why this might be > happening in the first place, and any way around it? > > Many thanks, > Tom Dawson > FANTASY RADIO > www.fantasyradio.co.uk > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev >
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
