Hi Rick,

To start Twonky automatically, you must start it before changing libraries in rc.local. So here is the first part of my rc.local
Code:
#!/opt/bin/bash

#############
# Get nvram variables
#############
pool=`nvram get apps_pool`
share=`nvram get apps_share`
kc_spin_down_hdd=`nvram get kc_spin_down_hdd`

#############
# Misc defines
#############
internal_hdd=/dev/ide/host2/bus0/target0/lun0/disc

#############
# These items only run once at power up
#############
if [ ! -f /tmp/rc.local.done ]; then

 #Start Twonkymedia, werkt met originele library_path
 /opt/share/TwonkyMedia/twonkymedia &

 export PATH=/opt/bin:/opt/sbin:/bin:/sbin:/usr/bin:/usr/sbin
 export LD_LIBRARY_PATH=/opt/lib:/apps/lib:/apps/usr/gift-nasoc/lib
 export KCSHELL=/opt/bin/bash
This works for me, you must adjust the directory for Twonky to your setup, Linux is case sensitive.

Good luck,
Marc