Re: OpenBSDI 6.1 some Warnings when using OpenLDAP Tools

2017-08-10 Thread Paul B. Henson
On Wed, Aug 09, 2017 at 09:06:19AM +0200, Markus Rosjat wrote: > this is more an info then a problem though since it seems to work. > When I use the slap tool like slapcat I get a size mismatch warning like > this Heh, we were just talking about that:

Re: How to find out which files were changed in -CURRENT and -STABLE between two releases?

2017-08-10 Thread Juan Francisco Cantero Hurtado
On Thu, Aug 10, 2017 at 06:57:40PM -, pipfsta...@openmailbox.org wrote: > Hello, > > CVS is delivering me my daily dose of PITA (and I'm delivering a daily > dose of whining to the list). I feel like I'm trying to use a wooden bicycle > driven by jolts from the ground to make a tour from

Re: how to know the state of the dd's progression

2017-08-10 Thread Tuyosi T
sorry , correct it ./comment-out.bat dd-progress.bat x=`ps ax| grep rsd | cut -d ' ' -f 1 | awk 'NR == 1' ` while true do date kill -INFO $x sleep 3 echo echo done

Re: How to find out which files were changed in -CURRENT and -STABLE between two releases?

2017-08-10 Thread Stuart Henderson
On 2017-08-10, pipfsta...@openmailbox.org wrote: > Hello, > > CVS is delivering me my daily dose of PITA (and I'm delivering a daily > dose of whining to the list). I feel like I'm trying to use a wooden bicycle > driven by jolts from the ground to make a tour from

Re: How to find out which files were changed in -CURRENT and -STABLE between two releases?

2017-08-10 Thread Ingo Schwarze
Hi, pipfsta...@openmailbox.org wrote on Thu, Aug 10, 2017 at 08:07:44PM -: > I want to fill https://openbsd.org/plus61.html Wow, that would be useful, but it's a lot of work. Multiple days of full-time work, probably. In the past, people who did that have usually started from a mailing

Re: how to know the state of the dd's progression

2017-08-10 Thread Tuyosi T
thanks for advices . dd if=/dev/rsd0c of=/dev/rsd2c bs=64k and another terminal dd-progress.bat --- x=`ps ax| grep rsd | cut -d ' ' -f 1` while true do date kill -INFO $x sleep 3 echo echo done then on origina; terminal --l 3891396608

Re: protonmail on misc@openbsd.org

2017-08-10 Thread martin
> From r...@protonmail.com Wed Aug 9 12:56:08 2017 > Date: Wed, 09 Aug 2017 06:11:56 -0400 > To: "misc@openbsd.org" > From: Rupert Gallagher > Reply-To: Rupert Gallagher > Subject: protonmail on misc@openbsd.org > >

Re: How to find out which files were changed in -CURRENT and -STABLE between two releases?

2017-08-10 Thread pipfstarrd
> it's not clear what you're really trying to do. if you want the files for a > release, cvs co -r that release. I want to fill https://openbsd.org/plus61.html Thus I need to obtain all commit messages for commits done between 6.0 release and 6.1 release. But cvs2cl just spits out all commits

Re: How to find out which files were changed in -CURRENT and -STABLE between two releases?

2017-08-10 Thread Ted Unangst
pipfsta...@openmailbox.org wrote: > Hello, > > CVS is delivering me my daily dose of PITA (and I'm delivering a daily > dose of whining to the list). I feel like I'm trying to use a wooden bicycle > driven by jolts from the ground to make a tour from Washington, DC to > Sacramento, California. >

How to find out which files were changed in -CURRENT and -STABLE between two releases?

2017-08-10 Thread pipfstarrd
Hello, CVS is delivering me my daily dose of PITA (and I'm delivering a daily dose of whining to the list). I feel like I'm trying to use a wooden bicycle driven by jolts from the ground to make a tour from Washington, DC to Sacramento, California. I've found cvs2cl.pl that turns pretty useless

Re: New question, do I really need a AAAA record?

2017-08-10 Thread Walter Alejandro Iglesias
On Thu, Aug 10, 2017 at 07:26:16PM +0100, Stuart Henderson wrote: > Rephrasing: if you make an outgoing SMTP connection, a reverse DNS PTR > record should exist for the source address you're connecting from (whether > that's v4 or v6), and an A (for v4) or (for v6) lookup for the name > in

Re: New question, do I really need a AAAA record?

2017-08-10 Thread Stuart Henderson
On 2017/08/10 20:18, Walter Alejandro Iglesias wrote: > In article you wrote: > > Hi Stuart, > > > > In article you wrote: > > > On 2017-08-10, Rui Ribeiro wrote: > > > > An email server in a

Re: New question, do I really need a AAAA record?

2017-08-10 Thread Walter Alejandro Iglesias
In article you wrote: > Hi Stuart, > > In article you wrote: > > On 2017-08-10, Rui Ribeiro wrote: > > > An email server in a residential setting will fail PTR unless you are > > > working

Re: New question, do I really need a AAAA record?

2017-08-10 Thread Kurt H Maier
On Thu, Aug 10, 2017 at 08:18:31PM +0200, Walter Alejandro Iglesias wrote: > > Sorry, I think I didn't formulate the question well. What I meant was, > do I need also a static ipv6 to be considered by big smtp servers as a > legal sender? > No. khm

New question, do I really need a AAAA record?

2017-08-10 Thread Walter Alejandro Iglesias
Hi Stuart, In article you wrote: > On 2017-08-10, Rui Ribeiro wrote: > > An email server in a residential setting will fail PTR unless you are > > working with a medium sized/an ISP that cares about their customers. > > > > see

console inactive on wakeup from apm stand-by (i386, current)

2017-08-10 Thread GSO
Blank console screen with no response from input devices following wakeup from an `apm -S` (i.e., stand-by mode) - a problem with current from at least 3rd Aug. build, i386 Compaq Presario laptop. This curiously is also the same problem with Windows 8.1/10, the laptop though is not supported by

Re: gmail and hotmail blocking mail sent from my IP

2017-08-10 Thread Stuart Henderson
On 2017-08-10, Rui Ribeiro wrote: > An email server in a residential setting will fail PTR unless you are > working with a medium sized/an ISP that cares about their customers. > > see answer here > https://unix.stackexchange.com/questions/371329/bind-proper-reverse-config

Re: maildrop-postfix question

2017-08-10 Thread Karsten Horsmann
Hi Markus, did you also check the master.cf? It's described in the postfix documentation http://www.postfix.org/MAILDROP_README.html Cheers Am 10.08.2017 5:07 nachm. schrieb "Markus Rosjat" : > Hi there, > > > I try to get maildrop to work with postfix so I installed the >

maildrop-postfix question

2017-08-10 Thread Markus Rosjat
Hi there, I try to get maildrop to work with postfix so I installed the maildrop-postfix package and did the config in the main.cf strange part is that maildrop still try to use authdeamon ... well I thought okay install courier-utils because it seems both things are related and I get all

Re: radeondrm(?) change causes console to recognize only 1024x768

2017-08-10 Thread frohwein
On Sat, 2017-08-05 at 18:31 +0200, Robert wrote: > During the last couple of weeks some change (radeondrm update?) > caused the console to be locked to 1024x768, instead of whatever EDID > the TFT supports, when using a Radeon card. Same issue here for the past couple of weeks when using

Re: gmail and hotmail blocking mail sent from my IP

2017-08-10 Thread Rui Ribeiro
An email server in a residential setting will fail PTR unless you are working with a medium sized/an ISP that cares about their customers. see answer here https://unix.stackexchange.com/questions/371329/bind-proper-reverse-config On 9 August 2017 at 23:34, Rupert Gallagher

Re: nginx chroot with a proxy_pass unix socket

2017-08-10 Thread Maurizio De Magnis
Hi Stuart, > On 9 Aug 2017, at 14:08, Stuart Henderson wrote: > > On 2017-08-09, Maurizio De Magnis wrote: >>server { >> server_name myapp.com; >> access_log /var/www/apps/my_app/logs/access.log; >> error_log

Re: Having trouble with IPSEC negotiating BlackBerry 10 OS smartphone with OBSD 6.1 amd64

2017-08-10 Thread Stuart Henderson
On 2017/08/10 11:13, Denis wrote: > Or what phone model (Brand) I can use to have IPSEC working on the road? IKEv1 (either on its own with just isakmpd, or combined with L2TP from npppd) works widely. IKEv2/iked works with iPhones in some setups (though Theodore Wynnychenko ran into a problem

Re: Having trouble with IPSEC negotiating BlackBerry 10 OS smartphone with OBSD 6.1 amd64

2017-08-10 Thread Denis
latest #iked -dvv log is below: ikev2_pld_payloads: decrypted payload CERTREQ nextpayload CP critical 0x00 length 5 ikev2_pld_certreq: type X509_CERT signatures length 0 ikev2_pld_payloads: decrypted payload CP nextpayload NOTIFY critical 0x00 length 36 ikev2_pld_cp: type REQUEST length 28

Having trouble with IPSEC negotiating BlackBerry 10 OS smartphone with OBSD 6.1 amd64

2017-08-10 Thread Denis
Hi, Have fully working setup OpenIKEd + Win7x64 using IKEv2 and MSCHAP-v2 but BlackBerry device stop negotiating and fail while connecting. Exact BlackBerry SW version is: 10.3.2.2836. Cert and 2048bit key in *.P12 form transferred to BlackBerry device. 10.0.20.0/24 is local network

Re: touchpad input driver: testing needed

2017-08-10 Thread Paul de Weerd
Hi Ulf, On Mon, Aug 07, 2017 at 10:14:20PM +0200, Ulf Brosziewski wrote: | Hi Paul, | | thanks for the feedback. | | With respect to tapping, I'm already running out of hypotheses | that can be tested without fine-grained debugging. You might | check whether pressure thresholds play a role,