Re: USB install image for OpenBSD 5.5 - TESTING REQUIRED

2014-03-02 Thread Loganaden Velvindron
On Sat, Mar 1, 2014 at 7:59 AM, Chris Cappuccio wrote: > Chris Cappuccio [ch...@nmedia.net] wrote: >> The installation entails: >> >> dd if=miniroot55.fs of=/dev/rsd2c >> > > Actually, for the install55.fs image, you want to specify a block size, > (or wait ages.) > > dd if=install55.fs of=/dev/rs

Re: USB install image for OpenBSD 5.5 - TESTING REQUIRED

2014-03-02 Thread patric conant
On Sat, Mar 1, 2014 at 5:15 AM, Alexander Hall wrote: > On 02/28/14 23:51, Chris Cappuccio wrote: > >> Here are some potential USB installer images for OpenBSD/amd64 5.5 >> >> http://www.nmedia.net/chris/install55.fs >> http://www.nmedia.net/chris/miniroot55.fs >> >> The install55.fs contains ful

[patch] ospfd: exporting default gateway via route label (fix ROUNDUP)

2014-03-02 Thread Florian Riehm
Hi all, ospfd can't export the default gateway via route label because get_rtaddrs gets confused by a netmask (RTAX_NETMASK) of 0 because sa->sa_len in get_rtaddrs is 0 and ROUNDUP then returns 0 also. The bug has been fixed in ospf6d in the same way a couple of years ago. Ospf6d uses the ROUNDUP

sysctl.8: add missing mtudisctimeout for ipv6

2014-03-02 Thread Loganaden Velvindron
Hi, While going through some of the commit logs, I noticed that sysctl didn't list ip6.mtudisctimeout. Patch attached: Index: sbin/sysctl/sysctl.8 === RCS file: /cvs/src/sbin/sysctl/sysctl.8,v retrieving revision 1.173 diff -u -p -u

Re: Trivial patch for ipv6

2014-03-02 Thread Loganaden Velvindron
On Wed, Feb 12, 2014 at 09:11:41PM +0100, Alexander Bluhm wrote: > On Wed, Feb 12, 2014 at 10:10:36AM -0800, Loganaden Velvindron wrote: > > Hi All, > > > > based on a similar change from FreeBSD: > > > > Change the return error from EACCES to EPERM as it is not a file. > > According to errno(2)