Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Net runtime errors: (3 Items)
   
Net runtime errors  
Hi,

When I run Net -vvv & I get 

"Net Runtime Error 0035   Net: Runtime Error 0007" continuously output to console

I also get Net: Runtime Error 0056 once after running Net.rtl8169

I am using Net from latest installation CD

What do these error codes mean ?

Thanks,

Ray
Re: Net runtime errors  
Hi Ray,

More detailed information you can get from Proc's trace buffer using traceinfo utility, for example:

# traceinfo -e /etc/config/trace.net -M4

7 — failed vc_attach ctrl pkt
35 — Node not in nodemap
56 — netmap entry added by driver

Usually these messages are not errors, but diagnostic messages.

Respectfully,
Oleg

7 сент. 2017 г., в 18:04:33, ray t <community-noreply@qnx.com> написал:

> Hi,
> 
> When I run Net -vvv & I get 
> 
> "Net Runtime Error 0035   Net: Runtime Error 0007" continuously output to console
> 
> I also get Net: Runtime Error 0056 once after running Net.rtl8169
> 
> I am using Net from latest installation CD
> 
> What do these error codes mean ?
> 
> Thanks,
> 
> Ray
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post118021
> To cancel your subscription to this discussion, please e-mail general-qnx4-unsubscribe@community.qnx.com

Re: Net runtime errors  
Thanks Oleg.

Ray