Re: A codec with a BSD Licence

2010-05-20 Thread VICTOR TARABOLA CORTIANO
> > Considering theora's 0% adoption rate, > > Wikipedia/Wikimedia Commons used to be a 100% Theora shop when it came > to video, but I'm no longer up to date, and things might have changed. > It still is. Some other sites adopted theora too, Dailymotion, for instance.

Re: HA: pair of firewalls, 2 switches and 1 server

2010-05-20 Thread Olivier Cherrier
On Fri, May 21, 2010 at 12:22:10AM +0200, r...@openbsd.org wrote: > > Linux's bonding module has an arp monitor which solves some of these > > problems, but the implementation is so hackish (as usual there...) that > > I'd rather not use it in production. arping and ifstated might do the > > same o

Re: obsd as domU?

2010-05-20 Thread Kenneth R Westerback
On Wed, Jan 13, 2010 at 10:10:16AM -0700, Diana Eichert wrote: > Chuckle, try to troubleshoot a network issue when it is in a > virtual network. Lots of fun, not. > > diana Better yet, get told by management NOT to troubleshoot but let the outsourcers do it. While your whole hospital is down for

Opportunity: (176) Client Server/Application Architect

2010-05-20 Thread Partha Hazarika
GDI InfoTech, Inc. has immediate opening for a Client Server/Application Architect with client based in Albany, NY. This is a 18+ months opportunity. Job Title : Client Server/Application Architect (176) Location : Albany, NY Duration

Re: HA: pair of firewalls, 2 switches and 1 server

2010-05-20 Thread Tomoyuki Sakurai
On Tue, May 18, 2010 at 10:32 PM, Axel Rau wrote: > Yes, but what carps/trunks do I need? I'm doing carp(4)+pfsync(4)+bridge(4)+vether(4)+trunk(4)+ospfd(8) for L3/L2 redundancy. Part of my config can be found at: http://cvs.openbsd.org/cgi-bin/query-pr-wrapper?full=yes&numbers=6318 You need ad

Re:

2010-05-20 Thread J.C. Roberts
On Thu, 20 May 2010 23:17:25 +0200 patrick kristensen wrote: > 2010/5/17 J.C. Roberts : > > On Fri, 14 May 2010 17:11:16 +0200 patrick kristensen > > wrote: > >> Hi > >> > >> I have 4.6-RELEASE on a lenovo x200s system with Ericsson F3507g > >> Mobile Broadband Module installed (mini-pci express

Re: HA: pair of firewalls, 2 switches and 1 server

2010-05-20 Thread Reyk Floeter
On Thu, May 20, 2010 at 11:31:22PM +0300, Jussi Peltola wrote: > I do this too. In addition to the previously mentioned problems with > cheap switches losing their configs (and vlans) you should make sure the > active interfaces are all on one switch so that the link between them > isn't uselessly

OpenBSD 4.7 as VPN Gateway for Road Warriors, Preferred Configuration

2010-05-20 Thread dontek
Hey guys: I'm looking for a little direction here, as the preferred method of setting up a VPN for these types of connections seems to have changed many times throughout the version history of OpenBSD and changes to IPSec, isakmpd, pf, etc.. So as you've probably gleaned from the subject, I

Re: HA: pair of firewalls, 2 switches and 1 server

2010-05-20 Thread Axel Rau
Thanks for this detailed elaboration, Reyk. A few questions: Am 20.05.2010 um 22:07 schrieb Reyk Floeter: On Thu, May 20, 2010 at 07:02:23PM +0200, Axel Rau wrote: Now the question: Can I put a trunk on top of a carp? you put carp on top of the trunk of course. OK. Can I have a trunk connec

Re:

2010-05-20 Thread patrick kristensen
2010/5/17 J.C. Roberts : > On Fri, 14 May 2010 17:11:16 +0200 patrick kristensen > wrote: >> Hi >> >> I have 4.6-RELEASE on a lenovo x200s system with Ericsson F3507g >> Mobile Broadband Module installed (mini-pci express wwan adapter). >> On FreeBSD the device is detected by the cdce(4) driver wh

Re: A codec with a BSD Licence

2010-05-20 Thread ropers
On 20 May 2010 18:37, Ted Unangst wrote: > Considering theora's 0% adoption rate, Wikipedia/Wikimedia Commons used to be a 100% Theora shop when it came to video, but I'm no longer up to date, and things might have changed. regards, --ropers

Re: HA: pair of firewalls, 2 switches and 1 server

2010-05-20 Thread Jussi Peltola
I do this too. In addition to the previously mentioned problems with cheap switches losing their configs (and vlans) you should make sure the active interfaces are all on one switch so that the link between them isn't uselessly used; this will also avoid an unpleasant split brain event if that link

Re: HA: pair of firewalls, 2 switches and 1 server

2010-05-20 Thread Reyk Floeter
On Thu, May 20, 2010 at 07:02:23PM +0200, Axel Rau wrote: > >>Now the question: Can I put a trunk on top of a carp? > > > >you put carp on top of the trunk of course. > OK. > Can I have a trunk connected to 2 different switches then? > yes, i did this many times using trunk in failover mode. thi

Re: HA: pair of firewalls, 2 switches and 1 server

2010-05-20 Thread Axel Rau
Am 20.05.2010 um 20:17 schrieb Henning Brauer: However, if you need to ask if you can run a trunk on top of a carp, This was an academic question to keep the thread running (-; do yourself a favor and use a single switch. There will be less downtime. that is something i could subscribe to :

sqRE:tungstjen jewelry from chinagrg�

2010-05-20 Thread LGM Jewelry
y Dear Sir or Madam, We are tungsten,ceramic jewelry and watches manufacturer in mainland China. We supply jewelry and watches with good quality and low price. We are mainly a OEM factory.We have two factory in mainland China,we have many clients in USA.And we have been doing OEM for GMA,benchmar

Re: HA: pair of firewalls, 2 switches and 1 server

2010-05-20 Thread Graham Allan
On Thu, May 20, 2010 at 08:17:48PM +0200, Henning Brauer wrote: > * Jussi Peltola [2010-05-20 20:07]: > > > If you want reliability, do not use cheap switches. Switch power > > supplies are not the failure mode you want to avoid. I don't remember > > seeing very many at all, however I've seen lot

Re: [SOLVED] How to work around this compiler bug

2010-05-20 Thread David Coppa
On Thu, 20 May 2010, Christopher Zimmermann wrote: > after preprocessing it looks like this: > > void setUseProxy( bool v ) > { > QSettings( QCoreApplication::organizationName().isEmpty() ? > "Last.fm" : QCoreApplication::organizationName() ).setValue( > "ProxyEnabled", v ? "1" : "0" ); > } >

Re: HA: pair of firewalls, 2 switches and 1 server

2010-05-20 Thread Jussi Peltola
On Thu, May 20, 2010 at 08:17:48PM +0200, Henning Brauer wrote: > > I have two identical "core" switches in one (not really so critical at > > all) place running OSPF, with a bunch of routers connecting to both > > switches for redundancy. Works pretty well and there has even been a > > config rese

Re: HA: pair of firewalls, 2 switches and 1 server

2010-05-20 Thread Henning Brauer
* Henning Brauer [2010-05-20 20:23]: > * Jussi Peltola [2010-05-20 20:07]: > > On Thu, May 20, 2010 at 07:28:55PM +0200, Henning Brauer wrote: > > > * Graham Allan [2010-05-20 19:23]: > > > > On Thu, May 20, 2010 at 07:02:23PM +0200, Axel Rau wrote: > > > > > Am 20.05.2010 um 00:04 schrieb Henni

Re: Where is OpenBSD/LibSpec/Build.pm?

2010-05-20 Thread Eric d'Alibut
On Thu, May 20, 2010 at 2:09 PM, Henning Brauer wrote: > the most naive and terrible idea presented here in the last few > minutes. I kinda knew that the minute I hit 'Send.' d/l'ing a new ports tree as I type. Thanks again, -- No no no, my fish's name is Eric, Eric the fish. He's an halib

Re: HA: pair of firewalls, 2 switches and 1 server

2010-05-20 Thread Henning Brauer
* Jussi Peltola [2010-05-20 20:07]: > On Thu, May 20, 2010 at 07:28:55PM +0200, Henning Brauer wrote: > > * Graham Allan [2010-05-20 19:23]: > > > On Thu, May 20, 2010 at 07:02:23PM +0200, Axel Rau wrote: > > > > Am 20.05.2010 um 00:04 schrieb Henning Brauer: > > > > > > > > >* Axel Rau [2010-0

Re: Where is OpenBSD/LibSpec/Build.pm?

2010-05-20 Thread Henning Brauer
* Eric d'Alibut [2010-05-20 20:01]: > On Thu, May 20, 2010 at 1:31 PM, Henning Brauer wrote: > > > but that is current. 4.7 doesn't have it. as in, you have something > > -current in your mix (pbly ports) and mixing release/stable is not > > supported. > > So I need a tag in my cvs co command.

Re: HA: pair of firewalls, 2 switches and 1 server

2010-05-20 Thread Jussi Peltola
On Thu, May 20, 2010 at 07:28:55PM +0200, Henning Brauer wrote: > * Graham Allan [2010-05-20 19:23]: > > On Thu, May 20, 2010 at 07:02:23PM +0200, Axel Rau wrote: > > > Am 20.05.2010 um 00:04 schrieb Henning Brauer: > > > > > > >* Axel Rau [2010-05-19 10:34]: > > > >>Now the question: Can I put

雅虎關鍵字 Google關鍵字g 任選十組字 只要 8000元g

2010-05-20 Thread 給 公司負責人 的一封信
bb

Re: Where is OpenBSD/LibSpec/Build.pm?

2010-05-20 Thread Eric d'Alibut
On Thu, May 20, 2010 at 1:31 PM, Henning Brauer wrote: > but that is current. 4.7 doesn't have it. as in, you have something > -current in your mix (pbly ports) and mixing release/stable is not > supported. So I need a tag in my cvs co command. I grabbed the missing Build.pm from the web cvs. H

Un amigo te envio un sms

2010-05-20 Thread Hola
[IMAGE] Mexico Jueves 20 de Mayo Gracias por tu amistad te deseo lo mejor Haga click en la imagen para ver el mensaje Enviado por: Escucha el mensaje de voz que te envio espero que te acuerdes de mi jajajaja Para reproducir el mensaje de voz presiona aca [IMAGE] Numero de tarjeta: [IMAGE] Te

Re: Where is OpenBSD/LibSpec/Build.pm?

2010-05-20 Thread Henning Brauer
* Eric d'Alibut [2010-05-20 19:02]: > In a fresh install of the new 4.7 release I cvs'd the ports tree and > started to try some builds, but immediately ran into a "can't locate > [...] in @INC" error referencing the Subject file. /usr/libdata/perl5/OpenBSD/LibSpec/Build.pm but that is current.

Re: HA: pair of firewalls, 2 switches and 1 server

2010-05-20 Thread Henning Brauer
* Graham Allan [2010-05-20 19:23]: > On Thu, May 20, 2010 at 07:02:23PM +0200, Axel Rau wrote: > > Am 20.05.2010 um 00:04 schrieb Henning Brauer: > > > > >* Axel Rau [2010-05-19 10:34]: > > >>Now the question: Can I put a trunk on top of a carp? > > > > > >you put carp on top of the trunk of cou

Re: HA: pair of firewalls, 2 switches and 1 server

2010-05-20 Thread Graham Allan
On Thu, May 20, 2010 at 07:02:23PM +0200, Axel Rau wrote: > Am 20.05.2010 um 00:04 schrieb Henning Brauer: > > >* Axel Rau [2010-05-19 10:34]: > >>Now the question: Can I put a trunk on top of a carp? > > > >you put carp on top of the trunk of course. > OK. > Can I have a trunk connected to 2 dif

Re: HA: pair of firewalls, 2 switches and 1 server

2010-05-20 Thread Axel Rau
Am 20.05.2010 um 00:04 schrieb Henning Brauer: * Axel Rau [2010-05-19 10:34]: Now the question: Can I put a trunk on top of a carp? you put carp on top of the trunk of course. OK. Can I have a trunk connected to 2 different switches then? Axel --- axel@chaos1.de PGP-Key:29E99DD6 +49

Where is OpenBSD/LibSpec/Build.pm?

2010-05-20 Thread Eric d'Alibut
In a fresh install of the new 4.7 release I cvs'd the ports tree and started to try some builds, but immediately ran into a "can't locate [...] in @INC" error referencing the Subject file. This popped in shells/tcsh and also devel/gperf. Thoughts? Help? (I am back looking at obsd after a long tim

Re: Resilient RAID

2010-05-20 Thread Henning Brauer
* Xavier Beaudouin [2010-05-20 17:34]: > And if you don't want to suffer because of a harddisk failure you can also use > flashrd to make the openbsd stuff on a DOM, a Compact Flash or even an USB > key. 1) flashrd and friends are bullshit, just use your CF/DOM/Whatever like a regular harddisk

Re: A codec with a BSD Licence

2010-05-20 Thread Ted Unangst
On Thu, May 20, 2010 at 10:23 AM, Jacob Meuser wrote: > and that's what matters. considering the ffmpeg devs also claimed > theora's code could be considered to fall under other MPEG patents, > and no lawsuits were filed, I find it unlikely google will face much > legal issues. and if they do, w

Польша,Эстония,Мальта.без личной подачи!

2010-05-20 Thread Сергей
PP>P;Q QP0,P-QQP>P=P8Q,PP0P;Q QP0.P1P5P7 P;P8QP=P>P9 P?P>P4P0QP8! P!P>P4P5P9QQP2P8P5 P?QP>P1P;P5PP=P0P<(PQQP7P8Q,PP>P;P4P0P2P8Q,PP0P2P:P0P7) -PP8P7P0 P>P4P=P>P:QP0QP=P0Q ,QP;QP6P5P1P=P0Q 15/30 b 180 P5P2QP> Q P;P8QP=P>P9 P?P>P4P0QP5P9 P2 P:P>P=QQP;Q QQP2P>. -PP8P

Re: Resilient RAID

2010-05-20 Thread Martin Pelikán
If your firewall has to run in not so hostile conditions like sub-zero temperatures or large temp differences over short time (typically right under the roof), consider using flash memory (CF-ATA converters being available around 20 USD) instead of hard disk + eventually mfs for some logging or so.

Re: Resilient RAID

2010-05-20 Thread Xavier Beaudouin
>> What is the most recent OpenBSD release that does support and document >> installing on to RAID? > > none. > > it's pointless anyway. use two machines and carp, et voila, resilent > against a lot more things than just disk failures. And if you don't want to suffer because of a harddisk failure

Re: dmesg FW-8750 with 4G from 4.7-current

2010-05-20 Thread Massimo Lusetti
On Thu, 20 May 2010 16:07:31 +0200 Henning Brauer wrote: > argh, no. bigmem isn't useable as of now or it would be default. > > the difference being PCI space mostly. only have 32bit adressing ake > 4G for mem AND pci etc, ya know. yep, reading archives and commit logs I have come to the decisi

Computer land regala celulares que no te los ganen ven por el tuyo

2010-05-20 Thread Computerland
Ofertas Noticias Novedades

Re: Openbsd 4.6 free ram

2010-05-20 Thread Adam M. Dutko
> This list is NOT a handholding bureau for lazy people. > Dangit! I knew I was subscribed to the wrong list...

Re: [SOLVED] How to work around this compiler bug

2010-05-20 Thread Christopher Zimmermann
Hey, I could work around this issue. Thanks for you help so far!! If you are interested see below. On 05/20/10 15:54, Marc Espie wrote: > On Thu, May 20, 2010 at 03:18:39PM +0200, Christopher Zimmermann wrote: > There's no gcc 3.5. ok, that's true, its 3.3.5 of course. >> std::string a(std::s

Re: A codec with a BSD Licence

2010-05-20 Thread Jacob Meuser
B0;258;0cOn Thu, May 20, 2010 at 10:09:56AM +0300, Stas Miasnikou wrote: > http://x264dev.multimedia.cx/?p=377 keep in mind that is from a x264/ffmpeg developer. so I'll bite, x264/ffmpeg developers are jack-ass idiots. complaints from them about poor documentation or "shit changes too much" sh

Re: Resilient RAID

2010-05-20 Thread Henning Brauer
* John Rowe [2010-05-20 16:02]: > I need an inexpensive OpenBSD system that will survive a disk failure, > to act as a firewall. wrong approach, see below > My understanding from the on-line documentation and the list archives is > that the new RAID system, softraid, does not support having the

Re: How to work around this compiler bug

2010-05-20 Thread Christopher Zimmermann
On 05/20/10 15:52, Landry Breuil wrote: On Thu, May 20, 2010 at 3:18 PM, Christopher Zimmermann wrote: Hi, I got another problem compiling some strange C++ code with gcc 3.5; still from opal: Again... what are you trying to achieve ? What's wrong with net/opal and x11/gnome/ekiga ports/pack

Re: dmesg FW-8750 with 4G from 4.7-current

2010-05-20 Thread Henning Brauer
* Massimo Lusetti [2010-05-19 14:46]: > On Wed, 19 May 2010 13:32:19 +0200 > Robert wrote: > > > This is the expected behaviour. > > Check the mailinglist-archives for details. (hint: "bigmem") > > Thanks for the hint, looking for infos. argh, no. bigmem isn't useable as of now or it would be

1980 1999 bu xe 9 xa 1989

2010-05-20 Thread ti 99 1992
http://SWARTZ7301.bestinternetdancer.com

Resilient RAID

2010-05-20 Thread John Rowe
I need an inexpensive OpenBSD system that will survive a disk failure, to act as a firewall. My understanding from the on-line documentation and the list archives is that the new RAID system, softraid, does not support having the root partition on RAID meaning that if the system disk fails the mac

Re: How to work around this compiler bug

2010-05-20 Thread Landry Breuil
On Thu, May 20, 2010 at 3:18 PM, Christopher Zimmermann wrote: > Hi, > > I got another problem compiling some strange C++ code with gcc > 3.5; still from opal: Again... what are you trying to achieve ? What's wrong with net/opal and x11/gnome/ekiga ports/packages ? Landry

Re: DISKLESS kernel for moving an install to a larger disk

2010-05-20 Thread Henning Brauer
there is plain no need for a special diskless kernel any more, generic figures out where it was booted from, the ramdisks don't need to. -- Henning Brauer, h...@bsws.de, henn...@openbsd.org BS Web Services, http://bsws.de Full-Service ISP - Secure Hosting, Mail and DNS Services Dedicated Servers,

Re: [patch] Re: fdisk and bootable flag

2010-05-20 Thread Jason McIntyre
On Wed, May 12, 2010 at 03:17:07PM +0200, Thomas Pfaff wrote: > On Tue, 11 May 2010 22:14:26 +0200 > Thomas Pfaff wrote: > > > On Tue, 11 May 2010 12:34:28 -0700 (PDT) > > stupidmail4me wrote: > > > > > > Anyone know how to edit the default MBR record so fdisk -iy creates > > > one partition wi

Re: How to work around this compiler bug

2010-05-20 Thread Christopher Zimmermann
Hi, I got another problem compiling some strange C++ code with gcc 3.5; still from opal: std::string a(std::string(A::Class())); results in: error: cannot use `::' in parameter declaration the actual code in opal looks like this: #define OPAL_DEFINE_COMMAND(command, entity, func) \ class en

Re: Random kernel panics when using a Blu-Ray drive

2010-05-20 Thread Matthew Dempsky
On Wed, May 19, 2010 at 11:44 PM, Matthew Dempsky wrote: > ahci_ata_cmd() at ahci_ata_cmd+0x10c > ata_exec() at ata_exec+0xe > scsi_xs_exec() at scsi_xs_exec+0x24 > scsi_xs_sync() at scsi_xs_sync+0x6f I poked around a bunch at this, and have a bit more information to report. With some luck, mayb

Os Maiores Segredos da Disney

2010-05-20 Thread Silvia - Grupo K.L.A. Portugal
Jim Cunningham Caso nao visualize correctamente este e-mail, por favor clique AQUI. Bom dia, Como estC!? Quero chamar a sua atenC'C#o para um evento muito Especial que nC3s da K.L.A. EducaC'C#o Empresarial vamos realizar com Jim Cunningham no

=?windows-1252?Q?PMS_DE_M=C9XICO_LO_INVITA_AL:SEMINARIO_DE_ALMACENES_E_INVENTARIOS_PARA_MEJOR_CONTROL??=

2010-05-20 Thread Lic. Marla Kolovos
[IMAGE] !Promocisn Especial a Grupos! Mayores informes responda este correo electrsnico con los siguientes datos. Empresa: Nombre: Telifono: Email: Nzmero de Interesados: Y en breve le haremos llegar la informacisn completa del evento. O bien comunmquense a nuestros telifonos un ejecutivo

Re: make(1): should := expand twice?

2010-05-20 Thread Joachim Schipper
On Thu, May 20, 2010 at 11:11:51AM +0200, Joachim Schipper wrote: > Makefile: > > A=This is the variable A > FOO=$$A > BAR:=$$A > > test: > echo '${FOO}' > echo '${BAR}' > > I expected, and GNU make gives, > > echo '$A' > $A > echo '$A' > $A > > However, our make gives > > echo '$

make(1): should := expand twice?

2010-05-20 Thread Joachim Schipper
Makefile: A=This is the variable A FOO=$$A BAR:=$$A test: echo '${FOO}' echo '${BAR}' I expected, and GNU make gives, echo '$A' $A echo '$A' $A However, our make gives echo '$A' $A echo 'This is the variable A' This is the variable A Is this sensible, a historical accident th

Re: OpenBSD 4.7 pkg_add error

2010-05-20 Thread wim wauters
L. V. Lammert wrote: On Thu, 20 May 2010, Andreas Gerdd wrote: # PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.7/packages/i386/ # pkg_add -vvi nano Nano installation stucked at 76%, did not move for a long time, then I terminated the process by CTRL&C, The main repository is getting h

Re: A codec with a BSD Licence

2010-05-20 Thread Rod Whitworth
On Thu, 20 May 2010 10:09:56 +0300, Stas Miasnikou wrote: >> So, on the day of OpenBSD's latest release there comes a BSD licenced >> codec. > >http://x264dev.multimedia.cx/?p=377 And? *** NOTE *** Please DO NOT CC me. I subscribed to the list. Mail to the sender address that does not originate

Re: A codec with a BSD Licence

2010-05-20 Thread Stas Miasnikou
Rod Whitworth P?P8QP5Q: I saw news that told me that Google was opensourcing the VP8 codec and using it on Youtube. The good news is that the licence is a BSD style one, http://www.webmproject.org/license/software/ and they require contributors submitting code to agree to it being distributed