rc.d/zpool should require (rw) root?

2022-02-04 Thread Andriy Gapon
It seems that in some cases zpool import -c requires read/write access to the zpool.cache file. So, it probably makes sense to import "other" pools (non-root) after upgrading / to rw. What do you think? -- Andriy Gapon

Re: Dragonfly Mail Agent (dma) in the base system

2022-02-04 Thread Harry Schmalzbauer
Am 28.01.2022 um 19:04 schrieb Ed Maste: On Thu, 27 Jan 2022 at 16:34, Ed Maste wrote: If you have enabled DMA on your systems (or are willing to give it a try) and have any feedback or are aware of issues please follow up or submit a PR as appropriate. Thanks everyone for the feedback so far.

Re: Dragonfly Mail Agent (dma) in the base system

2022-02-04 Thread David Chisnall
On 30/01/2022 14:01, michael.osi...@siemens.com wrote: Sendmail: The biggest problem is that authentication strictly requires Cyrus SASL, even for stupid ones like PLAIN/LOGIN, accourding to the handbook you must recompile sendmail from base with Cyrus SASL from ports to make this possible. A s

Re: rc.d/zpool should require (rw) root?

2022-02-04 Thread Daniel Braniss
> On 4 Feb 2022, at 12:07, Andriy Gapon wrote: > > > It seems that in some cases zpool import -c requires read/write access to the > zpool.cache file. So, it probably makes sense to import "other" pools > (non-root) after upgrading / to rw. > What do you think? > what if root is ro? i.e:

Re: rc.d/zpool should require (rw) root?

2022-02-04 Thread Andriy Gapon
On 04/02/2022 13:23, Daniel Braniss wrote: On 4 Feb 2022, at 12:07, Andriy Gapon wrote: It seems that in some cases zpool import -c requires read/write access to the zpool.cache file. So, it probably makes sense to import "other" pools (non-root) after upgrading / to rw. What do you thin

man elfctl vs. elfctl -l : man has +aslr example but elfctl -l lists onlt naslr style for ASLR control

2022-02-04 Thread Mark Millard
EXAMPLES The following is an example of a typical usage of the elfctl command: elfctl file elfctl -e +aslr file vs.: # elfctl -l Known features are: noaslr Disable ASLR noprotmax Disable implicit PROT_MAX nostackgap Disable stack gap wxneeded

Re: man elfctl vs. elfctl -l : man has +aslr example but elfctl -l lists onlt naslr style for ASLR control

2022-02-04 Thread Ed Maste
On Fri, 4 Feb 2022 at 20:24, Mark Millard wrote: > > EXAMPLES > The following is an example of a typical usage of the elfctl command: > >elfctl file >elfctl -e +aslr file Fixed in dbc7364b1840ef3f36994952d085add5d161775d