Добрый день.
egrep -a " ERR | FTL " /var/opt/drwcs/log/drwcsd.log
для разгона -- в самый раз.
 
 
Вот что в логе
 
20240610.113031.52 ERR [17648 17651] svc:1  [Srv/FileCache] Unable store file "/opt/drwcs/bin/drwrawsocket" into cache because of
20240610.113031.52 ERR [17648 17651] svc:1  [Srv/FileCache] \ unable to create hardlink "/opt/drwcs/bin/drwrawsocket" -> "/var/opt/drwcs/file-cache/af/a6750ec42dfcc20157a62ff1230614af.14898" because of
20240610.113031.52 ERR [17648 17651] svc:1  [Srv/FileCache] \ operation not permitted (errno=1)
20240610.113031.52 ERR [17648 17651] svc:1  [Srv/FileCache] exceptions_namespace::io_error_exception: unable to create hardlink "/opt/drwcs/bin/drwrawsocket" -> "/var/opt/drwcs/file-cache/af/a6750ec42dfcc20157a62ff1230614af.14898" because of operation not permitted (errno=1)
20240610.113032.04 ERR [17672 17672] main   [SqLite3/1] Statement compile error because of no such table: dbstruct (code=1), 00.000, SELECT dbver FROM dbstruct <S>
20240610.113032.04 ERR [17672 17672] main   [Srv/DBMgr] Execution error "[string \"database/utils/utils.ds\"]:179: Database \"Statement compile error because of no such table: dbstruct (code=1)\" error occured executing \"SELECT dbver FROM dbstruct\"" occured
20240610.115600.00 FTL [17724 17806] sch:1  [Repo/Update] Unable to update repository because of no license key
20240610.115601.20 FTL [17724 17806] sch:1  [Repo/Update] Unable to update repository because of license key not found on GUS
20240610.115601.69 ERR [17724 17806] sch:1  [Srv/Scheduler] Job "Update all Dr.Web products" (01.688/00.252) failed because of [{ "product": "global", "code": "109", "error": "no license key", "message": "no license key" },
20240610.122600.01 FTL [17724 17806] sch:1  [Repo/Update] Unable to update repository because of no license key
20240610.122600.10 FTL [17724 17806] sch:1  [Repo/Update] Unable to update repository because of license key not found on GUS
20240610.122600.12 ERR [17724 17806] sch:1  [Srv/Scheduler] Job "Update all Dr.Web products" (00.110/00.017) failed because of [{ "product": "global", "code": "109", "error": "no license key", "message": "no license key" },
20240610.125600.00 FTL [00806 01727] sch:1  [Repo/Update] Unable to update repository because of no license key
20240610.125600.14 FTL [00806 01727] sch:1  [Repo/Update] Unable to update repository because of license key not found on GUS
20240610.125600.17 ERR [00806 01727] sch:1  [Srv/Scheduler] Job "Update all Dr.Web products" (00.164/00.019) failed because of [{ "product": "global", "code": "109", "error": "no license key", "message": "no license key" },
20240610.132600.00 FTL [00806 01727] sch:1  [Repo/Update] Unable to update repository because of no license key
20240610.132600.34 FTL [00806 01727] sch:1  [Repo/Update] Unable to update repository because of license key not found on GUS
20240610.132600.36 ERR [00806 01727] sch:1  [Srv/Scheduler] Job "Update all Dr.Web products" (00.357/00.016) failed because of [{ "product": "global", "code": "109", "error": "no license key", "message": "no license key" },
 
 
Но сам web сервер как минимум слушает порты
 
==
# netstat -ntlp | grep LISTEN
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      697/sshd: /usr/sbin
tcp        0      0 0.0.0.0:2193            0.0.0.0:*               LISTEN      806/drwcsd
tcp        0      0 127.0.0.1:4080          0.0.0.0:*               LISTEN      1393/drweb-httpd.re
tcp        0      0 0.0.0.0:9081            0.0.0.0:*               LISTEN      806/drwcsd
tcp        0      0 0.0.0.0:9080            0.0.0.0:*               LISTEN      806/drwcsd
tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      589/systemd-resolve
tcp        0      0 127.0.0.1:6010          0.0.0.0:*               LISTEN      2076/sshd: cuthbert
tcp        0      0 127.0.0.1:4443          0.0.0.0:*               LISTEN      1393/drweb-httpd.re
tcp6       0      0 :::22                   :::*                    LISTEN      697/sshd: /usr/sbin
tcp6       0      0 ::1:6010                :::*                    LISTEN      2076/sshd: cuthbert
 
 
==
					
					
					
							Сообщение было изменено cuthbert: 10 Июнь 2024 - 16:50