Re: OpenBSD 4.2 on Intel Board S3000AHLX + QuadNic EXPI9404PT => couldn't map interrupt

2007-11-08 Thread Genadijus Paleckis
You need not to only enable ACPI, but also disable APM to make use of ACPI. Koenig, Thomas wrote: Hi, Have you tried to enable acpi? I try acpi with: boot -c enable acpi quit then I get a panic, with options for trace and ps - thats all. :( maybe its a bug? GENERIC.MP with acpi? I

Re: why am i only able to run Gnome in safe mode? (getting error)

2007-11-08 Thread Genadijus Paleckis
take a look at http://www.mail-archive.com/misc@openbsd.org/msg50994.html badeguruji wrote: Hello, Please help OR guide to me to any resource which describes installing gnome in clean clear steps on a new openBSD installation. (I am ready to uninstall and reinstall gnome if needed) i tried t

Re: Postfix(chroot) and Postgresql

2007-11-30 Thread Genadijus Paleckis
Instead of that I would recommend you to use DB files generated at regular intervals instead of 'online' access to postgresql. It is less CPU expensive and much faster. But if you wish to use SQL maps I guess you may want to use 127.0.0.1 instead of local socket and of course you need to configu

Re: 4.3 - acpi critical temperature on Lenovo R60

2008-03-07 Thread Genadijus Paleckis
No, it is completely normal because it is not a warnings but information about what temperatures is defined as critical. Tom Van Looy wrote: Yesterday I sent my 4.3 dmesg (to dmesg@). Today I was comparing dmesgs to see what changed and noticed "critical temperature warnings". See dmesg below,

The REAL reason we use OpenBSD

2008-03-15 Thread Genadijus Paleckis
http://blog.anamazingmind.com/2008/03/real-reason-we-use-linux.html oh, and before you started to read, to be more comfortable just do s/linux/openbsd/g

Re: 1440x900 resolution problem

2007-09-21 Thread Genadijus Paleckis
Device "Card0" Monitor"Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1680x1050_60.00" EndSubSection EndSection Marius On 9/21/07, Genadijus Paleckis <[EMAIL PROTECTED]&g

Re: Web mail

2006-07-20 Thread Genadijus Paleckis
Well, it is not necessary to use MySQL, because roundcube supports sqlite which is smaller and more efficient for this task (per account preferences, address book, etc...). Lars Hansson wrote: On Thursday 20 July 2006 03:32, Whyzzi wrote: Requires MySQL And the rational reason for a webma

Re: OpenBSD AJAX

2006-10-25 Thread Genadijus Paleckis
Sam Fourman Jr. wrote: I am Searching the Internet for a Basic Hello World Ajax sample written in C if anyone has one laying around please reply to this post Wanted simple/minimal hello world AJAX app using C ? here it is... /* * C part */ #include int main(void) { printf("Content

Re: 3.8 beta requests

2005-08-24 Thread Genadijus Paleckis
Theo de Raadt wrote: Oh well -- we've decided that we will try to ship with this protection mechanism in any case, and try to solve the problems as we run into them. Is that means that 3.8 might be unstable ? Maybe all who wants/needs stable systems need to run 3.7 ?

Re: 3.8 beta requests

2005-08-24 Thread Genadijus Paleckis
Antonios Anastasiadis wrote: No,it is clear that he is talking about the problems *other* people's (buggy) software will have. On 8/24/05, Genadijus Paleckis <[EMAIL PROTECTED]> wrote: Theo de Raadt wrote: Oh well -- we've decided that we will try to ship with this protect

NetMos 4S question

2005-10-07 Thread Genadijus Paleckis
I have 4 NetMos 4S serial cards and wanted to place them into single machine, all four cards is detected but it seems that only two of them is working. Is there any limitation of serial ports number on system ? Thank you.