FreeBSD ports you maintain which are out of date

2021-07-08 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

Re: security/rkhunter without hashes after recent STABLE-13 update

2021-07-08 Thread Łukasz Wąsikowski
W dniu 2021-07-07 o 22:35, Warner Losh pisze: The attached patch (diff to new rkhunter script with both succeeding hunks) will work for the rkhunter-1.4.6 script. Great! I see you've cc'd lukasz. I'll assume that he can commit it, but if there's an issue, please let me know! This pa

security/rkhunter without hashes after recent STABLE-13 update

2021-07-08 Thread Stefan Esser
Am 07.07.21 um 22:24 schrieb Michael Grimm: > Warner Losh wrote: >> >> On Wed, Jul 7, 2021 at 12:47 PM Michael Grimm wrote: >>> Warner Losh wrote: > Sorry for any hassle this work is causing. >>> >>> No big deal for rkhunter, a workaround exists ;-) >> >> I think the reason is that it auto

Cannot build INDEX on 12.2 (2021Q3 branch)

2021-07-08 Thread Andrea Venturoli
Hello. Seems like sysutils/omnibackup looks for Postgres 9.5, which is gone. Nothing fancy in /etc/make.conf. # make index Generating INDEX-12 - please wait..--- describe.accessibility --- --- describe.arabic --- ... --- describe.x11-wm --- make_index: /usr/ports/sysutils/omnibackup: no entry f

Re: Cannot build INDEX on 12.2 (2021Q3 branch)

2021-07-08 Thread Andrea Venturoli
On 7/8/21 11:39 AM, Andrea Venturoli wrote: Hello. Seems like sysutils/omnibackup looks for Postgres 9.5, which is gone. Nothing fancy in /etc/make.conf. # make index Generating INDEX-12 - please wait..--- describe.accessibility --- --- describe.arabic --- ... --- describe.x11-wm --- make_inde

Re: security/rkhunter without hashes after recent STABLE-13 update

2021-07-08 Thread Michael Grimm via freebsd-stable
Hi Stefan, Stefan Esser wrote > Am 07.07.21 um 22:24 schrieb Michael Grimm: >> Warner Losh wrote: >>> On Wed, Jul 7, 2021 at 12:47 PM Michael Grimm wrote: Warner Losh wrote: > Sorry for any hassle this work is causing. No big deal for rkhunter, a workaround exists ;-) >>>

Re: Too many pythons in poudriere

2021-07-08 Thread bob prohaska
Even with -J1 and no ALLOW_MAKE_JOBS I'm still seeing five pythons occupying at least 3 GB on the loose. I'm fairly sure this didn't happen when using make by itself (IIRC it was -j2). I also got rid of the mistaken directive in poudriere.d/make.conf. There is a #MAX_MEMORY=8 in poudriere.conf, p

Re: Too many pythons in poudriere

2021-07-08 Thread Mark Millard via freebsd-ports
On 2021-Jul-8, at 08:45, bob prohaska wrote: > Even with -J1 and no ALLOW_MAKE_JOBS I'm still > seeing five pythons occupying at least 3 GB on > the loose. Actually I just looked and saw: Swapinfo 7.36% (Unlike the 83% or so I saw somewhat around 3 hours ago.) Load Averages (220%) 2.20 2.1

Re: Too many pythons in poudriere

2021-07-08 Thread bob prohaska
On Thu, Jul 08, 2021 at 09:41:13AM -0700, Mark Millard wrote: > > > On 2021-Jul-8, at 08:45, bob prohaska wrote: > > > Even with -J1 and no ALLOW_MAKE_JOBS I'm still > > seeing five pythons occupying at least 3 GB on > > the loose. > > Actually I just looked and saw: > > Swapinfo 7.36% > > (

Re: Too many pythons in poudriere

2021-07-08 Thread RW via ports
On Thu, 8 Jul 2021 10:54:36 -0700 bob prohaska wrote: > One other oddity: occasionally one see in top a > PID using more than 100% WCPU. Is one thread occupying two cores? By default top shows information about processes. Presumably it's one process with multiple threads.

Proposal: Include the Application Name in Ports and Packages

2021-07-08 Thread probono
Hello, This is a proposal to include the Application Name in Ports and Packages. Happy to hear your thoughts on this. Kind regards, probono Terminology --- Application Port: A port that contains a graphical application and hence has an Exec= key in its share/applications/*.desktop file

Re: Too many pythons in poudriere

2021-07-08 Thread Tatsuki Makino
bob prohaska wrote on 2021/07/09 02:54: > Started a new swaplog: Connect a USB mass storage device that you have no use for. Mount the file system in it. Create a file in that file system like dd if=/dev/zero of=/mnt/somefile. Attach it to the memory disk like mdconfig /mnt/somefile. Add it to the

Re: Too many pythons in poudriere

2021-07-08 Thread Mark Millard via freebsd-ports
On 2021-Jul-8, at 10:54, bob prohaska wrote: > On Thu, Jul 08, 2021 at 09:41:13AM -0700, Mark Millard wrote: >> >> >> On 2021-Jul-8, at 08:45, bob prohaska wrote: >> >>> Even with -J1 and no ALLOW_MAKE_JOBS I'm still >>> seeing five pythons occupying at least 3 GB on >>> the loose. >> >>

Re: Too many pythons in poudriere

2021-07-08 Thread Mark Millard via freebsd-ports
From: Tatsuki Makino wrote on Date: Fri, 9 Jul 2021 05:59:52 +0900 : > bob prohaska wrote on 2021/07/09 02:54: > > Started a new swaplog: > > Connect a USB mass storage device that you have no use for. > Mount the file system in it. > Create a file in that file system like dd if=/dev/zero of=/mn

Re: Too many pythons in poudriere

2021-07-08 Thread Mark Millard via freebsd-ports
On 2021-Jul-8, at 15:47, Mark Millard wrote: > From: Tatsuki Makino wrote on > Date: Fri, 9 Jul 2021 05:59:52 +0900 : > >> bob prohaska wrote on 2021/07/09 02:54: >>> Started a new swaplog: >> >> Connect a USB mass storage device that you have no use for. >> Mount the file system in it. >>

Re: security/rkhunter without hashes after recent STABLE-13 update

2021-07-08 Thread Łukasz Wąsikowski
W dniu 2021-07-08 o 14:16, Michael Grimm via freebsd-stable pisze: I can confirm that your patch works perfectly well. No more workaround needed, now rkhunter calculates sha256 hashes as usual. Thanks for that. Now, Łukasz need's to confirm that rkhunter at 12.2-RELEASE will calculate those h

Re: Proposal: Include the Application Name in Ports and Packages

2021-07-08 Thread Baptiste Daroussin
On Thu, Jul 08, 2021 at 08:35:12PM +, probono wrote: > Hello, > > This is a proposal to include the Application Name in Ports and Packages. > Happy to hear your thoughts on this. > > Kind regards, > probono > > > Terminology > --- > > Application Port: A port that contains a graphi