Re: smtpd relay problem

2018-05-02 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, please

Re: Troobleshooting help for UVM

2018-05-02 Thread sven falempin
On Wed, May 2, 2018, 14:57 Jeremie Courreges-Anglas wrote: > On Wed, May 02 2018, sven falempin wrote: > > 6.3 + syspatch > > > > UVM: pid (perl), uid 0 killed: out of swap > > > > no ddb, i m not using swap in perl afaik, and it seems strange > > a userland script can 'kill' UVM > > I read

Re: smtpd relay problem

2018-05-02 Thread mazocomp
Hi! Try to modify my configs under your username and address: /etc/mail/smtpd.conf: - table aliases file:/etc/mail/aliases table secrets file:/etc/mail/secrets listen on lo0 accept for local alias deliver to mbox accept for any relay via tls+auth://mazoc...@disroot.org:587

Re: Troobleshooting help for UVM

2018-05-02 Thread Jeremie Courreges-Anglas
On Wed, May 02 2018, sven falempin wrote: > 6.3 + syspatch > > UVM: pid (perl), uid 0 killed: out of swap > > no ddb, i m not using swap in perl afaik, and it seems strange > a userland script can 'kill' UVM I read the error message as "uvm could not find free mem and killed a perl process r

Re: Disabling message CRCs in SSHD

2018-05-02 Thread Hess THR
Thanks. Appreciate it!! :) > Sent: Saturday, April 28, 2018 at 11:11 AM > From: "Darren Tucker" > To: "Hess THR" > Cc: "OpenBSD Misc List" > Subject: Re: Disabling message CRCs in SSHD > > On 28 April 2018 at 03:20, Hess THR wrote: > > Based on the: > > > > http://www.vegardno.net/2017/03/fuzz

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

2018-05-02 Thread Jan Vlach
> Last time I checked, we don't support LoadTable. > > -ml > Thank you Mike for your reply. I have no clue about ACPI. Is this a new way how vendors extend ACPI? Is there generally a way to switch it to some "legacy" mode or is this endgame? Is there some info I could get from the system before

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

2018-05-02 Thread Hrvoje Popovski
On 2.5.2018. 19:06, Mike Larkin wrote: > On Wed, May 02, 2018 at 06:51:51PM +0200, Jan Vlach wrote: >>> Last time I checked, we don't support LoadTable. >>> >>> -ml >>> >> >> Thank you Mike for your reply. I have no clue about ACPI. Is this a new >> way how vendors extend ACPI? Is there generally a

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

2018-05-02 Thread Mike Larkin
On Wed, May 02, 2018 at 06:51:51PM +0200, Jan Vlach wrote: > > Last time I checked, we don't support LoadTable. > > > > -ml > > > > Thank you Mike for your reply. I have no clue about ACPI. Is this a new > way how vendors extend ACPI? Is there generally a way to switch it to > some "legacy" mode

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

2018-05-02 Thread Mike Larkin
On Wed, May 02, 2018 at 11:28:47AM +0200, Jan Vlach wrote: > R440 WAS( Re: Dell PowerEdge R430/R440 support) > Reply-To: > In-Reply-To: <20180425150215.gh20...@diehard.n-r-g.com> > > Hello misc@ > > > the Dell PowerEdge R440 server arrived for testing and it panics on boot > to installed system

Re: dhclient expects IPv4 address in dhclient.conf

2018-05-02 Thread 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 nameservers. Does the base dhclient recognize these different options, or do i hav

Re: neovim :Man command not working on 6.3 -stable and only partially on -current

2018-05-02 Thread devmsv
On Wed, May 02, 2018 at 03:57:28PM +0200, devmsv wrote: > Hi, I am using editors/neovim the :Man command to view man pages without > exiting vim does not work on 6.3. > In -current (6.3 GENERIC.MP#22 amd64) I am able to read manpages > specifying the section: > > :Man 1 man > > I have seen that d

Re: dhclient expects IPv4 address in dhclient.conf

2018-05-02 Thread Marc Peters
Am 2. Mai 2018 16:24:50 MESZ schrieb Janne Johansson : >2018-05-02 16:06 GMT+02:00 Marc Peters : > >> Hi misc, >> dhclient hates me. I would like to prepend an IPv6 nameserver in the >> dhclient configuration on my router when connecting to my ISP, but >> dhclient gives me following error: >> >> em

smtpd relay problem

2018-05-02 Thread Rudolf Sykora
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, please? Thanks Ruda odin# smtpd -dv debug: init ssl-tree debug

Re: dhclient expects IPv4 address in dhclient.conf

2018-05-02 Thread Janne Johansson
2018-05-02 16:06 GMT+02:00 Marc Peters : > Hi misc, > dhclient hates me. I would like to prepend an IPv6 nameserver in the > dhclient configuration on my router when connecting to my ISP, but > dhclient gives me following error: > > em1: /etc/dhclient.conf line 17: expecting IPv4 address. > em1: p

dhclient expects IPv4 address in dhclient.conf

2018-05-02 Thread Marc Peters
Hi misc, dhclient hates me. I would like to prepend an IPv6 nameserver in the dhclient configuration on my router when connecting to my ISP, but dhclient gives me following error: em1: /etc/dhclient.conf line 17: expecting IPv4 address. em1: prepend domain-name-servers "::1" em1:

neovim :Man command not working on 6.3 -stable and only partially on -current

2018-05-02 Thread devmsv
Hi, I am using editors/neovim the :Man command to view man pages without exiting vim does not work on 6.3. In -current (6.3 GENERIC.MP#22 amd64) I am able to read manpages specifying the section: :Man 1 man I have seen that devel/msgpack as been updated between 6.3 and -current so don't know it i

Re: crash of OpenBSD 6.3 -stable (amd64 MP kernel) - unswapping kills connections

2018-05-02 Thread Infoomatic
thats good news, thanks Philip for the info! In the meantime I disabled swap (as well as ntopng) on my firewalls - this is of course not needed on a firewall and was just a left-over from the initial default install. regards,infoomatic Gesendet: Freitag, 27. April 2018 um 13:50 Uhr Von: "Philip Gue

Troobleshooting help for UVM

2018-05-02 Thread sven falempin
6.3 + syspatch UVM: pid (perl), uid 0 killed: out of swap no ddb, i m not using swap in perl afaik, and it seems strange a userland script can 'kill' UVM OpenBSD 6.3 (GENERIC.MP) #107: Sat Mar 24 14:21:59 MDT 2018 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP rea

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

2018-05-02 Thread Jan Vlach
R440 WAS( Re: Dell PowerEdge R430/R440 support) Reply-To: In-Reply-To: <20180425150215.gh20...@diehard.n-r-g.com> Hello misc@ the Dell PowerEdge R440 server arrived for testing and it panics on boot to installed system. Installer works fine, it's the reboot into installed system that fails. Bot

cohesive configuration parameters between various OpenBSD systems

2018-05-02 Thread Vivek Vinod
Dear Misc, Various parts of OpenBSD base refer to AddressFamily and accepted values are different. Examples listed below. Any reason why we have “inet” in sshd_config and “inet4” in smtpd.conf? I’m assuming OpenSMTPD released after inet6 was in wide(r) use and old programs, utilities, etc. wer

Re: no route to host (when there is a route )

2018-05-02 Thread Tom Smyth
Ingo , Martin, All, i can confirm when the issue occured the command arp -s gateway-ip-address gateway-mac-address worked to restore connectivity Cheers, Tom Smyth On 1 May 2018 at 21:16, Tom Smyth wrote: > Hello Ingo, Martin,All, > > I think you hit the nail on the head, (I was too busy l