Skip to content
View in the app

A better way to browse. Learn more.

AlphaGNU

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Fidolas

Priority Members
  • Joined

  • Last visited

Everything posted by Fidolas

  1. Thanks a lot for all the tips. Finally I got it working after dealing with the clamd service. Initially there was a problem with a very high CPU usage, but fortunately I solved it with: sh /scripts/clamd_fix_100_cpu_usage Now it seems that all goes fine. Fingers crossed 🙂
  2. Now I was able to install it and also amavis. Problem is that now clamd service reports error status. Can't start it
  3. it gives: Packages skipped because of dependency problems: clamav-0.103.11-1.el7.x86_64 from epel clamav-filesystem-0.103.11-1.el7.noarch from epel clamav-lib-0.103.11-1.el7.x86_64 from epel clamav-update-0.103.11-1.el7.x86_64 from epel libprelude-5.2.0-2.el7.x86_64 from epel
  4. systemctl start clamd systemctl start clamd systemctl status clamd ● clamd.service - clamd scanner () daemon Loaded: loaded (/usr/lib/systemd/system/clamd.service; static; vendor preset: disabled) Active: failed (Result: start-limit) since Mon 2023-11-27 00:10:59 CET; 4s ago Process: 4240 ExecStart=/usr/sbin/clamd -c /etc/clamd.d/amavisd.conf --foreground=yes (code=exited, status=203/EXEC) Main PID: 4240 (code=exited, status=203/EXEC) Nov 27 00:10:59 **edited** systemd[1]: clamd.service: main process exited, code=exited, status=203/EXEC Nov 27 00:10:59 **edited** systemd[1]: Unit clamd.service entered failed state. Nov 27 00:10:59 **edited** systemd[1]: clamd.service failed. Nov 27 00:10:59 **edited** systemd[1]: clamd.service holdoff time over, scheduling restart. Nov 27 00:10:59 **edited** systemd[1]: Stopped clamd scanner () daemon. Nov 27 00:10:59 **edited** systemd[1]: start request repeated too quickly for clamd.service Nov 27 00:10:59 **edited** systemd[1]: Failed to start clamd scanner () daemon. Nov 27 00:10:59 **edited** systemd[1]: Unit clamd.service entered failed state. Nov 27 00:10:59 **edited** systemd[1]: clamd.service failed.
  5. This way there is no complains rpm -ivh https://www.clamav.net/downloads/production/clamav-1.0.4.linux.x86_64.rpm But now. How can I setup clamav? (service and so on)
  6. Now tried yum install clamd and same error Error: Package: clamav-update-0.103.11-1.el7.x86_64 (epel) Requires: libcurl.so.4()(64bit)
  7. It gives me this: lrwxrwxrwx 1 root root 27 Nov 26 23:46 libcurl.so.4 -> /usr/local/lib/libcurl.so.4
  8. Same problem again. I've cleared also caches with yum clean all and then tried yum install clamav Error: Error: Package: clamav-update-0.103.11-1.el7.x86_64 (epel) Requires: libcurl.so.4()(64bit) Error: Package: clamav-0.103.11-1.el7.x86_64 (epel) Requires: libcurl.so.4()(64bit)
  9. First command returns nothing The second one the same, nothing. The third one's output: libcurl.so.4 (libc6,x86-64) => /usr/local/lib/libcurl.so.4 libcurl.so (libc6,x86-64) => /usr/local/lib/libcurl.so
  10. curl --version curl 8.3.0 (x86_64-pc-linux-gnu) libcurl/8.3.0 OpenSSL/1.1.1k zlib/1.2.7 brotli/1.0.4 libssh2/1.9.0 nghttp2/1.48.0 OpenLDAP/2.4.44 Release-Date: 2023-09-13 Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz NTLM NTLM_WB SPNEGO SSL threadsafe TLS-SRP UnixSockets
  11. I should add, for the record, that I was using the cityfan repo (http://www.city-fan.org) to keep Curl updated. Recently this repo stopped working and I have had to remove it. But it leaved the problem previously metioned here.
  12. These commands gives this in Centos 7: No package libcurl available. No package libcurl-devel available. Error: Nothing to do
  13. This gives the following: ldd: /usr/lib64/libcurl.so.4: No such file or directory
  14. Recently, for no reason, my clamav service stopped working. So I've uninstalled it with yum install clamav and now when I try to install it again it complains with: ... --> Finished Dependency Resolution Error: Package: clamav-update-0.103.11-1.el7.x86_64 (epel) Requires: libcurl.so.4()(64bit) Error: Package: clamav-0.103.11-1.el7.x86_64 (epel) Requires: libcurl.so.4()(64bit) You could try using --skip-broken to work around the problem ... How can this be solved? Can it be installed from sources into /usr/local instead using the system's one?
  15. If you use JIT on PHP do not enable Ioncube because it makes the server to crash with segfaults errors. Use only one of them but not both.
  16. Thanks a lot, sir. Very detailed and easy to follow answer. Cheers 🙂
  17. I've noticed a very large log file into /usr/local/cwp/php71/var/log/php-fpm.log Does anyone knows how to setup a logrotate entry to keep that log and others on that folder under control? Thanks in advance!
  18. Thanks, but I've already selected to bypass Cloudflare proxy (gray cloud) and alredy not working. The issue is that detected IP into CWP changes and session is invalidated and user is logged out. Isn't there any easy fix to use the name and not the IP?
  19. I've fixed the yum issue with libssh2 by creating the right ld to point to the missing file. Now it's working with no problems. Not sure if it was caused by removing the cityfan repo steps, but anyway, it can be solved fixing the link with the ld command.
  20. In my case I needed these parameters: --prefix=/opt/alt/php-fpm81/usr --with-config-file-path=/opt/alt/php-fpm81/usr/php --with-config-file-scan-dir=/opt/alt/php-fpm81/usr/php/php.d to make it work with PHP-FPM selector in CWP. I added it here to help others in my same situation.
  21. Thanks a lot. I will try it
  22. If it helps anyone, I've replaced libssh with libssh2 when configuring the cURL build, this way: ./configure --with-ssl --with-zlib --with-gssapi --enable-ldap --enable-ldaps --with-libssh --with-nghttp2 with this one: ./configure --with-ssl --with-zlib --with-gssapi --enable-ldap --enable-ldaps --with-libssh2 --with-nghttp2 as it's instructed by @Sandeep B. doesn't work for me, throwing an error. But it worked fine with libssh2.
  23. It gives me : error: libSSH libs and/or directories were not found where specified! on configure phase. Also, after: rm -rf /usr/local/lib/libssh2.so.1 there is an issue with yum not working anymore. Please, explain these steps.
  24. When using a Cloudflare proxy in front of the CWP dashboard it gives a invalid session, so cwp.hostname.com:2031 doesn't works. How can it be solved? I've tried bypassing Cloudflare (gray cloud in panel) to DNS only. But doesn't work? There is any setup working?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.