Raspberrypi 3 was released

2016-03-13 Thread freeunix

http://blog.pimoroni.com/raspberry-pi-3/
http://releasd.com/71c7

https://www.raspberrypi.org/downloads/

https://marc.info/?l=openbsd-misc=135109423420456=2
https://marc.info/?l=openbsd-misc=132788027403910=2



USB: panic: uvm_fault(0xd6bfac8c, 0x4e000, 0, 1)

2016-03-13 Thread Claus Assmann
On Sat, Mar 12, 2016, Claus Assmann wrote:
> I have this USB ANT+ stick
> "Dynastream Innovations ANT USBStick2" rev 2.00/1.00 addr 2

I updated that laptop to the 2016-03-10 i386 snapshot and got it
to "work", i.e., the data was read for about 40m then the system
crashed (and I lost the data for yet another workout)

Here's a partial transcript:

uvm_fault(0xd6bfac8c, 0x4e000, 0, 1) -> e
page fault trap, code=0
Stopped at usb_allocmem+0x15d:  cmpl %ebx,0(%eax)
usb_allocmem() at usb_allocmem+0x15d

usbd_transfer +0x6a
usbd_do_request_flags
usbd_do_request
usbd_clear_endpoint_stall
ugen_do_read
ugenread
spec_read
VOP_READ
vn_read
dofileready
sys_read
syscall +0x201

Not sure if this is sufficient for someone to figure out
what might be wrong, sorry.



Re: /usr/games/hack

2016-03-13 Thread Theo Buehler
On Sun, Mar 13, 2016 at 02:06:54PM -0500, Edgar Pettijohn wrote:
> On current I get the following when starting 'hack'
> 
> "Cannot get status of hack"
> 
> It worked on 5.8 release.  Just wanted to see if anyone else had the same
> problem.

hack, hunt, phantasia and sail are either completely broken or mostly
broken since they had their setgid bits removed almost 4 months ago:

http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/games/hack/Makefile

so far, nobody has stepped up to fix them and I think you're the first
to mention it on the list.



Re: /usr/games/hack

2016-03-13 Thread Theo de Raadt
> On current I get the following when starting 'hack'
> 
> "Cannot get status of hack"
> 
> It worked on 5.8 release.  Just wanted to see if anyone else had the 
> same problem.

Incomplete work regarding pledge, and removal of setgid games to
store scores.

Eventually someone will fix it.



/usr/games/hack

2016-03-13 Thread Edgar Pettijohn

On current I get the following when starting 'hack'

"Cannot get status of hack"

It worked on 5.8 release.  Just wanted to see if anyone else had the 
same problem.


Thanks,

Edgar



spamd.conf(5) wording

2016-03-13 Thread hans
Two bits seem unclear in spamd.conf(5),
at least to a non-native speaker.


 # Strings follow getcap(3) convention escapes, other than you
 # can have a bare colon (:) inside a quoted string and it
 # will deal with it.

"Other that _that_ you can have a bare colon"?


 # Lists specified with the :white: capability apply to the previous
 # list with a :black: capability.

Should that be "lists"? Or does a :white: list only apply
to the one :black: "list" immediately preceding it?

Jan