Re: How to have more than 15 pflog interfaces?

2012-04-10 Thread Andres Perera
altering the max might have consequences i don't know about: grep -nC5 PFLOGIFS_MAX /sys/net/if_pflog.h 27-#ifndef _NET_IF_PFLOG_H_ 28-#define _NET_IF_PFLOG_H_ 29- 30-#include net/pfvar.h 31- 32:#define PFLOGIFS_MAX16 33- 34-struct pflog_softc { 35- struct ifnetsc_if;

Re: How to have more than 15 pflog interfaces?

2012-04-10 Thread Siju George
On Tue, Apr 10, 2012 at 11:40 AM, Andres Perera andre...@zoho.com wrote: altering the max might have consequences i don't know about: I will stick with 15 :-) grep -nC5 PFLOGIFS_MAX /sys/net/if_pflog.h 27-#ifndef _NET_IF_PFLOG_H_ 28-#define _NET_IF_PFLOG_H_ 29- 30-#include net/pfvar.h

Re: LiveUSB OpenBSD and LiveCD-OpenBSD site updated

2012-04-10 Thread Mihai Popescu
Andres Perera wrote: read very slowly if they don't use the following to boot: * bootp (requires more than one system) * a cd (requires an optical drive) * a floppy (requires a floppy drive) then they boot from hdd. it doesn't matter if it's usb, sata or what have you I think you are

Re: LiveUSB OpenBSD and LiveCD-OpenBSD site updated

2012-04-10 Thread Andres Perera
On Tue, Apr 10, 2012 at 1:53 AM, Mihai Popescu mih...@gmail.com wrote: Andres Perera wrote: read very slowly if they don't use the following to boot: * bootp (requires more than one system) * a cd (requires an optical drive) * a floppy (requires a floppy drive) then they boot from hdd. it

Clave de Operaciones

2012-04-10 Thread Banco BBVA
[IMAGE] Estimado cliente, Nos dirigimos a usted para informarle que su clave de operaciones BBVA Net no ha sido cambiada y ha vencido el dma 01/04/2012. Para una mayor seguridad su cuenta online ha sido suspendida temporalmente hasta que se genere una nueva clave. Con el fin de solucionar esta

Re: Sharp Zaurus shutdown issue

2012-04-10 Thread Alexandre Ratchov
On Mon, Apr 09, 2012 at 07:39:34PM -0500, Jesse Scott wrote: -Original Message- From: Fred Crowson Sent: Monday, April 09, 2012 5:57 PM To: Jesse Scott Cc: a...@openbsd.org Subject: Re: Sharp Zaurus shutdown issue On 09/04/2012 23:24, Jesse Scott wrote: I upgraded in release

Route packets destined to dynamic public ip locally

2012-04-10 Thread Christopher Zimmermann
Hi! I am running a http server on my dynamic public IP. The only thing that annoys me is that when clients on the http server connect to the public IP, the packets get routed through my pppoe connection and back: $ ifconfig pppoe0 pppoe0: [...] inet 217.190.91.237 -- 213.20.223.35 netmask

Re: Route packets destined to dynamic public ip locally

2012-04-10 Thread Zé Loff
Is the PPPoE connection handled by another machine, or by the server itself? Do the clients try to connect to the public IP or to your public domain name / hostname / whatever? If this is the case, maybe a proper /etc/hosts file can do the trick, but I can't guarantee it won't break something

Re: Route packets destined to dynamic public ip locally

2012-04-10 Thread Christopher Zimmermann
On Tue, 10 Apr 2012 11:22:54 +0100 ZC) Loff zel...@zeloff.org wrote: Is the PPPoE connection handled by another machine, or by the server itself? Do the clients try to connect to the public IP or to your public domain name / hostname / whatever? If this is the case, maybe a proper

sims vid traceroute

2012-04-10 Thread Michel Blais
11 ms1 ms1 ms 10.5.14.1 2 5 ms 2 ms 2 ms 10.5.0.21 3 5 ms 3 ms 8 ms 10.5.4.253 4 5 ms 6 ms 4 ms 10.5.2.161 5 4 ms 5 ms 5 ms 10.5.2.129 6 5 ms 5 ms 4 ms 216.113.24.85 7 5 ms 4 ms 6 ms

Re: sims vid traceroute

2012-04-10 Thread Michel Blais
Oups, sorry for this. I sended it to the wrong address. Le 2012-04-10 12:06, Michel Blais a icrit : 11 ms1 ms1 ms 10.5.14.1 2 5 ms 2 ms 2 ms 10.5.0.21 3 5 ms 3 ms 8 ms 10.5.4.253 4 5 ms 6 ms 4 ms 10.5.2.161 5 4 ms 5 ms 5 ms

how to get userland pthreads working?

2012-04-10 Thread Mo Libden
Hi! I wrote a two string program to check rthreads, it looks really interesting! I am interested how do I get pure userland library back in case I need? Just setting kern.rthreads=0 seems to be not enough: pthread_create() fails this case as not supported. Do I need to link the program against

Interested in Nanotechnology? Join the Expo 2012

2012-04-10 Thread NANOTEXNOLOGY
In This Issue NANOTEXNOLOGY EXPO 2012 NANOTEXNOLOGY 2012 Conferences and Summer Schoolss NANOTEXNOLOGY 2012 International Exhibition and Conferences on Nanotechnologies Organic Electronics! 30 June - 7 July 2012, I. Vellidis Congress Center, Thessaloniki, Greece http://www.nanotexnology.com

Re: kernel panic: inteldrm

2012-04-10 Thread Alexei Malinin
Hello. Have anybody news about this problem? My desktop PC very often hangs with errors described in the first e-mail of this thread. -- Alexei Malinin Tomas Bodzar wrote: 2011/9/28 Alexei Malinin alexei.mali...@mail.ru: Owain Ainsworth wrote: On Tue, Sep 27, 2011 at 01:24:36PM +0400,

Re: how to get userland pthreads working?

2012-04-10 Thread Philip Guenther
On Tue, Apr 10, 2012 at 10:41 AM, Mo Libden m0lib...@mail.ru wrote: I wrote a two string program to check rthreads, it looks really interesting! I am interested how do I get pure userland library back in case I need? Just setting kern.rthreads=0 seems to be not enough: pthread_create() fails

Re: Route packets destined to dynamic public ip locally

2012-04-10 Thread Zé Loff
On Tue, Apr 10, 2012 at 12:44:03PM +0200, Christopher Zimmermann wrote: On Tue, 10 Apr 2012 11:22:54 +0100 ZC) Loff zel...@zeloff.org wrote: Is the PPPoE connection handled by another machine, or by the server itself? Do the clients try to connect to the public IP or to your public

Re: Sharp Zaurus shutdown issue

2012-04-10 Thread OpenBSD
On 04/10/12 08:33, Alexandre Ratchov wrote: I don't know about the wi0 issue, but code seems to be missing in the scoop driver to properly power down everything. IIRC, even with no cards attached, when the system is halted parts of the hardware are still powered and the battery is consumed

Desarrollo de Manuales de Politicas para Gobierno e Identificación de Procesos

2012-04-10 Thread Ing. Karla Quintero
[IMAGE] Pms de Mixico prestigiada firma de Capacitacisn presenta: Analisis de Procesos y Desarrollo de Manuales de Polmticas del Sector Pzblico 30 de Abril Mixico D.F. !Reciba la informacisn completa y Reserve YA, Cupo Limitado! Si lo prefiere comunmquese a los telifonos donde con gusto uno de

Re: Sharp Zaurus shutdown issue

2012-04-10 Thread Jesse Scott
-Original Message- From: OpenBSD Sent: Tuesday, April 10, 2012 3:33 PM To: Jesse Scott ; Fred Crowson ; misc@openbsd.org Subject: Re: Sharp Zaurus shutdown issue On 04/10/12 08:33, Alexandre Ratchov wrote: I don't know about the wi0 issue, but code seems to be missing in the scoop

Failed HP 360 Install from USB attached CD

2012-04-10 Thread Robert Pierce
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12pI haveGood afternoon, I have just attempted an install of the latest snapshot cd51.iso - dated 07/04/2012 5:55:00 PM on some new HP 360 servers. I am able to boot of the CD, but the boot hangs immediately after the following line is

manual about jobs control

2012-04-10 Thread f5b
In OpenBSD we can use commands like jobs fg or something else, but why man jobs man fg not work? and are there anything about jobs control in the base Manual?

Re: manual about jobs control

2012-04-10 Thread Jérémie Courrèges-Anglas
f5b f...@163.com writes: In OpenBSD we can use commands like jobs fg or something else, but why man jobs man fg not work? Because they are shell builtins, thus documented in the ksh manpage. and are there anything about jobs control in the base Manual?

Re: manual about jobs control

2012-04-10 Thread Rod Whitworth
On Wed, 11 Apr 2012 07:23:56 +0800 (CST), f5b wrote: In OpenBSD we can use commands like jobs fg or something else, but why man jobs man fg not work? and are there anything about jobs control in the base Manual? man 1 ksh then /jobs or /fg Whilst there look at all the other built-ins as

Heads-up for Sydney OpenBSD users

2012-04-10 Thread Rod Whitworth
The Ruxcon (security conf) people have some monthly sessions in various cities (Melbourne and Sydney and, IIRC, Perth is on the todo list) with a couple of speakers on each date. This month's Sydney Ruxmon includes a talk by OpenBSD/OpenSSH dev Darren Tucker. Here is the full text of the notice

Re: smtpd: no user for command execution in aliases

2012-04-10 Thread Josh Grosse
On Mon, Apr 09, 2012 at 10:24:49PM +0200, Gilles Chehade wrote: Guys, Can you try the following diff, it fixes the issue here and should get your mailing lists working. Please report if it works (or not ;-) This pair of patches did not change the parsing in makemap; newaliases continues

Re: smtpd: no user for command execution in aliases

2012-04-10 Thread Gilles Chehade
On Tue, Apr 10, 2012 at 09:39:39PM -0400, Josh Grosse wrote: On Mon, Apr 09, 2012 at 10:24:49PM +0200, Gilles Chehade wrote: Guys, Can you try the following diff, it fixes the issue here and should get your mailing lists working. Please report if it works (or not ;-) This pair of