Re: Reason why "nocache" option is not displayed in "mount"?

2024-03-07 Thread Christos Chatzaras
> what is the reason why "nocache" is not displayed in the output of "mount" > for nullfs options? > > # grep packages /etc/fstab.commit_leidinger_net > /shared/ports/packages > /space/jails/commit.leidinger.net/shared/ports/packages nullfs > rw,noatime,nocache 0 0 > >

Re: Problem compiling py-* ports

2023-04-18 Thread Christos Chatzaras
> On 18 Apr 2023, at 11:12, Filippo Moretti wrote: > > Good morning, >I run this versione of Frrebsd and al py-* ports fail > with the following message. > sincerely > Filippo Maybe this helps: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269545#c6

Re: OpenZFS recently (was … [zfs corruptions without block_cloning involved!])

2023-04-15 Thread Christos Chatzaras
> On 15 Apr 2023, at 20:56, Graham Perrin wrote: > > On 15/04/2023 14:41, void wrote: >> On Sat, Apr 15, 2023 at 09:56:34AM +0100, Graham Perrin wrote: >>> >>> Is the recent situation unusual enough to warrant an entry in UPDATING? >>> >> >> yeah I'd say so. >> >> Also does this affect 13-

Re: security/clamav: /ar/run on TMPFS renders the port broken by design

2022-08-27 Thread Christos Chatzaras
Hello, Maybe you can use a shell script that creates the directory with @reboot at cron. If this doesn't work (not sure if clamav starts before cron), then maybe you can use monit to create the directory and start clamav. Kind regards, Christos Chatzaras > On 27 Aug 2022, at 09:30,

Re: Missing sysctl OID in RC4

2021-04-01 Thread Christos Chatzaras
> On 1 Apr 2021, at 09:15, Athan Papadimitriou wrote: > > Do you know if net.inet.sctp.blackhole has been removed from r13? > Sysctl says it is unknown though still described in blackhole(4) > Did you load the module? uname -r 13.0-RC4 # kldload sctp # kldstat Id Refs Address

Re: poudriere && moving from svn to git for downloading source

2021-01-07 Thread Christos Chatzaras
> Obviously if a user is not interested in testing things or create patches > he/she have no need to create a fork and can grab bits directly from > https://git.freebsd.org/ports.git. Ports are not yet in git. ___ freebsd-current@freebsd.org mailing

Re: CURRENT, usr/src on git, howto "mergemaster"?

2021-01-04 Thread Christos Chatzaras
> I do not remember mergemaster having a bootstrap stage in setting > it up, a stage that should be executed before /usr/src (or whatever) > is updated. So the procedures are different overall. etcupdate does a 3-way merge. What I did to replace mergemaster with etcupdate was: rm -fr /usr/src