Re: amd(8) cores dump when load high

2009-01-01 Thread Lin Jui-Nan Eric
Update: After we add -S flag to "amd_flags" in /etc/rc.conf, amd does not core dump. I think it is a workaround solution. Thank you all guys! ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscr

Re: amd(8) cores dump when load high

2008-12-29 Thread David O'Brien
On Mon, Dec 29, 2008 at 12:48:34PM +0200, Danny Braniss wrote: > > On Sat, Dec 27, 2008 at 01:03:54PM +0200, Danny Braniss wrote: > > > well, I'm running 7.1-PRERELEASE, what does the amd logs show? > > .. > > > Dec 27 10:37:01 sf-02 amd[856]: am-utils version 6.1.5 (build 1). > > > Dec 27 10:37:01

Re: amd(8) cores dump when load high

2008-12-29 Thread Danny Braniss
> On Sat, Dec 27, 2008 at 01:03:54PM +0200, Danny Braniss wrote: > > well, I'm running 7.1-PRERELEASE, what does the amd logs show? > .. > > Dec 27 10:37:01 sf-02 amd[856]: am-utils version 6.1.5 (build 1). > > Dec 27 10:37:01 sf-02 amd[856]: Report bugs to > > https://bugzilla.am-utils.org/ > >

Re: amd(8) cores dump when load high

2008-12-29 Thread David O'Brien
On Sat, Dec 27, 2008 at 01:03:54PM +0200, Danny Braniss wrote: > well, I'm running 7.1-PRERELEASE, what does the amd logs show? .. > Dec 27 10:37:01 sf-02 amd[856]: am-utils version 6.1.5 (build 1). > Dec 27 10:37:01 sf-02 amd[856]: Report bugs to https://bugzilla.am-utils.org/ > or am-ut...@am-ut

Re: amd(8) cores dump when load high

2008-12-28 Thread Lin Jui-Nan Eric
Hi Danny, Can you tell us which patch did you apply? Thank you very much! On Sun, Dec 28, 2008 at 3:52 PM, Danny Braniss wrote: >> I got "Couldn't lock process pages in memory using mlockall()" too: > [...] >> On Sat, Dec 27, 2008 at 9:07 PM, Rong-en Fan wrote: >> > On Sat, Dec 27, 2008 at 7:03

Re: amd(8) cores dump when load high

2008-12-27 Thread Danny Braniss
> I got "Couldn't lock process pages in memory using mlockall()" too: [...] > On Sat, Dec 27, 2008 at 9:07 PM, Rong-en Fan wrote: > > On Sat, Dec 27, 2008 at 7:03 PM, Danny Braniss wrote: > >>> No, we do not running amd with -S. > >>> > >>> # ps auxww | grep amd > >>> root 706 0.0 0.1 766

Re: amd(8) cores dump when load high

2008-12-27 Thread Lin Jui-Nan Eric
I got "Couldn't lock process pages in memory using mlockall()" too: Dec 27 23:20:38 worker1 amd[90422]: switched to logfile "syslog" Dec 27 23:20:38 worker1 amd[90422]: AM-UTILS VERSION INFORMATION: Dec 27 23:20:38 worker1 amd[90422]: Copyright (c) 1997-2006 Erez Zadok Dec 27 23:20:38 worker1 amd[

Re: amd(8) cores dump when load high

2008-12-27 Thread Dominic Fandrey
Lin Jui-Nan Eric wrote: > Dear listers, > > We currently found that amd frequently cores dump while loading is > high (about 4~5) after we upgrade world & kernel from 7.0-RELEASE to > 7.1-PRERELEASE. > > I have read -stable and svn log of 7-STABLE, but can not found a > report or a solution. Did

Re: amd(8) cores dump when load high

2008-12-27 Thread Rong-en Fan
On Sat, Dec 27, 2008 at 7:03 PM, Danny Braniss wrote: >> No, we do not running amd with -S. >> >> # ps auxww | grep amd >> root 706 0.0 0.1 7660 5416 ?? Ss Wed05PM 4:48.12 >> /usr/sbin/amd -p -k amd64 -x all /net amd.map >> > well, I'm running 7.1-PRERELEASE, what does the amd logs

Re: amd(8) cores dump when load high

2008-12-27 Thread Danny Braniss
> No, we do not running amd with -S. > > # ps auxww | grep amd > root 706 0.0 0.1 7660 5416 ?? Ss Wed05PM 4:48.12 > /usr/sbin/amd -p -k amd64 -x all /net amd.map > well, I'm running 7.1-PRERELEASE, what does the amd logs show? Dec 27 10:37:01 sf-02 amd[856]: AM-UTILS VERSION INFOR

Re: amd(8) cores dump when load high

2008-12-27 Thread Lin Jui-Nan Eric
No, we do not running amd with -S. # ps auxww | grep amd root 706 0.0 0.1 7660 5416 ?? Ss Wed05PM 4:48.12 /usr/sbin/amd -p -k amd64 -x all /net amd.map On Sat, Dec 27, 2008 at 4:51 PM, Danny Braniss wrote: >> Yes, we found that it crashes when swap is used. > > on an amd64 archit

Re: amd(8) cores dump when load high

2008-12-27 Thread Danny Braniss
> Yes, we found that it crashes when swap is used. on an amd64 architecture, amd could not plock it's pages in memory, and would, under memory preasure be swapped out, and break. I just run some tests under 7.1-PRERELEASE, and - it seems that plock is working. - amd is not being swapped out. are y

Re: amd(8) cores dump when load high

2008-12-26 Thread Lin Jui-Nan Eric
Yes, we found that it crashes when swap is used. On Fri, Dec 26, 2008 at 6:02 PM, Rong-en Fan wrote: > On Tue, Dec 23, 2008 at 12:44 AM, Lin Jui-Nan Eric wrote: >> Dear listers, >> >> We currently found that amd frequently cores dump while loading is >> high (about 4~5) after we upgrade world &

Re: amd(8) cores dump when load high

2008-12-26 Thread Rong-en Fan
On Tue, Dec 23, 2008 at 12:44 AM, Lin Jui-Nan Eric wrote: > Dear listers, > > We currently found that amd frequently cores dump while loading is > high (about 4~5) after we upgrade world & kernel from 7.0-RELEASE to > 7.1-PRERELEASE. > > I have read -stable and svn log of 7-STABLE, but can not fou

Re: amd(8) cores dump when load high

2008-12-25 Thread Ulrich Spoerlein
On Tue, 23.12.2008 at 00:44:53 +0800, Lin Jui-Nan Eric wrote: > Dear listers, > > We currently found that amd frequently cores dump while loading is > high (about 4~5) after we upgrade world & kernel from 7.0-RELEASE to > 7.1-PRERELEASE. > > I have read -stable and svn log of 7-STABLE, but can no

Re: amd(8) cores dump when load high

2008-12-22 Thread Lin Jui-Nan Eric
Hi, We are running some daily report (php scripts), get data from remote mysql database. And we are running daily backup script, to copy local data to remote NFS Server at the same time. On Tue, Dec 23, 2008 at 12:52 AM, SDH Admin wrote: > > >> #634 0x000e in ?? () > > > > What is ru

RE: amd(8) cores dump when load high

2008-12-22 Thread SDH Admin
> #634 0x000e in ?? () What is running when the load is high? OR specifically what is the server doing that is generating the load? Kevin K. Systems Administrator www.stardothosting.com ___ freebsd-stable@freebsd.org mailing list h

amd(8) cores dump when load high

2008-12-22 Thread Lin Jui-Nan Eric
Dear listers, We currently found that amd frequently cores dump while loading is high (about 4~5) after we upgrade world & kernel from 7.0-RELEASE to 7.1-PRERELEASE. I have read -stable and svn log of 7-STABLE, but can not found a report or a solution. Did anyone have the same issue? Thank you ve