apache

Hi!

I’m just trying to install an Apache server in a Neutrino box. After fixing
some stuff I got the Apache attacking… but to run the Apache server I have
to use the full tcp/ip instead of the ttcp/ip (requires KeepAlive)

Well, at start up Neutrino if I do a ps and I can see

io-net -pttcpip -ppppmgr

and I can ping the machine, run the voyager without problem, I can even see
the Devices card in the TCP/IP Configuration Window. Then

if I run io-net -ptcpip.
I can install the Apache…and all it’s gone!, the TCP/IP Configuration
concerning Gateway, Netmask, machine’s IP. Furthermore, I can’t see the
Devices card in the TCP/IP Configuration Window!! (i know that happens when
Neutrino is not capable of detecting a network card) but I can still ping
the machine. So, if I try to surf the net with voyager I got a DNS failure
and the Photon Dialer window appears.

if I run
io-net -dspeedo -ptcpip -ppppmgr
kill -Kill 61454 (always same number that corresponds to
io-net -pttcpip -ppppmgr)

I got following message as well,

unable to init dll devn-speedo: No such a device


which is of course in the directory where are all the devn* . Now, I can run
Apache but I can’t ping the machine

So,
how can I have at start up tcp instead of ttcpi ?

how can I avoid to lose the stuff in the TCP/IP Configuration window?

Thanks.

As the name suggest this is a a qnx4.

“juan carlos” <jcd@dcs.st-and.ac.uk> wrote in message
news:8s4ilv$378$3@inn.qnx.com

Hi!

I’m just trying to install an Apache server in a Neutrino box. After
fixing
some stuff I got the Apache attacking… but to run the Apache server I
have
to use the full tcp/ip instead of the ttcp/ip (requires KeepAlive)

Well, at start up Neutrino if I do a ps and I can see

io-net -pttcpip -ppppmgr

and I can ping the machine, run the voyager without problem, I can even
see
the Devices card in the TCP/IP Configuration Window. Then

if I run io-net -ptcpip.
I can install the Apache…and all it’s gone!, the TCP/IP Configuration
concerning Gateway, Netmask, machine’s IP. Furthermore, I can’t see the
Devices card in the TCP/IP Configuration Window!! (i know that happens
when
Neutrino is not capable of detecting a network card) but I can still ping
the machine. So, if I try to surf the net with voyager I got a DNS failure
and the Photon Dialer window appears.

if I run
io-net -dspeedo -ptcpip -ppppmgr
kill -Kill 61454 (always same number that corresponds to
io-net -pttcpip -ppppmgr)

I got following message as well,

unable to init dll devn-speedo: No such a device


which is of course in the directory where are all the devn* . Now, I can
run
Apache but I can’t ping the machine

So,
how can I have at start up tcp instead of ttcpi ?

how can I avoid to lose the stuff in the TCP/IP Configuration window?

Thanks.
\

Hi,

Try this:

  1. After booting up, kill the current io-net process by issuing kill -9
    . If you use /bin/slay, it is not able to kill io-net
    sometimes.
  2. I am assuming that you have an Intel NIC and you can do this:

io-net -dspeedo -ptcpip -ppppmgr
ifconfig en0
route add default
3. then you can start apache with apachectl start

About QNX and network cards, it took me several times and different cards to
find one that could work with QNX. I don’t know why that is but I have seen
QNX work on 3COM Etherlink XL and also with the native Intel card that comes
built-in on the motherboard.

Regards,
Joey

“juan carlos” <jcd@dcs.st-and.ac.uk> wrote in message
news:8s4ilv$378$3@inn.qnx.com

Hi!

I’m just trying to install an Apache server in a Neutrino box. After
fixing
some stuff I got the Apache attacking… but to run the Apache server I
have
to use the full tcp/ip instead of the ttcp/ip (requires KeepAlive)

Well, at start up Neutrino if I do a ps and I can see

io-net -pttcpip -ppppmgr

and I can ping the machine, run the voyager without problem, I can even
see
the Devices card in the TCP/IP Configuration Window. Then

if I run io-net -ptcpip.
I can install the Apache…and all it’s gone!, the TCP/IP Configuration
concerning Gateway, Netmask, machine’s IP. Furthermore, I can’t see the
Devices card in the TCP/IP Configuration Window!! (i know that happens
when
Neutrino is not capable of detecting a network card) but I can still ping
the machine. So, if I try to surf the net with voyager I got a DNS failure
and the Photon Dialer window appears.

if I run
io-net -dspeedo -ptcpip -ppppmgr
kill -Kill 61454 (always same number that corresponds to
io-net -pttcpip -ppppmgr)

I got following message as well,

unable to init dll devn-speedo: No such a device


which is of course in the directory where are all the devn* . Now, I can
run
Apache but I can’t ping the machine

So,
how can I have at start up tcp instead of ttcpi ?

how can I avoid to lose the stuff in the TCP/IP Configuration window?

Thanks.
\