Re: Disabling .core file generation

2023-02-24 Thread Stuart Henderson
On 2023-02-24, Daniele Bonini wrote: > And I set login.conf adding the following: > > default:\ > .. > :coredumpsize-max=1M:\ > :coredumpsize-cur=1M: That is in blocks not bytes. -- Please keep replies on the mailing list.

Re: Disabling .core file generation

2023-02-24 Thread Crystal Kolipe
On Fri, Feb 24, 2023 at 08:49:59AM +0100, David Demelier wrote: > On Fri, 2023-02-24 at 05:38 +0100, Daniele Bonini wrote: > > Crystal Kolipe wrote: > > > > > > On Mon, Feb 20, 2023 at 05:15:30PM +0100, Daniele Bonini wrote:  > > > > > Is it still possible to disable file .core generation at all

Re: Disabling .core file generation

2023-02-23 Thread David Demelier
On Fri, 2023-02-24 at 05:38 +0100, Daniele Bonini wrote: > Crystal Kolipe wrote: > > > > On Mon, Feb 20, 2023 at 05:15:30PM +0100, Daniele Bonini wrote:  > > > > Is it still possible to disable file .core generation at all?  > > > > > > > > Yes, it is.  > > > > > > ok, thx > > > > > > NB: s

Re: Disabling .core file generation

2023-02-23 Thread Daniele Bonini
Crystal Kolipe wrote: > > On Mon, Feb 20, 2023 at 05:15:30PM +0100, Daniele Bonini wrote: > >> Is it still possible to disable file .core generation at all? > > > > > > Yes, it is. > > > > ok, thx > > > > NB: see /etc/rc.conf.local > > And also /etc/login.conf I did set rc.local.con

Re: Disabling .core file generation

2023-02-21 Thread Daniele B.
> You can do the same to avoid flat tires on my car -- just remove the > rubber.  No more flats! But talking about cars.. Is it true that using only the extension of the rearview glass is all more safe?? :D -- Daniele Bonini Feb 21, 2023 21:34:02 Theo de Raadt : > You can do the same to av

Re: Disabling .core file generation

2023-02-21 Thread Theo de Raadt
You can do the same to avoid flat tires on my car -- just remove the rubber. No more flats! Jonathan Thornburg wrote: > Another "low-tech" way of disabling .core file generation is to create > the core file yourself, as a symlink to /dev/null: > > % ls -lFgd $HOME/*.core > lrwxr-xr-x 1 jonath

Re: Disabling .core file generation

2023-02-21 Thread Jonathan Thornburg
Another "low-tech" way of disabling .core file generation is to create the core file yourself, as a symlink to /dev/null: % ls -lFgd $HOME/*.core lrwxr-xr-x 1 jonathan jonathan 9 Feb 16 2022 /home/jonathan/WebKitWebProcess.core@ -> /dev/null lrwxr-xr-x 1 jonathan jonathan 9 Apr 23 2022 /h

Re: Disabling .core file generation

2023-02-20 Thread Crystal Kolipe
On Mon, Feb 20, 2023 at 05:59:03PM +0100, Daniele B. wrote: > Crystal Kolipe : > > > On Mon, Feb 20, 2023 at 05:15:30PM +0100, Daniele Bonini wrote: > >> Is it still possible to disable file .core generation at all? > > > > Yes, it is. > > ok, thx > > NB: see /etc/rc.conf.local And also /etc/l

Re: Disabling .core file generation

2023-02-20 Thread Daniele B.
Crystal Kolipe : > On Mon, Feb 20, 2023 at 05:15:30PM +0100, Daniele Bonini wrote: >> Is it still possible to disable file .core generation at all? > > Yes, it is. ok, thx NB: see /etc/rc.conf.local -- Daniele Bonini Feb 20, 2023 17:21:28 Crystal Kolipe : > On Mon, Feb 20, 2023 at 05:15:30PM

Re: Disabling .core file generation

2023-02-20 Thread Crystal Kolipe
On Mon, Feb 20, 2023 at 05:15:30PM +0100, Daniele Bonini wrote: > Is it still possible to disable file .core generation at all? Yes, it is.