hello,
when starting pd from a user console, pd find a .pdsettings file in your home folder that provide some configuration. when sparting pd from rc5, pd did not find this file, so it start with default configuration.
i suggest to start pd -noprefs -alsa -other_configuration in your script so that it can work whatever user is starting it.
cheers c
Le 19/07/2012 12:43, Duncan Speakman a écrit :
I have made an init.d script to start and stop pd. This works fine in an ssh console. However when the script is invoked by the runlevel startup sequence ie rc5.d/S99puredata, pd complains thus:
pd: error while loading shared libraries: libjack.so.0: cannot open shared object file: No such file or directory
This is peculiar as I'm using alsa and jack isn't installed. I have verified that the alsa devices have initialised before pd is loade. Why is pd looking for jack and failing to open? Is there something weird about using alsa from an rc script rather than the user console?"
Running Ubuntu 12.04 - armhf
thanks for any thoughts!
d