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
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
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?
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
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
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
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
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
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
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
* 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
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
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
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
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
'
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,
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
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
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
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
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
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
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
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
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
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
26 matches
Mail list logo