How do I . . .

A couple of quickies:

Is there a QNX6 equivlent to the QNX4 prefix utility?

If not, how can I know what path names are being managed by what manager?

How can I know what shared libraries are currently loaded?

Can I know where they were loaded from?


Bill Caroselli – 1(530) 510-7292
Q-TPS Consulting
QTPS@EarthLink.net

Bill Caroselli <qtps@earthlink.net> wrote:

A couple of quickies:

Is there a QNX6 equivlent to the QNX4 prefix utility?

Yes. “ln -P”, or, in boot script, procmgr_symlink.


If not, how can I know what path names are being managed by what manager?

How can I know what shared libraries are currently loaded?

pidin -p mem

Can I know where they were loaded from?

Same command above.

-xtang

“Xiaodan Tang” <xtang@qnx.com> wrote in message
news:9sunmo$dno$3@nntp.qnx.com

Bill Caroselli <> qtps@earthlink.net> > wrote:
Is there a QNX6 equivlent to the QNX4 prefix utility?
Yes. “ln -P”, or, in boot script, procmgr_symlink.

If not, how can I know what path names are being managed by what
manager?

No. I don’t want to create one. I want to query what already exists.

“Xiaodan Tang” <xtang@qnx.com> wrote in message
news:9sunmo$dno$3@nntp.qnx.com

Bill Caroselli <> qtps@earthlink.net> > wrote:
How can I know what shared libraries are currently loaded?

pidin -p mem

Can I know where they were loaded from?

Same command above.

Well I was looking for something more like:

pidin mem | grep .so | cut -f13 -d\ | sort | uniq

BTW, why doesn’t ‘pidin -P name’ filter on a program like ‘sin -P name’ did?

Bill Caroselli <qtps@earthlink.net> wrote:

“Xiaodan Tang” <> xtang@qnx.com> > wrote in message
news:9sunmo$dno$> 3@nntp.qnx.com> …
Bill Caroselli <> qtps@earthlink.net> > wrote:
How can I know what shared libraries are currently loaded?

pidin -p mem

Can I know where they were loaded from?

Same command above.


Well I was looking for something more like:

pidin mem | grep .so | cut -f13 -d\ | sort | uniq

BTW, why doesn’t ‘pidin -P name’ filter on a program like ‘sin -P name’ did?

If you mean why doesn’t -P name work compared to using
-P pidnumber … well it was an oversight. Thanks for
highlighting it, and it will work for you in 6.1.1.

Thomas

Thomas (toe-mah) Fletcher QNX Software Systems
thomasf@qnx.com Core OS Technology Group
(613)-591-0931 http://www.qnx.com/

If you mean why doesn’t -P name work compared to using
-P pidnumber … well it was an oversight. Thanks for

highlighting it, and it will work for you in 6.1.1.

Will it work for me as well? .-)


Thomas

Thomas (toe-mah) Fletcher QNX Software Systems
thomasf@qnx.com > Core OS Technology Group
(613)-591-0931 > http://www.qnx.com/

No Mario. It’s just for me. ;~}

So, when is 6.1.1?


Bill Caroselli – 1(530) 510-7292
Q-TPS Consulting
QTPS@EarthLink.net


“Mario Charest” <mcharest@clipzinformatic.com> wrote in message
news:9tb00m$k6e$1@inn.qnx.com

If you mean why doesn’t -P name work compared to using
-P pidnumber … well it was an oversight. Thanks for

highlighting it, and it will work for you in 6.1.1.

Will it work for me as well? .-)



Thomas

Thomas (toe-mah) Fletcher QNX Software Systems
thomasf@qnx.com > Core OS Technology Group
(613)-591-0931 > http://www.qnx.com/