I've run into an issue in a non-global zone where none of the scripts in /etc/rc3.d are being run. Specifically, I've added legacy startup scripts to run openssh (on a different port from the SunSSH version) and vsftpd. If I run these script manually (/etc/rc3.d/S95vsftpd start) they work find. If I move these scripts to /etc/rc2.d, they work fine. "who -r" shows run-level 3.
I've put echo statements in all the scripts in rc3.d, but none of them display on the console. I created a script /etc/rc3.d/S01test, with nothing but '#!/bin/sh' and 'echo "this is a test"', but it doesn't display on the console. Any suggestions on how to figure out what is going wrong? This message posted from opensolaris.org
