progress?

any progress on those? will it be 1) definitely in next update
or 2) definitely not able to get into next update, or 3) probably
in next update?

  1. support of ext2 new features.
  2. install on linux ext2 partition
  3. UDS support in tcpip full stack,
    or maybe de-couple it from tcpip and provide a special/separate driver?
  4. allow users to add .so object load directory (like linux’s /etc/ld.so.conf)
  5. mousetrap/inputtrap be more friendly to non Photon apps.
  6. autodetect modem as a 3rd serial port.
  7. boot/install on SCSI support.
    :sunglasses: ATA 66 ATA 100 support.
  8. package manager be firewall/proxy friendly.
  9. net driver support of promiscous mode.

Previously, Frank Liu wrote in qdn.public.qnxrtp.os:

any progress on those? will it be 1) definitely in next update
or 2) definitely not able to get into next update, or 3) probably
in next update?

  1. support of ext2 new features.
  2. install on linux ext2 partition
  3. UDS support in tcpip full stack,
    or maybe de-couple it from tcpip and provide a special/separate driver?
  4. allow users to add .so object load directory (like linux’s /etc/ld.so.conf)

I believe our LD_LIBRARY_PATH environment variable performs this function.

  1. mousetrap/inputtrap be more friendly to non Photon apps.
  2. autodetect modem as a 3rd serial port.
  3. boot/install on SCSI support.

I am not certain, but I believe this is one of the primary issues that the
first patch will address.

:sunglasses: > ATA 66 ATA 100 support.
9) package manager be firewall/proxy friendly.
10) net driver support of promiscous mode.

Chris Foran
QNX Software Systems

Frank Liu <liug@mama.indstate.edu> wrote:

  1. support of ext2 new features.

Which features are you wanting? One thing that will be in the patch
is support for the buggy e2fsprog (v1.9) that most distrubutions are using.
So we will be able to mount drives we could not before.

  1. install on linux ext2 partition

This is currently in testing with QA. I am not sure how/when it will be
released but I am sure it won’t be public until the next patch is out.
Not sure if it will get released at the same time or afterwards. My guess
would be afterwards.

  1. UDS support in tcpip full stack,
    or maybe de-couple it from tcpip and provide a special/separate driver?

I think I can say it will be separate and that I have no idea when it
will be part of a release.

  1. autodetect modem as a 3rd serial port.

I think that this is in place now internally so it should be part of the
next patch.

  1. boot/install on SCSI support.

The current bootimages for internal patches have SCSI support, so I am
sure that some SCSI drivers will be supported.

  1. package manager be firewall/proxy friendly.

Well, I have been using the pkg-installer from behind a firewall from
the first time I used it. It appears to have a setup screen for using
a proxy in the current internal release.

  1. net driver support of promiscous mode.

No, I don’t think that this will be in place. Which card do you want to
have to this supported on first? Just curious…

chris

cdm@qnx.com > “The faster I go, the behinder I get.”

Chris McKillop – Lewis Carroll –
Software Engineer, QSSL
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

On 6 Nov 2000, Chris McKillop wrote:

Frank Liu <> liug@mama.indstate.edu> > wrote:

  1. support of ext2 new features.


    Which features are you wanting? One thing that will be in the patch
    is support for the buggy e2fsprog (v1.9) that most distrubutions are using.
    So we will be able to mount drives we could not before.

see my post in this same group under thread “ext2 limitation”.
it is the “filetype” extra feature.

  1. install on linux ext2 partition


    This is currently in testing with QA. I am not sure how/when it will be
    released but I am sure it won’t be public until the next patch is out.
    Not sure if it will get released at the same time or afterwards. My guess
    would be afterwards.

That will be great! The touchy question is “when will be the next public
patch”. If it is soon, I can live with “afterwards”, otherwise, I am
interested in pre-test. I hope “filetype” feature can be added to
ext2 support first.

  1. UDS support in tcpip full stack,
    or maybe de-couple it from tcpip and provide a special/separate driver?


    I think I can say it will be separate and that I have no idea when it
    will be part of a release.

Lots of public domain software uses UDS, hope it can be added soon.

  1. autodetect modem as a 3rd serial port.


    I think that this is in place now internally so it should be part of the
    next patch.

    \
  2. boot/install on SCSI support.


    The current bootimages for internal patches have SCSI support, so I am
    sure that some SCSI drivers will be supported.

    \
  3. package manager be firewall/proxy friendly.


    Well, I have been using the pkg-installer from behind a firewall from
    the first time I used it. It appears to have a setup screen for using
    a proxy in the current internal release.

    \
  4. net driver support of promiscous mode.


    No, I don’t think that this will be in place. Which card do you want to
    have to this supported on first? Just curious…

we use tulip (PCI) and ne2000 (ISA) exclusively.

Thanks for your answers chris. hope someone else can answer
rest of the questions.
frank

chris

cdm@qnx.com > “The faster I go, the behinder I get.”
Chris McKillop – Lewis Carroll –
Software Engineer, QSSL

On Mon, 6 Nov 2000, Chris Foran wrote:

Previously, Frank Liu wrote in qdn.public.qnxrtp.os:

any progress on those? will it be 1) definitely in next update
or 2) definitely not able to get into next update, or 3) probably
in next update?

  1. support of ext2 new features.
  2. install on linux ext2 partition
  3. UDS support in tcpip full stack,
    or maybe de-couple it from tcpip and provide a special/separate driver?
  4. allow users to add .so object load directory (like linux’s /etc/ld.so.conf)

I believe our LD_LIBRARY_PATH environment variable performs this function.

I know this one but there are definitely benefits of having
a system wide config file instead of setting env variable for
each process.

BTW, is there a way to set an env variable so that all the processes
and users will inherit that variable? be it cron jobs, daemons, …

Frank

  1. mousetrap/inputtrap be more friendly to non Photon apps.
  2. autodetect modem as a 3rd serial port.
  3. boot/install on SCSI support.

I am not certain, but I believe this is one of the primary issues that the
first patch will address.

:sunglasses: > ATA 66 ATA 100 support.
9) package manager be firewall/proxy friendly.
10) net driver support of promiscous mode.



Chris Foran
QNX Software Systems

“Frank Liu” <liug@mama.indstate.edu> wrote in message
news:Pine.LNX.4.21.0011061710001.6254-100000@mama.indstate.edu

BTW, is there a way to set an env variable so that all the processes
and users will inherit that variable? be it cron jobs, daemons, …

/etc/profile ?

Marisa