[12:40] Greetings [12:42] i've just installed mythbuntu and the Soungraph iMON PAD remote is not working well, so before changing anything related to remote stuff i would like to backup the actual config, do you know what files/directory to backup ? [13:11] I've got some problems with sysvinit-scripts that needs to be run before myth comes up [13:11] but I'm too ancient for this newfangled upstart job thingies :-) [13:12] how can I ensure that those scripts are run first? [13:46] KjetilK: not sure, but in the past there was some /etc/rc{0-6}.d/{S|K}{0-999}scriptname scripts that could give you this info [13:58] sidh, yeah, that's the sysvinit stuff, but they've migrated to something called upstart [13:58] I found /usr/share/doc/mythtv-backend/contrib/Linux/init_scripts/upstart.mythtv-backend.conf [14:02] and then I ran out of time, will look at it later [14:02] if anyone knows, it would still be nice to hear :-) [17:13] why not just call your script from rc.local? [17:16] and then call mythfrontend to star after all your scripts have ran and diable auto startof mythfrontend from the gui menu [17:16] star start diable disable [20:59] rileyp: it isn't mythfrontend that's the problem, it's mythbackend [20:59] and apparently, the sysvinit scripts runs after (or in parallell) with the upstart scripts, so rc.local won't work [20:59] anyone else? [20:59] hmmm, perhaps I'll repeat the question...: [21:00] I've got some problems with sysvinit-scripts that needs to be run before mythbackend comes up [21:01] so, I need to run those scripts before mythbackend is started [21:02] eventually, I found /etc/init/mythtv-backend.conf and I figured I should just be able to declare a dependency there on the init.d scripts, but I have no idea on how to do that