Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2019 07:42:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 239488] nightly scripts lock pkg database for such a long time that portmaster builds fail
Message-ID:  <bug-239488-227-F2ogYBXQdl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239488-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239488-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239488

--- Comment #2 from Martin Birgmeier <d8zNeCFG@aon.at> ---
Created a new periodic.conf, hope it will work:

-------------------------------------------------------------------
[0]# cat /etc/periodic.conf=20
#
# $MBi$
#

# disable nightly pkg checks if portmaster is running
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239488
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232350

if /bin/ps -axwww | /usr/bin/grep -q '[p]ortmaster'
then
    security_status_pkgchecksum_enable=3DNO
    security_status_pkgchecksum_enable=3DNO
fi
[0]#=20
-------------------------------------------------------------------

Are commands allowed in this file?

-- Martin

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239488-227-F2ogYBXQdl>