From owner-freebsd-questions@freebsd.org Thu Oct 29 16:14:11 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 00462456E98 for ; Thu, 29 Oct 2020 16:14:11 +0000 (UTC) (envelope-from mlist@nlned.nl) Received: from one.dhzm.nl (one.dhzm.nl [IPv6:2a02:c207:2042:131::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "dhzm.nl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CMVr13xWgz40fb for ; Thu, 29 Oct 2020 16:14:09 +0000 (UTC) (envelope-from mlist@nlned.nl) Received: from [10.10.10.25] (epsilon.welberg24.nl [185.238.129.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by one.dhzm.nl (Postfix) with ESMTPSA id C6FD8E2C; Thu, 29 Oct 2020 17:14:00 +0100 (CET) User-Agent: Microsoft-MacOutlook/16.42.20101102 Date: Thu, 29 Oct 2020 17:13:59 +0100 Subject: Re: Problems with FreeBSD 12.2-RELEASE From: Jack Raats To: , Message-ID: Thread-Topic: Problems with FreeBSD 12.2-RELEASE References: <482BCE79-F10C-4D82-9213-283B0111EC71@nlned.nl> In-Reply-To: <482BCE79-F10C-4D82-9213-283B0111EC71@nlned.nl> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: quoted-printable X-Rspamd-Queue-Id: 4CMVr13xWgz40fb X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of mlist@nlned.nl designates 2a02:c207:2042:131::1 as permitted sender) smtp.mailfrom=mlist@nlned.nl X-Spamd-Result: default: False [-2.75 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-0.95)[-0.952]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[]; DMARC_NA(0.00)[nlned.nl]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.50)[-0.505]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.00)[-0.995]; FREEMAIL_TO(0.00)[icloud.com,freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:51167, ipnet:2a02:c207::/32, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2020 16:14:11 -0000 Starting lsof gives the following error root@one:/var/log # lsof lsof: WARNING: compiled for FreeBSD release 12.1-RELEASE-p10; this is 12.2-= RELEASE. COMMAND PID USER FD TYPE DEVICE SIZE/= OFF NODE NAME Jack =EF=BB=BFOp 29-10-2020 17:07 heeft Jack Raats geschreven: I first started periodic daily Then I started top to see what happened Lsof took a lot of memory after which it crashed and clamd stopped work= ing. /var/log/messages contained a lot of messages Oct 29 17:03:08 one kernel: swap_pager_getswapspace(32): failed Oct 29 17:03:08 one syslogd: last message repeated 2 times Oct 29 17:03:08 one kernel: swap_pager_getswapspace(27): failed Oct 29 17:03:09 one kernel: swap_pager_getswapspace(32): failed Oct 29 17:03:09 one syslogd: last message repeated 5 times Oct 29 17:03:09 one kernel: swap_pager_getswapspace(13): failed Oct 29 17:03:09 one kernel: swap_pager_getswapspace(32): failed Oct 29 17:03:13 one syslogd: last message repeated 5 times Oct 29 17:03:13 one kernel: pid 59260 (lsof), jid 0, uid 0, was killed:= out of swap space Oct 29 17:03:13 one kernel: swap_pager_getswapspace(32): failed Oct 29 17:03:15 one kernel: pid 15412 (clamd), jid 0, uid 106, was kill= ed: out of swap space I hope this can help. Jack =EF=BB=BFOp 29-10-2020 16:36 heeft xtouqh--- via freebsd-questions geschreven: Jack Raats wrote: > Hi, >=20 > =20 >=20 > I=E2=80=99ve the following problem after updating to FreeBSD 12.2-RELEA= SE. >=20 > =20 >=20 > Old situation: >=20 > FreeBSD 12.1-RELEASE-p10 >=20 > Postfix, dovecot, opendkim, opendmarc, clamav-milter and clamd. >=20 > Mail was perfectly working >=20 > =20 >=20 > New situation: >=20 > FreeBSD 12.2-RELEASE, the rest was the same. >=20 > Every night after 03:00 am the clamav daemon stops working so pos= tfix stops working (even dovecot) Define "stops working", does it crash, exit, or simply stop respond= ing?=20 Anything in system or clamav logs? > Strange, but I know that after 03:00 am periodic daily runs. >=20 > =20 >=20 > Can anyone give me a clue what to change or where to look for to = solve this mystery. _______________________________________________ freebsd-questions@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@fre= ebsd.org"