QNX version information...

…how can I interogate the OS to verify which version I’m running?

Bob Smith <bob@home.com> wrote:

…how can I interogate the OS to verify which version I’m running?

On the command line, type:

uname -a


Steve Reid stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems

Steve Reid <stever@sreid.ott.qnx.com> wrote:
SR > Bob Smith <bob@home.com> wrote:

…how can I interogate the OS to verify which version I’m running?

SR > On the command line, type:

SR > uname -a

This does not distinguish between, for instance, 6.2.1 and 6.2.1B.
Is there a way to detect the current patch level?

Bill Caroselli <qtps@earthlink.net> wrote:

This does not distinguish between, for instance, 6.2.1 and 6.2.1B.
Is there a way to detect the current patch level?

I think it would depend on whether or not the developers changed the
information in procnto – and on whether or not the patch includes a new
version of procnto.

The output from uname does include the timestamp for the OS, but that
might not help you.

(Someone else might be able to give you more information.)


Steve Reid stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems

This does not distinguish between, for instance, 6.2.1 and 6.2.1B.
Is there a way to detect the current patch level?

I think it would depend on whether or not the developers changed the
information in procnto – and on whether or not the patch includes a new
version of procnto.

The installer should list the version of the packages you’ve installed,
including the patch level.


Cheers,
-Barry

There is also the _NTO_VERSION inside sys/neutrino.h, but same there, won’t
show the patchlevel.

/Johan

“Barry Beldam” <bbeldam@qnx.com> skrev i meddelandet
news:bvu4n2$hh4$1@inn.qnx.com

This does not distinguish between, for instance, 6.2.1 and 6.2.1B.
Is there a way to detect the current patch level?

I think it would depend on whether or not the developers changed the
information in procnto – and on whether or not the patch includes a new
version of procnto.

The installer should list the version of the packages you’ve installed,
including the patch level.


Cheers,
-Barry