sendsyslog error 55

2017-08-11 Thread Tony Boston
Hello @misc, I have an issue with syslog here. Aug 12 07:49:03 srv01 last message repeated 2 times Aug 12 07:49:03 srv01 sendsyslog: dropped 2 messages, error 55 Aug 12 07:49:03 srv01 sendsyslog: dropped 2 messages, error 55 Aug 12 07:49:03 srv01 sendsyslog: dropped 1 message, error 55 Aug 12

Accessing battery model/serial information

2017-08-11 Thread Carlos Cardenas
Howdy. On devices with the appropriate ACPI tables (and hw), battery information is reported during boot: https://github.com/openbsd/src/blob/master/sys/dev/acpi/acpibat.c#L84 which shows up like this on my toughbook: Aug 11 21:22:48 ndnd /bsd: acpibat0 at acpi0: BAT1 model "CF-VZSU71" serial

Recommendation for Host AP USB wifi interface

2017-08-11 Thread Carlos Cardenas
Howdy. >From the FAQ (https://www.openbsd.org/faq/faq6.html#Wireless), there's a listing of interfaces that support Host AP mode. Going through each interface, there seems to be a lot of caveats such as USB devices not supporting Host AP mode (e.g. athn(4)...https://man.openbsd.org/athn). Is

x40 users?

2017-08-11 Thread Ted Unangst
anyone using an x40? what have you set machdep.apmhalt to?

verification/verificação/verificación

2017-08-11 Thread postmaster
Your Webmail account has reached Limit quota for sending mail and may be disabled, to verify reply with the word YES Sua conta de correio da Web atingiu Limite de cota para enviar e-mail e pode ser desabilitada, para verificar a resposta com a palavra Sim Su cuenta de correo Web ha alcanzado

Re: expr / (( )) different behavior

2017-08-11 Thread Ingo Schwarze
Hi, Alessandro DE LAURENZIS wrote on Fri, Aug 11, 2017 at 01:14:48PM +0200: > On Fri 11/08/2017 13:07, Janne Johansson wrote: >> 0 is parsed as octal in places, so 09 would be bogus if octal. > Thanks for the clarification; does that mean expr(1) can treat 10-base > numbers only? No info in

Re: gmail and hotmail blocking mail sent from my IP

2017-08-11 Thread Allan Streib
Rui Ribeiro writes: > There were even customized ports of Qmail in the past that had options > that could be easily be enabled to downright refuse email from emails > hosts not matching A/PTR or HELO...not exactly good citizenship Well it's like anything else, a couple

Re: authpf error: failed to create table (Device busy)

2017-08-11 Thread Gabriel Nieto
Hello , I think this patch can fix the problem. diff -u -p pfctl.c.orig pfctl.c --- pfctl.c.origThu Aug 10 09:44:35 2017 +++ pfctl.c Thu Aug 10 09:50:57 2017 @@ -1,4 +1,5 @@ -/* $OpenBSD: pfctl.c,v 1.339 2017/03/27 17:38:09 benno Exp $ */ +/* pfctl.c,v 1.339FIX 2017/08/10

Re: gmail and hotmail blocking mail sent from my IP

2017-08-11 Thread Rui Ribeiro
There were even customized ports of Qmail in the past that had options that could be easily be enabled to downright refuse email from emails hosts not matching A/PTR or HELO...not exactly good citizenship Cheers On 11 August 2017 at 10:49, Craig Skinner wrote: > On

Re: expr / (( )) different behavior

2017-08-11 Thread Janne Johansson
2017-08-11 13:14 GMT+02:00 Alessandro DE LAURENZIS : > Hi Janne, > On Fri 11/08/2017 13:07, Janne Johansson wrote: > >> 0 is parsed as octal in places, so 09 would be bogus if octal. >> > [...] > > Thanks for the clarification; does that mean expr(1) can treat 10-base >

Re: expr / (( )) different behavior

2017-08-11 Thread Alessandro DE LAURENZIS
Hi Janne, On Fri 11/08/2017 13:07, Janne Johansson wrote: 0 is parsed as octal in places, so 09 would be bogus if octal. [...] Thanks for the clarification; does that mean expr(1) can treat 10-base numbers only? No info in man page on this matter... -- Alessandro DE LAURENZIS

Re: expr / (( )) different behavior

2017-08-11 Thread Janne Johansson
0 is parsed as octal in places, so 09 would be bogus if octal. 2017-08-11 12:56 GMT+02:00 Alessandro DE LAURENZIS : > Dear misc@ readers, > > I was doing a little exercise with integer arithmetics and noticed the > following: > >

expr / (( )) different behavior

2017-08-11 Thread Alessandro DE LAURENZIS
Dear misc@ readers, I was doing a little exercise with integer arithmetics and noticed the following: [snip] $ echo $(expr -09 % 3) 0 [snip] [snip] $ echo $((-09 % 3)) sh:

Re: maildrop-postfix question

2017-08-11 Thread Craig Skinner
Hi Markus, On Thu, 10 Aug 2017 17:06:17 +0200 Markus Rosjat wrote: > I try to get maildrop to work with postfix so I installed the > maildrop-postfix package and did the config in the main.cf Postfix has a built in maildrop program called local(8), which aliases, forwards, delimits and delivers

Re: gmail and hotmail blocking mail sent from my IP

2017-08-11 Thread Craig Skinner
On Thu, 10 Aug 2017 17:18:45 Stuart Henderson wrote: > You can't expect to reliably deliver email unless you have a PTR > record and an A/ record (at least within the same domain, though > in some cases the full hostname needs to match). Yes - matching DNS PTR/A records, and HELO hostname