Re: bootable OpenBSD USB stick from windows?

2013-02-12 Thread Christer Solskogen
On Tue, Feb 12, 2013 at 11:57 PM, Michał Markowski wrote: > As Otto suggested: try PXE, it's relatively simple. > http://openbsd.org/faq/faq6.html#PXE > UEFI machine may have a problem doing that. At least Macbooks and Lenovo with "secure" boot enabled. > You can also write this i386 image to yo

Re: Source for drivers for basic devices

2013-02-12 Thread jordon
On Feb 12, 2013, at 10:02 PM, Philip Guenther wrote: > On Tue, Feb 12, 2013 at 5:34 PM, jordon wrote: >> Today I was looking into some of the more simple devices to see how they >> are implemented. I figured the basic text ones (zero, random, null, >> etc) would be a nice place to start. I wen

Re: Source for drivers for basic devices

2013-02-12 Thread Philip Guenther
On Tue, Feb 12, 2013 at 5:34 PM, jordon wrote: > Today I was looking into some of the more simple devices to see how they > are implemented. I figured the basic text ones (zero, random, null, > etc) would be a nice place to start. I went to /usr/src/sys/dev to look > for them, but I couldn't fin

Source for drivers for basic devices

2013-02-12 Thread jordon
Today I was looking into some of the more simple devices to see how they are implemented. I figured the basic text ones (zero, random, null, etc) would be a nice place to start. I went to /usr/src/sys/dev to look for them, but I couldn't find them. Where is the source of these basic devices? Ar

Re: Legal Question: OpenBSD Spin-off

2013-02-12 Thread Andres Perera
your comments hint to you not being very familiar with packages(7) you can distribute it as an executable that ultimately installs a package i say this because reusing the infrastructure, and having it take part of the db for easy removal and inspection is a great bonus. it means less work for yo

Re: Legal Question: OpenBSD Spin-off

2013-02-12 Thread Crookedmaze
On 02/12/2013 04:26 AM, James Griffin wrote: - Jack Woehr [2013-02-11 15:46:29 -0700] - : If you need OpenBSD you have the technical skills to install it or you know (and possibly pay) someone who does. OpenBSD, which is 20-ish years old now, was designed and is designed and appa

Re: ntpd sendto: Can't assign requested address

2013-02-12 Thread Stuart Henderson
On 2013-02-10, Stefan Sieg wrote: > on my poolserver i saw this message 50+ per hour. > Today i found that they were caused by clients connecting with > source port 0. I don't think that this are valid connections, > after blocking them with pf the ntpd warnings are gone. IIRC old versions of fir

Re: bootable OpenBSD USB stick from windows?

2013-02-12 Thread Michał Markowski
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/gmane.os.openbsd.tech/30048) -- Michał Markowski

Re: ntpd sendto: Can't assign requested address

2013-02-12 Thread Stefan Sieg
Am 2012-01-13 18:42, schrieb fe...@banane.de.vc: Hello, I run OpenBSD 5.0 (amd64) with ntpd. About 5 to 10 times a day, it logs errors like the following to /var/log/messages and /var/log/daemon: Jan 11 02:04:53 abc ntpd[26588]: sendto: Can't assign requested address /etc/ntpd.conf: listen o

Re: bootable OpenBSD USB stick from windows?

2013-02-12 Thread Jan Stary
> On Tue, Feb 12, 2013 at 8:29 AM, Heptas Torres wrote: > > On 2/12/13, Jan Stary wrote: > >> On Feb 11 23:55:30, hepta...@gmail.com wrote: > >>> On 2/11/13, Jiri B wrote: > >>> > On Mon, Feb 11, 2013 at 10:51:29PM +, Heptas Torres wrote: > >>> >> Hello > >>> >> I have an old laptop with no

Re: bootable OpenBSD USB stick from windows?

2013-02-12 Thread Andres Perera
On Tue, Feb 12, 2013 at 8:29 AM, Heptas Torres wrote: > On 2/12/13, Jan Stary wrote: >> On Feb 11 23:55:30, hepta...@gmail.com wrote: >>> On 2/11/13, Jiri B wrote: >>> > On Mon, Feb 11, 2013 at 10:51:29PM +, Heptas Torres wrote: >>> >> Hello >>> >> I have an old laptop with no CD-ROM but can

OpenBSD Customer Gateway to Amazon VPC

2013-02-12 Thread Russell Garrison
I found the following thread on this issue from 2010: http://comments.gmane.org/gmane.os.openbsd.misc/168129 Amazon still only supports route-based VPNs, but they have removed the requirement for BGP and instead allow for static routes. I was able to get a tunnel working without using BGP based o

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

2013-02-12 Thread Jeremie Le Hen
On Tue, Feb 12, 2013 at 03:13:09PM +, Stuart Henderson wrote: > Generally looking very good, just a couple of tweaks: > > On 2013/02/12 15:06, Jeremie Le Hen wrote: > > +The DHCP server configuration is not > > +described yet again in this section but the addressing scheme used here is > > +th

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

2013-02-12 Thread Stuart Henderson
Generally looking very good, just a couple of tweaks: On 2013/02/12 15:06, Jeremie Le Hen wrote: > +The DHCP server configuration is not > +described yet again in this section but the addressing scheme used here is > +the same. > +The will also be the uplink router for your bridged network, so we

Re: bootable OpenBSD USB stick from windows?

2013-02-12 Thread Mikkel C. Simonsen
Heptas Torres wrote: On 2/12/13, Jan Stary wrote: On Feb 11 23:55:30, hepta...@gmail.com wrote: On 2/11/13, Jiri B wrote: On Mon, Feb 11, 2013 at 10:51:29PM +, Heptas Torres wrote: Hello I have an old laptop with no CD-ROM but can boot from USB. Given that I only have access to a window

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

2013-02-12 Thread Jeremie Le Hen
On Tue, Feb 12, 2013 at 12:30:32PM +, Stuart Henderson wrote: > On 2013/02/12 12:49, Jeremie Le Hen wrote: > > Thanks. Can you have a glance at the attached patch please? > > > > I am not aware of OpenBSD documentation rules, so excuse me if I broke > > any of them. Also, feel free to propos

Re: bootable OpenBSD USB stick from windows?

2013-02-12 Thread Scott McEachern
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: http://www.openbsd.org/faq/faq14.html#flashmemLive Essentially

Re: bootable OpenBSD USB stick from windows?

2013-02-12 Thread Heptas Torres
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: >> > http://www.openbsd.org/faq/faq14.html#flashmemLive >> > >> > Essentially what I had to do

Re: bootable OpenBSD USB stick from windows?

2013-02-12 Thread Heptas Torres
On 2/12/13, Jan Stary wrote: > On Feb 11 23:55:30, hepta...@gmail.com wrote: >> On 2/11/13, Jiri B wrote: >> > On Mon, Feb 11, 2013 at 10:51:29PM +, Heptas Torres wrote: >> >> Hello >> >> I have an old laptop with no CD-ROM but can boot from USB. Given that >> >> I only have access to a windo

Re: bootable OpenBSD USB stick from windows?

2013-02-12 Thread Heptas Torres
On 2/12/13, Maximo Pech wrote: >> I only have access to a windows machine to burn an iso image, do you >> know of an easy way (e.g. some windows programa) to create a bootable >> OpenBSD USB stick >> > > I think you should ask this on a windows-centric place. > > Well I guess not many write tools

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

2013-02-12 Thread Stuart Henderson
On 2013/02/12 12:49, Jeremie Le Hen wrote: > On Tue, Feb 12, 2013 at 12:06:24AM +, Stuart Henderson wrote: > > On 2013-02-11, Jeremie Le Hen wrote: > > > Hi list, > > > > > > What is the advised way to assign an IP address to a bridge(4) > > > interface? > > > > http://marc.info/?l=openbsd-mi

Re: OpenBSD ignoring RFC-compliant IPv6 neighbor solicitation?

2013-02-12 Thread Stuart Henderson
On 2013-02-11, Martin Schmitt wrote: > Am 11.02.2013 12:12, schrieb Stefan Sperling: > >> I believe the code path you're hitting is this one in netinet6/nd6_nbr.c, >> in nd6_ns_input(): >> >> } else { >> /* >> * Make sure the source address is from a neighbor's addr

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

2013-02-12 Thread Jeremie Le Hen
On Tue, Feb 12, 2013 at 12:06:24AM +, Stuart Henderson wrote: > On 2013-02-11, Jeremie Le Hen wrote: > > Hi list, > > > > What is the advised way to assign an IP address to a bridge(4) > > interface? > > http://marc.info/?l=openbsd-misc&m=128268726102239&w=2 > > > Last thing: if it was docum

Re: Legal Question: OpenBSD Spin-off

2013-02-12 Thread James Griffin
- Jack Woehr [2013-02-11 15:46:29 -0700] - : > If you need OpenBSD you have the technical skills to install it or you know > (and possibly pay) someone who does. > > OpenBSD, which is 20-ish years old now, was designed and is designed > and apparently always will be designed for those w

Re: bootable OpenBSD USB stick from windows?

2013-02-12 Thread Jan Stary
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: > > http://www.openbsd.org/faq/faq14.html#flashmemLive > > > > Essentially what I had to do was boot from CD on the desktop system (u

Re: bootable OpenBSD USB stick from windows?

2013-02-12 Thread Jan Stary
On Feb 11 23:55:30, hepta...@gmail.com wrote: > On 2/11/13, Jiri B wrote: > > On Mon, Feb 11, 2013 at 10:51:29PM +, Heptas Torres wrote: > >> Hello > >> I have an old laptop with no CD-ROM but can boot from USB. Given that > >> I only have access to a windows machine to burn an iso image, do y

Re: Legal Question: OpenBSD Spin-off

2013-02-12 Thread Jan Stary
On Feb 11 15:58:39, themazed...@gmail.com wrote: > On 02/10/2013 06:47 PM, Rod Whitworth wrote: > >On Sun, 10 Feb 2013 18:09:56 -0600, Maximo Pech wrote: > > > >>Well, installing openbsd is not what I'd call easy for people with few > >>technical skills. > >Crap! It is well documented and very litt