Re: Default route not used when its out and in a a subnet scope

2012-01-30 Thread Dan Shechter
On Mon, Jan 30, 2012 at 5:36 AM, Dan Shechter wrote: > Hi All. > > I have noticed something regarding routing, and I want to make sure its > the expected behavior. > > Lets say I have interface em0 with IP 10.1.1.10/24 and a default route of > 10.1.1.1, then I change em0 IP to 10.1.1.10/31 then

Re: looking for hardware recommendations, x86 or otherwise.

2012-01-30 Thread Dewey Hylton
- Original Message - > From: "Theo de Raadt" > To: "Dewey Hylton" > Cc: misc@openbsd.org > Sent: Sunday, January 29, 2012 6:32:21 PM > Subject: Re: looking for hardware recommendations, x86 or otherwise. > > > i'm hoping the raspberrypi will eventually be supported on openbsd > > (if the

Re: looking for hardware recommendations, x86 or otherwise.

2012-01-30 Thread Dewey Hylton
- Original Message - > From: "corey clingo" > To: misc@openbsd.org > Sent: Sunday, January 29, 2012 7:05:17 PM > Subject: Re: looking for hardware recommendations, x86 or otherwise. > > On Sun, Jan 29, 2012 at 4:06 PM, Dewey Hylton > wrote: > > if you feel this is a tired and worn-out qu

Re: Starting out

2012-01-30 Thread Stuart Henderson
On 2012-01-29, Pruttel wrote: > Did not know that where do you find the guides to do something like that > Sent from my iPod > > On Jan 28, 2012, at 9:02, Antoine Jacoutot wrote: > >> On Sat, Jan 28, 2012 at 07:47:25AM +0100, Tomas Bodzar wrote: I know that Open BSD is not really a desk top

The use of DUID

2012-01-30 Thread Wesley M.
Hi, I have a question, i read faq "14 - Disk Setup (DiskLabel Unique Identifiers) ". It is a pretty feature. We can start OpenBSD OS from the disk put anywhere(order). But what's about after a dump/restore Boot in single user : backup the disk using 'dump -0af /mnt/root.dump /dev/wd0a' ... Whe

Re: looking for hardware recommendations, x86 or otherwise.

2012-01-30 Thread Tobias Ulmer
On Mon, Jan 30, 2012 at 08:24:49AM -0500, Dewey Hylton wrote: > - Original Message - > > From: "Theo de Raadt" > > To: "Dewey Hylton" > > Cc: misc@openbsd.org > > Sent: Sunday, January 29, 2012 6:32:21 PM > > Subject: Re: looking for hardware recommendations, x86 or otherwise. > > > > >

Dell Optiplex 790 NIC support (Intel, Broadcom)

2012-01-30 Thread David Eisner
I'm putting together a system to serve as a dedicated OpenBSD firewall. I want to know whether the network interfaces are supported by OpenBSD. The system I'm looking at is a Dell Optiplex 790. Here is what Dell's website has to say about the NICs in question: * On board: (LOM) Intel. Gigabit

Re: Dell Optiplex 790 NIC support (Intel, Broadcom)"

2012-01-30 Thread Michael T. Davis
At 11:29:39.06 on 30-JAN-2012 in message , David Eisner wrote: >I'm putting together a system to serve as a dedicated OpenBSD >firewall. I want to know whether the network interfaces are supported >by OpenBSD. > >The system I'm looking at is a Dell Optiplex 790. Here is what Dell's >website has

Re: The use of DUID

2012-01-30 Thread Nick Holland
On 01/30/2012 11:10 AM, Wesley M. wrote: Hi, I have a question, i read faq "14 - Disk Setup (DiskLabel Unique Identifiers) ". It is a pretty feature. We can start OpenBSD OS from the disk put anywhere(order). But what's about after a dump/restore Boot in single user : backup the disk using 'dum

Re: The use of DUID

2012-01-30 Thread Wesley M.
Thank you for your explanation. I understand better. On Mon, 30 Jan 2012 12:05:58 -0500, Nick Holland wrote: > On 01/30/2012 11:10 AM, Wesley M. wrote: >> Hi, >> >> I have a question, i read faq "14 - Disk Setup (DiskLabel Unique >> Identifiers) ". >> It is a pretty feature. We can start OpenB

Re: Dell Optiplex 790 NIC support (Intel, Broadcom)"

2012-01-30 Thread David Eisner
On Mon, Jan 30, 2012 at 11:57 AM, Michael T. Davis wrote: >According to Dell's documentation (at http://support.dell.com), the > OptiPlex 790 LOM is an Intel 82579LM, specifically cited by em(4). I believe > you've already identified the Broadcom model (i.e. BCM5722); it appears this > is

Broadcom BCM43224 802.11 development?

2012-01-30 Thread Josh Grosse
I happen to have one of these, and am *considering* diving in to see if I can integrate this with bwi(4). If you're already working on this, or if you have worked on it in the the past, please let me know; I would hate to duplicate your efforts. While I have not yet begun scoping the technical re

Re: iPad2 and iPhone4S USB messages

2012-01-30 Thread Dave Anderson
On Sat, 24 Dec 2011, Dave Anderson wrote: >On Fri, 23 Dec 2011, Brynet wrote: > >>On Fri, Dec 23, 2011 at 09:30:44PM -0500, Dave Anderson wrote: >>> For the iPhone, yes, but evidently not for the iPad2. >> >>Yes, it will be a manual effort for as long as Apple releases new devices. >> >>> >If you

Re: usb serial device (Atmel), only as ugen

2012-01-30 Thread Mihai Popescu
Could you post the section from dmesg for this device, after the patch, please ? Thank you.

nut cgi-bin in apache chroot

2012-01-30 Thread pavel pocheptsov
hello misc. please help to understand how it work? I install nut and nut-cgi from pakages. nut work without any problem: # upsc eaton@localhost battery.charge: 100 battery.charge.low: 20 battery.runtime: 3216 device.mfr: MGE UPS SYSTEMS device.model: EX 2200 device.serial: AQ0L39022 driver.name: m

Re: iPad2 and iPhone4S USB messages

2012-01-30 Thread Brynet
On Mon, Jan 30, 2012 at 03:52:42PM -0500, Dave Anderson wrote: > Rather belatedly: > > .. > iPad(0x129f), Apple Inc.(0x05ac) > ... > > Dave > > -- > Dave Anderson > Okay.. so try this, run make in dev/usb before building. Index: uaudio.c

Re: Broadcom BCM43224 802.11 development?

2012-01-30 Thread Jonathan Gray
Porting the v4 firmware driver from FreeBSD (bwn) would be a closer match. bwi really only covers the older chips. On Mon, Jan 30, 2012 at 06:54:02PM +, Josh Grosse wrote: > I happen to have one of these, and am *considering* diving in to see if I can > integrate this with bwi(4). If you're

Re: Broadcom BCM43224 802.11 development?

2012-01-30 Thread Vitali
Hi. This is a very good and extremely wanted undertaking. And does anybody work on BCM4313? On Tue, Jan 31, 2012 at 1:39 AM, Jonathan Gray wrote: > Porting the v4 firmware driver from FreeBSD (bwn) would be a closer > match. B bwi really only covers the older chips. > > On Mon, Jan 30, 2012 at 06

Re: Long delay updating xenocara source tree?

2012-01-30 Thread Dave Anderson
On Sat, 28 Jan 2012, Nick Holland wrote: >On 01/28/12 09:12, Dave Anderson wrote: >> Thanks for the info. I've been using -Pd because >> says to use them; I haven't yet >> had a chance to look into how cvs works beyond reading the man page, >> faq, etc. > >an

Confirme Recebimento Da Sua Assinatura Eletronica

2012-01-30 Thread Super Linha Santander
SantanderComunicado SUPERLINHA SANTANDER O Santander esta enviando este email para confirmar o recebimento da sua Assinatura Eletrtnica. Informamos, que ati o presente momento nco recebemos sua confirmagco,e para evitar maiores transtornos em suas transagues em nossos canais de a

warning message during boot, DHCP and no connections

2012-01-30 Thread pix
I am running 3 OpenBSD computers in a home (labotary) environment network. I learn as a go (no pressure) and I am having fun. I have time on my hands, so my objective is to build confidence in solving the issues I encounter. My setup looks like this. One "Supermicro" gateway with 3 nics, one going

Re: Broadcom BCM43224 802.11 development?

2012-01-30 Thread Josh Grosse
On Tue, Jan 31, 2012 at 10:39:03AM +1100, Jonathan Gray wrote: > Porting the v4 firmware driver from FreeBSD (bwn) would be a closer > match. bwi really only covers the older chips. Thank you for the recommendation! I will take a look at both FreeBSD's code as well as Broadcom's.

Re: usb serial device (Atmel), only as ugen

2012-01-30 Thread Jonathan Gray
On Sun, Jan 29, 2012 at 07:11:22PM +0100, LEVAI Daniel wrote: > On v, jan 29, 2012 at 20:40:35 +1100, Jonathan Gray wrote: > > On Sun, Jan 29, 2012 at 08:27:16AM +0100, LEVAI Daniel wrote: > > > Hi! > > > > > > > > > I'm trying to use an USB serial device with qemu on a OpenBSD host and a > > > w

El Mejor Taller de Finanzas para Ejecutivos en México

2012-01-30 Thread Marta Solis
476525 [IMAGE] Pms de Mixico prestigiada firma de Capacitacisn presenta: Taller de Finanzas para NO Financieros 7 de Febrero en la ciudad de Mixico. Capacitacisn personalizada por el experto en la materia. Este entrenamiento tiene valor curricular y garantma de satisfaccisn. Obtenga las herramie

Aplicacion Exitosa de los INCOTERMS

2012-01-30 Thread Lic. Angeles Torres
AplicaciC3n Exitosa de los INCOTERMS en el Comercio Internacional y Aduana MC)xico D.F. 08 de Febrero / Monterrey 10 de Febrero / Online en Vivo 13 de Febrero Permita que su negocio llegue mC!s lejos aprendiendo y dominando los tC)rminos comerciales internacionales establecidos por la CC!mara Inte

Re: looking for hardware recommendations, x86 or otherwise.

2012-01-30 Thread corey clingo
On Mon, Jan 30, 2012 at 7:46 AM, Dewey Hylton wrote: > - Original Message - >> From: "corey clingo" >> To: misc@openbsd.org >> Sent: Sunday, January 29, 2012 7:05:17 PM >> Subject: Re: looking for hardware recommendations, x86 or otherwise. >> >> On Sun, Jan 29, 2012 at 4:06 PM, Dewey Hyl

Re: looking for hardware recommendations, x86 or otherwise.

2012-01-30 Thread Lars
If someone is considering doing openbsd ports for raspberry pi devices, they might want to look at freebsd as a starting point, instead of linux. But it doesn't look that great, lots of undocumented crap with pi: http://lists.freebsd.org/pipermail/freebsd-hackers/2011-November/036754.html I don'

Re: looking for hardware recommendations, x86 or otherwise.

2012-01-30 Thread Tomas Bodzar
On Tue, Jan 31, 2012 at 5:16 AM, Lars wrote: > If someone is considering doing openbsd ports for raspberry pi devices, > they might want to look at freebsd as a starting point, instead of linux. > > But it doesn't look that great, lots of undocumented crap with pi: > > http://lists.freebsd.org/pip