oh oh, I got a problem.
looks like my auto login scripts arent working.
I noticed for a brief moment before tinycore loaded there was a CIFS error.
when the system loaded I noticed my script
"sudo mount -t cifs //192.168.0.10/media/BitTorrent /mnt/BitTorrent -o noperm,user=admin,pass=*****" didnt activate because it's not visible when I type mount"
however it works if I type it manually after the system has booted. something about the /opt/bootlocal.sh isnt doing this properly.
&
"sudo transmission-daemon -f" activated because when I type 'ps -a' I can see it there, but I cannot access the web ui. however if I kill that process and type "sudo transmission-daemon -f" after the system has booted it works.
it's as if both these commands wont work in the bootlocal.sh, but will work when the system has already booted - Rich got any ideas?