I just understood why the console #3 was popping up all the time. That brings two newbie questions:
- why is nothing done if all no console could be obtained? IMHO the first warning should be printed from ck_get_a_console_fd. In fact, shouldn't the retry loop be in ck_get_a_console_fd?
- why is the console fd search stopped at 3? We often have values above that (11, 12...) so would it work if we just extended the search to 12 (or whatever the limit is)?
Thanks Lennie! (^-^)v
I just understood why the console #3 was popping up all the time. That brings two newbie questions:
- why is nothing done if all no console could be obtained? IMHO the first warning should be printed from ck_get_ a_console_ fd. In fact, shouldn't the retry loop be in ck_get_ a_console_ fd?
- why is the console fd search stopped at 3? We often have values above that (11, 12...) so would it work if we just extended the search to 12 (or whatever the limit is)?