Re: OpenBSD SMP - BGPd - send_rtmsg: action 1, prefix A.B.C.D/24: No buffer space available - panic: malloc: out of space in kmem_map

2023-12-14 Thread Laurent CARON
Hi Wouter, Please keep in mind the storage controler (Perc H755) is _not_ yet supported by OpenBSD. Cheers, Laurent Le 14/12/2023 à 15:43, Wouter Prins a écrit : Thank you Laurent and Claudio, We have an identical setup (hardware specs), i am sure we need this in the near future. :) /Wo

Re: OpenBSD SMP - BGPd - send_rtmsg: action 1, prefix A.B.C.D/24: No buffer space available - panic: malloc: out of space in kmem_map

2023-12-14 Thread Wouter Prins
Thank you Laurent and Claudio, We have an identical setup (hardware specs), i am sure we need this in the near future. :) /Wouter On Thu, Dec 14, 2023 at 3:08 PM Claudio Jeker wrote: > On Tue, Nov 28, 2023 at 05:55:03PM +0100, Laurent CARON wrote: > > > > Le 28/11/2023 à 17:46, Claudio Jeker a

Re: OpenBSD SMP - BGPd - send_rtmsg: action 1, prefix A.B.C.D/24: No buffer space available - panic: malloc: out of space in kmem_map

2023-12-14 Thread Claudio Jeker
On Tue, Nov 28, 2023 at 05:55:03PM +0100, Laurent CARON wrote: > > Le 28/11/2023 à 17:46, Claudio Jeker a écrit : > > The problem is that the symbol nkmempages moved into .bss and is therefor > > no longer modifiable by config(8). I think you can still use ukc via > > boot -c to alter it (but that

Re: OpenBSD SMP - BGPd - send_rtmsg: action 1, prefix A.B.C.D/24: No buffer space available - panic: malloc: out of space in kmem_map

2023-11-28 Thread Laurent CARON
Le 28/11/2023 à 17:46, Claudio Jeker a écrit : The problem is that the symbol nkmempages moved into .bss and is therefor no longer modifiable by config(8). I think you can still use ukc via boot -c to alter it (but that is not sticky). The alternative is to set "option NKMEMPAGES=131072" in yo

Re: OpenBSD SMP - BGPd - send_rtmsg: action 1, prefix A.B.C.D/24: No buffer space available - panic: malloc: out of space in kmem_map

2023-11-28 Thread Claudio Jeker
On Tue, Nov 28, 2023 at 04:50:05PM +0100, Laurent CARON wrote: > Le 28/11/2023 à 12:12, Claudio Jeker a écrit : > > So the problem is that the malloc space is filled by > > a) 26540K of devbuf -- because of the multiqueue support in ixl > > b) 63493K of ACPI -- what the heck ACPI?!? > > and then th

Re: OpenBSD SMP - BGPd - send_rtmsg: action 1, prefix A.B.C.D/24: No buffer space available - panic: malloc: out of space in kmem_map

2023-11-28 Thread Laurent CARON
Le 28/11/2023 à 12:12, Claudio Jeker a écrit : So the problem is that the malloc space is filled by a) 26540K of devbuf -- because of the multiqueue support in ixl b) 63493K of ACPI -- what the heck ACPI?!? and then there is not enough space for rtable. A full table requires in your example 50816

Re: OpenBSD SMP - BGPd - send_rtmsg: action 1, prefix A.B.C.D/24: No buffer space available - panic: malloc: out of space in kmem_map

2023-11-28 Thread Claudio Jeker
On Mon, Nov 27, 2023 at 05:51:25PM +0100, Laurent CARON wrote: > Please find attached the relevant info: > > vmstat-m_SP_with_bgpd -> vmstat -m SP with bgpd > > vmstat-m_SMP_without_bgpd -> vmstat -m SMP without bgpd > > vmstat-m_SMP_with_bgpd_0{01..11} -> vmsta

Re: OpenBSD SMP - BGPd - send_rtmsg: action 1, prefix A.B.C.D/24: No buffer space available - panic: malloc: out of space in kmem_map

2023-11-28 Thread Laurent CARON
Hi Claudio, Should you need remote access to the server, this is of course possible. Le 27/11/2023 à 17:51, Laurent CARON a écrit : Please find attached the relevant info: vmstat-m_SP_with_bgpd -> vmstat -m SP with bgpd vmstat-m_SMP_without_bgpd -> vmstat -m SMP without bgpd

Re: OpenBSD SMP - BGPd - send_rtmsg: action 1, prefix A.B.C.D/24: No buffer space available - panic: malloc: out of space in kmem_map

2023-11-27 Thread Claudio Jeker
On Mon, Nov 27, 2023 at 04:57:35PM +0100, Laurent CARON wrote: > Hi, > > I'm currently migrating a BGPd server. > > Specs of "old" machine: > > - Dell R720 with Intel(R) Xeon(R) CPU E5-2637 v2and 16GB RAM > > - SMP Kernel (default) > > - BGPd

OpenBSD SMP - BGPd - send_rtmsg: action 1, prefix A.B.C.D/24: No buffer space available - panic: malloc: out of space in kmem_map

2023-11-27 Thread Laurent CARON
Hi, I'm currently migrating a BGPd server. Specs of "old" machine: - Dell R720 with Intel(R) Xeon(R) CPU E5-2637 v2and 16GB RAM - SMP Kernel (default) - BGPd runs fine with 5 full views - X710 NIC (ixl) 4 port interface Specs of "new" machine: - Dell R750xs with I

Re: Octeon/MIPS64 SMP Support

2017-09-14 Thread Chris Cappuccio
; > Hi > > > > I'm think about get a Ubiquiti Edgerouter box and drop openbsd there. > > I read the instalation file and was not clear to me if the current > > MIPS/Octeon kernel implementation supports SMP or not , does it support ? > > > > Regards > &g

Re: Octeon/MIPS64 SMP Support

2017-09-13 Thread Martijn van Duren
On 09/13/17 22:28, Dante F. B. Colò wrote: > Hi > > I'm think about get a Ubiquiti Edgerouter box and drop openbsd there. > I read the instalation file and was not clear to me if the current > MIPS/Octeon kernel implementation supports SMP or not , does it support ? >

Octeon/MIPS64 SMP Support

2017-09-13 Thread Dante F . B . Colò
Hi I'm think about get a Ubiquiti Edgerouter  box  and drop openbsd there. I read the instalation  file and was not clear to me  if the current MIPS/Octeon kernel implementation supports SMP or not , does it support ? Regards Dante F. B. Colò

Re: Just to understand, ARM64 has SMP and ARM32 does not? &, OpenBSD design fine with ARM's weak mem coherency?

2017-02-26 Thread Todd C. Miller
On Sun, 26 Feb 2017 03:56:33 +, Tinker wrote: > Did I get it right, that ARM64 has SMP (as of the patches this week), > but ARM32 does not have SMP and will not get it too? As Peter says, someone has to step up andf do the work for ARM32 SMP. That said, it probably doesn't ma

Re: Just to understand, ARM64 has SMP and ARM32 does not? &, OpenBSD design fine with ARM's weak mem coherency?

2017-02-25 Thread Peter Hessler
On 2017 Feb 26 (Sun) at 03:56:33 + (+), Tinker wrote: :Hi misc, : :I just wanted to understand what's going on with SMP on ARM - : :Did I get it right, that ARM64 has SMP (as of the patches this week), but :ARM32 does not have SMP and will not get it too? : :What was the reason fo

Just to understand, ARM64 has SMP and ARM32 does not? &, OpenBSD design fine with ARM's weak mem coherency?

2017-02-25 Thread Tinker
Hi misc, I just wanted to understand what's going on with SMP on ARM - Did I get it right, that ARM64 has SMP (as of the patches this week), but ARM32 does not have SMP and will not get it too? What was the reason for not implementing SMP on ARM32? (I only need SMP on ARM64 so just w

Re: SMP implementation

2016-05-06 Thread Martin Pieuchot
On 05/05/16(Thu) 19:03, Pavan Maddamsetti wrote: > I have been reading about ongoing improvements to SMP in OpenBSD. My > understanding is that context switching from userspace to the kernel can be > hazardous if shared resources are not protected by locking. The context switching i

SMP implementation

2016-05-05 Thread Pavan Maddamsetti
I have been reading about ongoing improvements to SMP in OpenBSD. My understanding is that context switching from userspace to the kernel can be hazardous if shared resources are not protected by locking. OpenBSD currently has a "giant lock" for safe concurrent access to kernel data stru

Will the SMP improvements in 5.9 (or future releases) help with IPSec/AES?

2016-03-23 Thread Martín Ferco
Hi misc, I've been reading that some improvements are being made to the network stack regarding SMP. I've also read that this is just starting, and that the KERNEL_LOCK will still be present in 5.9 (seen it here: http://undeadly.org/cgi?action=article&sid=20160302155046), but do yo

Re: Donation request for Network SMP development

2015-03-25 Thread Martin Pieuchot
On 20/03/15(Fri) 20:57, Martin Pieuchot wrote: > If you've been following my contributions to OpenBSD's kernel, you > already know that in the past years I've been working on the Network > Stack [1] to make it more SMP friendly [2]. > > All the network hackers presen

Re: Donation request for Network SMP development

2015-03-25 Thread
Hi Martin I can help you about switch. Where we can find a switch? Ebay? On 20 Mar 2015 21:58, "Martin Pieuchot" wrote: > If you've been following my contributions to OpenBSD's kernel, you > already know that in the past years I've been working on the Network

Re: Donation request for Network SMP development

2015-03-24 Thread Tony Sarendal
How is this going ? /T On Fri, Mar 20, 2015 at 8:57 PM, Martin Pieuchot wrote: > If you've been following my contributions to OpenBSD's kernel, you > already know that in the past years I've been working on the Network > Stack [1] to make it more SMP friendly [2]. >

Re: SMP kernel/AMD64 stuck in reboot loop - NIC driver or other bug?

2015-03-22 Thread John E.P. Hynes
It does the same thing on 5.3 through -current. I haven't put that box in the rack yet so I can try a few older kernels too and see if any work. Will report back. > On Mar 22, 2015, at 8:45 AM, Claudio Jeker wrote: > >> On Sun, Mar 22, 2015 at 09:53:24AM +, Stuart Henderson wrote: >>> On

Re: SMP kernel/AMD64 stuck in reboot loop - NIC driver or other bug?

2015-03-22 Thread Claudio Jeker
On Sun, Mar 22, 2015 at 09:53:24AM +, Stuart Henderson wrote: > On 2015-03-21, John E.P. Hynes wrote: > > If anyone has any ideas, or would like more info, or if a dev suspects > > it could be the driver, contact me off-list and I can arrange to send > > hardware if it helps. > > It might b

Re: SMP kernel/AMD64 stuck in reboot loop - NIC driver or other bug?

2015-03-22 Thread Stuart Henderson
On 2015-03-21, John E.P. Hynes wrote: > If anyone has any ideas, or would like more info, or if a dev suspects > it could be the driver, contact me off-list and I can arrange to send > hardware if it helps. It might be worth talking to Supermicro.

Re: SMP kernel/AMD64 stuck in reboot loop - NIC driver or other bug?

2015-03-21 Thread John E.P. Hynes
Well, I discovered the issue - the few machines that work properly had a different quad-port nic in them. With certain BIOS settings, you can catch part of the kernel panic before the screen goes crazy. Codes that were visible depending on BIOS settings: "kernel: type 1994916275 trap, code=0

Donation request for Network SMP development

2015-03-20 Thread Martin Pieuchot
If you've been following my contributions to OpenBSD's kernel, you already know that in the past years I've been working on the Network Stack [1] to make it more SMP friendly [2]. All the network hackers present at s2k15 agreed to volunteer me to work on the next step: properl

SMP kernel/AMD64 stuck in reboot loop

2015-03-20 Thread John E.P. Hynes
I've got three identical boxes that all display the same behavior: Install of 5.6 or the March 18th 5.7 snapshot works, but is painfully slow (no disk access on the CD or disks while "stalled") and on the first reboot, it gets about as far as loading wskbd before rebooting spontaneously. I'm t

smp in dragonflybsd

2013-12-29 Thread Erwin Geerdink
Hi, The openbsd journal had a series of articles on rthreads back in 2012, which I came across last week. I've also been following DragonFlyBSD lately. Their approach to SMP is different but seems to pay off (according to their website), with contention in their kernel almost eliminated in

Re: smp

2013-05-16 Thread Otto Moerbeek
the hardware, or at > > least provide the abstractions so that it seems they run concurrently > > on non-smp hardware. > > > So is there not a implementation of them? why do you conclude that? What I'm rying to say that is, given the limitatioins of the harware, the mp

Re: smp

2013-05-16 Thread Alfonso S. Siciliano
ncy than you might > expect, but it provides services to userland to either run process > threads concurrently given the limitations of the hardware, or at > least provide the abstractions so that it seems they run concurrently > on non-smp hardware. So is there not a implementation of

Re: smp

2013-05-16 Thread Otto Moerbeek
On Wed, May 15, 2013 at 10:03:40PM +0200, Alfonso S. Siciliano wrote: > Hi, > I'm trying to study the concurrency and the parallelism of OpenBSD. > Fortunately SMP is supported on my platform, amd64. > Where can I find documentation about what components are been > paralle

Re: smp

2013-05-15 Thread Tomas Bodzar
On Wed, May 15, 2013 at 10:03 PM, Alfonso S. Siciliano wrote: > Hi, > I'm trying to study the concurrency and the parallelism of OpenBSD. > Fortunately SMP is supported on my platform, amd64. > Where can I find documentation about what components are been > parallelized

Re: smp

2013-05-15 Thread Chris Cappuccio
Alfonso S. Siciliano [alfi...@gmail.com] wrote: > Hi, > I'm trying to study the concurrency and the parallelism of OpenBSD. > Fortunately SMP is supported on my platform, amd64. > Where can I find documentation about what components are been > parallelized? (queue, stac

smp

2013-05-15 Thread Alfonso S. Siciliano
Hi, I'm trying to study the concurrency and the parallelism of OpenBSD. Fortunately SMP is supported on my platform, amd64. Where can I find documentation about what components are been parallelized? (queue, stack, etc.) Regards Alfonso Alfonso S

Re: pf-smp alpha on freebsd

2012-07-03 Thread Matthew Dempsky
[At the risk of starting yet another flame war...] On Mon, Jun 18, 2012 at 2:31 AM, Ryan McBride wrote: > It's not critical because they can change the state table implementation > later - OpenBSD has reorganised this several times with more planned - > but we've put quite a bit of effort into re

Re: pf-smp alpha on freebsd

2012-06-30 Thread Henning Brauer
* Holger Glaess [2012-06-17 11:41]: > From the very beginning of the project it was clear, that code is going > to diverge significantly from original OpenBSD code. OpenBSD has always > developed pf without taking into account that code can ever get > multithreaded, thus quite a lot needed to be

Re: pf-smp alpha on freebsd

2012-06-18 Thread Franco Fichtner
t; kernel wherever possible, partly due to their attackability. My > personal preference would be to go with a lockless or lock-on-write RB > tree for the state table, but without an SMP-safe network stack > there's little motivation to work on such things (though it remains > somewhere on

Re: pf-smp alpha on freebsd

2012-06-18 Thread Ryan McBride
less or lock-on-write RB tree for the state table, but without an SMP-safe network stack there's little motivation to work on such things (though it remains somewhere on my todo list). On Mon, Jun 18, 2012 at 10:06:01AM +0200, Franco Fichtner wrote: > On Jun 17, 2012, at 7:53 PM, Ted Unang

Re: pf-smp alpha on freebsd

2012-06-18 Thread Franco Fichtner
On Jun 17, 2012, at 7:53 PM, Ted Unangst wrote: > On Sun, Jun 17, 2012 at 11:43, Holger Glaess wrote: > >> i dident wont start about smp on openbsd but >> >> what about this porject ? > > Did you read the part below? I think it's pretty clear this project &

Re: pf-smp alpha on freebsd

2012-06-17 Thread Ted Unangst
On Sun, Jun 17, 2012 at 11:43, Holger Glaess wrote: > i dident wont start about smp on openbsd but > > what about this porject ? Did you read the part below? I think it's pretty clear this project isn't going to have much relevance for OpenBSD. > From the very beginning

pf-smp alpha on freebsd

2012-06-17 Thread Holger Glaess
hi i dident wont start about smp on openbsd but what about this porject ? [quote] Hello, networkers! [net@ in Cc, but further discussion should go on pf@] As you already probably know, or some may be don't yet know, the pf(4) subsystem in FreeBSD is currently working under a single

Re: SMP machine, run a program on a single CPU?

2011-07-09 Thread Artur Grabowski
On Sat, Jul 9, 2011 at 9:11 PM, Maurice Janssen wrote: > On Sat, Jul 09, 2011 at 07:52:58AM -0400, Nick Holland wrote: >>On 07/09/11 03:57, Maurice Janssen wrote: >>> Hi, >>> >>> Is it possible to somehow force a program to run on a single CPU in an >>

Re: SMP machine, run a program on a single CPU?

2011-07-09 Thread Maurice Janssen
On Sat, Jul 09, 2011 at 07:52:58AM -0400, Nick Holland wrote: >On 07/09/11 03:57, Maurice Janssen wrote: >> Hi, >> >> Is it possible to somehow force a program to run on a single CPU in an >> SMP system? >> The reason I ask that on some SMP-capable architectu

Re: SMP machine, run a program on a single CPU?

2011-07-09 Thread Nick Holland
On 07/09/11 03:57, Maurice Janssen wrote: > Hi, > > Is it possible to somehow force a program to run on a single CPU in an > SMP system? > The reason I ask that on some SMP-capable architectures, I'm having some > problems with ntpd. On hppa and sgi, the clock won'

SMP machine, run a program on a single CPU?

2011-07-09 Thread Maurice Janssen
Hi, Is it possible to somehow force a program to run on a single CPU in an SMP system? The reason I ask that on some SMP-capable architectures, I'm having some problems with ntpd. On hppa and sgi, the clock won't sync because ntpd sees replies with negative delay: Jul 9 08:58:19

Re: SMP Advice

2011-02-26 Thread Marco Peereboom
right here: http://www.openbsd.org/hppa.html thanks jsing kettenis and others that made SMP work on hppa! On Sat, Feb 26, 2011 at 01:48:35PM -0600, L. V. Lammert wrote: > Can't seem to find the SMP HCL results posted anywhere - does anyone have > a recommendation? > > Lee

SMP Advice

2011-02-26 Thread L. V. Lammert
Can't seem to find the SMP HCL results posted anywhere - does anyone have a recommendation? Lee

Donations AMD smp nodes

2011-01-13 Thread Matt Bettinger
Hi, Emailed dev but think the mail was stripped because of attachments. We have some racks of appro AMD blade servers that have been decommissioned and are set to be disposed of. I got ok to donate some or all.These were used in energy HPC environment for seismic data processing. Email offl

Re: smp

2010-07-05 Thread Philip Guenther
On Mon, Jul 5, 2010 at 12:57 PM, Robert Yuri wrote: > what is the state of the smp support in openbsd ? "Better than yesterday, not as good as tomorrow" > we'll degust improvements after the hackathon ? If you want to know what happened during the hackathon, you should

smp

2010-07-05 Thread Robert Yuri
what is the state of the smp support in openbsd ? we'll degust improvements after the hackathon ?

Re: No SMP without acpi?

2010-06-13 Thread TimH
On Sun, 13 Jun 2010 08:56:14 +0200 Tomas Bodzar wrote: > He said that you need to send it to him and to misc@ ;-) Attachments > are not allowed on m...@. Yeah, I realized I was being stupid the second I hit send... I apologize. --TimH

Re: No SMP without acpi?

2010-06-13 Thread Tomas Bodzar
He said that you need to send it to him and to misc@ ;-) Attachments are not allowed on m...@. On Sun, Jun 13, 2010 at 7:55 AM, TimH wrote: > On Sat, 12 Jun 2010 18:45:51 -0500 > Marco Peereboom wrote: > >> something in the gpe handler screwing up. B please tar up the output of >> acpidump -o hp

Re: No SMP without acpi?

2010-06-12 Thread TimH
On Sat, 12 Jun 2010 18:45:51 -0500 Marco Peereboom wrote: > something in the gpe handler screwing up. please tar up the output of > acpidump -o hplaptop and send that to me Attached... Please let me know if I can do anything else. --TimH [demime 1.01d removed an attachment of type ap

Re: No SMP without acpi?

2010-06-12 Thread Marco Peereboom
something in the gpe handler screwing up. please tar up the output of acpidump -o hplaptop and send that to me On Sat, Jun 12, 2010 at 11:06:27AM -0700, TimH wrote: > I just got a semi-new HP laptop and it fails to boot unless I disable > acpi. This isn't a big deal in itself, but it seems that

Re: No SMP without acpi?

2010-06-12 Thread Brynet
TimH wrote: > I just got a semi-new HP laptop and it fails to boot unless I disable > acpi. This isn't a big deal in itself, but it seems that it doesn't > use both cores of the CPU when this is done. Is this normal? Yes, normal, newer systems lack the legacy Intel MP mappings.. so if you disabl

No SMP without acpi?

2010-06-12 Thread TimH
I just got a semi-new HP laptop and it fails to boot unless I disable acpi. This isn't a big deal in itself, but it seems that it doesn't use both cores of the CPU when this is done. Is this normal? It's an HP ProBook 4510s if that's at all interesting... Included are the dmesg from when it fai

Re: BIOS Shows 4GB memory but OpenBSD 4.7/amd64 SMP detects only 3 GB

2010-05-28 Thread Leonardo Carneiro - Veltrac
Janne Johansson wrote: 2010/5/27 Leonardo Carneiro - Veltrac Forgive me for the noob question (i'm a newbie at openbsd), but if i want to build, for example, a large squid cache using openbsd, in a server with BIIIG ram (12gb+), i will no be able to use the full memory space? is thi

Re: BIOS Shows 4GB memory but OpenBSD 4.7/amd64 SMP detects only 3 GB

2010-05-28 Thread Janne Johansson
2010/5/27 Leonardo Carneiro - Veltrac > > Forgive me for the noob question (i'm a newbie at openbsd), but if i want >>> to build, for example, a large squid cache using openbsd, in a server with >>> BIIIG ram (12gb+), i will no be able to use the full memory space? is this >>> what you guys are

Re: BIOS Shows 4GB memory but OpenBSD 4.7/amd64 SMP detects only 3 GB

2010-05-28 Thread Siju George
On Thu, May 27, 2010 at 10:05 PM, Owain Ainsworth wrote: > > Being worked on, needs some changes that hopefully will be done at > c2k10, we definitely have access to a machine with the intel VT stuff, > the amd64 new shiny iommu i'm not sure if we have hardware yet. > Similarly turning bigmem back

Re: BIOS Shows 4GB memory but OpenBSD 4.7/amd64 SMP detects only 3 GB

2010-05-27 Thread Tomas Bodzar
>>>> send oga some beer for c2k10 instead he might feel more pressure that >>>> way :-) >>>> >>>> On Thu, May 27, 2010 at 11:01:58AM +0100, Peter Kay (Syllopsium) wrote: >>>> >>>>>> >>>>>> From: "Siju G

Re: BIOS Shows 4GB memory but OpenBSD 4.7/amd64 SMP detects only 3 GB

2010-05-27 Thread Leonardo Carneiro - Veltrac
y 27, 2010 at 11:01:58AM +0100, Peter Kay (Syllopsium) wrote: From: "Siju George" On Thu, May 27, 2010 at 3:22 PM, Peter Kay (Syllopsium) wrote: From: "Siju George" but OpenBSD 4.7/amd64 SMP detects only 3 GB. Is there anything more I should d

Re: BIOS Shows 4GB memory but OpenBSD 4.7/amd64 SMP detects only 3 GB

2010-05-27 Thread Owain Ainsworth
On Thu, May 27, 2010 at 11:01:58AM +0100, Peter Kay (Syllopsium) wrote: > >From: "Siju George" > >On Thu, May 27, 2010 at 3:22 PM, Peter Kay (Syllopsium) > > wrote: > >> > >>>From: "Siju George" > >>>but OpenBSD 4.7/amd64

Re: BIOS Shows 4GB memory but OpenBSD 4.7/amd64 SMP detects only 3 GB

2010-05-27 Thread Marco Peereboom
;> >> On Thu, May 27, 2010 at 11:01:58AM +0100, Peter Kay (Syllopsium) wrote: >> >>>> From: "Siju George" >>>> On Thu, May 27, 2010 at 3:22 PM, Peter Kay (Syllopsium) >>>> wrote: >>>> >>>>>> From: &qu

Re: BIOS Shows 4GB memory but OpenBSD 4.7/amd64 SMP detects only 3 GB

2010-05-27 Thread Leonardo Carneiro - Veltrac
27, 2010 at 3:22 PM, Peter Kay (Syllopsium) wrote: From: "Siju George" but OpenBSD 4.7/amd64 SMP detects only 3 GB. Is there anything more I should do to get the other 1 GB of RAM recognized by the System? This is normal. Large memory support is not yet included i

Re: BIOS Shows 4GB memory but OpenBSD 4.7/amd64 SMP detects only 3 GB

2010-05-27 Thread Marco Peereboom
t 3:22 PM, Peter Kay (Syllopsium) >> wrote: >>> >>>> From: "Siju George" >>>> but OpenBSD 4.7/amd64 SMP detects only 3 GB. >>>> >>>> Is there anything more I should do to get the other 1 GB of RAM >>>> recognized

Re: power went off during pk_add and now pkg_tools are useless printing out garbage on screen on 4.7/amd64 SMP

2010-05-27 Thread Siju George
On Thu, May 27, 2010 at 2:55 PM, Jan Stary wrote: > On May 27 14:19:20, Siju George wrote: >> >> >> $ pkg_info >> Package database already locked... awaiting release... ^C > > So you were running some other pkg_command simultaneously? > not at all! :-( I was bewildered! it went off the next time

Re: BIOS Shows 4GB memory but OpenBSD 4.7/amd64 SMP detects only 3 GB

2010-05-27 Thread Peter Kay (Syllopsium)
From: "Siju George" On Thu, May 27, 2010 at 3:22 PM, Peter Kay (Syllopsium) wrote: From: "Siju George" but OpenBSD 4.7/amd64 SMP detects only 3 GB. Is there anything more I should do to get the other 1 GB of RAM recognized by the System? This is normal. Large memor

Re: BIOS Shows 4GB memory but OpenBSD 4.7/amd64 SMP detects only 3 GB

2010-05-27 Thread Siju George
On Thu, May 27, 2010 at 3:22 PM, Peter Kay (Syllopsium) wrote: > >> From: "Siju George" >> but OpenBSD 4.7/amd64 SMP detects only 3 GB. >> >> Is there anything more I should do to get the other 1 GB of RAM >> recognized by the System? >> > This

Re: BIOS Shows 4GB memory but OpenBSD 4.7/amd64 SMP detects only 3 GB

2010-05-27 Thread Peter Kay (Syllopsium)
From: "Siju George" but OpenBSD 4.7/amd64 SMP detects only 3 GB. Is there anything more I should do to get the other 1 GB of RAM recognized by the System? This is normal. Large memory support is not yet included in OpenBSD by default for amd64.

Re: power went off during pk_add and now pkg_tools are useless printing out garbage on screen on 4.7/amd64 SMP

2010-05-27 Thread Jan Stary
On May 27 14:19:20, Siju George wrote: > Hi, > > The poser went off while I was installing packages ( awesome ) and > after the system came up it is behaving strangely printing junk > characters on the xterm for pkg_* related commands > > $ pkg_info > Package database already locked... awaiting rel

Re: power went off during pk_add and now pkg_tools are useless printing out garbage on screen on 4.7/amd64 SMP

2010-05-27 Thread Otto Moerbeek
On Thu, May 27, 2010 at 12:06:33PM +0300, Gregory Edigarov wrote: > On Thu, 27 May 2010 14:19:20 +0530 > Siju George wrote: > > > $ rm -rf * > > $sudo pkg_delete cairo gettext glib2 glitz jpeg libconfuse libgamin > > libiconv libungif partial-bzip2 pcre png > > < > > Unknown element

Re: power went off during pk_add and now pkg_tools are useless printing out garbage on screen on 4.7/amd64 SMP

2010-05-27 Thread Gregory Edigarov
On Thu, 27 May 2010 14:19:20 +0530 Siju George wrote: > $ rm -rf * > $sudo pkg_delete cairo gettext glib2 glitz jpeg libconfuse libgamin > libiconv libungif partial-bzip2 pcre png > < > Unknown element: @A oFG" }j6ZWKFD)B7 > Ge_F1Qq.Hq4gZ4>,VlX2s,.? mWST/[@

BIOS Shows 4GB memory but OpenBSD 4.7/amd64 SMP detects only 3 GB

2010-05-27 Thread Siju George
) == There are no setting to limit RAM in BIOS and so on also. but OpenBSD 4.7/amd64 SMP detects only 3 GB. Is there anything more I should do to get the other 1 GB of RAM recognized by the System? Thanks --Siju dmesg below-- OpenBSD 4.7 (GENERIC.MP) #130: Wed Mar

power went off during pk_add and now pkg_tools are useless printing out garbage on screen on 4.7/amd64 SMP

2010-05-27 Thread Siju George
Hi, The poser went off while I was installing packages ( awesome ) and after the system came up it is behaving strangely printing junk characters on the xterm for pkg_* related commands $ pkg_info Package database already locked... awaiting release... ^C $ pkg_info cairo-1.8.8p0 vector grap

Re: OpenBSD in VirtualBox 3.1.x on non-SMP machine

2010-01-11 Thread Chris Eidem
; Am 20 Dec 2009 um 10:18 schrieb Tomas Bodzar: > >> Hi all, >> >> someone have running OpenBSD release/stable/current on new line of >> VirtualBox (3.1.x) on non-SMP machine? Older version 3.0.x was ok. Now >> it sets VT-x/AMD-V as default and you can't change it.

Re: OpenBSD in VirtualBox 3.1.x on non-SMP machine

2010-01-08 Thread Ishwor Gurung
Hi Tomas, 2009/12/20 Tomas Bodzar : > Hi all, > > someone have running OpenBSD release/stable/current on new line of > VirtualBox (3.1.x) on non-SMP machine? Older version 3.0.x was ok. Now > it sets VT-x/AMD-V as default and you can't change it. Even when I > disable it

Re: OpenBSD in VirtualBox 3.1.x on non-SMP machine

2010-01-08 Thread Peter Kay - Syllopsium
From: "Bayard Bell" "Requires VT-x or AMD-V hardware virtualization support." It would appear they've therefore made VT-x and friends non- configurable. You can file a bug report and see where that goes. Would it be too cynical to suggest using a product which doesn't suck? It really is a pi

Re: OpenBSD in VirtualBox 3.1.x on non-SMP machine

2010-01-08 Thread Bayard Bell
s Bodzar: > Hi all, > > someone have running OpenBSD release/stable/current on new line of > VirtualBox (3.1.x) on non-SMP machine? Older version 3.0.x was ok. Now > it sets VT-x/AMD-V as default and you can't change it. Even when I > disable it directly in .xml config file

OpenBSD in VirtualBox 3.1.x on non-SMP machine

2009-12-20 Thread Tomas Bodzar
Hi all, someone have running OpenBSD release/stable/current on new line of VirtualBox (3.1.x) on non-SMP machine? Older version 3.0.x was ok. Now it sets VT-x/AMD-V as default and you can't change it. Even when I disable it directly in .xml config file for guest it still try this feature.

Re: SMP

2009-12-11 Thread Matthew Weigel
On Fri, 11 Dec 2009 14:56:57 -0500, Daniel Ouellet wrote: > Then using PostgreSQL should really work well for you then and you > wouldn't really need or benefit much from multicore kernel with the > giant lock removed as PostgreSQL is not and do not use threads anyway by > design oppose to MyS

Re: SMP

2009-12-11 Thread Daniel Ouellet
On 12/11/09 12:51 PM, Donald Allen wrote: Thanks to everyone who took the time to weigh in on this. Perhaps most useful to me are the comments of those who have used OpenBSD for heavy database work (I intend to use Postgresql) and have gotten satisfactory results. Then using PostgreSQL should r

Re: SMP

2009-12-11 Thread Donald Allen
Thanks to everyone who took the time to weigh in on this. Perhaps most useful to me are the comments of those who have used OpenBSD for heavy database work (I intend to use Postgresql) and have gotten satisfactory results. To Daniel -- I don't think we'll be working for or with each other in the f

Re: SMP

2009-12-10 Thread nixlists
On Wed, Dec 9, 2009 at 12:03 PM, Daniel Gracia Garallar wrote: > It is true, and AFAIK, todays it's a topper nice task... almost 20. > > Regards, > > Dani > > Donald Allen escribis: IMHO I hope OpenBSD doesn't use locks at all in the future taking FreeBSD's lesson, but does something what Dragon

Re: [OT] linker holes (was: SMP)

2009-12-10 Thread Joachim Schipper
; trade-offs may be worth it anyway (...) > > > > Or put it another way. > > > > I couldn't help but smile when someone told me their 16-way SMP box > > had been holed by a bug in their ld.so. > > Linux? There was a recent FreeBSD vulnerability along those lines, see

Re: SMP

2009-12-09 Thread Zafer Daştan
:46:25 -0700 Theo de Raadt wrote: Soo... Your performance requirements may met by OpenBSD despite it's current poor SMP support - other OSes will scale on SMP. Trade-offs, trade-offs... It's a psychological issue. We have all this multicore hardware that doesn't get taken advantag

Re: SMP

2009-12-09 Thread Daniel Gracia Garallar
It is true, and AFAIK, todays it's a topper nice task... almost 20. Regards, Dani Donald Allen escribis: My understanding is that OpenBSD still employs the Giant Lock approach to SMP, serializing access to kernel services. Is this still true? If it is, do Theo and the other kernel devel

Re: SMP

2009-12-09 Thread nixlists
On Wed, Dec 9, 2009 at 6:46 PM, Theo de Raadt wrote: >> Soo... Your performance requirements may met by OpenBSD despite it's >> current poor SMP support - other OSes will scale on SMP. Trade-offs, >> trade-offs... It's a psychological issue. We have all this multicore

Re: SMP

2009-12-09 Thread Robert
On Wed, 09 Dec 2009 16:46:25 -0700 Theo de Raadt wrote: > > Soo... Your performance requirements may met by OpenBSD despite it's > > current poor SMP support - other OSes will scale on SMP. Trade-offs, > > trade-offs... It's a psychological issue. We have all this

Re: SMP

2009-12-09 Thread Theo de Raadt
> Soo... Your performance requirements may met by OpenBSD despite it's > current poor SMP support - other OSes will scale on SMP. Trade-offs, > trade-offs... It's a psychological issue. We have all this multicore > hardware that doesn't get taken advantage of by this O

Re: SMP

2009-12-09 Thread nixlists
nBSD fail > (with regard to performance) in real-world settings. The OP should > test it out... he'll be pleasantly surprised. > > Brad Soo... Your performance requirements may met by OpenBSD despite it's current poor SMP support - other OSes will scale on SMP. Trade-offs, trade-o

Re: SMP

2009-12-09 Thread Robert
On Wed, 9 Dec 2009 23:07:02 +0100 Michiel van Baak wrote: > On 22:56, Wed 09 Dec 09, Robert wrote: > > Just last month i have seen a database server being upgraded from > > 32GB to 256GB of RAM because that was easier (to justify) for them > > than to fix their horrible db layout. > > That must

Re: SMP

2009-12-09 Thread Brad Tilley
On Wed, Dec 9, 2009 at 4:56 PM, Daniel Ouellet wrote: > So, what's heavy for you may be just simple routine for others and no, I do > not miss the fine lock either yet anyway. Would be nice, but really, I > haven't run into it's need for me anyway yet. That's true for me as well. We use OpenBSD

Re: SMP

2009-12-09 Thread Michiel van Baak
On 22:56, Wed 09 Dec 09, Robert wrote: > On Wed, 9 Dec 2009 15:13:15 -0500 > Donald Allen wrote: > > > On Wed, Dec 9, 2009 at 2:50 PM, Brad Tilley > > wrote: > > > On Wed, Dec 9, 2009 at 1:03 PM, Donald Allen > > > wrote: > > > > > >> Certainly I agree with you that a blazingly fast but unstabl

Re: SMP

2009-12-09 Thread Robert
On Wed, 9 Dec 2009 15:13:15 -0500 Donald Allen wrote: > On Wed, Dec 9, 2009 at 2:50 PM, Brad Tilley > wrote: > > On Wed, Dec 9, 2009 at 1:03 PM, Donald Allen > > wrote: > > > >> Certainly I agree with you that a blazingly fast but unstable > >> and/or insecure system isn't worth much in most, i

Re: SMP

2009-12-09 Thread Daniel Ouellet
I don't, and many times we don't have the luxury of having such examples or data. I'm in a different kind of real-world situation: I'm setting up a database server on a 4-core machine that is going to carry a heavy load -- it's performance will be critical to the success of the project -- and I ne

Re: SMP

2009-12-09 Thread Donald Allen
On Wed, Dec 9, 2009 at 2:50 PM, Brad Tilley wrote: > On Wed, Dec 9, 2009 at 1:03 PM, Donald Allen wrote: > >> Certainly I agree with you that a blazingly fast but unstable and/or >> insecure system isn't worth much in most, if any, settings. On the >> other hand, a rock-solid, secure system that

Re: SMP

2009-12-09 Thread Marco Peereboom
still employs the Giant Lock approach > >> to SMP, serializing access to kernel services. Is this still true? If > > > > yes > > > >> it is, do Theo and the other kernel developers consider it a priority > >> to improve this? > > > > sure >

Re: SMP

2009-12-09 Thread Brad Tilley
On Wed, Dec 9, 2009 at 1:03 PM, Donald Allen wrote: > Certainly I agree with you that a blazingly fast but unstable and/or > insecure system isn't worth much in most, if any, settings. On the > other hand, a rock-solid, secure system that simply doesn't deliver > the computations at the needed ra

Re: SMP

2009-12-09 Thread Donald Allen
On Wed, Dec 9, 2009 at 12:03 PM, wrote: > Quoting "Donald Allen" : > >> My understanding is that OpenBSD still employs the Giant Lock approach >> to SMP, serializing access to kernel services. Is this still true? If >> it is, do Theo and the other kernel devel

  1   2   3   >