Lars Kusch
New member
- Joined
- Feb 17, 2023
- Messages
- 4
Hi there,
I'm running a regular Ubuntu 22.04 Server with DirectAdmin and Litespeed.
My customer is running a software which calls:
, which fails with no write access to /tmp and chrashes the server. As soon as the command is called without the exec statement, it's working perfectly fine.
Does anybody have an idea for this weird issue?
Kind regards,
Lars Kusch
I'm running a regular Ubuntu 22.04 Server with DirectAdmin and Litespeed.
My customer is running a software which calls:
Code:
exec '/home/admin/domains/blumagine.de/rechnung/vendor/beganovich/snappdf/versions/1105642-Linux_x64/chrome-linux/chrome' '--headless' '--disable-gpu' '--disable-translate' '--disable-extensions' '--disable-sync' '--disable-background-networking' '--disable-software-rasterizer' '--disable-default-apps' '--disable-dev-shm-usage' '--safebrowsing-disable-auto-update' '--run-all-compositor-stages-before-draw' '--no-first-run' '--no-margins' '--no-sandbox' '--print-to-pdf-no-header' '--hide-scrollbars' '--ignore-certificate-errors' '--print-to-pdf=/tmp/pdf_EW2WaF.pdf' '/tmp/html_PYT0Em.html'
Does anybody have an idea for this weird issue?
Kind regards,
Lars Kusch