roadrunner-php / laravel-bridge

🌉 RoadRunner ⇆ Laravel bridge 🇺🇦❤️
https://roadrunner.dev/docs/integration-laravel
MIT License
372 stars 25 forks source link

Premission Denied #129

Closed UtkuDalmaz closed 1 year ago

UtkuDalmaz commented 1 year ago

RuntimeException

Cannot reload RoadRunner: sh: 1: exec: : Permission denied

at /var/www/site/public_html/vendor/laravel/octane/src/RoadRunner/ServerProcessInspector.php:54 50▕ '-o', "rpc.listen=tcp://$host:$rpcPort", 51▕ '-s', 52▕ ], base_path()))->start()->waitUntil(function ($type, $buffer) { 53▕ if ($type === Process::ERR) { ➜ 54▕ throw new RuntimeException('Cannot reload RoadRunner: '.$buffer); 55▕ } 56▕ 57▕ return true; 58▕ });

  +29 vendor frames 

I am getting this error when I use --watch flag with octane:start and save a file

Any idea?

tarampampam commented 1 year ago

Maybe ask this question in the octane repository?