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
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
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
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
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)