Announcement

Collapse
No announcement yet.

Error when try to launch gui

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

  • Error when try to launch gui

    Do i need something else to be installed?
    echo ">>> To enable the GUI make sure you install php-gtk from aur"
    but i encounter problems in installing that.
    Code:
    [bosyi@probook ~]$ LANG=C phoronix-test-suite gui
    To start server run new script: /tmp/tmp.GrPhGCv5ww/web-server-launcher
    PHP 7.0.3 Development Server started at Wed Feb  3 13:06:57 2016
    Listening on http://localhost:4148
    Document root is /usr/share/phoronix-test-suite/pts-core/web-interface
    Press Ctrl-C to quit.
    PHP Fatal error:  Uncaught Error: Call to undefined function socket_create_listen() in /usr/share/phoronix-test-suite/pts-core/objects/pts_web_socket.php:40
    Stack trace:
    #0 /usr/share/phoronix-test-suite/pts-core/commands/start_ws_server.php(77): pts_web_socket->__construct('localhost', '4147')
    #1 /usr/share/phoronix-test-suite/pts-core/objects/client/pts_client.php(1218): start_ws_server::run(Array)
    #2 /usr/share/phoronix-test-suite/pts-core/phoronix-test-suite.php(173): pts_client::execute_command('start_ws_server', Array)
    #3 {main}
      thrown in /usr/share/phoronix-test-suite/pts-core/objects/pts_web_socket.php on line 40
    Launching Browser
    Press [ENTER] to kill server...
    /tmp/tmp.GrPhGCv5ww/web-server-launcher: line 14: kill: (14253) - No such process
    /tmp/tmp.GrPhGCv5ww/web-server-launcher: line 15: 14254 Terminated              php -S localhost:4148 -t /usr/share/phoronix-test-suite/pts-core/web-interface/ 2> /dev/null

  • #2
    What happens when you launch your browser? PHP GTK is no longer used at all.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      Browser auto-launches with new tab opened(localhost:[random_port]). There are logo 'pts|||' and text: 'Connecting to websocket server...'
      version: Phoronix Test Suite v6.0.1 (Hammerfest)

      Comment


      • #4
        it works after reading comments here https://aur.archlinux.org/packages/p...test-suite-git
        now it is downloading test information for a long time..
        Finally in launched.
        Last edited by bosyi; 03 February 2016, 08:17 AM.

        Comment

        Working...
        X