Orsiris de Jong
Orsiris de Jong
Well, I actually made a mistake placing the `-compress lzw` argument. Made another commit that should fix the conversion arguments, among a couple of other improvements. Can you update both...
@tonyblue2 Can you confirm that pmOCR works on your system now ?
So far so good, it seems that the intermediary transformation is fixed, but the tesseract OCR engine isn't working. Would you mind checking for more output in `/var/log/pmOCR_MyOCRServer.log` ? If...
@tonyblue2 Would you mind posting the logs?
Here's an extract of my backups, knowing that I simply ran virt-backup twice in a row. ``` drwxr-xr-x 2 root root 216 Jul 16 13:26 . drwxr-xr-x 12 root root...
Thanks for your answer. I've tested `hourly: 0` but this only cleans the specified hosts, not those backed up via the regex above :( I've tried to comment out the...
You need to add the following paths to your open_basedir to work: ```/proc/uptime:/proc/cpuinfo:/proc/meminfo:/sys/class/net``` A resulting open_basedir directive could look like ``` php_admin_value[open_basedir] = /var/www/$pool:/dev/urandom:/data:/proc/uptime:/proc/cpuinfo:/proc/meminfo:/sys/class/net```
@tuxmaster5000 For whatever reason, allowing /sys/class/net isn't recursive to the network interfaces. I had to adapt my open_basedirl to give it my network adapters: ``` php_admin_value[open_basedir] = /var/www/$pool:/dev/urandom:/data:/proc/uptime:/proc/cpuinfo:/proc/meminfo:/sys/class/net/eth0:/sys/class/net/lo0``` ``` This...
Can confirm this works on RHEL9
@eusonlito Sorry, I just flew by to check your password manager lately, but ended selecting another one, hence my issue about the enterprise use case. I just wanted to confirm...