Re: smtpd relay problem

2018-05-03 Thread Bruno Flueckiger
On 02.05.18 15:05, Rudolf Sykora wrote: > Hello misc, > > I just wanted to send mail through my gmail account > using smtpd in the relay mode. > I am unsuccessful so far, and do not understand what's > going wrong. > > smtpd log of the attempt to send the email follows. > Can anybody help,

Re: Cannot access internet with virtual switch

2018-05-03 Thread Ayaka Koshibe
> $ cat /etc/hostname.switch0 > add em0 > up > > Here, em0 is the egress interface connected to the dedicated/bare-metal > machine provider's network. This provider's network is beyond my > control. As such, there might be a loop in the provider's network. (Sorry, was meaning to respond but got

Re: smtpd relay problem

2018-05-03 Thread Rudolf Sykora
Dear Bruno, Mazocomp, > via smtps+auth://a...@smtp.gmail.com:465 \ thanks, it works now. I wrongly expected that using secure+auth would choose the ports (465 when smtps and 587 for tls fall-back). Thanks Ruda PS.: Thanks to Mazocomp for supplementary information.

mail sign/encrypt

2018-05-03 Thread Rudolf Sykora
Hello misc, I'd like to be able to optionally - sign my email, - encrypt the email. I have a certificate in the .p12 form, containing my private key and two certificates, one of them mine. I want to prepare mail locally, i.e. to use some simple locally installed MUA. Is there a way with the

Re: dhclient expects IPv4 address in dhclient.conf

2018-05-03 Thread Janne Johansson
2018-05-02 18:07 GMT+02:00 Marc Peters : > On Wed, May 02, 2018 at 04:24:50PM +0200, Janne Johansson wrote: > > Seems common on other dhcpd's too: > > https://lists.isc.org/pipermail/dhcp-users/2012-May/015511.html > > > > ah, the option has a different name for IPv6

Re: dhclient expects IPv4 address in dhclient.conf

2018-05-03 Thread Marc Peters
On Thu, May 03, 2018 at 10:31:27AM +0200, Janne Johansson wrote: >Since manpage doesn't mention v6 namespace at all, I'd wager you would >have to >run something else to pick up v6 resolvers. Yeah, that's right. Maybe, i stick to v4 resolvers for now or add it by hand, when i reboot

nsd does not stop

2018-05-03 Thread Vivek Vinod
Dear Misc, on stopping nsd from command line, nsd does not stop at all Config: OpenBSD 6.3 nsd remote control is disabled nsd ipv6 is disabled $doas rcctl restart nsd (failed) $doas rcctl stop nsd $echo $? 0 $doas rcctl start nsd (failed) $doas tail -f /var/log/nsd.log error: can't bind udp

Re: ACPI interrupt storm on ThinkPad T480s

2018-05-03 Thread Matthieu Guegan
On Tue, May 01, 2018 at 03:37:50AM -0400, Ryan Lennox wrote: If it's the same bug, you should find something like this block of code in the file /tmp/acpi/DSDT.dsl ... If ((TBTS == 0x01)) { Acquire (OSUM, 0x) \_GPE.TINI (TBSE)

Re: mail sign/encrypt

2018-05-03 Thread Steffen Nurpmeso
Hello again Rudolf. Rudolf Sykora wrote: |I'd like to be able to optionally |- sign my email, |- encrypt the email. | |I have a certificate in the .p12 form, |containing my private key and two certificates, |one of them mine. | |I want to prepare mail locally,

Machine won't boot - softraid metadata version mismatch

2018-05-03 Thread Brandon Tanner
I haven't posted here in years, and OpenBSD has been rock solid for a home file server. However recently I somehow made the machine un-bootable and I'm kicking myself for it now. I've tried to google my heart out to fix this issue, but I doubt it is very common based on my searches. My machine is

Re: 6.3-current kernel panic: aml_die aml_parse:4194 on PowerEdge

2018-05-03 Thread Mike Larkin
On Thu, May 03, 2018 at 02:02:48PM +0200, Jan Vlach wrote: > > kettenis@ may know more, I think he knows about this issue already. It's > > just > > a missing piece of the standard we didn't implement yet. An AML dump may > > be useful, yes. > > > > -ml > > > > Hello Mike, > > just have

Re: Machine won't boot - softraid metadata version mismatch

2018-05-03 Thread Erling Westenvik
On Thu, May 03, 2018 at 10:51:12AM -0500, Brandon Tanner wrote: > I haven't posted here in years, and OpenBSD has been rock solid for a home > file server. However recently I somehow made the machine un-bootable and > I'm kicking myself for it now. I've tried to google my heart out to fix > this

Re: Cannot access internet with virtual switch

2018-05-03 Thread Aham Brahmasmi
> > $ cat /etc/hostname.switch0 > > add em0 > > up > > > > Here, em0 is the egress interface connected to the dedicated/bare-metal > > machine provider's network. This provider's network is beyond my > > control. As such, there might be a loop in the provider's network. > > (Sorry, was meaning to

Re: dhclient expects IPv4 address in dhclient.conf

2018-05-03 Thread Paul de Weerd
On Thu, May 03, 2018 at 10:44:18AM +0200, Marc Peters wrote: | On Thu, May 03, 2018 at 10:31:27AM +0200, Janne Johansson wrote: | >Since manpage doesn't mention v6 namespace at all, I'd wager you would | >have to | >run something else to pick up v6 resolvers. | | Yeah, that's right.

Re: dhclient expects IPv4 address in dhclient.conf

2018-05-03 Thread Marc Peters
On Thu, May 03, 2018 at 12:05:40PM +0200, Paul de Weerd wrote: > Stick a v6 recursor in /etc/resolv.conf.tail. When dhclient updates > /etc/resolv.conf, it'll append the contents of /etc/resolv.conf.tail > to it and you will have your v6 resolver availble that way. You could > even ignore the v4

Re: 6.3-current kernel panic: aml_die aml_parse:4194 on PowerEdge

2018-05-03 Thread Jan Vlach
> kettenis@ may know more, I think he knows about this issue already. It's just > a missing piece of the standard we didn't implement yet. An AML dump may > be useful, yes. > > -ml > Hello Mike, just have installed FreeBSD11.1 on the PowerEdge R440 to get acpidump & debug info. I've followed

Re: Best Practices python virtualenv

2018-05-03 Thread Stuart Henderson
On 2018-05-01, IL Ka wrote: >> while there are Python modules which rely on W|X. > Yes, but I do not use them. > > I only run Python and Django. > I am aware of the fact that my python is not compatible with some modules, > and I am ok with it since I do not need them. >