• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

How to solve dwlib: fd: connect() failed - Connection refused / dwlib: tcp: connectin

jeanpaul

Basic Pleskian
Hi,
i upgraded the last version of Plesk 11.0.9 to 11.5 this week, but now i get some errors from "/usr/local/psa/var/log/maillog".

Code:
qmail-queue[22851] : dwlib: fd: connect() failed - Connection refused
qmail-queue[22851] : dwlib: tcp: connecting to 127.0.0.1:3000 - failed

How to solve it ?
 
Hello,

Can you please let me know what error are you getting in your : /var/log/daemon.log : file
 
Sorry my /var/log/daemon.log wasn't enable. I enable it know in syslog.conf and restart, i'm waiting the error log.

But i can publish the mail.log

Nov 12 16:40:52 xxxxxxx postfix/cleanup[10427]: D9CBEDAA094: message-id=<[email protected]>
Nov 12 16:40:52 xxxxxxx /usr/lib64/plesk-9.0/psa-pc-remote[5456]: handlers_stderr: SKIP
Nov 12 16:40:52 xxxxxxx /usr/lib64/plesk-9.0/psa-pc-remote[5456]: SKIP during call 'check-quota' handler
Nov 12 16:40:52 xxxxxxx qmail-queue[10440]: dwlib: fd: connect() failed - Connection refused
Nov 12 16:40:52 xxxxxxx qmail-queue[10440]: dwlib: tcp: connecting to 127.0.0.1:3000 - failed
Nov 12 16:40:52 xxxxxxx qmail-queue[10440]: dwlib: cannot create connection with a DrWeb daemon
Nov 12 16:40:52 xxxxxxx /usr/lib64/plesk-9.0/psa-pc-remote[5456]: handlers_stderr: SKIP
Nov 12 16:40:52 xxxxxxx /usr/lib64/plesk-9.0/psa-pc-remote[5456]: SKIP during call 'drweb' handler

i will post you the log in few time for daemon
 
Make sure that DrWeb service is running and you can connect to port 3000:

# /etc/init.d/drwebd status
Dr.Web drwebd is running

# lsof -i tcp:3000
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
drwebd.re 10666 drweb 9u IPv4 88283923 0t0 TCP localhost:hbci (LISTEN)
drwebd.re 11931 drweb 9u IPv4 88283923 0t0 TCP localhost:hbci (LISTEN)

Restart DrWeb service at least.
 
Thanks for your feedback.

i get this message :

-sh-3.2# /etc/init.d/drwebd status
Dr.Web drwebd is not running but /var/drweb/run/drwebd.pid exists
-sh-3.2# /etc/init.d/drwebd start
Starting Dr.Web drwebd...
Dr.Web drwebd is not installed
-sh-3.2#

after i go to plesk panel in component, and i see this :
drweb 6.0.2.1-1211092005pleskel5

How i can install drwebd ?
 
Last edited:
Back
Top