Announcement

Collapse
No announcement yet.

Trying to run chromedriver without root permission

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

  • Trying to run chromedriver without root permission

    Hi.
    I want to run chromedriver without root permission on CloudLinux. But I always get issue: 'Unable to connect the chromedriver binary on port'

    My CloudLinux version: CloudLinux v7.9.0 STANDARD standard

    Thanks for any help ☺!

  • #2
    Hi,

    Most likely it was not able to open a port, or something is preventing access to necessary files/socket due to Cagefs. Do you have CageFS enabled for the user you are trying to run chromedriver? Try to disable it first with:
    Code:
    cagefsctl --disable USERNAME
    If it will work then the the path for you will be to use a 'strace' tool and check where it is failing when cagefs enabled.

    Comment

    Working...
    X