Linux app shared memory problem

2012-08-12 Thread Per olof Ljungmark
Trying to run a Linux app under 9-STABLE. I can start it once and stop it once but all subsequent efforts produces a core dump. I believe the reason being that this app stores licensing information in shared memory and when it stops first time it fails to remove this info. Is there a sysctl

Re: Linux app shared memory problem

2012-08-12 Thread Per olof Ljungmark
) = 671576064 (0x28077000) Shared memory problem ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Memory problem

2007-11-07 Thread Derek Ragona
At 11:26 AM 11/7/2007, Mario Lobo wrote: On Wednesday 07 November 2007, Erik Trulsson wrote: On Wed, Nov 07, 2007 at 11:39:55AM -0300, Mario Lobo wrote: Hello; I'm running a qmailrocks install + DNS server here. Hosting 14 domains and their respective e-mail accounts. Everything seems

Re: Memory problem

2007-11-07 Thread Mario Lobo
On Wednesday 07 November 2007, Erik Trulsson wrote: On Wed, Nov 07, 2007 at 11:39:55AM -0300, Mario Lobo wrote: Hello; I'm running a qmailrocks install + DNS server here. Hosting 14 domains and their respective e-mail accounts. Everything seems to be working fine. The machine is:

Re: Memory problem

2007-11-07 Thread Derek Ragona
At 08:39 AM 11/7/2007, Mario Lobo wrote: Hello; I'm running a qmailrocks install + DNS server here. Hosting 14 domains and their respective e-mail accounts. Everything seems to be working fine. The machine is: -- FreeBSD 6.2-STABLE #0: Mon Sep 10

Memory problem

2007-11-07 Thread Mario Lobo
Hello; I'm running a qmailrocks install + DNS server here. Hosting 14 domains and their respective e-mail accounts. Everything seems to be working fine. The machine is: -- FreeBSD 6.2-STABLE #0: Mon Sep 10 14:15:16 BRT 2007 CPU: Intel(R) Core(TM)2 CPU

Re: Memory problem

2007-11-07 Thread Erik Trulsson
On Wed, Nov 07, 2007 at 11:39:55AM -0300, Mario Lobo wrote: Hello; I'm running a qmailrocks install + DNS server here. Hosting 14 domains and their respective e-mail accounts. Everything seems to be working fine. The machine is: -- FreeBSD

memory problem

2006-09-14 Thread RJ45
Hello, I am running FreeBSD 6.1-RELEASE-p6 build with buildworld. THe system has exactly 4GB of memory but the memory is not complitely seen by the system. At boot thime I Get this warning 524288Kb of memory above 4GB ignored and then if I check real memory = 3757965312 (3583 MB) avail

Re: memory problem

2006-09-14 Thread Matthew Seaman
RJ45 wrote: THe system has exactly 4GB of memory but the memory is not complitely seen by the system. At boot thime I Get this warning 524288Kb of memory above 4GB ignored A normal 32bit OS can only address 4GB RAM -- but your system has various L2 and other caches built into the CPUs,

Re: memory problem

2006-09-14 Thread Erik Trulsson
On Thu, Sep 14, 2006 at 09:55:09AM +0100, Matthew Seaman wrote: RJ45 wrote: THe system has exactly 4GB of memory but the memory is not complitely seen by the system. At boot thime I Get this warning 524288Kb of memory above 4GB ignored A normal 32bit OS can only address 4GB RAM

Re: memory problem

2006-09-14 Thread Derek Ragona
Since the BIOS reports the memory as ignored, I'd say it is your motherboard causing the issue. You should check the manufacturer's specs on the board and see if this is a limit to the board for the memory you are using. Many system boards have different memory limits based on the actual

Re: memory problem

2006-09-14 Thread Martin Cracauer
RJ45 wrote on Thu, Sep 14, 2006 at 02:24:43AM -0600: Hello, I am running FreeBSD 6.1-RELEASE-p6 build with buildworld. THe system has exactly 4GB of memory but the memory is not complitely seen by the system. At boot thime I Get this warning 524288Kb of memory above 4GB ignored

Bi-Opteron memory problem

2006-01-21 Thread Albert Shih
Hi all I've some strange problem with my single-core bi-proc (Opetron 248) When I try to install FreeBSD 6.0 -i 386 I can't have all memory. When the system boot (after recompiling kernel) I've see ~1 Go memory above 3 Go is ignored (not exactly something like that) on boot. If I put some

Memory Problem? LEAK?

2005-07-13 Thread Sean Murphy
FreeBSD 5.4 Release Kernel is generic with SMP and Quotas I was monitoring the system while running make and i noticed that the Free Memory would slowly tick down while make is running I figured that was normal. However when it was finished it did not return the Memory to Free Status. It

Re: Memory Problem? LEAK?

2005-07-13 Thread Kris Kennaway
On Wed, Jul 13, 2005 at 05:33:56PM -0700, Sean Murphy wrote: FreeBSD 5.4 Release Kernel is generic with SMP and Quotas I was monitoring the system while running make and i noticed that the Free Memory would slowly tick down while make is running I figured that was normal. However when it

Memory problem while compiling kernel.

2004-01-19 Thread Hossein
Hello; I tried to compile my 5.1 FreeBSD with these two new options: options PFIL_HOOKS options RANDOM_IP_ID config was successful, and also make depend.But when I tried to make after a few seconds I see this message and the process stops linking kernel uhub.o:

Re: Memory problem while compiling kernel.

2004-01-19 Thread Kent Stewart
On Tuesday 20 January 2004 06:22 am, Hossein wrote: Hello; I tried to compile my 5.1 FreeBSD with these two new options: options PFIL_HOOKS options RANDOM_IP_ID I couldn't find any reference to these options. config was successful, and also make depend.But when I tried to