Re: Permission on virtual user password file [dovecot+smtpd]

2018-11-13 Thread Florian Obser
On Tue, Nov 13, 2018 at 07:38:04PM +0100, Thuban wrote: > Hi, > I use dovecot and smtpd on my personal mail server. > They both share the same password file. > > I works very well, but I'm concerned about permissions on this file : > > -rw-r--r-- 1 root wheel passwd > > It's world reada

Re: Permission on virtual user password file [dovecot+smtpd]

2018-11-13 Thread Thuban
self-answer after some digging [1]. Not sure why I have to specify this. I mean, what is the group used by dovecot by default ? To make /etc/mail/passwd unreadable by regular users, I did this : groupadd _maildaemons usermod -G _maildaemons _sftpd usermod -G _maildaemons

Re: Problem with installing OpenBSD 6.4 on VirtualBox

2018-11-13 Thread jean-yves boisiaud
hello Dumitru, thanks for your answer. Le mar. 13 nov. 2018 à 21:50, Dumitru Moldovan a écrit : > On Tue, 13 Nov 2018 20:51:09 +0100, jean-yves boisiaud < > jean-yves.boisi...@alcor-consulting.fr> wrote: > > > I 'm trying to install OpenBSD 6.4 on VirtualBox 5.1.38 on a LinuxMint > host. > > Pl

Re: Problem with installing OpenBSD 6.4 on VirtualBox

2018-11-13 Thread Dumitru Moldovan
On Tue, 13 Nov 2018 20:51:09 +0100, jean-yves boisiaud wrote: > I 'm trying to install OpenBSD 6.4 on VirtualBox 5.1.38 on a LinuxMint host. > Please note that 6.0, ... 6.3 worked fine, only 6.4 failed. I've been running 6.4 with no issues on VirtualBox 5.0.x (initially) and now 5.2.x. But it

Problem with installing OpenBSD 6.4 on VirtualBox

2018-11-13 Thread jean-yves boisiaud
hello, I 'm trying to install OpenBSD 6.4 on VirtualBox 5.1.38 on a LinuxMint host. Please note that 6.0, ... 6.3 worked fine, only 6.4 failed. The boot sequence starts, and restarts forever. I recorded the console of the VM, the last message displayed before reboot is : isa0 at mainbus0 pckbc0

Permission on virtual user password file [dovecot+smtpd]

2018-11-13 Thread Thuban
Hi, I use dovecot and smtpd on my personal mail server. They both share the same password file. I works very well, but I'm concerned about permissions on this file : -rw-r--r-- 1 root wheel passwd It's world readable. I would like to let dovecot and smtpd to read only this file, and n

Re: pfctl: cidr typo bug

2018-11-13 Thread Andrew
On 11/13/18 16:28, Stuart Henderson wrote: On 2018/11/13 10:15, Andrew wrote: On 11/13/18 11:08, Stuart Henderson wrote: > On 2018-11-11, Andrew wrote: > > ~: doas pfctl -t cidr_typo -T add 1.2.3.4*5 > > 1 table created. > > 1/1 addresses added. > > This would normally fail right here. > > > ~:

Re: pfctl: cidr typo bug

2018-11-13 Thread Stuart Henderson
On 2018/11/13 10:15, Andrew wrote: > On 11/13/18 11:08, Stuart Henderson wrote: > > On 2018-11-11, Andrew wrote: > > > ~: doas pfctl -t cidr_typo -T add 1.2.3.4*5 > > > 1 table created. > > > 1/1 addresses added. > > > > This would normally fail right here. > > > > > ~: doas pfctl -t cidr_typo -

Re: pfctl: cidr typo bug

2018-11-13 Thread Andrew
On 11/13/18 11:08, Stuart Henderson wrote: On 2018-11-11, Andrew wrote: ~: doas pfctl -t cidr_typo -T add 1.2.3.4*5 1 table created. 1/1 addresses added. This would normally fail right here. ~: doas pfctl -t cidr_typo -T show 127.0.0.1 I think your name resolver may be giving out 127.0

Re: CURRENT userland does not compile due to games/glorkz

2018-11-13 Thread Christopher Turkel
Also to quote theo@ "Upgrade to a snapshot" On Tue, Nov 13, 2018 at 4:49 AM Stuart Henderson wrote: > On 2018-11-12, Jyri Hovila [Turvamies.fi] > wrote: > > This time, however, the "wrong" advice was the right one -- for me, > since I really don't want to do binary upgrades. > > That is fine, b

Re: Possible Typo in ntpctl(8)

2018-11-13 Thread r.gr
> It so that they do not have a common prefix and can be abbreviated to > single letter commands, > > -Otto This clarifies things. Thank you for the explanation!

Re: Possible Typo in ntpctl(8)

2018-11-13 Thread Otto Moerbeek
On Tue, Nov 13, 2018 at 01:51:58PM +0100, r...@tutanota.com wrote: > Skimming through ntpctl(8), I noticed that among the options (peers | Sensors > | status), only "Sensors" is capitalized. Is this intentional, or in fact a > typo? The word is never capitalized in ntpd(8), nor in ntpd.conf(5).

Possible Typo in ntpctl(8)

2018-11-13 Thread r.gr
Skimming through ntpctl(8), I noticed that among the options (peers | Sensors | status), only "Sensors" is capitalized. Is this intentional, or in fact a typo? The word is never capitalized in ntpd(8), nor in ntpd.conf(5). Kind regards, R.

Re: pfctl: cidr typo bug

2018-11-13 Thread Stuart Henderson
On 2018-11-11, Andrew wrote: > ~: doas pfctl -t cidr_typo -T add 1.2.3.4*5 > 1 table created. > 1/1 addresses added. This would normally fail right here. > ~: doas pfctl -t cidr_typo -T show >127.0.0.1 I think your name resolver may be giving out 127.0.0.1 as an address in respons

Re: Easiest way to automatically run a script after reboot

2018-11-13 Thread Stuart Henderson
On 2018-11-10, Steve Williams wrote: > It does a few other housekeeping things like linking the mysql.sock > (MariaDB) from /var/www into the corresponding non-chroot area so that > tools work outside of httpd. No symlink is needed for this, see "chrooted daemons and MariaDB socket" in the mari

Re: undefined symbol tgetent

2018-11-13 Thread Stuart Henderson
On 2018-11-12, tfrohw...@fastmail.com wrote: > This is an issue with readline with several ports that's fallout from the > switch to ld.lld as far as I understand. > > I learned today that you can preload libncurses for the moment as a > workaround until this is fixed. It works at least with gpg

Re: CURRENT userland does not compile due to games/glorkz

2018-11-13 Thread Stuart Henderson
On 2018-11-12, Jyri Hovila [Turvamies.fi] wrote: > This time, however, the "wrong" advice was the right one -- for me, since I > really don't want to do binary upgrades. That is fine, but you need to polish your debugging skills to be able to handle this sort of issue yourself as you'll run into

Re: daily cron not starting

2018-11-13 Thread Tony Boston
On 11/13/2018 06:58 AM, Tom Smyth wrote: > what does crontab -l say ? SHELL=/bin/sh PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/var/log # #minute hourmdaymonth wdaycommand # # rotate log files every hour, if necessary 0 * * * * /usr/bin/newsyslog # send