VirtualBox

Changeset 65007 in vbox


Ignore:
Timestamp:
Dec 23, 2016 4:52:57 PM (8 years ago)
Author:
vboxsync
Message:

common/utils.py: Use 'ps' on solaris so we get info on suid processes and other users' processes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/common/utils.py

    r65006 r65007  
    861861        # Try our best to parse ps output. (Not perfect but does the job most of the time.)
    862862        try:
    863             sRaw = processOutputChecked([ '/usr/ccs/bin/ps', '-A',
     863            sRaw = processOutputChecked([ '/usr/bin/ps', '-A',
    864864                                          '-o', 'pid=',
    865865                                          '-o', 'ppid=',
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette