=?windows-1252?Q?Info_Mail_spGAIA_-_Quer_poupar?_Criamos_solu=E7=F5es_de_poupan=E7a.?=

2012-07-14 Thread Info Mail spGAIA
Se não conseguir visualizar corretamente o conteúdo deste e-mail, por
favor, clique aqui

[IMAGE]

[IMAGE]

[IMAGE]

[IMAGE]

[IMAGE]

[IMAGE] De acordo com a legislação internacional que regulamenta o
correio electrónico, Secção 301, parágrafo (a)(2)(c) Decreto S 1618,
título terceiro aprovado pelo "105 Congresso Base Das Normativas
Internacionais Sobre Spam" diz o seguinte: "O email não poderá ser
considerado SPAM quando incluir uma forma do recetor ser removido da
lista". Se por algum acaso o seu nome está incluído nesta lista por erro
ou gostaria de ser removido desta lista, por favor, clique aqui. Esta
mensagem (incluindo quaisquer anexos) pode conter informação confidencial
ou legalmente protegida para uso exclusivo do destinatário. Se não for o
destinatário pretendido da mesma, não deverá usar, copiar, distribuir ou
revelar o seu conteúdo (incluindo quaisquer anexos) a terceiros, sem
autorização. Se recebeu esta mensagem por engano, por favor informe o
emissor por e-mail e elimine-a imediatamente. Obrigado. A transmissão de
mensagens via e-mail não pode ser considerada protegida ou isenta de
erros uma vez que a informação poderá ser intercetada, corrompida,
perdida, destruída, chegar ao destino com atraso ou conter vírus. Assim,
o remetente não poderá ser responsabilizado por quaisquer erros ou
omissões.



Re: openbsd running on asus eeepc 1000H?

2012-07-14 Thread giovanni
hi,

alas Fn+{F5,F6} does not work and so the brightness can't change. the
following is an humble patch against -current that makes Fn+{F5,F6}
playing

Index: acpiasus.c
===
RCS file: /cvs/src/sys/dev/acpi/acpiasus.c,v
retrieving revision 1.12
diff -u -p -u -r1.12 acpiasus.c
--- acpiasus.c  6 Jun 2011 06:13:46 -   1.12
+++ acpiasus.c  14 Jul 2012 16:00:45 -
@@ -88,6 +88,7 @@ void  acpiasus_attach(struct device *, st
 void   acpiasus_init(struct device *);
 intacpiasus_notify(struct aml_node *, int, void *);
 intacpiasus_activate(struct device *, int);
+void   brightness(int, struct acpiasus_softc *);

 #if NAUDIO > 0 && NWSKBD > 0
 extern int wskbd_set_mixervolume(long dir, int out);
@@ -151,9 +152,12 @@ int
 acpiasus_notify(struct aml_node *node, int notify, void *arg)
 {
struct acpiasus_softc *sc = arg;
+   int val;

if (notify >= ASUS_NOTIFY_BRIGHTNESSLOW &&
notify <= ASUS_NOTIFY_BRIGHTNESSHIGH) {
+   val = notify - 0x20;
+   brightness(val, sc);
 #ifdef ACPIASUS_DEBUG
printf("%s: brightness %d percent\n", DEVNAME(sc),
(notify & 0xf) * 100 / 0xf);
@@ -237,4 +241,16 @@ acpiasus_activate(struct device *self, i
break;
}
return (0);
+}
+
+void brightness(int val, struct acpiasus_softc *sc)
+{
+   struct aml_value cmd;
+
+   bzero(&cmd, sizeof(cmd));
+   cmd.v_integer = val;
+   cmd.type = AML_OBJTYPE_INTEGER;
+
+   if (aml_evalname(sc->sc_acpi, sc->sc_devnode, "PBLS", 1, &cmd, NULL))
+   printf("%s: no PBLS\n", DEVNAME(sc));
 }


2012/7/11 giovanni :
> hi misc,
>
> anybody out there w/ an asus eepc 1000H model running openbsd?
> I've found this netbook in a recycle hw store and I would be interested
> in using it for some needs.
>
> thanks
>
> --
> see ya,
> giovanni



-- 
cya,
giovanni



Re: cvsync - creating empty dir 'cvsync'

2012-07-14 Thread Nick Holland
On 07/13/12 19:38, Jiri B wrote:
> Hello,
> 
> does anybody know why does cvsync create empty 'cvsync' dir
> inside the prefix for repositories?
> 
> The config is same style as on OpenBSD page with refuse file
> excluding 'X11' and 'XF4'.
> 
> (here localhost is ftp5.eu.openbsd.org via http proxy)
> 
> # cvsync -c /etc/cvsync.conf  
> Connecting to localhost port 
> Connected to 127.0.0.1 port 
> Running...
> Updating (collection openbsd/rcs)
>  Mkdir cvsync
> Done (collection openbsd/rcs)
> Finished successfully
> 
> # ls -ltr /cvs/OpenBSD/   
> 
> total 32
> drwxrwxr-x  64 root  wheel  1536 Jul 13 03:16 ports
> drwxrwxr-x  16 root  wheel   512 Jul 13 07:25 xenocara
> drwxr-xr-x   4 root  wheel  2048 Jul 14 00:18 CVSROOT
> drwxrwxr-x  19 root  wheel   512 Jul 14 00:20 src
> drwxrwxr-x  46 root  wheel  5632 Jul 14 00:21 www
> drwxr-xr-x   2 root  wheel   512 Jul 14 01:33 cvsync
> # ls -latr /cvs/OpenBSD/cvsync/   
> 
> total 8
> drwxr-xr-x  8 root  wheel  512 Jul 14 01:33 ..
> drwxr-xr-x  2 root  wheel  512 Jul 14 01:33 .
> 
> jirib
> 

sounds like a scrap directory in your mirror, probably the result of a
minor "oops".  Check with another CVSync mirror, and talk to the
maintainer of your mirror.

However, as it is obviously empty, nothing to worry about.

Nick.



Re: power button halt vs reboot(8) and halt(8)

2012-07-14 Thread Renzo Fabriek
On Saturday 14 July 2012 01:02:12 Norman Golisz wrote:
> On Fri Jul 13 2012 23:58, frantisek holop wrote:
> > hi there,
> > 
> > how different is the code path between reboot(8), halt(8)
> > and when i press the power button?
> > 
> > the reason i ask is, that fairly often, reboot(8) and halt(8)
> > "hangs" (X disappears, but there is only black screen,
> > and the console never appears, no "syncing disks" message),
> > but pressing the power button turns off the machine
> > without fail every time.  another one of those mysteries..
> > 
> > happened on multiple notebooks for me, but here is the dmesg
> > for the one i use daily nowadays.
> 
> I can confirm this happens on my Thinkpad T400, too. I did not yet dig
> further into this, so I provide at least some system info; dmesg,
> pcidump, Xorg.0.log.
> 
> $ dmesg

I have seen this also. But not only when shutting down. Lately I start X  from 
the command line and sometimes it indeed hangs when closing X, but it is no 
hard lock. Pressing ctrl-alt-backspace did the trick to continue the shutdown. 
Switching to an other console kept working. When I was using kdm and it 
happens, I sometimes started reboot in another console. But... I don't know if 
it did the trick. I do can remember that there were two shutdown process at 
work, so I think it did.

I  have to say that it was worse with the rtrheads transition, but lately I 
haven't seen it that often. But, this laptop almost never shuts down. I only 
restart kde when konqueror is giving trouble.

But I suspect that something is choking on the X processes.
I don't know all the technical details, but I would think that X first shuts 
down his processes and then calls the shutdown program. So shutdown wouldn't be 
involved with killing X processes. I can imagine that the power button uses 
something which act the same like "kill -KILL" and thus capable off killing X.

hope this helps.

gr
Renzo

ps I'm running a current build from 4-26-12



Lineamientos para la Reduccion de los Montos de Garantia

2012-07-14 Thread Criterios de Evaluacion para Adquisiciones
© 2012 Conference Corporativo S.C. Incluye Temas Críticos Sobre:
Cierre de Gestión, Observaciones y Responsabilidades
Asista a los 44 Mejores Cursos en México de la Serie: ADQUISICIONES Y
OBRAS PÚBLICASCursos, Contenidos y Metodologías Desarrollados en
Alianza con las Mejores Universidades Europeas con Calidad ISO 9000.

 Haga click  para desplegar información
Curso 1
 Cómo Solventar Observaciones.
  (Política Cero Pendientes y Responsabilidades)

Curso 2
 Libro Blanco y las Memorias Documentales del Sector Público Mexicano.
 (NUEVO)

Curso 3
 Elaboración Puntual de las Memorias Documentales. (NUEVO)

Curso 4
 Acta de Entrega Recepción y Rendición de Cuentas. (NUEVO)

Curso 5
 Servicio Profesional de Carrera.

Curso 6
(Nueva)Investigación de Mercados y los Criterios de 
Evaluación
para Adquisiciones.

Curso 7
(Nueva)Ley Federal Anticorrupción.

Curso 8
 COMPRANET 5.0 (Licitaciones Electrónicas de las Adquisiciones).



Re: hung at pf_find_state

2012-07-14 Thread Kapetanakis Giannis

And another one:

uvm_fault(0xd0a11a80, 0xefffa000, 0, 1) -> d
kernel: page fault trap, code=0
Stopped at  pf_find_state+0x54: movl0x38(%eax),%edx
ddb{0}> ddb{0}> ddb{0}> 
pf_find_state(d4207c00,f554dad8,2,d8ae0400,d8b0c822) at

 pf_find_state+0x54
pf_test_state_udp(f554db54,f554db44,2,2,d4207c00) at pf_test_state_udp+0xbc
pf_test(2,2,d4560400,f554dca4,0) at pf_test+0xc28
ip_output(d8ae0400,0,0,1,f554dd20) at ip_output+0x767
mrt_ioctl(d8ae0100,0,3b9aca00,2,0) at mrt_ioctl+0x1b6
mrt_ioctl(40,f554de3c,2c,0,40) at mrt_ioctl+0xa4a
ip_mrouter_set(d9ce7998,68,f554def0,68,f554def0) at ip_mrouter_set+0x7c9
sosetopt(d9ce7998,0,68,d8ae0e00,246) at sosetopt+0x50
sys_setsockopt(d9e9c8b8,f554df64,f554df84,d06468d4,1) at sys_setsockopt+0xc4
syscall() at syscall+0x12c
--- syscall (number 7) ---
0x2:
ddb{0}>

Giannis

On 18/05/12 13:14, Kapetanakis Giannis wrote:

I had another hung today:

uvm_fault(0xd0a0fa40, 0xefffa000, 0, 1) -> d
kernel: page fault trap, code=0
Stopped at  pf_find_state+0x54: movl0x38(%eax),%edx
ddb{0}> ddb{0}> ddb{0}> ddb{0}> ddb{0}> 
pf_find_state(d434f800,f554dad8,2,d9ac9

600,d865a822) at pf_find_state+0x54
pf_test_state_udp(f554db54,f554db44,2,2,d434f800) at 
pf_test_state_udp+0xbc

pf_test(2,2,d455e400,f554dca4,0) at pf_test+0xc28
ip_output(d9ac9600,0,0,1,f554dd20) at ip_output+0x767
mrt_ioctl(d9f67400,0,3b9aca00,2,d09da720) at mrt_ioctl+0x1b6
mrt_ioctl(40,f554de3c,2c,1770,0) at mrt_ioctl+0xa4a
ip_mrouter_set(d9ce3bb8,68,f554def0,68,f554def0) at ip_mrouter_set+0x7c9
sosetopt(d9ce3bb8,0,68,d9ac9100,246) at sosetopt+0x50
sys_setsockopt(d9ea18b8,f554df64,f554df84,d0646194,1) at 
sys_setsockopt+0xc4

syscall() at syscall+0x12c
--- syscall (number 7) ---
0x2:

Somehow pimd is causing this hung in an unpredictable manner.
http://freecode.com/projects/pimd

Giannis

On 01/05/12 13:15, Kapetanakis Giannis wrote:

Hi,

I had this hung today with snapshot from
OpenBSD 5.1-current (GENERIC.MP) #252: Tue Apr 24 15:58:54 MDT 2012

ddb{1}>
pf_find_state(d4248200,f554dad8,2,d9fff400,d88ef822) at 
pf_find_state+0x54


ddb{1}> trace
pf_find_state(d4248200,f554dad8,2,d9fff400,d88ef822) at 
pf_find_state+0x54
pf_test_state_udp(f554db54,f554db44,2,2,d4248200) at 
pf_test_state_udp+0xbc

pf_test(2,2,d455e400,f554dca4,0) at pf_test+0xc28
ip_output(d9fff400,0,0,1,f554dd20) at ip_output+0x767
mrt_ioctl(d8b0b500,0,3b9aca00,2,d0a3c060) at mrt_ioctl+0x1b6
mrt_ioctl(40,f554de3c,2c,d0408f7f,40) at mrt_ioctl+0xa4a
ip_mrouter_set(d9cddcc8,68,f554def0,68,f554def0) at ip_mrouter_set+0x7c9
sosetopt(d9cddcc8,0,68,d9fffe00,246) at sosetopt+0x50
sys_setsockopt(d9e8d8b8,f554df64,f554df84,1e,d4125000) at 
sys_setsockopt+0xc4

syscall() at syscall+0x12c
--- syscall (number 7) ---
0x2:

ddb{1}> show panic
the kernel did not panic

ddb{1}> ps
   PID   PPID   PGRPUID  S   FLAGS  WAIT COMMAND
 20801   1880  11768  0  7   0wc
 26100   1880  11768  0  7   0grep
 31706   1880  11768  0  7   0pfctl
  1880   8627  11768  0  30x88  pause sh
 23250  28647  12413  0  30x80  nanosleep sleep
 28647  12413  12413  0  30x88  pause sh
  8627  11768  11768  0  30x80  piperdperl
 11768  25474  11768  0  30x88  pause sh
 12413  11644  12413  0  30x88  pause sh
 11644   3090   3090  0  30x80  piperdcron
 25474   3090   3090  0  30x80  piperdcron
 14442   6623   6623507  30x80  kqreadpickup
 24334  1  24334  0  30x80  ttyin getty
 22308  1  22308  0  30x80  ttyin getty
  5437  1   5437  0  30x80  ttyin getty
  1409  1   1409  0  30x80  ttyin getty
 15113  1  15113  0  30x80  ttyin getty
 18035  1  18035  0  30x80  ttyin getty
  3090  1   3090  0  30x80  selectcron
*19926  1  14409  0  7   0pimd
 30611  1  15150  0  30x80  selectsnmpd
 17231   6623   6623507  30x80  kqreadqmgr
  6623  1   6623  0  30x80  kqreadmaster
  4997  1   4997 99  30x80  poll  sndiod
  6608  1   6608  0  30x80  kqread ifstated
   412  1412  0  30x80  selectsshd
  1300  31233   8215 83  30x80  poll  ntpd
 31233   8215   8215 83  30x80  poll  ntpd
  8215  1   8215  0  30x80  poll  ntpd
 22780   5910   5910 70  30x80  selectnamed
  5910  1   5910  0  30x80  netio named
 12425  16091  16091 74  30x80  bpf   pflogd
 16091  1  16091  0  30x80  netio pflogd
  6692  29264  29264 73  20x80 syslogd
 29264  1  2

Proximo Jueves... Como Supervisar a las Personas - Tecnicas Efectivas de Liderazgo

2012-07-14 Thread Lic. Adriana Alvarez
Cómo Supervisar a las Personas - Técnicas Efectivas de Liderazgo para
Maximizar el Rendimiento de su Personal
Panama 19 de julio, 2012
Al asistir a este seminario, usted como Supervisor logrará que sus propias
habilidades sean perfeccionadas y con esto todos en su organización se
beneficiarán: su jefe, su equipo y todos los que puedan observar las nuevas
técnicas que usted estará usando y que incrementarán su productividad y
satisfacción laboral.
- Cómo generar las ideas para un “Plan de acción” – Las áreas en las que
necesita mejorar en su trabajo y en sus habilidades como Supervisor.
- La transición a Supervisor - Aprenda a tomar el control de su trabajo.
- Cómo sobreponerse a los problemas de liderazgo en sus etapas iniciales - Los
retos que debe enfrentar al inicio del proceso y la manera de manejarlos
tendrán un efecto crítico en su relación con su equipo de trabajo. Estos retos
incluyen:
- Cómo realizar el trabajo – Desarrolle la capacidad de dar instrucciones
fáciles de entender y de aceptar.
- Lo mejor de usted - El estilo de liderazgo que usted elija para guiar a su
equipo a través de las siguientes situaciones:
- Relaciones sociales/emocionales
 - Deseo de su equipo de tomar la iniciativa
 - Crear un ambiente de trabajo positivo
 - Manejar actitudes negativas
- Los cambios inevitables:
- Cuándo es necesario tomar medidas de disciplina.
 - Cómo tomar medidas de disciplina y a la vez evitar problemas
legales.
 - Otras opciones además de llamadas de atención y despidos, que
le ayudarán a estimular a su gente para que hagan un buen trabajo.

Reciba en este momento el folleto completo!
Únicamente responda con su Nombre, Puesto, Empresa y Teléfono, o Comuníquese
al (507) 279-1083 / 279-0258 / 279-0887 en donde con gusto le atenderé.
Reciba un muy cordial saludo!
Lic. Adriana Alvarez
Líder de Proyectos
446483
Para des suscribirse de estas invitaciones, solo responda este correo con el
SUBJECT des suscribir y automáticamente quedará fuera de nuestras listas.
Este correo ha sido enviado enviado a: misc@openbsd.org - 446483