According to Paul Rogers: While burning my CPU.
> 
> Dear All
> 
> Can any one tell me how to review the output generated on startup?  I
> know about DMesg but would like to see the messages from the point that
> dmesg stops.  I'm sure I've read here that by pressing <??> before
> (after?) the initial logon I am able to view the various messages, but I
> can't remember what <??> is.

Try ctrl + page-up before logging in.

> 
> Secondly can anyone tell me / point me in the direction of any info as
> to what the following startup message means?
> 
> SIOCADDRT:invalid argument

You are trying to add routes to an interface which is not there or is not
configured propely..

route.h:/* This structure gets passed by the SIOCADDRT and SIOCDELRT calls.
*/
sockios.h:#define SIOCADDRT     0x890B          /* add routing table entry
*/

The above is from  'grep SIOCADDRT /usr/src/linux/include/linux/* '
A handy way of finding system calls, the commentry in between the /* */
tells the story.

> 
> 
> Many thanks in advance
> 
> 
> Paul
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to