Photon Dialer in QNXRTP

I used QNX4 demo, and The Photon Dialer worked easy.
Now I use QNX RTP and I have problems to use the Photon Dialer to connect
with a ISP with a modem.
I have no ethernet card and I run the following commands:
io-net -p pppmgr &
io-net -p ttcpip if=ppp0:localhost &
And then I run the PhDialer, and I have the following messages:

Link established
Negociating PPP connection
pppd[1253414-1]: pppd 2.3.5 started by root, uid 0
pppd Started
pppd[1253414-1]: Using interface ppp0
pppd[1253414-1]: Connect: ppp0 <–> /dev/ser1
pppd[1253414-1]: Remote message:
Authenticated
pppd[1253414-1]: Using command line specified nameservers
pppd[1253414-1]: ioctl(SIOCSIFFLAGS): Resource temporarily unavailable
pppd[1253414-1]: Connection terminated.

What’s wrong ?

Jean-Louis MEYRIAL <jlmeyrial@infonie.fr> wrote:

I used QNX4 demo, and The Photon Dialer worked easy.
Now I use QNX RTP and I have problems to use the Photon Dialer to connect
with a ISP with a modem.
I have no ethernet card and I run the following commands:
io-net -p pppmgr &
io-net -p ttcpip if=ppp0:localhost &

You are not supposed to run io-net twice, the right command
for you is:

io-net -p ttcpip -p pppmgr

-xiaodan


And then I run the PhDialer, and I have the following messages:

Link established
Negociating PPP connection
pppd[1253414-1]: pppd 2.3.5 started by root, uid 0
pppd Started
pppd[1253414-1]: Using interface ppp0
pppd[1253414-1]: Connect: ppp0 <–> /dev/ser1
pppd[1253414-1]: Remote message:
Authenticated
pppd[1253414-1]: Using command line specified nameservers
pppd[1253414-1]: ioctl(SIOCSIFFLAGS): Resource temporarily unavailable
pppd[1253414-1]: Connection terminated.

What’s wrong ?