[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X menus won't run xterm pgms



> Hi Jan
> 
>   I had already found the problem when you mail came in ie: 
>   update-alternatives.  Thanks for the tip though as it will go into
>   the toolbox for the 'next' time.
> 
>   Just tried it wuth your 'strace -f -eexecve PID' but for some reason
>   the PID's I tried only return 'strace: 11759 command not found'.
> 
>   Looks like I have a bit more studying to do.
> 
>   Wayne

Hi Wayne,

ah, mea culpa. ;) The proper syntax would have been

strace -f -eexecve -pPID

( -f : also trace newly-created child processes
  -e : print only calls to this kernel function
  -p : attach to process with id PID instead of executing
       the last argument given to strace )

Sorry!

Jan
-- 
Jan C. Nordholz
<jckn At gmx net>

Attachment: signature.asc
Description: Digital signature


Reply to: