Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in logs #5958

Closed
Valdnet opened this issue Jul 6, 2021 · 2 comments
Closed

Error in logs #5958

Valdnet opened this issue Jul 6, 2021 · 2 comments

Comments

@Valdnet
Copy link
Contributor

Valdnet commented Jul 6, 2021

Logs:

[PHP] Error: Error: proc_open() has been disabled for security reasons at /home/xxx/public_html/xxx/apps/spreed/lib/MatterbridgeManager.php#815 at <<closure>>

0. <<closure>>
   OC\Log\ErrorHandler::onError(2, "proc_open() has ... s", "/home/xxx/publi ... p", 815, {cmd: "ps x -o u ... l})
1. /home/xxx/public_html/xxx/apps/spreed/lib/MatterbridgeManager.php line 815
   proc_open("ps x -o user,pid,args", [null,["pipe","w"],["pipe","w"]], null)
2. /home/xxx/public_html/xxx/apps/spreed/lib/MatterbridgeManager.php line 719
   OCA\Talk\MatterbridgeManager->runCommand("ps x -o user,pid,args")
3. /home/xxx/public_html/xxx/apps/spreed/lib/MatterbridgeManager.php line 845
   OCA\Talk\MatterbridgeManager->killZombieBridges(true)
4. /home/xxx/public_html/xxx/apps/spreed/lib/BackgroundJob/CheckMatterbridges.php line 67
   OCA\Talk\MatterbridgeManager->stopAllBridges()
5. /home/xxx/public_html/xxx/lib/public/BackgroundJob/Job.php line 80
   OCA\Talk\BackgroundJob\CheckMatterbridges->run(null)
6. /home/xxx/public_html/xxx/lib/public/BackgroundJob/TimedJob.php line 61
   OCP\BackgroundJob\Job->execute(OC\BackgroundJob\JobList {}, OC\Log {})
7. /home/xxx/public_html/xxx/cron.php line 150
   OCP\BackgroundJob\TimedJob->execute(OC\BackgroundJob\JobList {}, OC\Log {})

Talk app

Talk app version: 11.2.2

Operating system: Linux 5.4.17-2102.202.5.el7uek.x86_64 x86_64

Database: mysql 5.7.30

PHP version: 7.3.25

Nextcloud Version: 21.0.3

@nickvergessen
Copy link
Member

Please enable proc_open? ¯\_(ツ)_/¯

@Valdnet
Copy link
Contributor Author

Valdnet commented Jul 7, 2021

@nickvergessen Thanks 😉. I turned it on in the .htaccess file, because that's the only way I can. I will observe the error. When it reappears I'll open an issue.

@no-response no-response bot removed the needs info label Jul 7, 2021
@Valdnet Valdnet closed this as completed Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants