Hi, I generally use the script that Frederick Henderson put together a few years ago.
http://frederick.henderson-meier.org/2010/09/24/testers-need-for-rivendell-start-up-script-on-ubuntu-lucid/ It goes in /etc/init.d/rivendell You might have to modify it to point to wherever your daemons get installed (when I compile from source, I end up with all the executables in /usr/local/bin/ so I modify the script to point to that). It does a nice job of ensuring the /var/run/rivendell is created. If you modify it then you can also have it pause to wait for jackd to start up before it'll start up the rivendell daemons. To get the script to start up every time you boot, you might need to first run: sudo update-rc.d rivendell defaults after you've copied the script to /etc/inti.d/rivendell Lorne Tyndale > > > 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
