Problem getting login on tty1-tty6.

Stef Bon stef at bononline.nl
Tue Dec 1 19:29:13 GMT 2009


ted bonkenburg wrote:
> Are you sure you don't want:
>
> start on runlevel [2345]
>
>   
>> stop on runlevel [016]
>>
>> task
>>     
>
> I think you should remove the "task" here.
>
> As others have noted, you'll need to emit a runlevel event somehow.
>
>   
>> First I have to stop do control-C after starting tty1, the command did
>> not "stop".
>>     
>
> That is probably because you are specifying that it is a "task". In
> that case, "initctl start" will not return until the task has
> completed. A getty is actually a daemon, not a task; if you leave out
> the "task" Upstart will treat it as a daemon of sorts.
>
> ted
>
>   
Well, first I thought this is not the sollution, but now I removed the 
line with "task"
it's working like it should!

Thanks,


Stef Bon



More information about the upstart-devel mailing list