* [parisc-linux] strace/truss/par equivalent for HP-UX
@ 1999-06-20 6:49 Matthew Wilcox
1999-06-20 7:08 ` Jeffrey A Law
1999-06-20 7:32 ` Jack Perdue
0 siblings, 2 replies; 4+ messages in thread
From: Matthew Wilcox @ 1999-06-20 6:49 UTC (permalink / raw)
To: parisc-linux
I've found trace for HP-UX 10.20 (and 10.10, 9.x) on ftp.interworks.org
(as recommended by the HPUX FAQ), however it doesn't appear to have been
updated for HP-UX 11. What do you guys at HP use to trace programs?
Rather than waste time trying to get it to compile when it probably
won't link, anyone want to give me a trace of what system calls `sh'
makes when it starts up so I can have a crack at getting the most useful
bits of HPUX binary compatibility working?
--
Matthew Wilcox <willy@bofh.ai>
"Windows and MacOS are products, contrived by engineers in the service of
specific companies. Unix, by contrast, is not so much a product as it is a
painstakingly compiled oral history of the hacker subculture." - N Stephenson
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] strace/truss/par equivalent for HP-UX
1999-06-20 6:49 [parisc-linux] strace/truss/par equivalent for HP-UX Matthew Wilcox
@ 1999-06-20 7:08 ` Jeffrey A Law
1999-06-20 7:32 ` Jack Perdue
1 sibling, 0 replies; 4+ messages in thread
From: Jeffrey A Law @ 1999-06-20 7:08 UTC (permalink / raw)
To: Matthew Wilcox; +Cc: parisc-linux
In message <19990620084918.H30362@mencheca.ch.genedata.com>you write:
> Rather than waste time trying to get it to compile when it probably
> won't link, anyone want to give me a trace of what system calls `sh'
> makes when it starts up so I can have a crack at getting the most useful
> bits of HPUX binary compatibility working?
Actually for binary compatibility the linker & X server tended to exercise
the most useful bits. Or more correctly, those were the hpux bins we (UofU)
wanted to run most badly and thus that's were we concentrated our effort :-)
If you look in Utah's code you'll find the majority of the hpux compat code;
though it will need some updating since those releases predated hpux10 and
hpux11.
Presumably you're thinking about firing up the hpux shell instead of a mini
shell the first time we attempt to get to single user using hpux compat?
jeff
>
> --
> Matthew Wilcox <willy@bofh.ai>
> "Windows and MacOS are products, contrived by engineers in the service of
> specific companies. Unix, by contrast, is not so much a product as it is a
> painstakingly compiled oral history of the hacker subculture." - N Stephens
> on
>
> ---------------------------------------------------------------------------
> To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com with
> `unsubscribe' as the subject.
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] strace/truss/par equivalent for HP-UX
1999-06-20 6:49 [parisc-linux] strace/truss/par equivalent for HP-UX Matthew Wilcox
1999-06-20 7:08 ` Jeffrey A Law
@ 1999-06-20 7:32 ` Jack Perdue
1999-06-20 10:27 ` Matthew Wilcox
1 sibling, 1 reply; 4+ messages in thread
From: Jack Perdue @ 1999-06-20 7:32 UTC (permalink / raw)
To: parisc-linux
At 08:49 AM 6/20/99 +0200, MW wrote:
>
>I've found trace for HP-UX 10.20 (and 10.10, 9.x) on ftp.interworks.org
>(as recommended by the HPUX FAQ), however it doesn't appear to have been
>updated for HP-UX 11. What do you guys at HP use to trace programs?
FWIW, you can try tusc at:
ftp://ftp.cup.hp.com/dist/networking/misc/ ^[1]
jack [who has no idea whether guys at HP use such a thing]
j-perdue@tamu.edu
[1]
>From: foo@bar.baz (Rick Jones)
>Newsgroups: comp.sys.hp.hpux
>Subject: new version of syscall tracing tool on ftp.cup.hp.com
>Date: 19 Apr 1999 18:36:25 GMT
>Organization: the Unofficial Hewlett-Packard
>Lines: 16
>Message-ID: <7fft39$3ha$2@ocean.cup.hp.com>
>NNTP-Posting-Host: loiter.cup.hp.com
>Summary: A new version of tusc, a tool for system call tracing, is available
>Keywords: tusc, trace, truss
>X-Newsreader: TIN [version 1.2 PL2.13]
>Xref: news.tamu.edu comp.sys.hp.hpux:105999
>
>Folks
>
>Tusc is a trace/truss-like system call tracing tool for HP-UX 11.
>
>The author of tusc has made further enhancements to the tusc syscall
>tracing tool. They are in the area of improving the tracing of large
>numbers of processes.
>
>The copy of tusc at ftp://ftp.cup.hp.com/dist/networking/misc/ has
>been updated.
>
>rick jones
>--
>these opinions are mine, all mine; HP might not want them anyway... :)
>feel free to email, or post, but please do not do both...
>my email address is raj in the cup.hp.com domain...
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] strace/truss/par equivalent for HP-UX
1999-06-20 7:32 ` Jack Perdue
@ 1999-06-20 10:27 ` Matthew Wilcox
0 siblings, 0 replies; 4+ messages in thread
From: Matthew Wilcox @ 1999-06-20 10:27 UTC (permalink / raw)
To: Jack Perdue; +Cc: parisc-linux
On Sun, Jun 20, 1999 at 02:32:33AM -0500, Jack Perdue wrote:
> At 08:49 AM 6/20/99 +0200, MW wrote:
> >
> >I've found trace for HP-UX 10.20 (and 10.10, 9.x) on ftp.interworks.org
> >(as recommended by the HPUX FAQ), however it doesn't appear to have been
> >updated for HP-UX 11. What do you guys at HP use to trace programs?
>
>
> FWIW, you can try tusc at:
>
> ftp://ftp.cup.hp.com/dist/networking/misc/ ^[1]
>
> jack [who has no idea whether guys at HP use such a thing]
> j-perdue@tamu.edu
That is wonderful, thank you very much.
--
Matthew Wilcox <willy@bofh.ai>
"Windows and MacOS are products, contrived by engineers in the service of
specific companies. Unix, by contrast, is not so much a product as it is a
painstakingly compiled oral history of the hacker subculture." - N Stephenson
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~1999-06-20 10:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-06-20 6:49 [parisc-linux] strace/truss/par equivalent for HP-UX Matthew Wilcox
1999-06-20 7:08 ` Jeffrey A Law
1999-06-20 7:32 ` Jack Perdue
1999-06-20 10:27 ` Matthew Wilcox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox