Installing Openbsd 5.2 as KVM guest

2013-02-13 Thread Xavier Naveira
Hi everyone, I'm trying to install OpenBSD 5.2 as KVM guest but I can't get passed the installation process because the disk and the network are not being detected correctly. When configuring the network I'm only presented one network interface called 'vlan0', if I select it then I get asked whic

Re: ZTE mf626 USB modem support

2013-02-13 Thread Kirill Bychkov
On Thu, February 14, 2013 07:49, Kirill Bychkov wrote: > On Thu, February 14, 2013 06:24, Maximo Pech wrote: >> Hi list, I see this was asked before but never got solved, so I ask again. >> >> Has someone got this device working on openbsd? Is it supported? >> >> Thanks and regards. >> >> > Hi. I p

Re: ZTE mf626 USB modem support

2013-02-13 Thread Kirill Bychkov
On Thu, February 14, 2013 06:24, Maximo Pech wrote: > Hi list, I see this was asked before but never got solved, so I ask again. > > Has someone got this device working on openbsd? Is it supported? > > Thanks and regards. > > Hi. I plugged this modem on my Win7 notebook, installed software and driv

Re: Pf with multi gateways

2013-02-13 Thread Indunil Jayasooriya
> You can list multiple gateways in priority order (I would usually > add these in hostname.if files e.g. "!route add") > > route add default -priority 10 10.1.1.1 > route add default -priority 12 10.2.2.2 > should the file /etc/mygate be deleted? I think "yes" -- Thank you Indunil Jay

ZTE mf626 USB modem support

2013-02-13 Thread Maximo Pech
Hi list, I see this was asked before but never got solved, so I ask again. Has someone got this device working on openbsd? Is it supported? Thanks and regards.

Re: bootable OpenBSD USB stick from windows?

2013-02-13 Thread Scott McEachern
On 02/13/13 13:14, Hugo Osvaldo Barrera wrote: On 2013-02-12 10:17, Scott McEachern wrote: Oh for pete's sake, it's 2013. Go to your local computer store and spend (at most) $20 dollars on an optical drive. Install the damn thing on your Winbox, follow the many directions already posted here,

Re: bootable OpenBSD USB stick from windows?

2013-02-13 Thread Christer Solskogen
On Wed, Feb 13, 2013 at 9:56 PM, Michał Markowski wrote: > Most of them now have, as far as I know. How it generally works: > http://wiki.geteasypeasy.com/Hybrid_ISO/IMG_format > > USB ports in machines are very common nowadays, CD drives not so much > anymore, so such "official" disk image with j

Re: [obsd] Re: Assigning an IP address to a bridge

2013-02-13 Thread Marios Makassikis
On 13 February 2013 20:28, Stuart Henderson wrote: > On 2013/02/12 16:54, Jeremie Le Hen wrote: > > Thanks again for your review. > > > > http://people.chchile.org/~jlh/tmp/faq6.html > > http://people.chchile.org/~jlh/tmp/faq6.diff > > This looks fine to me, thank you. Unless there are any object

Re: bootable OpenBSD USB stick from windows?

2013-02-13 Thread Michał Markowski
2013/2/13 Christer Solskogen : > But they are not official. Of course, but it works for now. > I know that some linux distributions (like Ubuntu, Fedora and Arch > Linux) have some kind of a special iso that is both dd-able to a USB > stick and writable to a CD/DVD. Most of them now have, as far

Re: Pf with multi gateways

2013-02-13 Thread Stuart Henderson
On 2013-02-13, What you get is Not what you see wrote: > Hi > I have a pf box with 4 links (a multihomed box ) and some services like > dns,dhcp on it. > I have set /etc/mygate to one of the gateways. > Sometimes the line drops and when it drops, obviously some services like > dns stop. > But the

Re: [obsd] Re: Assigning an IP address to a bridge

2013-02-13 Thread Stuart Henderson
On 2013/02/12 16:54, Jeremie Le Hen wrote: > Thanks again for your review. > > http://people.chchile.org/~jlh/tmp/faq6.html > http://people.chchile.org/~jlh/tmp/faq6.diff This looks fine to me, thank you. Unless there are any objections or other comments I will commit it soon. > > Index: faq6.

Re: bootable OpenBSD USB stick from windows?

2013-02-13 Thread Hugo Osvaldo Barrera
On 2013-02-12 10:17, Scott McEachern wrote: > On 02/12/13 08:10, Heptas Torres wrote: >> On 2/12/13, Jan Stary wrote: >>> On Feb 11 23:48:09, hepta...@gmail.com wrote: On 2/11/13, christopher sasarak wrote: > I had a similar situation with my laptop and found a solution in the > FAQ:

Re: Pf with multi gateways

2013-02-13 Thread MJ
Best solution is ECMP combined with ifstated - you get double bandwidth until one link goes down, in which case it is automatically removed from the routing table until it comes up again. This is a pretty common setup in e.g. Top Of Rack (ToR) switching setups. I just wrote a blog post mentioning

Re: Pf with multi gateways

2013-02-13 Thread Jorge Enrique Valbuena Vargas
HI, take a look at : http://openbsd.org/faq/faq6.html#Multipath On Wed, Feb 13, 2013 at 10:15 AM, What you get is Not what you see < wygin...@gmail.com> wrote: > Hi > I have a pf box with 4 links (a multihomed box ) and some services like > dns,dhcp on it. > I have set /etc/mygate to one of the

Re: Pf with multi gateways

2013-02-13 Thread Janne Johansson
You can have ifstated test gw reachability, I think relayd has similar functionality to manage routes, one could somewhat easily script "if gwA up send packets via ifA, if gwB up ..." mpath would be yet one option. 2013/2/13 What you get is Not what you see : > Hi > I have a pf box with 4 links (a

Re: bootable OpenBSD USB stick from windows?

2013-02-13 Thread sven falempin
On Tue, Feb 12, 2013 at 5:57 PM, Michał Markowski wrote: > As Otto suggested: try PXE, it's relatively simple. > http://openbsd.org/faq/faq6.html#PXE > > You can also write this i386 image to your flash disk using dd: > http://devio.us/~doc/openbsd52_usb/ > (done as in http://article.gmane.org/gm

Pf with multi gateways

2013-02-13 Thread What you get is Not what you see
Hi I have a pf box with 4 links (a multihomed box ) and some services like dns,dhcp on it. I have set /etc/mygate to one of the gateways. Sometimes the line drops and when it drops, obviously some services like dns stop. But the other lines are up then. What is the proper way of handling mygate? Do

Re: current snapshot pipex kernel panic

2013-02-13 Thread YASUOKA Masahiko
On Wed, 26 Sep 2012 14:44:58 +0900 (JST) YASUOKA Masahiko wrote: > On Tue, 25 Sep 2012 16:16:12 +0200 > csszep wrote: >> I wanted to try a simple npppd setup and i got a panic. > > I'm looking into this problem and fixing it. But it will take more > days. oops, I forgot about this bug > To wo

Re: My first macppc install going poorly as well

2013-02-13 Thread Martin Pieuchot
On 13/02/13(Wed) 15:42, Kirill Bychkov wrote: > >> Motorola MPC106 Host-PCI > >> > >> @@ -239,6 +240,7 @@ > >> ATI Radeon Mobility M7 > >> ATI Radeon Mobility 9200 (M9+) > >> NVIDIA GeForce4 440 Go 64M > >> +NVIDIA GeForce FX 5200 Ultra > >> > >> Ethernet Adapters > >> @@ -481,7 +483,7 @@

Re: My first macppc install going poorly as well

2013-02-13 Thread Kirill Bychkov
On Wed, February 13, 2013 13:53, Martin Pieuchot wrote: > On 13/02/13(Wed) 11:47, Kirill Bychkov wrote: >> [..] >> I have some questions and suggestions about macppc support in OpenBSD. >> Suggestions first. According to my dmesg [1] and to hardware I have in this >> G5, next patch syncs macppc.htm

Re: My first macppc install going poorly as well

2013-02-13 Thread Martin Pieuchot
On 13/02/13(Wed) 11:47, Kirill Bychkov wrote: > [..] > I have some questions and suggestions about macppc support in OpenBSD. > Suggestions first. According to my dmesg [1] and to hardware I have in this > G5, next patch syncs macppc.html with reality: Also don't forget to send your dmesg to dmesg

Re: My first macppc install going poorly as well

2013-02-13 Thread Kirill Bychkov
On Sat, December 8, 2012 22:29, Kirill Bychkov wrote: > On Sat, December 8, 2012 15:54, Martin Pieuchot wrote: >> I've just committed a fix for this, wait for the next snapshot or build a release yourself and you'll be able to install OpenBSD on your machine. Thanks for the report. > Thank you! Tom

Re: [obsd] Re: Assigning an IP address to a bridge

2013-02-13 Thread Jeremie Le Hen
Hi, On Tue, Feb 12, 2013 at 04:54:33PM +0100, Jeremie Le Hen wrote: > > This is a remnant of the first version. > > Thanks again for your review. > > http://people.chchile.org/~jlh/tmp/faq6.html > http://people.chchile.org/~jlh/tmp/faq6.diff What will happen next? Do I need to do some lobbyin