openbsd host halted with unknown acpi event

2012-10-30 Thread Sergey Bronnikov
Yesterday I have found an unpleasent bug in OpenBSD. I started two virtual machines in qemu with netbsd and building source inside each virtual machine. After about 10 min laptop become overheated just below the keyboard, Xorg was shutdowned and host halted with following messages on console: /bs

Re: Upgrade to 5.2?

2012-10-30 Thread Daniel Melameth
On Tue, Oct 30, 2012 at 8:55 PM, Matt M. wrote: > Yesterday I upgraded from 5.1-release to -current. Is there any need to > upgrade to 5.2-release? Could this cause issues since -current is really > newer than what's on the 5.2 media? You are now running bleeding edge software/what will evolve an

Upgrade to 5.2?

2012-10-30 Thread Matt M.
Yesterday I upgraded from 5.1-release to -current. Is there any need to upgrade to 5.2-release? Could this cause issues since -current is really newer than what's on the 5.2 media?

Re: unbound performance

2012-10-30 Thread Stuart Henderson
On 2012-10-26, Michel Blais wrote: > we must leave the DNS resovler allowed to everyone. This is a *really* *really* bad idea. Since people started publishing dnssec-bloated zones, open DNS resolvers became a massive UDP packet amplification vector. > Since we are a small ISP, we also receive r

Re: sysmerge on 5.2?

2012-10-30 Thread bofh
On Tue, Oct 30, 2012 at 7:11 PM, Stuart Henderson wrote: > On 2012-10-29, bofh wrote: >>> I kept reading - is sysmerge for use only on upgrades, for merging new >>> /etc things into the existing config? > You can save a lot of time by doing an upgrade from the install kernel, > then reboot/sysmer

Re: phpMyAdmin

2012-10-30 Thread Stuart Henderson
On 2012-10-25, Tony Berth wrote: > I'm trying to run phpMyAdmin on a 5.1 box (i386) with MySQL 5.1.60 > installed from the OpenBSD packages. ah, phpMyAdmin, that popular cross-site-scripting and local file inclusion toolkit with a sideline in web-based database access. you might like to try chiv

Re: sysmerge on 5.2?

2012-10-30 Thread Stuart Henderson
On 2012-10-29, bofh wrote: >> I kept reading - is sysmerge for use only on upgrades, for merging new >> /etc things into the existing config? Yes. >> Is that what' I'm missing? So, since I did a full fidks/new install, >> and then manually added the changes from my old box, sysmerge >> essentia

Máster en Aplicaciones para Dispositivos Móviles

2012-10-30 Thread Javier Toledo
MÁSTER EN APLICACIONES PARA DISPOSITIVOS MÓVILES Pulse AQUÍ si no visualiza correctamente las imágenes. GRUPO IOE - FORMACIÓN 100% BONIFICABLE MÁSTER EN APLICACIONES PARA DISPOSITIVOS MÓVILES MODALIDAD NO PRESENCIAL DESARROLLA TUS PROPIAS APPS [IMAGE] MÁS INFORMACIÓN Sus datos han sido obte

Re: GENERIC-kernel hangs at acpivout, ASUS N55SF laptop

2012-10-30 Thread Mike Korbakov
30.10.2012, 13:53, "Paul Irofti" : >  On Tue, Oct 30, 2012 at 06:47:15AM +0400, Mike Korbakov wrote: >>   Hi, Group! >> >>   GENERIC kernel from OpenBSD5.1 to current hangs at boot, >>   trace pointed to acpivout. I've commented acpivout in kernel config, >>   kernel boots successfully, but X seem

Re: figuring out the current xkb layout

2012-10-30 Thread LEVAI Daniel
On k, okt 30, 2012 at 16:07:03 +0400, Alexander Polakov wrote: > * LEVAI Daniel [121030 15:30]: > > Hi! > > > > Alexander's mail made me remember that I was wondering about this for a > > while. > > I'm setting up my keyboard layout with `setxkbmap -layout 'us,hu'` so I > > can comfortably switch

Re: figuring out the current xkb layout

2012-10-30 Thread Alexander Polakov
* LEVAI Daniel [121030 15:30]: > Hi! > > Alexander's mail made me remember that I was wondering about this for a > while. > I'm setting up my keyboard layout with `setxkbmap -layout 'us,hu'` so I > can comfortably switch between layouts with alt+shift. But I can't seem > to figure out what is the

Re: GENERIC-kernel hangs at acpivout, ASUS N55SF laptop

2012-10-30 Thread Mike Korbakov
30.10.2012, 13:53, "Paul Irofti" : >  On Tue, Oct 30, 2012 at 06:47:15AM +0400, Mike Korbakov wrote: >>   Hi, Group! >> >>   GENERIC kernel from OpenBSD5.1 to current hangs at boot, >>   trace pointed to acpivout. I've commented acpivout in kernel config, >>   kernel boots successfully, but X seem

Re: figuring out the current xkb layout

2012-10-30 Thread LEVAI Daniel
On k, okt 30, 2012 at 12:09:05 +0100, Jérémie Courrèges-Anglas wrote: [...] > I don't have a direct answer to your question, but I use setxkbmap > ... -option 'grp:shift_toggle,grp_led:scroll'; this allows me to switch > between layouts pressing both shift keys, the "scroll lock" tells me > which l

Re: figuring out the current xkb layout

2012-10-30 Thread Jérémie Courrèges-Anglas
LEVAI Daniel writes: > Hi! Hi, > Alexander's mail made me remember that I was wondering about this for a > while. > I'm setting up my keyboard layout with `setxkbmap -layout 'us,hu'` so I > can comfortably switch between layouts with alt+shift. But I can't seem > to figure out what is the curre

figuring out the current xkb layout

2012-10-30 Thread LEVAI Daniel
Hi! Alexander's mail made me remember that I was wondering about this for a while. I'm setting up my keyboard layout with `setxkbmap -layout 'us,hu'` so I can comfortably switch between layouts with alt+shift. But I can't seem to figure out what is the current layout. setxkbmap -query only shows '

Re: GENERIC-kernel hangs at acpivout, ASUS N55SF laptop

2012-10-30 Thread Tomas Bodzar
On Tue, Oct 30, 2012 at 8:23 AM, Tomas Bodzar wrote: > On Tue, Oct 30, 2012 at 3:47 AM, Mike Korbakov wrote: >> Hi, Group! >> >> GENERIC kernel from OpenBSD5.1 to current hangs at boot, Upss missed part "to current", sorry. >> trace pointed to acpivout. I've commented acpivout in kernel config,

Swapping ctrl and caps

2012-10-30 Thread Alexander Polakov
I used setxkbmap -option 'ctrl:nocaps,grp:lctrl_toggle,grp_led:caps,compose:lwin' to swap ctrl and caps in X. It worked fine. But I got quickly annoyed when switching to console. So I set keyboard.encoding=us.swapctrlcaps in wsconsctl.conf and setxkbmap -option 'grp:caps_toggle,grp_led:cap

Re: GENERIC-kernel hangs at acpivout, ASUS N55SF laptop

2012-10-30 Thread Paul Irofti
On Tue, Oct 30, 2012 at 06:47:15AM +0400, Mike Korbakov wrote: > Hi, Group! > > GENERIC kernel from OpenBSD5.1 to current hangs at boot, > trace pointed to acpivout. I've commented acpivout in kernel config, > kernel boots successfully, but X seems unstable and CPU runs > at lowest speed. > This l

Re: CPU max frequency

2012-10-30 Thread rustyBSD
Le 30/10/2012 09:19, Remco a écrit : > AFAICT these dmesg lines tell me the possible frequency settings of my CPU: > > $ dmesg |grep acpicpu > acpicpu0 at acpi0: FVS, 2400, 1600 MHz > acpicpu1 at acpi0: FVS, 2400, 1600 MHz It doesn't give me the frequency. > Is that what you're after ? In fact, I

Re: ttyC5, keyboard doesn't work

2012-10-30 Thread MERIGHI Marcus
works for me (tm): $ grep ttyC1 /etc/ttys ttyC1 "/usr/local/sbin/autologin.getty" vt220 on secure $ cat /usr/local/sbin/autologin.getty #!/bin/sh -e TERM=vt220 /usr/local/sbin/autologin < /dev/$1 > /dev/$1 $ cat /usr/local/sbin/autologin #!/bin/sh -e echo running autologin... exec su -l autol

Re: CPU max frequency

2012-10-30 Thread Remco
rustyBSD wrote: > Hi, > that's maybe a stupid question, but how can I get the max frequency of > my cpu ? > > I saw sysctl has hw.cpuspeed and hw.setperf, but can I get the maximum > frequency > without setting setperf to 100%, getting cpuspeed and then restoring > setperf to > the value it has b

Re: CPU max frequency

2012-10-30 Thread Olivier Cherrier
On Tue, Oct 30, 2012 at 03:53:21AM +0100, rusty...@gmx.fr wrote: > that's maybe a stupid question, but how can I get the max frequency of > my cpu ? > > I saw sysctl has hw.cpuspeed and hw.setperf, but can I get the maximum > frequency > without setting setperf to 100%, getting cpuspeed and then r

El mas exitoso curso de Ventas "Cierres Efectivos y Manejo de Objeciones" ahora en tu ciudad

2012-10-30 Thread Noe Infante Hdz
Apreciable Ejecutivo: TIEM de México Empresa Líder en Capacitación y Actualización de Capital Humano Trae para usted su Exitoso curso denominado: “Cierres Efectivos y Manejo de Objeciones” 05 de Noviembre de 2012 en la Ciudad de Puebla Inscríbase 5 días antes de la fecha del Curso y obtenga u

Re: vlan(4), run(4) and dhclient

2012-10-30 Thread Daniel Melameth
On Mon, Oct 29, 2012 at 4:32 PM, Frank Brodbeck wrote: > I am currently playing with VLANs and found myself unable to get a lease > via run(4) device when using VLAN: > > ifconfig vlan4094 vlandev run0 > dhclient vlan4094 > > I see the packets leaving vlan4094 but they are not arriving at the dhcp

Re: GENERIC-kernel hangs at acpivout, ASUS N55SF laptop

2012-10-30 Thread Tomas Bodzar
On Tue, Oct 30, 2012 at 3:47 AM, Mike Korbakov wrote: > Hi, Group! > > GENERIC kernel from OpenBSD5.1 to current hangs at boot, > trace pointed to acpivout. I've commented acpivout in kernel config, > kernel boots successfully, but X seems unstable and CPU runs > at lowest speed. > This laptop has

Re: GENERIC-kernel hangs at acpivout, ASUS N55SF laptop

2012-10-30 Thread Jiri B
On Tue, Oct 30, 2012 at 10:24:03AM +0400, Mike Korbakov wrote: > This device has no COM port etc, a can only attach photo from screen. Yep, photo -> text. > To use config I must boot, isn't it ? config allows you to change kernel before it is used. > Now faulty driver is known, may be the time