I cann't find other QNX6.20 node......

Hi everybody,

I executed: io-net -p qnet at rc.sysinit,and can find /net directory(it’s
blank) in each node.
What’s the problem?

My OS is QNX6.20 beta edition.

Thanks.

You suppose to “touch /etc/system/config/useqnet” instead of modify any rc
file…

-xtang
Hichun Chen <hcchen@mail.ipp.ac.cn> wrote in message
news:ape8rs$d15$2@inn.qnx.com

Hi everybody,

I executed: io-net -p qnet at rc.sysinit,and can find /net directory(it’s
blank) in each node.
What’s the problem?

My OS is QNX6.20 beta edition.

Thanks.

Xiaodan Tang <xtang@qnx.com> wrote:

You suppose to “touch /etc/system/config/useqnet” instead of modify any rc
file…

-xtang
Hichun Chen <> hcchen@mail.ipp.ac.cn> > wrote in message
news:ape8rs$d15$> 2@inn.qnx.com> …
Hi everybody,

I executed: io-net -p qnet at rc.sysinit,and can find /net directory(it’s
blank) in each node.
What’s the problem?

My OS is QNX6.20 beta edition.

Did you check, if any NIC driver was loaded (‘nicinfo’).
If not, you should start/mount it in your rc.local as well.

(I’m actually not sure, under which conditions a ‘devn-*’ will be
started automatically and when not. The docs say, that there’s no
‘nettrap’ and that all drivers hvae to be started manually, but
obviously some devices are handled by the ‘enum’-family … )


| / | __ ) | Karsten.Hoffmann@mbs-software.de MBS-GmbH
| |/| | _ _
\ Phone : +49-2151-7294-38 Karsten Hoffmann
| | | | |
) |__) | Fax : +49-2151-7294-50 Roemerstrasse 15
|| ||// Mobile: +49-172-3812373 D-47809 Krefeld

“Xiaodan Tang” <xtang@qnx.com> wrote in message
news:api1kk$eot$1@nntp.qnx.com

You suppose to “touch /etc/system/config/useqnet” instead of modify any rc
file…

^^^^^^I run this command in a terminal,then I restart QNX,and got a error
message at boot time.the error is:

“unable to init dll npm-qnet:resource temporarily unavailable”

at later,I restarted several times and can found other nodes at the same
LAN.

But why does get the error prompts at every start time???

Thanks Mr.Tang

Did you restored whatever you changed in rc.sysinit (pkgctl -r
/etc/rc.d/rc.sysinit) ?
Did you modified ANY other files? Do you have a /etc/rc.d/rc.local ?

The error message sounds like you start QNET twice.

After “touch /etc/system/config/useqnet”, everytime you reboot, QNET will be
automaticlly started for you (look into /etc/system/sysinit), so you can’t
start it
(and io-net) again in somewhere else.

-xtang

Hichun Chen <hcchen@mail.ipp.ac.cn> wrote in message
news:apoa5p$ku6$1@inn.qnx.com

“Xiaodan Tang” <> xtang@qnx.com> > wrote in message
news:api1kk$eot$> 1@nntp.qnx.com> …
You suppose to “touch /etc/system/config/useqnet” instead of modify any
rc
file…

^^^^^^I run this command in a terminal,then I restart QNX,and got a error
message at boot time.the error is:

“unable to init dll npm-qnet:resource temporarily unavailable”

at later,I restarted several times and can found other nodes at the same
LAN.

But why does get the error prompts at every start time???

Thanks Mr.Tang

“Xiaodan Tang” <xtang@qnx.com> wrote in message
news:apop1k$r5$1@nntp.qnx.com

Did you restored whatever you changed in rc.sysinit (pkgctl -r
/etc/rc.d/rc.sysinit) ?
Did you modified ANY other files? Do you have a /etc/rc.d/rc.local ?

The error message sounds like you start QNET twice.

After “touch /etc/system/config/useqnet”, everytime you reboot, QNET will
be
automaticlly started for you (look into /etc/system/sysinit), so you can’t
start it
(and io-net) again in somewhere else.

-xtang

Yeah,Mr.Tang thank U very very much.

I got the error message at every start time because I added a command in
rc.sysinit file to start Qnet,now it’s ok.

But I cann’t find /etc/rc.d/rc.local file at my machines,does the founction
of rc.local file like the same file of Linux??? may I create a rc.local
file via vi/ped to start some customization servers ???

Hichun Chen <hcchen@mail.ipp.ac.cn> wrote in message
news:apqiuo$b7o$1@inn.qnx.com

“Xiaodan Tang” <> xtang@qnx.com> > wrote in message
news:apop1k$r5$> 1@nntp.qnx.com> …
Did you restored whatever you changed in rc.sysinit (pkgctl -r
/etc/rc.d/rc.sysinit) ?
Did you modified ANY other files? Do you have a /etc/rc.d/rc.local ?

The error message sounds like you start QNET twice.

After “touch /etc/system/config/useqnet”, everytime you reboot, QNET
will
be
automaticlly started for you (look into /etc/system/sysinit), so you
can’t
start it
(and io-net) again in somewhere else.

-xtang

Yeah,Mr.Tang thank U very very much.
I got the error message at every start time because I added a command in
rc.sysinit file to start Qnet,now it’s ok.

But I cann’t find /etc/rc.d/rc.local file at my machines,does the
founction
of rc.local file like the same file of Linux??? may I create a rc.local
file via vi/ped to start some customization servers ???

rc.local is not exist by default. And yes, you can use vi to create it, and
put whatever command you want in it. If you use ped, make sure you save
the file as text. Also, after you create the file, don’t forget to “chmod
a+x” it.

-xtang