Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread jb
s m gmail.com> writes: > ... > subnet 192.0.0.0 netmask 255.0.0.0 { > range 192.0.0.1 192.255.255.255; The 'range' denotes IP addresses that can be allocated to clients. The IP 192.255.255.255 is a reserved broadcast address for the network. jb _

dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread s m
hello all, i have a question about dhcpd in freebsd8.2 . when i define my network like below in dhcpd.conf file, server doesn't run correctly and return core dump this is my dhcpd.conf file: ddns-update-style none; log-facility local7; subnet 192.0.0.0 netmask 255.0.0.0 { range 192.

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread Frank Leonhardt
On 23/07/2013 13:35, j.mcke...@ru.ac.za wrote: Quoting Frank Leonhardt : There are two common ways of defining a subnet mask - one is a dotted quad (e.g. 255.255.255.0) and the other is with a slash and the number of low-order bits - e.g. 192.168.1.0/8. Eight bits here means you get 2^8 add

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread jb
s m gmail.com> writes: > > and thank you jb but if i define my network like below, server runs > correctly: > log-facility local7; > subnet 192.168.0.0 netmask 255.255.0.0 { > range 192.168.0.1 192.168.255.255; > } > > i think 192.168.255.55 is reserved for broadcast too. is it not true? if

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread J . McKeown
Quoting Frank Leonhardt : There are two common ways of defining a subnet mask - one is a dotted quad (e.g. 255.255.255.0) and the other is with a slash and the number of low-order bits - e.g. 192.168.1.0/8. Eight bits here means you get 2^8 addresses (i.e. 256). Don't use the first and la

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread Frank Leonhardt
allocated to clients. The IP 192.255.255.255 is a reserved broadcast address for the network. jb It's definitely "bad idea" to try to use it, but it doesn't explain the core dump. Also, using DHCP to dish out addresses that don't belong to you AND aren't on a private

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread s m
thanks Frank, 192 is just a sample. if i want to define 125.0.0.0 netmask 255.0.0.0, dhcp server core dump either. you're right, it is better to use just some limited addresses to avoid possible troubles. but i want to run my dhcp server for all possible networks. now my question is: if i d

Re: dhcp server returns core dump when i define network with mask 8

2013-07-23 Thread Frank Leonhardt
. jb It's definitely "bad idea" to try to use it, but it doesn't explain the core dump. Also, using DHCP to dish out addresses that don't belong to you AND aren't on a private network (as defined by IANA) will probably lead to trouble. Valid private addr

Re: Daily periodic cronjob generates core dump

2013-06-16 Thread C. L. Martinez
On Fri, Jun 14, 2013 at 2:48 PM, Greg Larkin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 6/14/13 6:26 AM, C. L. Martinez wrote: >> Hi all, >> >> I have a FreeBSD 9.1 host (fully patched) with ZFS. Every day I am >> receiving in security output this message: >> >> fbsd.domain.lo

Re: Daily periodic cronjob generates core dump

2013-06-14 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/14/13 6:26 AM, C. L. Martinez wrote: > Hi all, > > I have a FreeBSD 9.1 host (fully patched) with ZFS. Every day I am > receiving in security output this message: > > fbsd.domain.local kernel log messages: > > +++ /tmp/security.AT1oDecp 2013

Re: Daily periodic cronjob generates core dump

2013-06-14 Thread C. L. Martinez
On Fri, Jun 14, 2013 at 12:30 PM, Jason Birch wrote: >> >> Uhmm .. I will try it ... but for what reason?? >> > It would be nice to see if anything else in the crontab might be causing > it. > > You can also run `periodic security` as root and see if it manfiests the > same way. Running from con

Re: Daily periodic cronjob generates core dump

2013-06-14 Thread Jason Birch
> > > Uhmm .. I will try it ... but for what reason?? > > It would be nice to see if anything else in the crontab might be causing it. You can also run `periodic security` as root and see if it manfiests the same way. ___ freebsd-questions@freebsd.org m

Re: Daily periodic cronjob generates core dump

2013-06-14 Thread C. L. Martinez
On Fri, Jun 14, 2013 at 12:17 PM, Robert Huff wrote: > > C. L. Martinez writes: > >> > Have you added anything to the default system crontab? Are >> >> I have added a script to rebuild packages every week with poudriere: > > And if you comment that out? > > >

Re: Daily periodic cronjob generates core dump

2013-06-14 Thread Robert Huff
C. L. Martinez writes: > > Have you added anything to the default system crontab? Are > > I have added a script to rebuild packages every week with poudriere: And if you comment that out? Robert Huff

Re: Daily periodic cronjob generates core dump

2013-06-14 Thread C. L. Martinez
On Fri, Jun 14, 2013 at 11:42 AM, Robert Huff wrote: > > C. L. Martinez writes: > >> I have a FreeBSD 9.1 host (fully patched) with ZFS. Every day I >> am receiving in security output this message: >> >> fbsd.domain.local kernel log messages: >> >> +++ /tmp/security.AT1oDecp 2013-06-14 03:

Daily periodic cronjob generates core dump

2013-06-14 Thread Robert Huff
C. L. Martinez writes: > I have a FreeBSD 9.1 host (fully patched) with ZFS. Every day I > am receiving in security output this message: > > fbsd.domain.local kernel log messages: > > +++ /tmp/security.AT1oDecp 2013-06-14 03:02:10.0 + > > +pid 75930 (try), uid 0: exited

Daily periodic cronjob generates core dump

2013-06-14 Thread C. L. Martinez
Hi all, I have a FreeBSD 9.1 host (fully patched) with ZFS. Every day I am receiving in security output this message: fbsd.domain.local kernel log messages: +++ /tmp/security.AT1oDecp 2013-06-14 03:02:10.0 + +pid 75930 (try), uid 0: exited on signal 10 (core dumped) pid 76241 +(

Re: I just had a crash, core dump

2013-03-14 Thread Fernando Apesteguía
On Thu, Mar 14, 2013 at 3:45 PM, Leslie Jensen wrote: > > > 2013-03-14 14:55, Damien Fleuriot skrev: > >> >> On 14 Mar 2013, at 12:57, Leslie Jensen wrote: >> >>> >>> >>> My system >>> 9.1-RELEASE >>> >>> >>> ll /var/crash/ >>> total 697996 >>> -rw-r--r-- 1 root wheel 2 14 Mar 12:51 bo

Re: I just had a crash, core dump

2013-03-14 Thread Leslie Jensen
2013-03-14 14:55, Damien Fleuriot skrev: On 14 Mar 2013, at 12:57, Leslie Jensen wrote: My system 9.1-RELEASE ll /var/crash/ total 697996 -rw-r--r-- 1 root wheel 2 14 Mar 12:51 bounds -rw--- 1 root wheel 577047 14 Mar 12:52 core.txt.0 -rw--- 1 root wheel

Re: I just had a crash, core dump

2013-03-14 Thread Damien Fleuriot
On 14 Mar 2013, at 12:57, Leslie Jensen wrote: > > > My system > 9.1-RELEASE > > > ll /var/crash/ > total 697996 > -rw-r--r-- 1 root wheel 2 14 Mar 12:51 bounds > -rw--- 1 root wheel 577047 14 Mar 12:52 core.txt.0 > -rw--- 1 root wheel460 14 Mar 12:51 info.

I just had a crash, core dump

2013-03-14 Thread Leslie Jensen
My system 9.1-RELEASE ll /var/crash/ total 697996 -rw-r--r-- 1 root wheel 2 14 Mar 12:51 bounds -rw--- 1 root wheel 577047 14 Mar 12:52 core.txt.0 -rw--- 1 root wheel460 14 Mar 12:51 info.0 -rw-r--r-- 1 root wheel 5 4 Dec 10:34 minfree -rw---

kernel panic leads to core dump

2012-12-14 Thread Joseph A. Nagy, Jr
the core dump files (one set from each). makeoptions DEBUG=-g# Build kernel with gdb(1) debug symbols Is already enabled in the generic (amd64) kernel. $ uname -a FreeBSD alex-laptop 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 r

ZendOptimizer - core dump

2011-04-13 Thread Ludovit Koren
hi, I need to migrate application which uses ZendOptimizer. The system and packages installed are: 8.1-STABLE, apache-2.2.17_2, ZendOptimizer-3.3.0.a, mysql-client-5.5.10, php52-5.2.17, compat6x-amd64-6.4.604000.200810_3. When I run php -v it dumps core. any hints would be greatly appreciated. Ha

locale settings and core dump LyX

2011-01-04 Thread Marco Beishuizen
Hi, When I start LyX I'm getting an error: ... terminate called after throwing an instance of 'std::runtime_error' what(): locale::facet::_S_create_c_locale name not valid Abort (core dumped) ... This seems to have something to do with my locale settings: ... LANG=en_US.UTF-8 LC_CTYPE="en_U

Re: CYRUS IMAP cyradm core dump problem

2010-10-13 Thread Martin Schweizer
Hello Reko Only for the records: I did realy a lot of tests in the past weeks (with and without security/heimdal, and also the kerberos base, etc.). The goal is, I was unable to get back to run with saslauthd -a kerberos5. The only way I found is to run saslauthd -a pam (but here you need also

Re: CYRUS IMAP cyradm core dump problem

2010-10-04 Thread Reko Turja
Am Thu, Sep 23, 2010 at 03:05:30PM +0300 Reko Turja schrieb: > I applied the patch as suggested by Reko, but it seemed to make > no > difference After the patch recompiling and linking at least SASL is needed after buildworld and inatallation of new world. > removing libgssapiv2 libs however

Re: CYRUS IMAP cyradm core dump problem

2010-10-03 Thread Martin Schweizer
Hello Reko Am Thu, Sep 23, 2010 at 03:05:30PM +0300 Reko Turja schrieb: > > I applied the patch as suggested by Reko, but it seemed to make no > > difference > > After the patch recompiling and linking at least SASL is needed after > buildworld and inatallation of new world. > > > removing lib

Re: CYRUS IMAP cyradm core dump problem

2010-09-23 Thread Reko Turja
I applied the patch as suggested by Reko, but it seemed to make no difference After the patch recompiling and linking at least SASL is needed after buildworld and inatallation of new world. removing libgssapiv2 libs however, solved my cyradm problem will this cause issues into the future fo

Re: CYRUS IMAP cyradm core dump problem

2010-09-22 Thread Tim Kerr
thanks everyone for all your help I applied the patch as suggested by Reko, but it seemed to make no difference removing libgssapiv2 libs however, solved my cyradm problem will this cause issues into the future for any other ports I may need ti install ? regards, Tim >> I upgraded to ver 8.1,

Re: CYRUS IMAP cyradm core dump problem

2010-09-22 Thread patrick
This happens for me if the password is entered incorrectly. I see it happens right away for you, but what if you type: cyradm -u username 192.168.134.171 ? Patrick On Wed, Sep 22, 2010 at 12:25 AM, Tim Kerr wrote: > Hi guys, > > > > I have successfully used Cyrus IMAP in the past on versions

Re: CYRUS IMAP cyradm core dump problem

2010-09-22 Thread Reko Turja
I upgraded to ver 8.1, performed a portupgrade and still get the same result as follows root# cyradm 192.168.134.171 The main question is - do you need kerberos/gssapi authentication on your server or not? If not, the easy fix is removing libgssapiv2 libs from /usr/local/lib/sasl2 For so

CYRUS IMAP cyradm core dump problem

2010-09-22 Thread Tim Kerr
Hi guys, I have successfully used Cyrus IMAP in the past on versions 5.x, 6.x and 7.x but am having a problem with a fresh installed ver 8.0 server when running the cyradm command I upgraded to ver 8.1, performed a portupgrade and still get the same result as follows root# cyradm 1

Re: Core dump with php52-recode?

2010-06-09 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard Morse wrote: > Hi! I just did a portsnap and found that php52 had been updated. When I > recompiled (using `portmaster -i php52 php52-extensions`, suddenly php > started crashing: > >> Jun 9 10:27:30 hedwig kernel: pid 35517 (php), uid 1001:

Core dump with php52-recode?

2010-06-09 Thread Richard Morse
Hi! I just did a portsnap and found that php52 had been updated. When I recompiled (using `portmaster -i php52 php52-extensions`, suddenly php started crashing: > Jun 9 10:27:30 hedwig kernel: pid 35517 (php), uid 1001: exited on signal 11 > (core dumped) I was able to trace this down to the

Re: python core dump during portupgrade firefox

2010-04-18 Thread Marco Beishuizen
On Sun, 18 Apr 2010, Marco Beishuizen wrote: Hi, I tried to portupgrade firefox from 3.6.2 to 3.6.3 (on FBSD 8.0-ST). It fails with: ... ../../../../other-licenses/ply/ply/yacc.py:74: DeprecationWarning: the md5 module is deprecated; use hashlib instead import re, types, sys, cStringIO, md5,

python core dump during portupgrade firefox

2010-04-18 Thread Marco Beishuizen
Hi, I tried to portupgrade firefox from 3.6.2 to 3.6.3 (on FBSD 8.0-ST). It fails with: ... ../../../../other-licenses/ply/ply/yacc.py:74: DeprecationWarning: the md5 module is deprecated; use hashlib instead import re, types, sys, cStringIO, md5, os.path gmake[4]: *** [dom_quickstubs.cpp]

Re: Trouble getting a core dump from clamd

2010-01-20 Thread Doug Poland
On 2010-01-20 17:11, Boris Samorodov wrote: On Wed, 20 Jan 2010 15:24:51 -0600 Doug Poland wrote: % sysctl -a | grep core kern.corefile: /var/coredumps/%U/%N.core As CORE(5) says %U is a UID... % touch /var/coredumps/file % ll !$ ll /var/coredumps/file -rw-r--r-- 1 doug wheel 0 Jan 20 15

Re: Trouble getting a core dump from clamd

2010-01-20 Thread Boris Samorodov
On Wed, 20 Jan 2010 15:24:51 -0600 Doug Poland wrote: > % sysctl -a | grep core > kern.corefile: /var/coredumps/%U/%N.core As CORE(5) says %U is a UID... > % touch /var/coredumps/file > % ll !$ > ll /var/coredumps/file > -rw-r--r-- 1 doug wheel 0 Jan 20 15:13 /var/coredumps/file ... so you s

Re: Trouble getting a core dump from clamd

2010-01-20 Thread Chuck Swiger
Hi-- On Jan 20, 2010, at 1:24 PM, Doug Poland wrote: > % sysctl -a | grep core > kern.corefile: /var/coredumps/%U/%N.core Does /var/coredumps/doug and/or /var/coredumps/clamav exist and have appropriate permissions (or be 1777 like /tmp to avoid a problem with that)...? -- -Chuck

Re: Trouble getting a core dump from clamd

2010-01-20 Thread Doug Poland
On Wed, January 20, 2010 15:05, Chuck Swiger wrote: > Hi-- > > On Jan 20, 2010, at 12:46 PM, Doug Poland wrote: >> Thanks for the suggestion and the pointer to man 5 core. I >> implemented your suggestions but still get no core dump. Very >> strange... > > C

Re: Trouble getting a core dump from clamd

2010-01-20 Thread Chuck Swiger
Hi-- On Jan 20, 2010, at 12:46 PM, Doug Poland wrote: > Thanks for the suggestion and the pointer to man 5 core. I > implemented your suggestions but still get no core dump. Very > strange... Check your default resource limits (shell startup files & /etc/login.conf) and

Re: Trouble getting a core dump from clamd

2010-01-20 Thread Doug Poland
gmentation fault >> # ll /var/crash >> total 2 >> -rw-r--r-- 1 root wheel 5 Apr 10 2005 minfree > > Please see "man 5 core"; in particular, clamd changes userid: > > By default, a process that changes user or group credentials > whether real or effect

Re: Help with core dump

2010-01-20 Thread Matias
El 20/01/10 10:18, Matias escribió: Hi, I've installed from ports net-im/mu-conference, but whenever I try to start it I get a core dump. Running it through gdb I get the following: ]# gdb /usr/local/bin/mu-conference GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc

Help with core dump

2010-01-20 Thread Matias
Hi, I've installed from ports net-im/mu-conference, but whenever I try to start it I get a core dump. Running it through gdb I get the following: ]# gdb /usr/local/bin/mu-conference GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered b

Re: Trouble getting a core dump from clamd

2010-01-19 Thread Chuck Swiger
pr 10 2005 minfree Please see "man 5 core"; in particular, clamd changes userid: By default, a process that changes user or group credentials whether real or effective will not create a corefile. This behaviour can be changed to generate a core dump by setting the sysctl(8)

Re: Trouble getting a core dump from clamd

2010-01-19 Thread Doug Poland
On Tue, January 19, 2010 11:10, krad wrote: > 2010/1/19 Doug Poland > >> Hello, >> >> I'm running 7.2-RELEASE-p3 i386 and am having an issue getting a >> core dump from a program that is seg faulting. >> > > set a path in the sysctl variable ker

Re: Trouble getting a core dump from clamd

2010-01-19 Thread krad
2010/1/19 Doug Poland > Hello, > > I'm running 7.2-RELEASE-p3 i386 and am having an issue getting a core > dump from a program that is seg faulting. > > Last night, inexplicably, clamd started to seg fault. I was trying to > obtain a core dump for further analysi

Trouble getting a core dump from clamd

2010-01-19 Thread Doug Poland
Hello, I'm running 7.2-RELEASE-p3 i386 and am having an issue getting a core dump from a program that is seg faulting. Last night, inexplicably, clamd started to seg fault. I was trying to obtain a core dump for further analysis but no .core file can be found. I've tried the foll

MimeDefang: Perl core dump

2009-11-27 Thread Martin Schweizer
Hello My goal is to add to all outgoing mail a small boilerplate. My system: FreeBSD acsvfbsd06.acutronic.ch 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Thu Sep 17 17:53:59 CEST 2009 mar...@acsvfbsd06.acutronic.ch:/usr/obj/usr/src/sys/GENERIC amd64 sendmail.mc: [snip] MAIL_FILTER(`mimedefang', `S

Re: system() call causes core dump

2009-11-03 Thread Mel Flynn
On Saturday 31 October 2009 21:52:37 Peter Steele wrote: > >In UNIX it is not safe to perform arbitrary actions after forking a > > multi-threaded process. You're basically expected to call exec soon > > after the fork, although you can do certain other work if you are very > > careful. > > > >The

Re: system() call causes core dump

2009-11-01 Thread usleepless
On Sat, Oct 31, 2009 at 4:55 PM, Kris Kennaway wrote: > Peter Steele wrote: > >> I have an application running a number of threads. I've had recent >> instances where the code below is causing a core dump to occur: >> >> char fstatCmd[200]; >> char

RE: system() call causes core dump

2009-10-31 Thread Peter Steele
>In UNIX it is not safe to perform arbitrary actions after forking a >multi-threaded process. You're basically expected to call exec soon after the >fork, although >you can do certain other work if you are very careful. >The reason for this is that after the fork, only one thread will be runnin

Re: system() call causes core dump

2009-10-31 Thread Kris Kennaway
Peter Steele wrote: I have an application running a number of threads. I've had recent instances where the code below is causing a core dump to occur: char fstatCmd[200]; char *fstatOut = "/tmp/fstat.out"; sprintf(fstatCmd, "fstat | grep -v USER | wc -l >%s", fst

system() call causes core dump

2009-10-31 Thread Peter Steele
I have an application running a number of threads. I've had recent instances where the code below is causing a core dump to occur: char fstatCmd[200]; char *fstatOut = "/tmp/fstat.out"; sprintf(fstatCmd, "fstat | grep -v USER | wc -l >%s", fstatOut); rc = system(fs

STOP state in top + segmentation fault and core dump?

2009-10-08 Thread Pierre-Luc Drouin
Hi, When I run many heavily multi-threaded (1000+ threads/process) and memory intensive (1800 MB+/process) processes on FreeBSD 8.0 amd64, some of them get in STOP state in top and then seg fault and core dump. Are stop states in top caused by seg faults or it is the OS that stops the

Re: Apache20 port on FreeBSD 7.2 does a core dump

2009-10-04 Thread Aflatoon Aflatooni
> > On Sat, 3 Oct 2009 13:38 -, aaflatooni wrote: > > > > >> Aflatoon Aflatooni writes: > > >> > > >>> I am getting a lot of core dumps and Apache20 freezing. > > >>> I have installed the porting using the following make: > > >>> > > >>> make WITHOUT_MODULES="ssl status speling imap auth_dbm a

Re: Apache20 port on FreeBSD 7.2 does a core dump

2009-10-03 Thread Aflatoon Aflatooni
> On Sat, 3 Oct 2009 13:38 -, aaflatooni wrote: > > >> Aflatoon Aflatooni writes: > >> > >>> I am getting a lot of core dumps and Apache20 freezing. > >>> I have installed the porting using the following make: > >>> > >>> make WITHOUT_MODULES="ssl status speling imap auth_dbm auth_digest dav

Re: Apache20 port on FreeBSD 7.2 does a core dump

2009-10-03 Thread jhell
On Sat, 3 Oct 2009 13:38 -, aaflatooni wrote: Aflatoon Aflatooni writes: I am getting a lot of core dumps and Apache20 freezing. I have installed the porting using the following make: make WITHOUT_MODULES="ssl status speling imap auth_dbm auth_digest dav dav_fs cern_meta cgi include" ins

Re: Apache20 port on FreeBSD 7.2 does a core dump

2009-10-03 Thread Aflatoon Aflatooni
> Aflatoon Aflatooni writes: > > > I am getting a lot of core dumps and Apache20 freezing. > > I have installed the porting using the following make: > > > > make WITHOUT_MODULES="ssl status speling imap auth_dbm auth_digest dav > > dav_fs > cern_meta cgi include" install > > > > any suggestions

Re: Apache20 port on FreeBSD 7.2 does a core dump

2009-10-03 Thread Lowell Gilbert
Aflatoon Aflatooni writes: > I am getting a lot of core dumps and Apache20 freezing. > I have installed the porting using the following make: > > make WITHOUT_MODULES="ssl status speling imap auth_dbm auth_digest dav dav_fs > cern_meta cgi include" install > > any suggestions as to how I might f

Apache20 port on FreeBSD 7.2 does a core dump

2009-10-03 Thread Aflatoon Aflatooni
Hi, I am getting a lot of core dumps and Apache20 freezing. I have installed the porting using the following make: make WITHOUT_MODULES="ssl status speling imap auth_dbm auth_digest dav dav_fs cern_meta cgi include" install any suggestions as to how I might find out what is causing the problem a

Re: 8.0 and GPT_PART and core-dump

2009-07-17 Thread Patrick Lamaiziere
Le Fri, 17 Jul 2009 12:27:32 +0200, Ivan Voras a écrit : > When the kernel attempts a dump on the device, do you perhaps see a > message like "partition type unsupported?". Yes at boot-time : GEOM_PART: Partition 'ad4p3' not suitable for kernel dumps (wrong type?) >One thing that's changed >

Re: 8.0 and GPT_PART and core-dump

2009-07-17 Thread Ivan Voras
Patrick Lamaiziere wrote: Le Fri, 17 Jul 2009 09:30:25 +0200, "Paul B. Mahol" a écrit : With 8.0, FreeBSD see my disk with several parts instead slices. That works fine but the kernel is not able to core dump to my swap (ad4p3a) and I can't break into the debuger (laptop with

Re: 8.0 and GPT_PART and core-dump

2009-07-17 Thread Patrick Lamaiziere
Le Fri, 17 Jul 2009 09:30:25 +0200, "Paul B. Mahol" a écrit : > > With 8.0, FreeBSD see my disk with several parts instead slices. > > That works fine but the kernel is not able to core dump to my swap > > (ad4p3a) and I can't break into the debuger (laptop with

Re: 8.0 and GPT_PART and core-dump

2009-07-17 Thread Paul B. Mahol
On 7/16/09, Patrick Lamaiziere wrote: > Hello, > > With 8.0, FreeBSD see my disk with several parts instead slices. > That works fine but the kernel is not able to core dump to my swap > (ad4p3a) and I can't break into the debuger (laptop with an usb > keyboard). For first

8.0 and GPT_PART and core-dump

2009-07-16 Thread Patrick Lamaiziere
Hello, With 8.0, FreeBSD see my disk with several parts instead slices. That works fine but the kernel is not able to core dump to my swap (ad4p3a) and I can't break into the debuger (laptop with an usb keyboard). So I would like to revert to slices like with FreeBSD 7.2? Thanks, regards.

Re: pkg_delete core dump

2008-11-18 Thread Tsu-Fan Cheng
it works!! thanks Mel. TFC On Tue, Nov 18, 2008 at 8:16 AM, Mel <[EMAIL PROTECTED]> wrote: > On Tuesday 18 November 2008 13:37:11 Tsu-Fan Cheng wrote: >> Hi Mel, >>the link to download the +CONTENTS file is here >> http://www.megaupload.com/?d=YDKFRCZG, and you know what? I don't have >> +RE

Re: pkg_delete core dump

2008-11-18 Thread Mel
On Tuesday 18 November 2008 13:37:11 Tsu-Fan Cheng wrote: > Hi Mel, >the link to download the +CONTENTS file is here > http://www.megaupload.com/?d=YDKFRCZG, and you know what? I don't have > +REQUIRED_BY file. thanks!! > > there is a empty entry in the +CONTENTS file: > > [snip] > @pkgdep lin

Re: pkg_delete core dump

2008-11-18 Thread Tsu-Fan Cheng
Hi Mel, the link to download the +CONTENTS file is here http://www.megaupload.com/?d=YDKFRCZG, and you know what? I don't have +REQUIRED_BY file. thanks!! there is a empty entry in the +CONTENTS file: [snip] @pkgdep linux-scim-libs-1.4.4 @comment DEPORIGIN:textproc/linux-scim-libs @pkgdep @co

Re: pkg_delete core dump

2008-11-17 Thread Mel
On Tuesday 18 November 2008 05:18:37 Mel wrote: > On Monday 17 November 2008 22:15:32 Tsu-Fan Cheng wrote: > > Hi Mel, > >thank you for your help, now I recompile pkg_install and run > > pkg_delete again, under print/acroread8 it still coredump. here is the > > result: > > > > # gdb pkg_delete

Re: pkg_delete core dump

2008-11-17 Thread Mel
On Monday 17 November 2008 22:15:32 Tsu-Fan Cheng wrote: > Hi Mel, >thank you for your help, now I recompile pkg_install and run > pkg_delete again, under print/acroread8 it still coredump. here is the > result: > > # gdb pkg_delete pkg_delete.core > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Fre

Re: pkg_delete core dump

2008-11-17 Thread Tsu-Fan Cheng
[EMAIL PROTECTED]> wrote: > On Monday 17 November 2008 20:15:46 Tsu-Fan Cheng wrote: >> hi, >> during recompiling some ports, I found my pkg_delete core dump on >> some ports (not all of them), when it dumped, it has something like >> this (print/acroread8): >>

Re: pkg_delete core dump

2008-11-17 Thread Mel
On Monday 17 November 2008 20:15:46 Tsu-Fan Cheng wrote: > hi, > during recompiling some ports, I found my pkg_delete core dump on > some ports (not all of them), when it dumped, it has something like > this (print/acroread8): > > # gdb pkg_delete pkg_delete.core > G

pkg_delete core dump

2008-11-17 Thread Tsu-Fan Cheng
hi, during recompiling some ports, I found my pkg_delete core dump on some ports (not all of them), when it dumped, it has something like this (print/acroread8): # gdb pkg_delete pkg_delete.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software

Re: Strange Core Dump Error Message on a FreeBSD6.3 System

2008-10-07 Thread Jeremy Chadwick
On Tue, Oct 07, 2008 at 04:15:24PM -0500, Martin McCormick wrote: > I am running some C code I wrote on a couple of > FreeBSD6.3 systems, one of which has never exhibited this > message and the other has now done it twice in about 6 months. > The error is as follows: > > mem.c:877: INSIST(ct

Strange Core Dump Error Message on a FreeBSD6.3 System

2008-10-07 Thread Martin McCormick
I am running some C code I wrote on a couple of FreeBSD6.3 systems, one of which has never exhibited this message and the other has now done it twice in about 6 months. The error is as follows: mem.c:877: INSIST(ctx->stats[i].gets == 0U) failed. Abort trap (core dumped) Something

Re: brain-fault: core dump.

2008-09-20 Thread Nash Nipples
> A few days ago I dl'd the OOo-2.4.1 and now need some > clues how to > install the tarball. I tried > > #pkg_add -rv [OOo-tarball] > > it failed. ...So is there some quick fix? > > tia, > > gary > http://view.samurajdata.se/ http://porting.openoffice.org/freebsd/#howto

brain-fault: core dump.

2008-09-20 Thread Gary Kline
A few days ago I dl'd the OOo-2.4.1 and now need some clues how to install the tarball. I tried #pkg_add -rv [OOo-tarball] it failed. ...So is there some quick fix? tia, gary -- Gary Kline [EMAIL PROTECTED] http://www.thought.org Public Service Unix http://jottings.thought.or

Panic when disconnecting Coolpix L5 (was: Cannot get kernel core dump)

2008-06-25 Thread Toomas Aas
Wednesday 25 June 2008 17:24:58 kirjutas Pietro Cerutti: > Toomas Aas wrote: > | Are there known conditions under which the core dump really isn't > | recorded, or am I simply missing something obvious? > > Yes, if the panic occurs before the filesystem supposed to contain

Re: Cannot get kernel core dump

2008-06-25 Thread Pietro Cerutti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Toomas Aas wrote: | Hello! | | I'm trying to report a problem which involves kernel panic, but I cannot get a | core dump. The system is 7.0-STABLE from June 18th. | | I've set the following in /etc/rc.conf (and of course rebooted, ev

Cannot get kernel core dump

2008-06-25 Thread Toomas Aas
Hello! I'm trying to report a problem which involves kernel panic, but I cannot get a core dump. The system is 7.0-STABLE from June 18th. I've set the following in /etc/rc.conf (and of course rebooted, even several times): dumpdev="/dev/ad0s1b" dumpdir="/home/crash&quo

Re: Apache -- Analyzing core dump?

2008-03-18 Thread Chris Maness
Chris Maness wrote: Chris Maness wrote: I used to analyze core dumps with tnos to debug. It has been a coon's age since I've done such. I am having apache crash and core dump. There isn't any error info in the log files. Where is the core dumped to (the main log tells me th

Re: Apache -- Analyzing core dump?

2008-03-11 Thread Chris Maness
Chris Maness wrote: I used to analyze core dumps with tnos to debug. It has been a coon's age since I've done such. I am having apache crash and core dump. There isn't any error info in the log files. Where is the core dumped to (the main log tells me the core has been dump

Apache -- Analyzing core dump?

2008-03-11 Thread Chris Maness
I used to analyze core dumps with tnos to debug. It has been a coon's age since I've done such. I am having apache crash and core dump. There isn't any error info in the log files. Where is the core dumped to (the main log tells me the core has been dumped)? How do I an

Re: Core dump

2007-10-31 Thread cpghost
On Thu, 1 Nov 2007 00:39:52 +0100 Roland Smith <[EMAIL PROTECTED]> wrote: > On Wed, Oct 31, 2007 at 03:32:10PM -0700, Rem P Roberti wrote: > > A program that I use has started giving me this error message when > > I try to load it: > > > > Segmentation fault: 11 (core dumped) Hey, it's Halloween

Re: Core dump

2007-10-31 Thread Rem P Roberti
On 2007.11.01 00:39:52 +, Roland Smith wrote: > On Wed, Oct 31, 2007 at 03:32:10PM -0700, Rem P Roberti wrote: > > A program that I use has started giving me this error message when I try > > to load it: > > > > Segmentation fault: 11 (core dumped) > > This means that the program has either t

Re: Core dump

2007-10-31 Thread Roland Smith
On Wed, Oct 31, 2007 at 03:32:10PM -0700, Rem P Roberti wrote: > A program that I use has started giving me this error message when I try > to load it: > > Segmentation fault: 11 (core dumped) This means that the program has either tried to read from a part of the memory that it isn't allowed to

Re: Core dump

2007-10-31 Thread Giorgos Keramidas
On 2007-10-31 15:32, Rem P Roberti <[EMAIL PROTECTED]> wrote: > A program that I use has started giving me this error message when I try > to load it: > > Segmentation fault: 11 (core dumped) > > Can someone give me a heads up on what's going on here. I've done a > reinstall to no avail. Is there

Core dump

2007-10-31 Thread Rem P Roberti
A program that I use has started giving me this error message when I try to load it: Segmentation fault: 11 (core dumped) Can someone give me a heads up on what's going on here. I've done a reinstall to no avail. Rem ___ freebsd-questions@freebsd.or

RE: SMP options and core dump failure

2007-07-03 Thread Yong Rao
: Yong Rao Cc: [EMAIL PROTECTED] Subject: Re: SMP options and core dump failure On Tue, July 3, 2007 02:59, Yong Rao wrote: > Hello, > > > > We have a problem with SMP kernel. It could not dump out core when the > crash happens. Which version of FreeBSD? -Current? better ask i

Re: SMP options and core dump failure

2007-07-03 Thread Gelsema, P \(Patrick\) - FreeBSD
atrick > > > > I am able to isolate the problem to kernel configurations which have SMP > enabled when used with 2 cpus. > > With ONE cpu the core dump works ok. > > > > I built the kernel with GENERIC, and deliberately crash the kernel (for > testing purpose).

SMP options and core dump failure

2007-07-02 Thread Yong Rao
Hello, We have a problem with SMP kernel. It could not dump out core when the crash happens. I am able to isolate the problem to kernel configurations which have SMP enabled when used with 2 cpus. With ONE cpu the core dump works ok. I built the kernel with GENERIC, and deliberately

Re: No core dump after panic

2007-03-23 Thread Simon Chang
Well, this means that, since your previous kernel panicked but was not able to save a coredump, when you boot up from another kernel there is simply nothing there for savecore to recover. As a result savecore is reporting that there is nothing to recover for you. But that's the way to set it up.

Re: No core dump after panic

2007-03-23 Thread Rajkumar S
On 3/22/07, Rajkumar S <[EMAIL PROTECTED]> wrote: On 3/22/07, Simon Chang <[EMAIL PROTECTED]> wrote: > Check out "man savecore" for a list of flags. Thanks, I will check that out. I have reinstalled and now starting from scratch to see if I can get the core dump o

Re: No core dump after panic

2007-03-22 Thread Rajkumar S
On 3/22/07, Simon Chang <[EMAIL PROTECTED]> wrote: Check out "man savecore" for a list of flags. Thanks, I will check that out. Have you submitted a formal PR? I have to say that I have not had experience with that device or driver. What other responses have you gotten from people? Yes, 1

Re: No core dump after panic

2007-03-22 Thread Simon Chang
I did not use /var/crash because /var was small than RAM. So I manually changed the crash directory to /usr partition. I do not know how to set savecore flag. Check out "man savecore" for a list of flags. You normally set them in /etc/rc.conf by putting in a line like: savecore_flags="-v -z",

Re: No core dump after panic

2007-03-21 Thread Rajkumar S
Hi, Thanks for your reply! On 3/21/07, Simon Chang <[EMAIL PROTECTED]> wrote: From what you are saying it sounds like you are getting the panic on bootup. Is that correct? Yes. immediately on boot up. In looking through your config I don't see anything that really stands out (although I wo

Re: No core dump after panic

2007-03-21 Thread Simon Chang
Hey there, From what you are saying it sounds like you are getting the panic on bootup. Is that correct? In looking through your config I don't see anything that really stands out (although I would use "/var/crash" for dumpdir, and you didn't specify savecore_flags). What else have you tried

No core dump after panic

2007-03-18 Thread Rajkumar S
Hi, I am trying to get core dump of a kernel panic relating to safenet driver, so that I can file a meaning full PR or even try to debug myself. But I am not getting a core dump after panic. I have gone thorough the developers manual and I believe I have taken care of all the usual stuff

Re: freebsd 6.2 oracle php php-oci8 core dump

2007-03-01 Thread José García Juanino
g this howto: http://mrtenente.infosys.lt/blog/?p=22 all are > installed without errors. > But when I connect to oracle from php i get a core dump that i cannot > access. > I mention that I have compiled php with debug enabled. > Can somebody suggest another setup? Or how to investigate this? I think

  1   2   3   >