Displaying 3 results from an estimated 3 matches for "pt_chmod".
2004 Dec 28
1
OpenSSH 3.9p1 X11 forwarding
...gfillset(0xFF042940) = 0
19275: 15.5989 sigprocmask(SIG_BLOCK, 0xFFBFF04C, 0xFFBFF03C) = 0
19275: 15.5992 vfork() = 19281
19281: 15.5992 vfork() (returning as child ...) = 19275
19281: 15.6028 execve("/usr/lib/pt_chmod", 0xFFBFF014, 0xFFBFFD04)
argc = 2
19281: 15.6034 resolvepath("/usr/lib/pt_chmod", "/usr/lib/pt_chmod",
1023) = 17
19281: 15.6035 resolvepath("/usr/lib/ld.so.1", "/usr/lib/ld.so.1",
1023) = 16
2008 Dec 17
12
disk utilization is over 200%
...tick-5sec { exit(); }''
dtrace: description ''io:::start '' matched 7 probes
CPU ID FUNCTION:NAME
8 49675 :tick-5sec
16189 nTrade
/export/data/dbxpt3/logs/ledgers/arinapt3.NTRPT3-MOCA.trans_outmsg.ledger
32768
25456 pt_chmod
/export/data/dbxpt3/logs/NTRPT3-MOCA.log
32768
3 fsflush <none>
38912
25418 pt_chmod
/export/data/dbxpt3/logs/NTRPT3-MOCA.log 49152
21372 tail
/export/data/dbxpt3/logs/NTRPT3-MOCA.log 6553...
2002 Jun 29
0
fd passing pty handling
...d passing which involves
I_SENDFD/I_RECVFD ioctls. I'm not sure if that might help some
p platforms with privsep.
Some platforms that use STREAMS ptys use a set-uid root helper
to handle the privileged portions of pty creation. grantpt(3)
has a bit more info.
on Solaris 8 it's: /usr/lib/pt_chmod
on HP-UX it's: /usr/lbin/chgpt
Perhaps this may be useful to support. Someone want to
investigate that?