Do you have internet connectivity? Do you see anything in ~/.phoronix-test-suite/openbenchmarking.org/
All I get when running "./phoronix-test-suite list-available-tests" is:
Phoronix Test Suite v3.0.1
Available Tests
And I get the prompt back.
Any hints on what could be wrong?
./phoronix-test-suite diagnostics
PTS_PATH = /home/erik/phoronix-test-suite/
PTS_MODE = CLIENT
PTS_VERSION = 3.0.1
PTS_CORE_VERSION = 3010
PTS_CODENAME = IVELAND
PTS_IS_CLIENT = 1
QUICK_START =
PTS_CORE_PATH = /home/erik/phoronix-test-suite/pts-core/
PTS_USER_PATH = /home/erik/.phoronix-test-suite/
PTS_CORE_STORAGE = /home/erik/.phoronix-test-suite/core.pt2so
PTS_MODULE_PATH = /home/erik/phoronix-test-suite/pts-core/modules/
PTS_MODULE_LOCAL_PATH = /home/erik/.phoronix-test-suite/modules/
PTS_MODULE_DATA_PATH = /home/erik/.phoronix-test-suite/modules-data/
PTS_DOWNLOAD_CACHE_PATH = /home/erik/.phoronix-test-suite/download-cache/
PTS_CORE_STATIC_PATH = /home/erik/phoronix-test-suite/pts-core/static/
PTS_COMMAND_PATH = /home/erik/phoronix-test-suite/pts-core/commands/
PTS_EXDEP_PATH = /home/erik/phoronix-test-suite/pts-core/external-test-dependencies/
PTS_RESULTS_VIEWER_PATH = /home/erik/phoronix-test-suite/pts-core/results-viewer/
PTS_OPENBENCHMARKING_PATH = /home/erik/phoronix-test-suite/pts-core/openbenchmarking.org/
PTS_OPENBENCHMARKING_SCRATCH_PATH = /home/erik/.phoronix-test-suite/openbenchmarking.org/
PTS_TEST_PROFILE_PATH = /home/erik/.phoronix-test-suite/test-profiles/
PTS_TEST_SUITE_PATH = /home/erik/.phoronix-test-suite/test-suites/
PHP_BIN = php
PTS_INIT_TIME = 1300210725
PHODEVI_AVOID_CACHE = 0
PHODEVI_STAND_CACHE = 1
PHODEVI_SMART_CACHE = 2
PHODEVI_PATH = /home/erik/phoronix-test-suite/pts-core/objects/phodevi/
OPERATING_SYSTEM = Linux
OS_PREFIX = linux_
PTS_TEST_INSTALL_PATH = /home/erik/.phoronix-test-suite/installed-tests/
PTS_SAVE_RESULTS_PATH = /home/erik/.phoronix-test-suite/test-results/
PTS_USER_LOCK = /home/erik/.phoronix-test-suite/run_lock
NETWORK_TIMEOUT = 20
PTS_STARTUP_TASK_PERFORMED = 1
HAS_REFRESHED_OBO_LIST = 1
Variables That Can Be Used As Result Identifiers / File Names:
VIDEO_RESOLUTION = 1920x1080
VIDEO_CARD = NVIDIA GeForce GTX 460 1024MB (850/2000MHz)
VIDEO_DRIVER = NVIDIA 270.18
OPERATING_SYSTEM = Gentoo Base release 2.0.1-r1
PROCESSOR = Intel Core i7 920 @ 3.40GHz (8 Cores)
MOTHERBOARD = ASUS P6T DELUXE V2
CHIPSET =
KERNEL_VERSION = 2.6.37-gentoo
COMPILER = GCC 4.5.2 + llvm 2.8
HOSTNAME = elite
Environmental Variables (accessible via test scripts):
PTS_VERSION = 3.0.1
PTS_CODENAME = IVELAND
PTS_DIR = /home/erik/phoronix-test-suite/
PHP_BIN = php
NUM_CPU_CORES = 8
NUM_CPU_JOBS = 16
SYS_MEMORY = 12288
VIDEO_MEMORY = 1024
VIDEO_WIDTH = 1920
VIDEO_HEIGHT = 1080
VIDEO_MONITOR_COUNT = 1
VIDEO_MONITOR_LAYOUT = CENTER
VIDEO_MONITOR_SIZES = 1920x1080
OPERATING_SYSTEM = gentoo
OS_VERSION =
OS_ARCH = x86_64
OS_TYPE = Linux
THIS_RUN_TIME = 1300210725
DEBUG_REAL_HOME = /home/erik/
Do you have internet connectivity? Do you see anything in ~/.phoronix-test-suite/openbenchmarking.org/
Michael Larabel
http://www.michaellarabel.com/
I have this:
ls -l .phoronix-test-suite/openbenchmarking.org/
totalt 8
drwxr-xr-x 2 erik erik 4096 15 mar 18.19 local
drwxr-xr-x 2 erik erik 4096 15 mar 18.19 pts
both local and pts are empty.
Sounds like you don't have Internet connectivity or that your PHP configuration isn't allowing it. See the PTS documentation about php.ini configurations for some Gentoo / Arch installs that are restrictive.
Michael Larabel
http://www.michaellarabel.com/
Thanks, seems you are right.
I changed allow_url_fopen and allow_url_include to "On" and now it seems to work ok.