ANZ e-statement

2012-07-04 Thread statement
Your ANZ new e-statement is available. To view, click on the "ACCOUNTS" tab and then click on "Statements" to verify your account transaction.

NFS-e No. 14469897

2012-07-04 Thread misc@openbsd.org
Esta mensagem refere-se à Nota Fiscal Paulistana - NFS-e No. 14469897 emitida pelo prestador de serviços:E-mail: misc@openbsd.orgPara visualizá- la acesse o link a seguir: https://nfe.prefeitura.sp.gov.br/nfe.aspx?ccm=32189060&nf=14469247&co d=FKT4XVPG

Re: OpenBSD's webpage desing

2012-07-04 Thread Jan Stary
On Jul 05 03:36:30, Peter Laufenberg wrote: > >On 2012-06-27 19:25, Peter Laufenberg wrote: > >>> On Wed, Jun 27, 2012 at 5:29 PM, Peter Laufenberg > >>> wrote: > I'm willing to indirectly donate to OpenBSD by paying a professional > >> graphic > >>> designer to redo parts of OpenBSD's visual

Nueva fecha para el curso de "Negociación y Manejo de Conflictos"

2012-07-04 Thread Reynaldo Tapia Guillen
Apreciable Ejecutivo: TIEM de México Empresa Líder en Capacitación y Actualización de Capital Humano Pone a su disposición un excelente curso denominado: "Negociación y Manejo de Conflictos" En la Ciudad de México, el día 19 de Julio 2012 Inscríbase por lo menos 5 días antes de la fecha del curs

Re: OpenBSD's webpage desing

2012-07-04 Thread Peter Laufenberg
>On 2012-06-27 19:25, Peter Laufenberg wrote: >>> On Wed, Jun 27, 2012 at 5:29 PM, Peter Laufenberg >>> wrote: I'm willing to indirectly donate to OpenBSD by paying a professional >> graphic >>> designer to redo parts of OpenBSD's visual design. His portfolio: >>> >>> that would be cool to pr

Re: OpenBSD's webpage desing

2012-07-04 Thread Hugo Osvaldo Barrera
On 2012-06-27 19:25, Peter Laufenberg wrote: >> On Wed, Jun 27, 2012 at 5:29 PM, Peter Laufenberg >> wrote: >>> I'm willing to indirectly donate to OpenBSD by paying a professional > graphic >> designer to redo parts of OpenBSD's visual design. His portfolio: >> >> that would be cool to presence a

Re: Running OpenBSD on an Acer Aspire One 110L netbook

2012-07-04 Thread frantisek holop
hmm, on Wed, Jul 04, 2012 at 01:33:14PM -0400, Nick Holland said that > all-in-all, I really love my Acer Aspire One. I've had it since the day > the six cell version hit my local retailer in 2008. It spends most of > its time running OpenBSD. It suspends/resumes very well, the battery > life is

Re: processes dying on an old ALIX

2012-07-04 Thread Jan Stary
On Jul 04 10:57:45, Otto Moerbeek wrote: > On Tue, Jul 03, 2012 at 07:06:37PM +0200, Jan Stary wrote: > > > > this is another problem. configure > > > swap to be double the RAM size, or if you insist on loading the > > > machine about 4 times the RAM size. you obviously forgot to or didn't > > > w

Re: Lemote Fuloong

2012-07-04 Thread Tomas Bodzar
On Wed, Jul 4, 2012 at 7:59 PM, Code Blue wrote: > Thanks to the OpenBSD team and Miod Vallat for the Loongson port. > > I am trying to put together a MIPS development machine and I installed > OpenBSD 5.1. I didn't see a change log for the Loongson snapshot referenced > from the OpenBSD Loongson

Lemote Fuloong

2012-07-04 Thread Code Blue
Thanks to the OpenBSD team and Miod Vallat for the Loongson port. I am trying to put together a MIPS development machine and I installed OpenBSD 5.1. I didn't see a change log for the Loongson snapshot referenced from the OpenBSD Loongson page so I don't know if there are any relevant changes for

Re: Running OpenBSD on an Acer Aspire One 110L netbook

2012-07-04 Thread mlambda
On Wed, 2012-07-04 at 13:33 -0400, Nick Holland wrote: > > Sometimes the touchpad doesn't work (the two buttons work, but the > > cursor doesn't move), unfortunately this doesn't seem to be reproducible > > and can only be fixed by rebooting. Disabling and re-enabling the > > touchpad via the funct

SEO Proposal

2012-07-04 Thread Riya
Hello, I am Riya, SEO Consultant Advertising in the online world is one of most inexpensive and highly effective ways of promoting a business. We are a Leading Indian Based SEO & Web Development Company and one of the very few company which offer organic SEO services with a full range

Re: Running OpenBSD on an Acer Aspire One 110L netbook

2012-07-04 Thread Nick Holland
On 07/04/12 12:33, mlambda wrote: > Before installing OpenBSD on my Acer Aspire One 110L netbook, I've tried > to run it from a USB flash drive and have noticed the following problems > (I have also tried the 5.1 release and an earlier snapshot, they showed > the same problems): I've been running

=?windows-1252?Q?XI_Ateneo_2012_-_"Despu=E9s._que_importa_el_despu=E9s?_?=

2012-07-04 Thread difusion
Escuela Sistémica Argentina Institución dedicada a la formación, asistencia e investigación psicológica. Hoy nos acercamos a Uds. para invitarlos a la realización del XI Ateneo 2012 "Después… que importa el después? Depresión, toda una vida en el ayer" Día: Viernes 06 de julio de 2012, 19 horasCoor

Re: Running OpenBSD on an Acer Aspire One 110L netbook

2012-07-04 Thread Juan Francisco Cantero Hurtado
Hi. I've a AAO 150. The hardware is similar. On Wed, Jul 04, 2012 at 06:33:38PM +0200, mlambda wrote: > Before installing OpenBSD on my Acer Aspire One 110L netbook, I've tried > to run it from a USB flash drive and have noticed the following problems > (I have also tried the 5.1 release and an ea

Re: "Virtualizing" firewalling scenarios in one physical OpenBSD host

2012-07-04 Thread Andres Perera
ok here's a more thought out idea a vpf is the same as a pf only that it has an ioctl that binds its device minor to a rule # in pf0. access to a vpf0 is the same, posix vfs permissions. (securelevel affects pf rule write-ability, but i don't think a per vpf equivalent is useful for this example).

Re: "Virtualizing" firewalling scenarios in one physical OpenBSD host

2012-07-04 Thread Andres Perera
out of curiosity, how would you make pf(4) only handle rules pertaining to a certain anchor depending on the process that's interfacing with them? i ask because; e.g., pfctl -sr should only show rules for that client, and other pf(4) operations need to be equally restricted. i know that originally

Re: "Virtualizing" firewalling scenarios in one physical OpenBSD host

2012-07-04 Thread Jordi Espasa Clofent
Possible and not-recommendable at the same time I'd say. -- I will face my fear. I will permit it to pass over me and through me. And when it has gone past I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain.

Re: inteldrm0 gpu hung

2012-07-04 Thread Alexei Malinin
Steve wrote: > OK Thanks, > > Have you found any workaround ? No, I hope that upgrading to OpenBSD-5.1 will solve the problem. -- Alexei Malinin > I read in a somewhat unrelated thread someone suggesting to disable > drm in the kernel but once I do that X fails to load. > > Thanks again. > > >

Re: "Virtualizing" firewalling scenarios in one physical OpenBSD host

2012-07-04 Thread Bahador NazariFard
search about rdomain or VRF in openbsd these can solve your problem but you should do some work by hand (or brain) if you can design good plan you can solve your problem. route -exec, pfctl, rdomain, rtable may help you On Wed, Jul 4, 2012 at 11:59 AM, C. L. Martinez wrote: > Hi all, > > I wond

PUB: IberRegalos: Promociones de Verano

2012-07-04 Thread IberRegalos
Si no puede ver este boletín, haga clic aqui [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] Si has recibido este email es porque te has registrado en Groupmyid.com o has tenido una relacion comercial con MYID España. Te recordamos que segun la normativa vigente en materia de proteccion de d

Re: inteldrm0 gpu hung

2012-07-04 Thread Remco
Steve wrote: > OK Thanks, > > Have you found any workaround ? > > I read in a somewhat unrelated > thread someone suggesting to disable drm in the kernel > but once I do that X > fails to load. > > Thanks again. > Checking /var/log/Xorg.*.log (or possibly ~/.xession-errors) might give a clue

Re: Performance with network card at 10Gb

2012-07-04 Thread Massimo Pignoloni
hi i upgrade the driver and the performance are improved by about 45% passing from 1.3Gb/s to 1.9Gb/s. I check the hardware and i saw that the pcie bus of the server Xen are 2.0 and the pci of the OpenBSD server is not specified, i suppose isn't pcie 2.0. I am looking for another hardware with

Re: inteldrm0 gpu hung

2012-07-04 Thread Steve
OK Thanks, Have you found any workaround ? I read in a somewhat unrelated thread someone suggesting to disable drm in the kernel but once I do that X fails to load. Thanks again. From: Alexei Malinin To: Steve Cc: "misc@openbsd.org" Sent: Wednesday, 4 Jul

Conviértase en un Instructor Exitoso para su Empresa! (Incluye Manejo de Dinámicas)749859

2012-07-04 Thread Ing. Loana Blum
749859 [IMAGE] Formación de Instructores y Manejo de Dinámicas Vivenciales 27 y 28 de Julio, Cuernavaca, Morelos. Un taller totalmente práctico guiado por un experto. ¡Reciba la información completa, Inscríbase y Capacítese! Por favor responda este e-mail con los datos siguientes. Empresa, Nombre

Aprovecha las promos de Belleza

2012-07-04 Thread Bonus Cupon Belleza Especial!
Si no podes visualizar este mail, ingresa a: http://news1.bonuscupon.com.ar/r.html?uid=1.1t.29hh.v8.ok7n4di0nw

Re: "Virtualizing" firewalling scenarios in one physical OpenBSD host

2012-07-04 Thread Franco Fichtner
On Jul 4, 2012, at 11:51 AM, Henning Brauer wrote: > * Franco Fichtner [2012-07-04 11:43]: >> No, the great catch here is that VSX offers you tools to manage up >> to 250 of these virtual monsters in a centralized fashion. You can >> also give control of these firewalls to your customers. You can

Re: inteldrm0 gpu hung

2012-07-04 Thread Alexei Malinin
Steve wrote: > Sorry to push this again. > > Is anyone running X on HP d510 D530 dx2200 dc7600 > machines successfully ? > > Was there any tricks ? > see: http://marc.info/?l=openbsd-misc&m=131711567115611&w=2 but this issue is still unsolved :( -- Alexei Malinin > Can I grab a working > xo

Re: "Virtualizing" firewalling scenarios in one physical OpenBSD host

2012-07-04 Thread C. L. Martinez
On Wed, Jul 4, 2012 at 11:51 AM, Henning Brauer wrote: > * Franco Fichtner [2012-07-04 11:43]: >> No, the great catch here is that VSX offers you tools to manage up >> to 250 of these virtual monsters in a centralized fashion. You can >> also give control of these firewalls to your customers. You

Re: "Virtualizing" firewalling scenarios in one physical OpenBSD host

2012-07-04 Thread Henning Brauer
* Franco Fichtner [2012-07-04 11:43]: > No, the great catch here is that VSX offers you tools to manage up > to 250 of these virtual monsters in a centralized fashion. You can > also give control of these firewalls to your customers. You can put > lots of OpenBSD guests on a host, but there's no w

Re: "Virtualizing" firewalling scenarios in one physical OpenBSD host

2012-07-04 Thread Franco Fichtner
On Jul 4, 2012, at 11:13 AM, C. L. Martinez wrote: > On Wed, Jul 4, 2012 at 10:49 AM, Jiri B wrote: >> On Wed, Jul 04, 2012 at 09:29:04AM +0200, C. L. Martinez wrote: >>> Hi all, >>> >>> I wonder if with OpenBSD is possible to create virtualized firewalled >>> implementations of conventional phys

Re: "Virtualizing" firewalling scenarios in one physical OpenBSD host

2012-07-04 Thread Rafal Bisingier
Hi On Wed, Jul 4, 2012 at 11:13 CEST "C. L. Martinez" wrote: > On Wed, Jul 4, 2012 at 10:49 AM, Jiri B wrote: > > On Wed, Jul 04, 2012 at 09:29:04AM +0200, C. L. Martinez wrote: > >> > >> I wonder if with OpenBSD is possible to create virtualized firewalled > >> implementations of conventional

Re: "Virtualizing" firewalling scenarios in one physical OpenBSD host

2012-07-04 Thread Henning Brauer
* C. L. Martinez [2012-07-04 11:17]: > On Wed, Jul 4, 2012 at 10:49 AM, Jiri B wrote: > > On Wed, Jul 04, 2012 at 09:29:04AM +0200, C. L. Martinez wrote: > >> I wonder if with OpenBSD is possible to create virtualized firewalled > >> implementations of conventional physical topologies and design

Re: "Virtualizing" firewalling scenarios in one physical OpenBSD host

2012-07-04 Thread C. L. Martinez
On Wed, Jul 4, 2012 at 10:49 AM, Jiri B wrote: > On Wed, Jul 04, 2012 at 09:29:04AM +0200, C. L. Martinez wrote: >> Hi all, >> >> I wonder if with OpenBSD is possible to create virtualized firewalled >> implementations of conventional physical topologies and designs such >> as central and remote

Re: processes dying on an old ALIX

2012-07-04 Thread Otto Moerbeek
On Tue, Jul 03, 2012 at 07:06:37PM +0200, Jan Stary wrote: > > this is another problem. configure > > swap to be double the RAM size, or if you insist on loading the > > machine about 4 times the RAM size. you obviously forgot to or didn't > > want to configure swap. > > is the "twice the RAM" ma

Re: processes dying on an old ALIX

2012-07-04 Thread Otto Moerbeek
On Wed, Jul 04, 2012 at 12:00:22AM +, Stuart Henderson wrote: > On 2012-07-03, Otto Moerbeek wrote: > > Op 3 jul. 2012 om 17:54 heeft Jan Stary het volgende > > geschreven: > > > >> On Jul 03 10:32:29, Amit Kulkarni wrote: > This is 5.1-beta/i386 on an ALIX about five years old, >

Re: "Virtualizing" firewalling scenarios in one physical OpenBSD host

2012-07-04 Thread Jiri B
On Wed, Jul 04, 2012 at 09:29:04AM +0200, C. L. Martinez wrote: > Hi all, > > I wonder if with OpenBSD is possible to create virtualized firewalled > implementations of conventional physical topologies and designs such > as central and remote DMZs (my question has nothing to do with > virtualizat

Re: Accounting and external logging?

2012-07-04 Thread Alan Cheng
I once used sudosh2 to record all user sessions by setting it as a login shell. It was on Solaris 10 and forgot whether it can send logs to a remote server. http://www.shortcutsolutions.net/sudosh2-shell-auditing-software/55-introduction-sudosh2.html On Tue, Jul 3, 2012 at 5:28 PM, Johan Ryberg

Re: Accounting and external logging?

2012-07-04 Thread Hendrik Meyburgh
Not sure if you want to change the user shell, but maybe lshell or sudosh could be an option? On 03 Jul 2012, at 11:28 AM, Johan Ryberg wrote: > Hi. > > I need to log all user activity and store the data on a logging facility. > > Accouting provides some information but not all. > > Is it possibl

Re: Accounting and external logging?

2012-07-04 Thread Jiri B
On Tue, Jul 03, 2012 at 11:28:34AM +0200, Johan Ryberg wrote: > Hi. > > I need to log all user activity and store the data on a logging facility. > > Accouting provides some information but not all. > > Is it possible to use syslog and transmit every command entered by the users? accouting does

"Virtualizing" firewalling scenarios in one physical OpenBSD host

2012-07-04 Thread C. L. Martinez
Hi all, I wonder if with OpenBSD is possible to create virtualized firewalled implementations of conventional physical topologies and designs such as central and remote DMZs (my question has nothing to do with virtualization platforms like ESXi/vSphere or Xen or KVM), like for example CheckPoint