When I start my system the console login service doesn't start. I placed a 
trace inside the console-login script and it shows it fails due to the test if 
[ "$1" != "default" ]. $1 is a null string. I assume this value comes from the 
start property:

        <exec_method
                type='method'
                name='start'
                exec='/lib/svc/method/console-login %i'
                timeout_seconds='0'>
                <method_context>
                        <method_credential user='root' group='root' />
                </method_context>
        </exec_method>

Where %i is the value that $1 will take on. What is the meaning of %i and from 
where is it set?

Neale
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to