kernel relink segfaults on ALIX

2018-04-18 Thread Jan Stary
This is a fresh upgrade of current/i386 on an ALIX 2D3. Upon start, kernel relinking fails, with relink.log saying: (SHA256) /bsd: OK LD="ld" LDFLAGS="-g" sh makegap.sh 0x ld -T ld.script -X --warn-common -nopie -o newbsd ${SYSTEM_HEAD} vers.o ${OBJS} Segmentation fault (core dumped) ***

Trouble with OpenSMTPD - always getting 550 Invalid recipient

2018-04-18 Thread Implausibility
Hi. I'm trying to build an OpenSMPTD mail server for the first time to replace my aging Postfix box. No matter who I address inbound eMails to (local users or aliases), I always get 550: Invalid recipient in response on the sending server and in /var/log/maillog. I've tried more than a dozen

Android (MTP) with OpenBSD: Tiny success story

2018-04-18 Thread IL Ka
I just connected my Android device to OpenBSD, and since I did not find any article on this subject, I want to share my experience. OpenBSD supports USB Mass Storage Device (used in usb drives) with umass(4). But Android uses MTP (file-level protocol, not block-level like umass), So OpenBSD laun

Re: Virtualbox vs latest snapshot

2018-04-18 Thread David Higgs
On Tue, Apr 10, 2018 at 6:50 PM, Stuart Henderson wrote: > On 2018-04-10, csszep wrote: > > Hi! > > > > I installed the latest 04.10 snapshot, the install procedure went fine, > but > > after reboot the VM stucks at endless boot loop . > > > > It prints only the "booting hda0:/bsd" line.. before

Re: dmesg for edgerouter lite

2018-04-18 Thread jungle boogie
Thus said Sean Murphy on Fri, 13 Apr 2018 22:03:48 -0400 Hello all, Also upgraded the ERL to 6.3, dmesg to follow. You might enjoy this post: https://www.undeadly.org/cgi?action=article;sid=20180418073437

my first experience of growfs

2018-04-18 Thread Tuyosi T
hi all . i found a very nice page ( http://fuguita.org/index.php?BBS%2F3 ) . so i follow it , then i manage to clone HDD1 to HDD2 ( fdisk , disklabel & growfs ) 1) HDD1 < HDD2 2) dd HDD1 to HDD2 (by archlinux) 3) power on HDD2 boot bsd.rd fdisk -e sd0 -> edit 3 disklabel -E sd0 -> b -> c a fs

Re: Capturing ddb output when "boot reboot" fails

2018-04-18 Thread Rodney Polkinghorne
Thanks Stuart. > Try "call cpu_reset". That made the machine reboot cleanly. Afterwards, dmesg and dmesg.boot had captured both the 6.3 boot and the 6.3 reboot, but the ddb session in between was missing. Is there a ddb command that flushes the session log to the message buffer? > Or take phot

DRM and IOCTL missing requests

2018-04-18 Thread robert.d...@yahoo.fr
Hello, OpenBSD doesn't implement some ioctl requests for drm devices, ie DRM_PRIME_*. Are there any (and surely obvious) reasons for that ? Nonetheless, is it possible to patch the libdrm headers to keep them undefine, that way it would lead to straightforward errors, instead of having only a er

Re: thank you for 6.3

2018-04-18 Thread Alfredo “Fred” Vogel
Hi, I am running 6.3 on my diy PC as a desktop and it just works! Thanks from me to all openBSD developers... On 18 April 2018 19:15:02 Scott Bonds wrote: Under 6.2 my laptop would hang a few hours after waking from sleep, and it was my own damn fault for running an unsupported config (Lenovo

No place for "wsfontload" and "wsconscfg" in rc?

2018-04-18 Thread IL Ka
Hello, It may sound silly: nobody use console these days (except emergency), but I am curious: I want to load font and set it using wsconsctl display.font I also want to change display type. I can do all of that in rc.local, but there is a separeate place for wsconsctl : /etc/wsconsctl.conf I wa

thank you for 6.3

2018-04-18 Thread Scott Bonds
Under 6.2 my laptop would hang a few hours after waking from sleep, and it was my own damn fault for running an unsupported config (Lenovo x200 + coreboot + SeaBIOS). But after upgrading to 6.3 I haven't been able to get it to hang and I find myself back in 'it just works' land which is so, so

Re: NFS server down, again, and again, and again...

2018-04-18 Thread Ryan Freeman
On Wed, Apr 18, 2018 at 01:08:01PM -0400, Rupert Gallagher wrote: > This is all I managed to retrieve from the logs (/var/log/daemons, > /var/log/messages): > > Mar 12 09:27:20 server mountd[50607]: Socket disconnected > Mar 29 18:05:30 server mountd[52162]: Socket disconnected > Apr 16 12:04:07

Re: NFS server down, again, and again, and again...

2018-04-18 Thread Rupert Gallagher
This is all I managed to retrieve from the logs (/var/log/daemons, /var/log/messages): Mar 12 09:27:20 server mountd[50607]: Socket disconnected Mar 29 18:05:30 server mountd[52162]: Socket disconnected Apr 16 12:04:07 server mountd[66430]: Socket disconnected Apr 17 17:55:26 server mountd[14081]

Re: OpenBSD blocks IPsec traffic

2018-04-18 Thread Marko Cupać
On Wed, 18 Apr 2018 15:45:04 +0200 "C. L. Martinez" wrote: > Thanks Marko, but I have found the problem. > > These rules are under anchor sub-group rules ... Moving these rules > to top after "block log all", all it is working ... I'm glad you made it work. > Maybe is it a bug with anchor rule

Re: OpenBSD blocks IPsec traffic

2018-04-18 Thread C. L. Martinez
Thanks Marko, but I have found the problem. These rules are under anchor sub-group rules ... Moving these rules to top after "block log all", all it is working ... Maybe is it a bug with anchor rules? On Wed, Apr 18, 2018 at 3:16 PM, Marko Cupać wrote: > On Wed, 18 Apr 2018 15:01:24 +0200 > "C

Re: OpenBSD blocks IPsec traffic

2018-04-18 Thread Marko Cupać
On Wed, 18 Apr 2018 15:01:24 +0200 "C. L. Martinez" wrote: > Hi all, > > I am trying to configure an ipsec tunnel (host-to-host) between two > hosts that go through an openbsd firewall. Tunnel is established, but > when I try to, for example, connect via ssh from one host to the > other, pf blo

OpenBSD blocks IPsec traffic

2018-04-18 Thread C. L. Martinez
Hi all, I am trying to configure an ipsec tunnel (host-to-host) between two hosts that go through an openbsd firewall. Tunnel is established, but when I try to, for example, connect via ssh from one host to the other, pf blocks traffic: Apr 18 12:53:00.286351 rule 24/(match) [uid 0, pid 19127] b