Announcement

Collapse
No announcement yet.

root user...where are batch settings saved?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • root user...where are batch settings saved?

    My batch settings for pts doesn't seem to be saving after going through the batch-setup for the 'root' user. Where is the file saved at?

    root@felix:/var/lib# /usr/bin/phoronix-test-suite batch-setup
    + export PTS_DIR=/usr/share/phoronix-test-suite
    + export PTS_MODE=CLIENT
    + pwd
    + [ /usr/share/phoronix-test-suite != /var/lib ]
    + cd /usr/share/phoronix-test-suite
    + [ -d pts-core/hooks/startup ]
    + ./pts-core/hooks/startup/template.sh
    + [ ! X = X ]
    + [ -x /usr/bin/php5 ]
    + export PHP_BIN=php5
    + [ Xphp5 = X ]
    + [ ! -f pts-core/phoronix-test-suite.php ]
    + [ ! -f pts-core/phoronix-test-suite.php ]
    + mktemp -d
    + export PTS_EXT_LAUNCH_SCRIPT_DIR=/tmp/tmp.l7VmG8gpp5
    + PTS_EXIT_STATUS=8
    + [ 8 -eq 8 ]
    + php5 pts-core/phoronix-test-suite.php batch-setup

    These are the default configuration options for when running the Phoronix Test Suite in a batch mode (i.e. running phoronix-test-suite batch-benchmark universe). Running in a batch mode is designed to be as autonomous as possible, except for where you'd like any end-user interaction.

    Save test results when in batch mode (Y/n): y
    Open the web browser automatically when in batch mode (y/N): y
    Auto upload the results to OpenBenchmarking.org (Y/n): n
    Prompt for test identifier (Y/n): y
    Prompt for test description (Y/n): y
    Prompt for saved results file-name (Y/n): y
    Run all test options (Y/n): n

    Batch settings saved.


    + PTS_EXIT_STATUS=0
    + [ 0 -eq 8 ]
    + [ -f /tmp/tmp.l7VmG8gpp5/web-server-launcher ]
    + [ -f /tmp/tmp.l7VmG8gpp5/phoromatic-server-launcher ]

    root@felix:/var/lib# id
    uid=0(root) gid=0(root) groups=0(root)
    root@test:/var/lib#

  • #2
    When running as root it should be /etc/phoronix-test-suite.xml

    FYI, your current batch options would be coincidentallt the same as running as phoronix-test-suite internal-run, in place of phoronix-test-suite batch-run.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment

    Working...
    X