I need some server software ... and some help :-)

Hi,

I’m looking for these software for Qnx 6 (i prefer simple-to-use software,
but a bit powerful :slight_smile: and already compiled for qnx) :

  • a webserver
  • a ftp server
  • a mail server
  • a ssh server or something else for remote control (but easy to configure
    and to use :slight_smile:)
  • a soft to share my internet connection (adsl) under my local network with
    local pcs under windows (98, 2k, XP)
  • a soft to share files under the network but the other pcs are under
    windows (sambar ? but i don’t know how to use it… and if there is a port
    for qnx)
  • a soft that reconnect to internet
  • and if you can explain me how to have these software lauching
    automatically at the startup… i think it’s easy to do… but i’m new under
    qnx and i don’t have many experiences under unix

Thanks for any help !! (and sorry for my bad english :frowning:)
DaFlo

DaFlo wrote:

Hi,

I’m looking for these software for Qnx 6 (i prefer simple-to-use software,
but a bit powerful > :slight_smile: > and already compiled for qnx) :

  • a webserver

Use slinger or ported apache. apache coud be found here:
www.qnxzone.com/downloads/


  • a ftp server

PureFTPD is the best !
http://qnx.spb.ru/PureFTPd-1.0.8-x86-public.qpr
( visit http://mritun.qnx.org.ru for more )
QNX has it’s own ftpd btw.

  • a mail server

There’s sendmail, but mailx is not yet ready.

  • a ssh server or something else for remote control (but easy to configure
    and to use > :slight_smile:> )

ssh coulb be found in Chris McKillop’s repository

  • a soft to share my internet connection (adsl) under my local network with
    local pcs under windows (98, 2k, XP)
  • a soft to share files under the network but the other pcs are under
    windows (sambar ? but i don’t know how to use it… and if there is a port
    for qnx)

fs-cifs, fs-nfs2, SAMBA ( http://qnx.spb.ru/samba-2.2.3a-x86-mritun.qpr )

  • a soft that reconnect to internet

phdialer

  • and if you can explain me how to have these software lauching
    automatically at the startup… i think it’s easy to do… but i’m new under
    qnx and i don’t have many experiences under unix

touch /etc/rc.d/rc.local ; chmod 755 /etc/rc.d/rc.local
and put the things you need to run on startup there.

Thanks for any help !! (and sorry for my bad english > :frowning:> )
DaFlo

Dmitry Alexeyev
dmi@qnx.org.ru

Dmitry Alexeyev <dmi@qnx.org.ru> wrote:


DaFlo wrote:

Hi,

I’m looking for these software for Qnx 6 (i prefer simple-to-use software,
but a bit powerful > :slight_smile: > and already compiled for qnx) :

  • a webserver

Use slinger or ported apache. apache coud be found here:
www.qnxzone.com/downloads/

Did not see apache here; all I saw at the URL was a directory called “qnx4”
and one called “qnx6”, with the “qnx6” directory only containing “workspace”.

Any other tips for a pre-ported apache?

Thanks,
-RK


Robert Krten, PARSE Software Devices +1 613 599 8316.
Realtime Systems Architecture, Books, Video-based and Instructor-led
Training and Consulting at www.parse.com.
Email my initials at parse dot com.

Robert Krten wrote:

Dmitry Alexeyev <> dmi@qnx.org.ru> > wrote:

DaFlo wrote:

Hi,

I’m looking for these software for Qnx 6 (i prefer simple-to-use software,
but a bit powerful > :slight_smile: > and already compiled for qnx) :

  • a webserver

Use slinger or ported apache. apache coud be found here:
www.qnxzone.com/downloads/

Did not see apache here; all I saw at the URL was a directory called “qnx4”
and one called “qnx6”, with the “qnx6” directory only containing “workspace”.

Any other tips for a pre-ported apache?

Have a look to
http://sourceforge.net/projects/qnxfree/

Jutta