Re: Native Instruments 'Soundcards'

2009-10-29 Thread Nick Guenther
On Thu, Oct 29, 2009 at 6:11 PM, Nick Guenther wrote: > On Thu, Oct 29, 2009 at 12:42 AM, Jacob Meuser wrote: >> the alsa driver looks to be a complete driver that has nothing to do >> with any of the usb standards based drivers for audio or midi. one >> of the copyright holders on the alsa driv

Estrategia de marketing, ventas y cobranza - SEMINARIO-TALLER Jueves 5/11/2009

2009-10-29 Thread EsAG Uruguay
EsAG invita: Seminario-taller: Nombre del evento | Desarrollo comercial para PYMES (ventas, marketing y gestisn de cobranzas). Fecha | Jueves 5 de noviembre de 2009. Sede | Hotel Ibis (rambla sur, Montevideo). Horario | De 18.00 hs. a 22.00 hs. Inversisn | Inscribiindose y abonando antes

Re: Native Instruments 'Soundcards'

2009-10-29 Thread Jacob Meuser
On Thu, Oct 29, 2009 at 06:11:20PM -0400, Nick Guenther wrote: > On Thu, Oct 29, 2009 at 12:42 AM, Jacob Meuser > wrote: > > the alsa driver looks to be a complete driver that has nothing to do > > with any of the usb standards based drivers for audio or midi. one > > of the copyright holders on

Re: 4.6 hang

2009-10-29 Thread Steve Shockley
Just as another update, I replaced the fiber em card with a bge, and the problems went away.

Re: route-to/reply-to broken?

2009-10-29 Thread Stuart Henderson
In case people reading this thread didn't notice the commits yet, this works again in -current (thanks jsg and claudio). Make sure you upgrade pfctl and kernel together.

relayd(8) packet/rewrite/buffer limit?

2009-10-29 Thread Bryan Allen
I've got relayd(8) on a stock OpenBSD 4.5 system sitting in front of our public webservers, and have been very happy with it. Recently I got the idea of putting it front of our SMTP/SASL systems. The initial testing went very well, but when testing with a large attachment, it took upwards of a mi

Re: CPU of 50% for Interrupts?

2009-10-29 Thread Philip Guenther
On Thu, Oct 29, 2009 at 2:27 PM, Roger Schreiter wrote: > top show a CPU usage of 50% for interrupts, when > my router forwards 1.5 Mbit/s of IP traffic. > > My router is using OpenBSD 4.5, and running with > a VIA Eden Processor 1000MHz, which should imho be > able to handle that amount of IP tr

Exame de codigo!

2009-10-29 Thread Codigo da Estrada 2009
Caso nco visualize correctamente este e-mail, por favor clique AQUI. EXAME DE CSDIGO Teste os seus conhecimentos do Novo Csdigo da Estrada e verifique se esta apto a conduzir. GARANTIA DE CONFIDENCIALIDADE Insira os seus dados e receba um pin no seu telemsvel para validar a sua identidade

Re: Native Instruments 'Soundcards'

2009-10-29 Thread Nick Guenther
On Thu, Oct 29, 2009 at 12:42 AM, Jacob Meuser wrote: > the alsa driver looks to be a complete driver that has nothing to do > with any of the usb standards based drivers for audio or midi. one > of the copyright holders on the alsa driver has an @caiaq.de email > address. http://caiaq.de doesn'

Re: PF challenge dealing with HTTPS URL restriction policies.. would it help, other possible solution?

2009-10-29 Thread Marcello Cruz
I'm not sure about Linux, but with Windows the WPAD works fine, even if the computers are not member of an AD. The IE comes with the default "Automatic proxy configuration". So, you don't need to configure it. The problem is that some programs try to find the wpad script in the wrong (?) place

Re: openbsd ca tutorial

2009-10-29 Thread Todd Alan Smith
On Thu, Oct 29, 2009 at 4:24 PM, Bob Beck wrote: > http://lmgtfy.com/?q=OpenSSL+set+up+own+Certificate+Authority Bob, that's hilarious! I wasn't aware of that site.

Re: openbsd ca tutorial

2009-10-29 Thread Marco Peereboom
anything openssl is insufficient. When possible avoid OpenSSL. On Thu, Oct 29, 2009 at 10:14:05PM +0100, Joachim Schipper wrote: > On Thu, Oct 29, 2009 at 09:23:09PM +0100, Abdullah Sendul wrote: > > >> I am trying to create my own CA on openbsd. but unfortunately couldnt > > >> find any tutorial

Re: 4.6: Troubles with forwarding between vlan interfaces

2009-10-29 Thread Alexander Shikoff
I apologise. My mistake - misconfiguration of host in local network. On Thu, Oct 29, 2009 at 10:39:43PM +0200, Alexander Shikoff wrote: > Hello, > > I'm trying to setup a router on OpenBSD 4.6 (amd64). I have only one > physical port on it, so I've decided to use 802.1Q VLANs: vlan2 is used > to

Re: PF challenge dealing with HTTPS URL restriction policies.. would it help, other possible solution?

2009-10-29 Thread xSAPPYx
On Thu, Oct 29, 2009 at 1:16 PM, Joachim Schipper wrote: > I believe that work is currently underway to make it possible for > multiple SSL-enabled hostnames to share a single IP address, but it will > probably be quite a few years before this is remotely common. > There is an tls extension, defi

CPU of 50% for Interrupts?

2009-10-29 Thread Roger Schreiter
Hi, top show a CPU usage of 50% for interrupts, when my router forwards 1.5 Mbit/s of IP traffic. My router is using OpenBSD 4.5, and running with a VIA Eden Processor 1000MHz, which should imho be able to handle that amount of IP traffic as router. dmesg tells, that ACPI is not configured. Ar

Re: openbsd ca tutorial

2009-10-29 Thread Joachim Schipper
On Thu, Oct 29, 2009 at 09:23:09PM +0100, Abdullah Sendul wrote: > >> I am trying to create my own CA on openbsd. but unfortunately couldnt > >> find any tutorial on this, there are some on freebsd, linux, but they > >> are giving some errors. > > > If I am understanding you correctly, you might w

Re: PF challenge dealing with HTTPS URL restriction policies.. would it help, other possible solution?

2009-10-29 Thread Matthew Young
Marcello, Thank you.. this is good except that I need to configure all my browsers for downloading the pac file, and some Adware,/antivirus will not auto discover this.. my users are linux as well as windows sadly. So while this is a lot more practical then manually configuring proxies in the mach

Re: PF challenge dealing with HTTPS URL restriction policies.. would it help, other possible solution?

2009-10-29 Thread Bob Beck
browsing ssl by IP addresses will also result in certificate conflicts - because the ssl cert is for the name not the IP address. So if they were willing to do that, they're willing to have your stupid reverse proxy mitm all your certificates since they'll also fail. Perhaps between my extermely

Re: PF challenge dealing with HTTPS URL restriction policies.. would it help, other possible solution?

2009-10-29 Thread Marcello Cruz
I had a similar problem. Transparente proxy is incompatible with SSL, as far as I know. Configuring each computer to use a proxy - either manually or by script - is time consuming. So I decided to use WPAD+Squid. Problem solved. The drawback is the overhead in the internal web server. Everytim

4.6: Troubles with forwarding between vlan interfaces

2009-10-29 Thread Alexander Shikoff
Hello, I'm trying to setup a router on OpenBSD 4.6 (amd64). I have only one physical port on it, so I've decided to use 802.1Q VLANs: vlan2 is used to connect to ISP, vlan663 - LAN. Here a configuration of interfaces: em0: flags=8843 mtu 1500 lladdr 00:e0:81:b1:8d:d7 priority: 0

Re: PF challenge dealing with HTTPS URL restriction policies.. would it help, other possible solution?

2009-10-29 Thread Bob Beck
Not unless you know the ip addreses of everything you're hitting. No amount of magic will make relayd intercept an https session and get the url out without sending a bogus certificate to the user. If you have a limited set of places to go, sure, it'll work, but so will just a plain old pf rule r

Re: PF challenge dealing with HTTPS URL restriction policies.. would it help, other possible solution?

2009-10-29 Thread Matthew Young
THis is great, however out LAN users are all technical. they would know and the next thing I have is people browsing the internet through IPs. It was good, but not applicable here. On Thu, Oct 29, 2009 at 3:11 PM, Chris Kuethe wrote: > So run your own dns and only resolve good domains. Then the

Re: openbsd ca tutorial

2009-10-29 Thread Joachim Schipper
On Thu, Oct 29, 2009 at 09:12:09PM +0100, Abdullah Sendul wrote: > Hi, > > I am trying to create my own CA on openbsd. but unfortunately couldnt > find any tutorial on this, there are some on freebsd, linux, but they > are giving some errors. > > can you please point me correct place if there is

Re: openbsd ca tutorial

2009-10-29 Thread Bob Beck
http://lmgtfy.com/?q=OpenSSL+set+up+own+Certificate+Authority 2009/10/29 Abdullah Sendul : > Hi, > > I am trying to create my own CA on openbsd. but unfortunately couldnt > find any tutorial on this, there are some on freebsd, linux, but they > are giving some errors. > > can you please point me c

Re: decreasing the size of the distribution

2009-10-29 Thread Abdullah Sendul
great thanks, now my distribution is 4MB :) \sendul On Tue, Oct 27, 2009 at 4:02 AM, James Records wrote: > Take a look at www.mindrot.org/projects/flashboot > > It builds a minimal ramdisk based bsd.gz of around ~6MB > > You can customize the install script and get whatever binaries you need i

Re: PF challenge dealing with HTTPS URL restriction policies.. would it help, other possible solution?

2009-10-29 Thread Brad Tilley
On Thu, Oct 29, 2009 at 3:42 PM, Matthew Young wrote: > Iam looking for a way to have an allowed list of SSL enabled sites that a end > user can browse... Off-topic, but if the users are knowledgeable with OpenSSH, they can go around any obstacle you place in front of them and all you'll see is

Re: PF challenge dealing with HTTPS URL restriction policies.. would it help, other possible solution?

2009-10-29 Thread Joachim Schipper
On Thu, Oct 29, 2009 at 02:57:14PM -0500, Matthew Young wrote: > Hello, > > If I use a reverse proxy I would have to know the SSL key of the > remote SSL site. (gmail.com) so that the reverse proxy server would > decrypt and encrypt. Iam not mistaken. Any decent proxy server accepts the CONNECT m

Re: openbsd ca tutorial

2009-10-29 Thread Abdullah Sendul
>> I am trying to create my own CA on openbsd. but unfortunately couldnt >> find any tutorial on this, there are some on freebsd, linux, but they >> are giving some errors. > If I am understanding you correctly, you might want to look here: > http://www.openbsd.org/faq/faq10.html#HTTPS sorry not

Re: openbsd ca tutorial

2009-10-29 Thread Red Midnight
Abdullah Sendul wrote: Hi, I am trying to create my own CA on openbsd. but unfortunately couldnt find any tutorial on this, there are some on freebsd, linux, but they are giving some errors. can you please point me correct place if there is one. thanks \sendul If I am understanding you

Re: PF challenge dealing with HTTPS URL restriction policies.. would it help, other possible solution?

2009-10-29 Thread Bob Beck
Yep. That's why https encrypts the url transmission. The point is you aren't *supposed* to be able to do that securely. Your reverse proxy which does this will look like the standard hotel room sillyness. 2009/10/29 Matthew Young : > Hello, > > If I use a reverse proxy I would have to know the S

openbsd ca tutorial

2009-10-29 Thread Abdullah Sendul
Hi, I am trying to create my own CA on openbsd. but unfortunately couldnt find any tutorial on this, there are some on freebsd, linux, but they are giving some errors. can you please point me correct place if there is one. thanks \sendul

Re: PF challenge dealing with HTTPS URL restriction policies.. would it help, other possible solution?

2009-10-29 Thread James Records
may be able to do something with relayd, though i'm not sure. J On Thu, Oct 29, 2009 at 12:57 PM, Matthew Young wrote: > Hello, > > If I use a reverse proxy I would have to know the SSL key of the > remote SSL site. (gmail.com) so that the reverse proxy server would > decrypt and encrypt. Iam no

Re: PF challenge dealing with HTTPS URL restriction policies.. would it help, other possible solution?

2009-10-29 Thread Matthew Young
Hello, If I use a reverse proxy I would have to know the SSL key of the remote SSL site. (gmail.com) so that the reverse proxy server would decrypt and encrypt. Iam not mistaken. -- Matt On Thu, Oct 29, 2009 at 2:50 PM, Bob Beck wrote: > apache or other reverse proxy. > > > 2009/10/29 Matthew Y

Re: PF challenge dealing with HTTPS URL restriction policies.. would it help, other possible solution?

2009-10-29 Thread Bob Beck
apache or other reverse proxy. 2009/10/29 Matthew Young : > Hello, > > > Iam looking for a way to have an allowed list of SSL enabled sites > that a end user can browse, but this entirely done on a server level > with _zero_ configuration on the pc. > > In a dream world, squid would be able to tr

PF challenge dealing with HTTPS URL restriction policies.. would it help, other possible solution?

2009-10-29 Thread Matthew Young
Hello, Iam looking for a way to have an allowed list of SSL enabled sites that a end user can browse, but this entirely done on a server level with _zero_ configuration on the pc. In a dream world, squid would be able to tranparently proxy https and thus I would create an allowed list of ssl si

Re: Tomorrow: Amsterdam OpenBSD 4.6 release party!

2009-10-29 Thread raven
Il 29/10/09 00.23, Marco Peereboom ha scritto: In .nl? puhlease! Ahahahah ok. Next time, we organize a team of chefs of the event and i will taking from italy some specialties :) On Wed, Oct 28, 2009 at 11:07:52PM +0100, Francesco Vollero wrote: Il giorno mer, 28/10/2009 alle 22.20 +0

Re: 4.6 reboots x336 ibm server(s)

2009-10-29 Thread Joachim Schipper
On Thu, Oct 29, 2009 at 06:06:03PM +, FRLinux wrote: > On Wed, Oct 28, 2009 at 4:13 PM, Joachim Schipper > wrote: > > Just to check the obvious: did you disable acpi when booting after the > > install? (And did you try both bsd and bsd.mp? The latter is less like > > the install kernel than th

Re: 200g harddisk after newfs = Available 174g?

2009-10-29 Thread Marco Peereboom
bits are absolute. this discussion should take a turn to beck's ass again. On Thu, Oct 29, 2009 at 07:29:54PM +0100, Jurjen Oskam wrote: > On Wed, Oct 28, 2009 at 10:28:00AM +0100, Daniel Gracia Garallar wrote: > > > Computer programmers, OS and all around computer chit-chat use the > > prefix

Re: 200g harddisk after newfs = Available 174g?

2009-10-29 Thread Jurjen Oskam
On Wed, Oct 28, 2009 at 10:28:00AM +0100, Daniel Gracia Garallar wrote: > Computer programmers, OS and all around computer chit-chat use the > prefix 'giga' to refer 2^30 = 1,073,741,824 bytes. > > IEC recommends calling this GiB, but it's uncommon. > > Today, you could assume safely only manuf

Re: 4.6 reboots x336 ibm server(s)

2009-10-29 Thread FRLinux
On Wed, Oct 28, 2009 at 4:13 PM, Joachim Schipper wrote: > Just to check the obvious: did you disable acpi when booting after the > install? (And did you try both bsd and bsd.mp? The latter is less like > the install kernel than the former.) > Hello, the problem is related to the network cards a

Header re-writing and smtpd(8)

2009-10-29 Thread Chris Jones
Good morning, I'm curious if anyone knows if it's possible to do header re-writing with smtpd(8). I have a project I would love to use smtpd(8) for but I'll need to figure a way to be able to re-write message headers as they relay through this server. The gist of it is, I would like to setup a

Re: 200g harddisk after newfs = Available 174g?

2009-10-29 Thread Bryan Irvine
On Thu, Oct 29, 2009 at 10:13 AM, Bob Beck wrote: >> There are many stupid ideas in other operating systems, I >> don't see why we should be required to implement them. > > Yeah, and the discussion of my ass is a more productive discussion > than talking about making df display "marketing gigabyte

Re: 200g harddisk after newfs = Available 174g?

2009-10-29 Thread Edho P Arief
On Fri, Oct 30, 2009 at 12:13 AM, Bob Beck wrote: >> There are many stupid ideas in other operating systems, I >> don't see why we should be required to implement them. > > Yeah, and the discussion of my ass is a more productive discussion > than talking about making df display "marketing gigabyte

nat,ipsec,pf,routing question

2009-10-29 Thread Christoph Leser
I'm sure I have seen the answer to my question here on the list some time ago, but I'm too stupid to find it again: In what order are the following operations performed on an IP packet a. IPSEC ( decides whether a packet matches an IPSEC flow ) b. normal kernel routing c. NAT d. packet filtering

Re: privileged instruction fault trap

2009-10-29 Thread Bob Beck
2009/10/29 Roger Schreiter : > Today, the system crashed, . > kernel: privileged instruction fault trap, code=0 > Stopped at ip_output +0xb8: > ddb> _ . > Any helpful hints? http://www.openbsd.org/cgi-bin/man.cgi?query=crash&apropos=0&sektion=0&manpat h=OpenBSD+Current&arch=i386

Re: 200g harddisk after newfs = Available 174g?

2009-10-29 Thread Bob Beck
> There are many stupid ideas in other operating systems, I > don't see why we should be required to implement them. Yeah, and the discussion of my ass is a more productive discussion than talking about making df display "marketing gigabytes" That'll happen in openbsd right after we switch the de

privileged instruction fault trap

2009-10-29 Thread Roger Schreiter
Hello, we are operating a BGP router using OpenBSD 4.5 since some weeks. Till today everthing went fine. Today, the system crashed, causing an uptime much too short for an IP router. Can someone guess the cause from the console output? Can we improve the kernel stability by any settings? Panic

Re: Script to ping, traceroute a destination and record the time

2009-10-29 Thread Frans Haarman
2009/10/29 Kasper Adel > thanks all for answering. > > Traceroute will allow me to find out if during the short period of > application disconnect is whether its an app problem or the network > topology > changes and where (which router) the packets couldnt get across. > > Cheers, > Kim > > On Th

Re: 200g harddisk after newfs = Available 174g?

2009-10-29 Thread Jonathan Gray
On Thu, Oct 29, 2009 at 11:35:18PM +0700, Edho P Arief wrote: > On Wed, Oct 28, 2009 at 4:28 PM, Daniel Gracia Garallar > wrote: > > Manufactures use the 'giga' prefix in the International System meaning. That > > said, 1Gb would be 10^9 = 1,000,000,000 bytes. > > > > Computer programmers, OS and

Re: 200g harddisk after newfs = Available 174g?

2009-10-29 Thread Edho P Arief
On Wed, Oct 28, 2009 at 4:28 PM, Daniel Gracia Garallar wrote: > Manufactures use the 'giga' prefix in the International System meaning. That > said, 1Gb would be 10^9 = 1,000,000,000 bytes. > > Computer programmers, OS and all around computer chit-chat use the prefix > 'giga' to refer 2^30 = 1,07

Re: Script to ping, traceroute a destination and record the time

2009-10-29 Thread Kasper Adel
thanks all for answering. Traceroute will allow me to find out if during the short period of application disconnect is whether its an app problem or the network topology changes and where (which router) the packets couldnt get across. Cheers, Kim On Thu, Oct 29, 2009 at 4:43 PM, Toni Mueller wr

Re: 200g harddisk after newfs = Available 174g?

2009-10-29 Thread Daniel Gracia Garallar
Manufactures use the 'giga' prefix in the International System meaning. That said, 1Gb would be 10^9 = 1,000,000,000 bytes. Computer programmers, OS and all around computer chit-chat use the prefix 'giga' to refer 2^30 = 1,073,741,824 bytes. IEC recommends calling this GiB, but it's uncommon.

Re: Script to ping, traceroute a destination and record the time

2009-10-29 Thread David Walker
> If you can't whip this up yourself in a matter of 2 minutes they > have the wrong person debugging it. +1 If you can't already write this don't panic - it is possibly the best opportunity you may have to get your feet wet. Motivation - fix that problem. Interesting - who doesn't like learning?

Re: Secure way to delete data in hard disc

2009-10-29 Thread Bob Beck
2009/10/28 Noah Pugsley : > Can I interest you in a pair of steganograpanties? Or for cooler weather, > steganograpantaloons? The problem with steganograpanties is that residual images of my ass are present *underneath* the panties - therfore if the offending Germans were to use high technology pa

Re: Tomorrow: Amsterdam OpenBSD 4.6 release party!

2009-10-29 Thread andres
Quoting "Otto Moerbeek" : On Wed, Oct 28, 2009 at 02:08:07PM +0100, chefren wrote: Tomorrow, Thursday 29th of October: Cafe de Deugniet Oude Brugsteeg 12, 1012 JP Amsterdam

NTP not functioning for me.

2009-10-29 Thread David Walker
Bonjour. I have one of those little box peecees - no battery = no clock. Regardless, I wish to use OpenNTPD to organize time. My ISP kindly provides an ntp server. # uname -rsv OpenBSD 4.6 GENERIC#58 During boot I see this: starting network add net default: gateway 0.0.0.1 starting system logger

Re: Script to ping, traceroute a destination and record the time

2009-10-29 Thread John Jackson
On Thu, Oct 29, 2009 at 04:26:49PM +0200, Kasper Adel wrote: > Hi, > > I am trying to troubleshoot a problem that is totally random and the one > idea that would help me is to have a bash script that will ping a few > destinations every minute, then do a traceroute to these destinations, > record

Re: Script to ping, traceroute a destination and record the time

2009-10-29 Thread Jason Dixon
On Thu, Oct 29, 2009 at 04:26:49PM +0200, Kasper Adel wrote: > Hi, > > I am trying to troubleshoot a problem that is totally random and the one > idea that would help me is to have a bash script that will ping a few > destinations every minute, then do a traceroute to these destinations, > record

Re: Script to ping, traceroute a destination and record the time

2009-10-29 Thread Toni Mueller
Hi, On Thu, 29.10.2009 at 16:26:49 +0200, Kasper Adel wrote: > I am trying to troubleshoot a problem that is totally random and the one > idea that would help me is to have a bash script that will ping a few > destinations every minute, then do a traceroute to these destinations, > record the tim

Script to ping, traceroute a destination and record the time

2009-10-29 Thread Kasper Adel
Hi, I am trying to troubleshoot a problem that is totally random and the one idea that would help me is to have a bash script that will ping a few destinations every minute, then do a traceroute to these destinations, record the time and all that output in a file. then the whole process would repe

Re: wpa and wi

2009-10-29 Thread Ted Unangst
On Thu, Oct 29, 2009 at 6:54 AM, Steve Shockley wrote: > On 10/29/2009 12:34 AM, Rafael Ferreira Neves wrote: >> >> It's better you figure out what is the chipset of your wireless card >> and then search in the manpages to discover if WPA or WPA2 is >> supported for your card. > > Thanks for the r

Re: Problems with 4.5 as a KVM guest

2009-10-29 Thread Michiel van Baak
On 12:18, Thu 29 Oct 09, Toni Mueller wrote: > Hi, > > On Tue, 14.07.2009 at 11:27:13 -0600, Bob Beck wrote: > > and/or ask the linux people to fix KVM to make it really a PC. > > I'm running kvm 85+dfsg-4~bpo5 and see the following interesting > behaviour with OpenBSD 4.6: > > * /bsd.rd runs j

Re: printing

2009-10-29 Thread David Walker
Fred Crowson scrivere: > On 10/28/09, igor denisov wrote: >> Hi, there, >> I have this and no idea what to do >> lpq >> Warning: no daemon present >> Rank Owner Job Files >> Total Size >> 1st me 14 (standard input) >> >> regards >> -- >> igor deni

Re: Secure way to delete data in hard disc

2009-10-29 Thread Vadim Zhukov
On 29 October 2009 c. 15:34:42 Jacob Yocom-Piatt wrote: > Noah Pugsley wrote: > > Can I interest you in a pair of steganograpanties? Or for cooler > > weather, steganograpantaloons? > > are you suggesting there are messages hidden in pictures of beck's > ass? > > the russians will be very upset. yo

Re: Secure way to delete data in hard disc

2009-10-29 Thread Jacob Yocom-Piatt
Noah Pugsley wrote: Can I interest you in a pair of steganograpanties? Or for cooler weather, steganograpantaloons? are you suggesting there are messages hidden in pictures of beck's ass? the russians will be very upset. you should have taken thermite to those disks... Marco Peereboom wr

Re: Problems with 4.5 as a KVM guest

2009-10-29 Thread John Jackson
On Thu, Oct 29, 2009 at 12:18:40PM +0100, Toni Mueller wrote: > Hi, > > On Tue, 14.07.2009 at 11:27:13 -0600, Bob Beck wrote: > > and/or ask the linux people to fix KVM to make it really a PC. > > I'm running kvm 85+dfsg-4~bpo5 and see the following interesting > behaviour with OpenBSD 4.6: > >

Još samo 3 dana super popusti za Nju i Njega

2009-10-29 Thread E-topshop
Top Shop PoD etna | Budi fit | DomaDinstvo | Zdrav E>ivot | Lepota | Knjige | Quelle PoE>urite, ostalo je joE! samo 3 dana do isteka oktobarske Super ponude! Za dame - Dry Cooker tiganj uz 10% popusta Za dame - Rina's 1. i 2. deo uz 15% popusta Za dame - Velform Enhance Bra uz poklon vreDice

Tratamento Anti-Envelhecimento - oferta limitada

2009-10-29 Thread Alexandra Paisana
Um tratamento anti-envelhecimento incrC-vel que jC! se pode encontrar na Europa e que propC5e realizar o sonho de todas as pessoas que querem verdadeiramente permanecer jovens e em forma durante o maior tempo possC-vel. Durante um perC-odo limitado, o Centro Especial SaC:de distribui gratuitamente

Re: Problems with 4.5 as a KVM guest

2009-10-29 Thread Toni Mueller
Hi, On Tue, 14.07.2009 at 11:27:13 -0600, Bob Beck wrote: > and/or ask the linux people to fix KVM to make it really a PC. I'm running kvm 85+dfsg-4~bpo5 and see the following interesting behaviour with OpenBSD 4.6: * /bsd.rd runs just fine, using the ne(4) driver, but * /bsd (the uni-processor

Já não há memória de...Semana 44

2009-10-29 Thread USBPortugal.com
Se nco conseguir visualizar esta newsletter p.f. clique aqui | Para remover email da n/ base de dados clique aqui Clique na imagem para pedir Orgamento Email enviado para: misc@openbsd.org O presente email destina-se znica e exclusivamente a informar clientes ou potenciais clientes USBPortugal

Re: wpa and wi

2009-10-29 Thread Steve Shockley
On 10/29/2009 12:34 AM, Rafael Ferreira Neves wrote: It's better you figure out what is the chipset of your wireless card and then search in the manpages to discover if WPA or WPA2 is supported for your card. Thanks for the reply. I meant wi(4), and while the man page doesn't specifically say

GREAT SUCCESS OF JACARONI JYI 64rs

2009-10-29 Thread WEST PRESS AGENCY
[IMAGE] LEGGI LA VERSIONE ITALIANA | READ ENGLISH VERSION ENGLISH [IMAGE]Huge success and interest around the newly-born, totally custom JYI64RS, created by Jacaroni Yacht International. Also at the Genoa's 49th International Boat Show – after her September presentation at Cannes' Festival de

Re: carp master <-> backup problem

2009-10-29 Thread Georg Kahest
Hello i noticed that my netstat -s -p carp shows 1068 discarded for bad authentication My carp works okey otherwise, but should i worry about it ? how to debug it ? Bryan Irvine wrote: VVV 372 discarded for unknown vhid I know someone else already pointed it out

Re: Anyway to force IP to be assigned only if MAC matches?

2009-10-29 Thread nick
Google 802.1x port authentication & then see if your switch is capable of doing it. (ebay might get you a switch that can) It'd block the rogue machine at the switch connection. NB. it's possible to change mac addresses on machines so it's not really very secure. It's more of a inconvenience. O

Re: Anyway to force IP to be assigned only if MAC matches?

2009-10-29 Thread Toni Mueller
Hi, On Wed, 28.10.2009 at 17:29:36 -0500, Andres Salazar wrote: > I Have dhcp enabled on my LAN which assigns an IP according to the > clients MAC address, however if a user wanted to be malicious he can > statically assign any IP to his NIC. he then has root access to the box. > Isnt there an

Re: Tomorrow: Amsterdam OpenBSD 4.6 release party!

2009-10-29 Thread Otto Moerbeek
On Thu, Oct 29, 2009 at 07:54:10AM +0100, Otto Moerbeek wrote: > On Wed, Oct 28, 2009 at 02:08:07PM +0100, chefren wrote: > > > Tomorrow, Thursday 29th of October: > > > > Cafe de Deugniet Oude Brugsteeg 12, 1012 JP Amsterdam > > > >

Re: Tomorrow: Amsterdam OpenBSD 4.6 release party!

2009-10-29 Thread Otto Moerbeek
On Wed, Oct 28, 2009 at 02:08:07PM +0100, chefren wrote: > Tomorrow, Thursday 29th of October: > > Cafe de Deugniet Oude Brugsteeg 12, 1012 JP Amsterdam > >