Trying to burn a 4.5G dvd

2017-07-04 Thread STeve Andre'
Doing my usual growisofs -dvd-compat -Z /dev/rcd0c=image.iso results in the error mkisofs: Value too large to be stored in data type. File 4P4WFA00_W10x64ROW_proDL.iso is too large for current mkisofs settings - ignoring So far I do not see what needs to be changed in order to do this an

Re: Can I use OpenBSD in a virtual machine, for example, VirtualBox?

2017-07-04 Thread Artur Pędziwilk
> On 3 Jul 2017, at 20:36, J Doe wrote: > > I believe Undeadly recently posted about partial support for Hyper-V has been > committed, which also opens up the future possibly of running OpenBSD on > Azure. Seems like the only holdout is AWS, but there is now official support > for FreeBSD on

dhcrelay broken after Apr 5

2017-07-04 Thread Kapetanakis Giannis
Hi, Just upgraded a set of my firewalls that also do dhcrelay to -current. The program stopped working ok. Some dhcp requests where being forwarded some not. tcpdump was showing the request on internal interface but I couldn't see the request being forwarded on the external interface. For some

Re: Can I use OpenBSD in a virtual machine, for example, VirtualBox?

2017-07-04 Thread Reyk Floeter
On Mon, Jul 03, 2017 at 02:36:20PM -0400, J Doe wrote: > > >> On 27 Jun 2017 10:45 am, "Stuart Henderson" wrote: > >> > >>> On 2017-06-26, Josh Stephens wrote: > >>> I could be wrong when I say this but the only gotcha that you will run > >> into > >>> with virtual box will be the guest additio

Missed ifconfig [[-]txpower dBm] option for 802.11

2017-07-04 Thread Denis
Looking for ifconfig '[[-]txpower dBm]' option which was present in OpenBSD 5.4 amd64. Try to find 'txpower' on 6.0 amd64 but seems it missed out. Actively using it to match power for 802.11 card and it's RF recipient (post amp). What mechanism of output power matching is provided currently since

Re: Missed ifconfig [[-]txpower dBm] option for 802.11

2017-07-04 Thread Martijn van Duren
On 07/04/17 15:07, Denis wrote: > Looking for ifconfig '[[-]txpower dBm]' option which was present in > OpenBSD 5.4 amd64. Try to find 'txpower' on 6.0 amd64 but seems it > missed out. > > Actively using it to match power for 802.11 card and it's RF recipient > (post amp). What mechanism of output

Problems with IPv6 and routing domains

2017-07-04 Thread Claus Lensbøl
Hi misc, I'm having trouble with implementing rdomains and IPv6. I have followed this guide which might be a bit old but the best I could find: https://www.packetmischief.ca/2011/09/20/virtualizing-the-openbsd-routing-table/ I have made a set-up with two machines connected by an openBSD router.

Re: Problems with IPv6 and routing domains

2017-07-04 Thread Peter Hessler
Always Always ALWAYS ALWAYS create a default route in each routing domain. !/sbin/route -T XXX default ::1 -blackhole On 2017 Jul 04 (Tue) at 15:16:24 +0200 (+0200), Claus Lensbøl wrote: :Hi misc, : :I'm having trouble with implementing rdomains and IPv6. : :I have followed this guide which mig

Re: Problems with IPv6 and routing domains

2017-07-04 Thread Claus Lensbøl
Hi Peter, I'm getting: # route -T75 default ::1 -blackhole route: botched keyword: default usage: route [-dnqtv] [-T tableid] command [[modifiers] args] commands: add, change, delete, exec, flush, get, monitor, show or: # route -T75 add default ::1 -blackhole route: ::1: bad address Am I missin

Re: Problems with IPv6 and routing domains

2017-07-04 Thread Peter Hessler
On 2017 Jul 04 (Tue) at 16:24:53 +0200 (+0200), Claus Lensbøl wrote: :Hi Peter, : :I'm getting: :# route -T75 default ::1 -blackhole :route: botched keyword: default :usage: route [-dnqtv] [-T tableid] command [[modifiers] args] :commands: add, change, delete, exec, flush, get, monitor, show : Sor

Re: Problems with IPv6 and routing domains

2017-07-04 Thread Claus Lensbøl
Hi Peter On 04-07-2017 16:32, Peter Hessler wrote: > On 2017 Jul 04 (Tue) at 16:24:53 +0200 (+0200), Claus Lensbøl wrote: > :Hi Peter, > : > :I'm getting: > :# route -T75 default ::1 -blackhole > :route: botched keyword: default > :usage: route [-dnqtv] [-T tableid] command [[modifiers] args] > :c

Re: dhcrelay broken after Apr 5

2017-07-04 Thread Reyk Floeter
Hi, On Tue, Jul 04, 2017 at 02:41:30PM +0300, Kapetanakis Giannis wrote: > Hi, > > Just upgraded a set of my firewalls that also do dhcrelay to -current. > > The program stopped working ok. Some dhcp requests where being forwarded some > not. > > tcpdump was showing the request on internal int

Re: Missed ifconfig [[-]txpower dBm] option for 802.11

2017-07-04 Thread Ted Unangst
Denis wrote: > Looking for ifconfig '[[-]txpower dBm]' option which was present in > OpenBSD 5.4 amd64. Try to find 'txpower' on 6.0 amd64 but seems it > missed out. > > Actively using it to match power for 802.11 card and it's RF recipient > (post amp). What mechanism of output power matching is

installboot(8)

2017-07-04 Thread Stefan Wollny
Hi there! Sorry if this may sound like a rather stupid question: (Referencing the examples section of man installboot(8)) Can s.o. verifiy that instead of # installboot sd0 it is equally safe to issue # installboot (the DUID itself, of course)? My system is fully encrypted with sd1 usually be

Re: installboot(8)

2017-07-04 Thread Paul de Weerd
On Tue, Jul 04, 2017 at 08:34:56PM +0200, Stefan Wollny wrote: | Hi there! | | Sorry if this may sound like a rather stupid question: | (Referencing the examples section of man installboot(8)) | | Can s.o. verifiy that instead of | # installboot sd0 | | it is equally safe to issue | # installbo

Re: installboot(8)

2017-07-04 Thread Stefan Wollny
Am 07/04/17 um 20:55 schrieb Paul de Weerd: > On Tue, Jul 04, 2017 at 08:34:56PM +0200, Stefan Wollny wrote: > | Hi there! > | > | Sorry if this may sound like a rather stupid question: > | (Referencing the examples section of man installboot(8)) > | > | Can s.o. verifiy that instead of > | #

Re: Can I use OpenBSD in a virtual machine, for example, VirtualBox?

2017-07-04 Thread J Doe
Hi Reyk, > On Jul 4, 2017, at 8:21 AM, Reyk Floeter >> Hi, >> >> Just thought I'd chime in that I've had success with OpenBSD 5.x to >> 6.0 running under VMware Fusion (Mac OS X version of VMware). There >> isn't support for guest additions with the most recent version of >> Fusion (8.x), but

problem with netlock and unbound

2017-07-04 Thread Rodrigo Mosconi
Hi, I updated my notebook today to July 3 snapshot. And when the unbound starts, the notebook has a kernel panic (hand copied): panic: rw_enter: netlock locking agains myself. I will upload the photos later and pass the links Follow dmesg: OpenBSD 6.1-current (GENERIC) #75: Mon Jul 3 14:19:41

Playing (screwing up ) with partitions

2017-07-04 Thread Manuel Solis
Hello Misc Group So i have my OBSD laptop up and running since 6.0, and now updated to 6.1 since the release date. Anyways, i was installing games just for fun but the i realized that i have limited space, if i recall it was in the /usr/local partition. Sorry in advance, i know that oBSD is for

Re: Playing (screwing up ) with partitions

2017-07-04 Thread Ted Unangst
Manuel Solis wrote: > My question is: > I know that i am missing some step to fulfill the shrinking process > but in the FAQ there is only a way to grow fs and i didn’t find the shrinking > fs, and in the book says that i should move the partition, well it does not > say it but i figured out wit

Re: Playing (screwing up ) with partitions

2017-07-04 Thread Manuel Solis
Got it !! Thank you for the advice. I will restore it via disklabel. > El 04/07/2017, a las 23:28, Ted Unangst escribió: > > Manuel Solis wrote: >> My question is: >> I know that i am missing some step to fulfill the shrinking process >> but in the FAQ there is only a way to grow fs and i di

Re: problem with netlock and unbound

2017-07-04 Thread Jan Kalkus
I’m having a similar issue, but with the octeon build (on an Edgerouter Lite) and smtpd See ddb output below: ddb> dmesg Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. Copyright (c) 1995-2017 OpenBSD. All rights reserved. h

Re: problem with netlock and unbound

2017-07-04 Thread Jan Kalkus
Seems to have been resolved with the July 4 snapshot: syncing disks... done System restart. ? Looking for valid bootloader image Jumping to start of image at address 0xbfc8 U-Boot 1.1.1 (UBNT Build ID: 4670715-gbd7e2d7) (Build time: May 27 2014 - 11:16:22) BIST check pa

allow/deny BOOTP in dhdcpd.conf

2017-07-04 Thread Alex Waite
Hello Everyone, I am pretty new to the networking world. But as a sysadmin, I am thoroughly appreciating pf and OpenBSD as a whole. I think I may have fallen in love. My question is about BOOTP. I've always heard it in the context of PXE booting, but as I was configuring it in dhcpd.conf, I