Still having super slow speeds with USB 3 flash.

2018-03-05 Thread Jan Lambertz
Hi, no Problems here. dmesg: OpenBSD 6.2-current (GENERIC.MP) #11: Mon Feb 26 19:16:54 MST 2018 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 3987337216 (3802MB) avail mem = 3859464192 (3680MB) mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root

Re: opensmtpd: limit mta for mx

2018-03-05 Thread Stuart Henderson
On 2018-03-05, Nick wrote: > Hi misc@, long time no see (and please CC me), > > In smtpd.conf, the "limit mta" line can be qualified like this: > > limit mta for domain gmail.com inet4 > > which I did because I recently started getting bounces from google saying > > 550-5.7.1

Re: opensmtpd: limit mta for mx

2018-03-05 Thread Constantine A. Murenin
On 4 March 2018 at 23:11, Nick wrote: > In smtpd.conf, the "limit mta" line can be qualified like this: > > limit mta for domain gmail.com inet4 > > which I did because I recently started getting bounces from google saying > > 550-5.7.1 [2001:19f0:5001:2f5:5400:ff:fe77:861d] Our

Re: ld.so: openvpn: can't load library 'liblzo2.so.1.0'

2018-03-05 Thread Stuart Henderson
On 2018-03-05, Jiri B wrote: > On Mon, Mar 05, 2018 at 01:14:05PM +0200, Atanas Vladimirov wrote: >> Hi, >> >> Bringing up an old thread to let you know that the problem is still present >> in -current snapshot. >> Shall I send a proper bug report to bugs@? >> Thanks. > > No,

Re: Loop problem in sending mail to root

2018-03-05 Thread trondd
On Mon, March 5, 2018 2:45 pm, Chris Bennett wrote: > That did the trick. > For the future, page 2 'Trace subsystem': https://www.bsdcan.org/2016/schedule/attachments/378_smtpd_cheatsheet.pdf You can see which rule gets matched.

Re: Loop problem in sending mail to root

2018-03-05 Thread Chris Bennett
That did the trick. Femail is still failing, though. I will look into that, I was fiddling quite a bit and I may need to put things back to the way they were. I'll bring that back up later if it still fails. I like smtpd a lot! Sendmail was a nightmare to set up! Thanks, Chris Bennett

Re: Loop problem in sending mail to root

2018-03-05 Thread trondd
On Mon, March 5, 2018 1:05 pm, Chris Bennett wrote: > I cannot get mail to reach root from /etc/daily for example. > Not sure what I have setup wrong. > also both femail-chroot and sendmail-mini-chroot fail > femail: socket: Connection refused > /var/www/bin/sendmail_mini: connect: Connection

Re: Loop problem in sending mail to root

2018-03-05 Thread Chris Bennett
On Mon, Mar 05, 2018 at 06:12:39PM +, Todd C. Miller wrote: > The answer is probably in your /etc/mail/aliases file. Do you have > an entry for root in there? If so, it needs to point to a different > user. An entry like the following would cause the error: > > root: root > > For

opensmtpd: limit mta for mx

2018-03-05 Thread Nick
Hi misc@, long time no see (and please CC me), In smtpd.conf, the "limit mta" line can be qualified like this: limit mta for domain gmail.com inet4 which I did because I recently started getting bounces from google saying 550-5.7.1 [2001:19f0:5001:2f5:5400:ff:fe77:861d] Our system has detected

Re: Still having super slow speeds with USB 3 flash.

2018-03-05 Thread Chris Bennett
On Mon, Mar 05, 2018 at 06:32:13PM +, Kevin Chadwick wrote: > On Mon, 5 Mar 2018 10:14:56 -0800 > > > > I get constant stalls during installs. > > Is this memory related? > > Probably waiting on buffers would be my guess. I have witnessed those > delays on flash sticks. > > > Is there are

Re: Still having super slow speeds with USB 3 flash.

2018-03-05 Thread Kevin Chadwick
On Mon, 5 Mar 2018 10:14:56 -0800 > I get constant stalls during installs. > Is this memory related? Probably waiting on buffers would be my guess. I have witnessed those delays on flash sticks. > Is there are knob I can twist during regular use to speed things up? > Will mounting as softdep

Copying a lot of files from different USB flash drives to one for backup

2018-03-05 Thread Chris Bennett
I would like to know if using the tar method for file moving given in duplication of file systems will be helpful or just get in the way? As I asked in USB 3 question, are there any knobs to twist that can speed things up? Perhaps change user limits or mount softdep? Thanks, Chris Bennett

Still having super slow speeds with USB 3 flash.

2018-03-05 Thread Chris Bennett
I am still having very slow speeds trying to use USB 3 flash drives. I have a new laptop and I've tried a recent -current but problem is still there. Booting takes forever, as does install. Is this a known issue? I will file a bug report. What extra info is needed? I have usbutil and usbutils

Re: Loop problem in sending mail to root

2018-03-05 Thread Todd C. Miller
The answer is probably in your /etc/mail/aliases file. Do you have an entry for root in there? If so, it needs to point to a different user. An entry like the following would cause the error: root: root For sendmail, an entry like this would cause the mail to be delivered locally for the

Loop problem in sending mail to root

2018-03-05 Thread Chris Bennett
I cannot get mail to reach root from /etc/daily for example. Not sure what I have setup wrong. also both femail-chroot and sendmail-mini-chroot fail femail: socket: Connection refused /var/www/bin/sendmail_mini: connect: Connection refused Any help appreciated. I also get the from as

linking libqb on openbsd fails

2018-03-05 Thread Jiri B
Hi, I try to build libqb library and it fails with following output, any idea what could be wrong there? Originally reported at https://github.com/ClusterLabs/libqb/issues/299 (libqb is prerequisite for corosync/pacemaker stuff) Jiri =2E.. libtool: compile: cc -DHAVE_CONFIG_H -I.

Re: ld.so: openvpn: can't load library 'liblzo2.so.1.0'

2018-03-05 Thread Jiri B
On Mon, Mar 05, 2018 at 01:14:05PM +0200, Atanas Vladimirov wrote: > Hi, > > Bringing up an old thread to let you know that the problem is still present > in -current snapshot. > Shall I send a proper bug report to bugs@? > Thanks. No, why? Works as expected, you start OpenVPN too early, thus

Re: mariaDB - limits problem?

2018-03-05 Thread Bambero
Thanks, a lot. I think this is the point. But is there a way to chceck currently locked files? Open files I can check with: fstat | awk ' { print ( $1 ) }' | sort | uniq -c | sort -n or: sysctl kern.nfiles On Mon, Mar 5, 2018 at 1:02 PM, Otto Moerbeek wrote: > On Mon, Mar 05,

Re: ld.so: openvpn: can't load library 'liblzo2.so.1.0'

2018-03-05 Thread Atanas Vladimirov
On 2018-03-05 13:35, Stuart Henderson wrote: On 2018-03-05, Atanas Vladimirov wrote: Hi, Bringing up an old thread to let you know that the problem is still present in -current snapshot. Did you try jca's suggestion? !env LD_LIBRARY_PATH=/usr/lib:/usr/local/lib

Re: mariaDB - limits problem?

2018-03-05 Thread Otto Moerbeek
On Mon, Mar 05, 2018 at 12:43:05PM +0100, Bambero wrote: > Thanks for the answer. > This prblem is not related with open-files limit. This error is completly > different. > I have a special class in login.conf so open files limit we should exclude > in this case: > > mysqld:\ >

Re: mariaDB - limits problem?

2018-03-05 Thread Bambero
Thanks for the answer. This prblem is not related with open-files limit. This error is completly different. I have a special class in login.conf so open files limit we should exclude in this case: mysqld:\ <-->:openfiles-cur=1024:\ <-->:openfiles-max=2048:\ <-->:tc=daemon: I found in

Re: ld.so: openvpn: can't load library 'liblzo2.so.1.0'

2018-03-05 Thread Stuart Henderson
On 2018-03-05, Atanas Vladimirov wrote: > Hi, > > Bringing up an old thread to let you know that the problem is still > present in -current snapshot. Did you try jca's suggestion? !env LD_LIBRARY_PATH=/usr/lib:/usr/local/lib /usr/local/sbin/openvpn --daemon --config

Re: ld.so: openvpn: can't load library 'liblzo2.so.1.0'

2018-03-05 Thread Atanas Vladimirov
Hi, Bringing up an old thread to let you know that the problem is still present in -current snapshot. Shall I send a proper bug report to bugs@? Thanks. starting network em0: bound to 95.87.227.232 from 95.87.227.225 (64:87:88:58:b2:b8) ld.so loading: 'openvpn' exe load offset:

Re: mariaDB - limits problem?

2018-03-05 Thread Stuart Henderson
On 2018-03-05, Bambero wrote: > Hi, > > After move to OpenBSD 6.2 I have problem with MySQL. I looks like file > locks limit problem. > On fresh MySQL install, when try to restore dump, MySQL hangs restore at > 1500th table (each time). There are no other connections only my

Re: sshd(8), sshd_config(5), and the LogLevel directive

2018-03-05 Thread Lars Noodén
On 2018-03-05, Stuart Henderson wrote: > On 2018-03-05, Lars Noodén wrote: >> I'm not able to get sshd(8) to use alternative loglevels, such as Debug3. >> >> When sshd(8) starts, it goes through the normal reporting regardless >> of which LogLevel is set in sshd_config(5). Here is an excerpt

mariaDB - limits problem?

2018-03-05 Thread Bambero
Hi, After move to OpenBSD 6.2 I have problem with MySQL. I looks like file locks limit problem. On fresh MySQL install, when try to restore dump, MySQL hangs restore at 1500th table (each time). There are no other connections only my restore commands which looks like this: for i in `ls`; do

Re: ffs mount options or tuning to prevent corrupted fs on power-outage

2018-03-05 Thread Marcus MERIGHI
miracu...@gmail.com (Thomas Huber), 2018.03.03 (Sat) 20:48 (CET): > Hi, > > can someone give me a recomendations for ffs mount options or further > tuning to prevent file-system corruption on power-outage? > > I run a PC-Engines APU2c3 with -stable in a rural place where power-outage > takes

Re: sshd(8), sshd_config(5), and the LogLevel directive

2018-03-05 Thread Stuart Henderson
On 2018-03-05, Lars Noodén wrote: > I'm not able to get sshd(8) to use alternative loglevels, such as Debug3. > > When sshd(8) starts, it goes through the normal reporting regardless > of which LogLevel is set in sshd_config(5). Here is an excerpt from > /var/log/authlog