pignore-syntax insufficiant - why ?

Post Reply
trueshanti
Junior Member
Posts: 5
Joined: 05 May 2014, 10:01

pignore-syntax insufficiant - why ?

Post by trueshanti »

lfd warns me daily about a process i simply cannot teach csf to ignore:

Code: Select all

Time:         Wed Nov  1 20:08:44 2023 +0100
Account:      www-data
Resource:     Process Time
Exceeded:     146435 > 1800 (seconds)
Executable:   /tmp/appimage_extracted_a3ed3648c2d4a42fcd239937c53130a2/usr/bin/coolwsd
Command Line: coolwsd --config-file=/tmp/appimage_extracted_a3ed3648c2d4a42fcd239937c53130a2/etc/coolwsd/coolwsd.xml --disable-cool-user-checking --port=9983 --lo-template-path=/tmp/appimage_extracted_a3ed3648c2d4a42fcd239937c53130a2/opt/collaboraoffice --o:sys_template_path=/tmp/appimage_extracted_a3ed3648c2d4a42fcd239937c53130a2/ --o:security.capabilities=false --o:security.seccomp=false --o:child_root_path=/tmp/coolwsd.3UiJEvI5pS/jails --o:file_server_root_path=/tmp/appimage_extracted_a3ed3648c2d4a42fcd239937c53130a2/usr/share/coolwsd --o:ssl.enable=false --o:net.proxy_prefix=true --o:memproportion=50 --o:logging.file[@enable]=true --o:logging.file.property[0][@name]=path --o:logging.file.property[0]=/tmp/coolwsd.3UiJEvI5pS/coolwsd.log --o:welcome.enable=true --o:mount_jail_tree=false --o:user_interface.mode=default --o:allowed_languages=de_DE el en_GB en_US es_ES fr_FR hu it nl pt_BR pt_PT ru --o:fetch_update_check=100000 --pidfile=/tmp/coolwsd.pid
PID:          1234455 (Parent PID:1234452)
Killed:       No
i throught i had addressed this via those lines in csf.pignore :

Code: Select all

# collabora
pexe:/tmp/appimage_extracted_*
pcmd:/tmp/appimage_extracted_*
pcmd:.*coolwsd*
but doesnt seem to work :(

any ideas what i do wrong

thanks4help
-c- :eek:
Post Reply