Possibly OpenLDAP problems (was Re: Why all my application giving me core dumped error?)

2004-03-30 Thread Kirk Strauser
At 2004-03-30T09:45:11Z, Suhaimi Jamalludin <[EMAIL PROTECTED]> writes:

> I got some question regarding FreeBSD.  Today I just install FreeBSD
> 5.2-RELEASE from CD. Then I cvsup port-all tag=. to the current one and
> complete the portupgrade -arR for update.  I want to setup
> LDAP+SAMBA3. Then I install all the required ports. Then After I install
> samba-devel. my system going crazy it give me all these core dumped error.

A few people have been reporting problems with programs that link against
OpenLDAP after a recent upgrade.  I had a cascade of failures until I
temporarily removed the "ldap" entries from /etc/nsswitch.conf.  If your
portupgrade -arR upgraded OpenLDAP, then you may be bitten by the same bug.

For an example, see:

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/64932

I'm currently gathering information to submit more detailed debugging
information.
-- 
Kirk Strauser

"94 outdated ports on the box,
 94 outdated ports.
 Portupgrade one, an hour 'til done,
 82 outdated ports on the box."

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Why all my application giving me core dumped error?

2004-03-30 Thread Matthew Seaman
On Tue, Mar 30, 2004 at 07:23:37PM +0800, Suhaimi Jamalludin wrote:

> I have check my system memory using the bios utilities.
> There is no error on the memory.:(

Unfortunately the BIOS memory check is pretty useless.  It only
detects really major problems, like "there's a smoking crater where my
memory used to be".  That the BIOS memory check passes doesn't tell
you anything worth knowing.  Use a more sensitive tester like
memtest86, or if you can possibly get access to one, a hardware memory
tester.  Only the hardware tester will be able to give your memory
sticks a 100% known good bill of health, but something like memtest86
will catch most problems, and it doesn't tell you there are errors
when there aren't.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Why all my application giving me core dumped error?

2004-03-30 Thread Suhaimi Jamalludin
Hi Matthew,

I have check my system memory using the bios utilities.
There is no error on the memory.:(
Regards,

Suhaimi



Suhaimi Jamalludin wrote:

Hi  Matthew,

Really appreciate your advice
I also have check with my friends herehe also suspect that it 
might be hardware memory problem.

Regards,
Suhaimi
Matthew Seaman wrote:

On Tue, Mar 30, 2004 at 10:58:13AM +0100, Matthew Seaman wrote:
 

On Tue, Mar 30, 2004 at 05:45:11PM +0800, Suhaimi Jamalludin wrote:

  

I got some question regarding FreeBSD.
Today I just install FreeBSD 5.2-RELEASE from CD. Then  I cvsup 
port-all tag=. to the current one and complete the portupgrade -arR 
for update.
I want to setup LDAP+SAMBA3. Then I install all the required ports. 
Then After I install samba-devel. my system going crazy it give me 
all these core dumped error.

A) Why this happen?
B) How to check what is wrong with my system?
Can some body advice me...Please

Either you have hardware problems, or (and this seems to me more
likely in this case) you chose the wrong time to pull down the
5-CURRENT sources.
  


Ooops.  I'm sorry -- I misread your e-mail.  You cvsuped ports to
HEAD, which is correct, and not the system as I seemed to have accused
you of doing.  Apologies.
I'm afraid that means the bad hardware theory is prime suspect.  It
does sound like you've blown a memory chip or some such.  You can try
running a few passes of memtest86 -- see http://www.memtest86.com/ --
which will confirm the failure if it finds anything wrong.  Swap out
memory sticks to see if you can isolate the problem.
What I said about 5-CURRENT and the various releases in my previous
messages is correct, but irrelevant.  However, once you've got your
system running stably again, do think about cvsup'ing and upgrading to
5.2.1-RELEASE-p4 (which you can do in a sing make buildworld cycle
from 5.2-RELEASE I should think, as they are both taken from the
RELENG_5_2 branch).  There have been some nasty security bugs
announced recently, and 5.2.1 was released in part because of some
nasty (non-security) bugs in 5.2.
Cheers,

Matthew

 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Why all my application giving me core dumped error?

2004-03-30 Thread Suhaimi Jamalludin
Hi  Matthew,

Really appreciate your advice
I also have check with my friends herehe also suspect that it might 
be hardware memory problem.

Regards,
Suhaimi
Matthew Seaman wrote:

On Tue, Mar 30, 2004 at 10:58:13AM +0100, Matthew Seaman wrote:
 

On Tue, Mar 30, 2004 at 05:45:11PM +0800, Suhaimi Jamalludin wrote:

   

I got some question regarding FreeBSD.
Today I just install FreeBSD 5.2-RELEASE from CD. Then  I cvsup port-all 
tag=. to the current one and complete the portupgrade -arR for update.
I want to setup LDAP+SAMBA3. Then I install all the required ports. Then 
After I install samba-devel. my system going crazy it give me all these 
core dumped error.

A) Why this happen?
B) How to check what is wrong with my system?
Can some body advice me...Please
 

Either you have hardware problems, or (and this seems to me more
likely in this case) you chose the wrong time to pull down the
5-CURRENT sources.
   

Ooops.  I'm sorry -- I misread your e-mail.  You cvsuped ports to
HEAD, which is correct, and not the system as I seemed to have accused
you of doing.  Apologies.
I'm afraid that means the bad hardware theory is prime suspect.  It
does sound like you've blown a memory chip or some such.  You can try
running a few passes of memtest86 -- see http://www.memtest86.com/ --
which will confirm the failure if it finds anything wrong.  Swap out
memory sticks to see if you can isolate the problem.
What I said about 5-CURRENT and the various releases in my previous
messages is correct, but irrelevant.  However, once you've got your
system running stably again, do think about cvsup'ing and upgrading to
5.2.1-RELEASE-p4 (which you can do in a sing make buildworld cycle
from 5.2-RELEASE I should think, as they are both taken from the
RELENG_5_2 branch).  There have been some nasty security bugs
announced recently, and 5.2.1 was released in part because of some
nasty (non-security) bugs in 5.2.
	Cheers,

	Matthew

 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Why all my application giving me core dumped error?

2004-03-30 Thread Matthew Seaman
On Tue, Mar 30, 2004 at 10:58:13AM +0100, Matthew Seaman wrote:
> On Tue, Mar 30, 2004 at 05:45:11PM +0800, Suhaimi Jamalludin wrote:
> 
> > I got some question regarding FreeBSD.
> > Today I just install FreeBSD 5.2-RELEASE from CD. Then  I cvsup port-all 
> > tag=. to the current one and complete the portupgrade -arR for update.
> > I want to setup LDAP+SAMBA3. Then I install all the required ports. Then 
> > After I install samba-devel. my system going crazy it give me all these 
> > core dumped error.
> > 
> > A) Why this happen?
> > B) How to check what is wrong with my system?
> > 
> > Can some body advice me...Please
> 
> Either you have hardware problems, or (and this seems to me more
> likely in this case) you chose the wrong time to pull down the
> 5-CURRENT sources.

Ooops.  I'm sorry -- I misread your e-mail.  You cvsuped ports to
HEAD, which is correct, and not the system as I seemed to have accused
you of doing.  Apologies.

I'm afraid that means the bad hardware theory is prime suspect.  It
does sound like you've blown a memory chip or some such.  You can try
running a few passes of memtest86 -- see http://www.memtest86.com/ --
which will confirm the failure if it finds anything wrong.  Swap out
memory sticks to see if you can isolate the problem.

What I said about 5-CURRENT and the various releases in my previous
messages is correct, but irrelevant.  However, once you've got your
system running stably again, do think about cvsup'ing and upgrading to
5.2.1-RELEASE-p4 (which you can do in a sing make buildworld cycle
from 5.2-RELEASE I should think, as they are both taken from the
RELENG_5_2 branch).  There have been some nasty security bugs
announced recently, and 5.2.1 was released in part because of some
nasty (non-security) bugs in 5.2.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Why all my application giving me core dumped error?

2004-03-30 Thread Matthew Seaman
On Tue, Mar 30, 2004 at 05:45:11PM +0800, Suhaimi Jamalludin wrote:

> I got some question regarding FreeBSD.
> Today I just install FreeBSD 5.2-RELEASE from CD. Then  I cvsup port-all 
> tag=. to the current one and complete the portupgrade -arR for update.
> I want to setup LDAP+SAMBA3. Then I install all the required ports. Then 
> After I install samba-devel. my system going crazy it give me all these 
> core dumped error.
> 
> A) Why this happen?
> B) How to check what is wrong with my system?
> 
> Can some body advice me...Please

Either you have hardware problems, or (and this seems to me more
likely in this case) you chose the wrong time to pull down the
5-CURRENT sources.  Remember that HEAD is a development branch -- it's
not intended for anything other than system developers to use, and
there's no guarrantee that sources pulled down from HEAD will even
compile, let alone run correctly and stably.

If what you want is a rock-solid reliable server then you should
install 4.9-RELEASE-pN (RELENG_4_9), or possibly 4.9-STABLE
(RELENG_4).  If it's a home system or you don't mind it not being as
reliable as *BSD aims to be, or you have hardware not supported in
older versions, or you have a particular requirement for functionality
like nss_ldap not available in older versions, then run the latest
"Early Adopter" release, which right now is 5.2.1-RELEASE-p4
(RELENG_5_2).

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Why all my application giving me core dumped error?

2004-03-30 Thread Suhaimi Jamalludin
Hi All,

I got some question regarding FreeBSD.
Today I just install FreeBSD 5.2-RELEASE from CD. Then  I cvsup port-all 
tag=. to the current one and complete the portupgrade -arR for update.
I want to setup LDAP+SAMBA3. Then I install all the required ports. Then 
After I install samba-devel. my system going crazy it give me all these 
core dumped error.

A) Why this happen?
B) How to check what is wrong with my system?
Can some body advice me...Please

thanks,
Suhaimi
my-svr # dmesg
--snip-
SMP: AP CPU #2 Launched!
Mounting root from ufs:/dev/da0s1a
em1: Link is up 100 Mbps Full Duplex
pid 412 (sendmail), uid 25: exited on signal 11
pid 414 (sendmail), uid 25: exited on signal 11
pid 416 (sendmail), uid 25: exited on signal 11
pid 469 (sendmail), uid 0: exited on signal 11
pid 472 (sendmail), uid 25: exited on signal 11
pid 491 (mail.local), uid 0: exited on signal 11 (core dumped)
pid 498 (mail.local), uid 0: exited on signal 11 (core dumped)
pid 499 (mail.local), uid 0: exited on signal 11 (core dumped)
pid 497 (sendmail), uid 0: exited on signal 11
pid 508 (mail.local), uid 0: exited on signal 11 (core dumped)
pid 517 (mail.local), uid 0: exited on signal 11 (core dumped)
pid 505 (sendmail), uid 0: exited on signal 11
pid 518 (mail.local), uid 0: exited on signal 11 (core dumped)
pid 474 (sendmail), uid 25: exited on signal 11
pid 475 (sendmail), uid 0: exited on signal 11
pid 529 (mail.local), uid 0: exited on signal 11 (core dumped)
pid 530 (mail.local), uid 0: exited on signal 11 (core dumped)
pid 528 (sendmail), uid 0: exited on signal 11
pid 531 (mail.local), uid 0: exited on signal 11 (core dumped)
pid 532 (mail.local), uid 0: exited on signal 11 (core dumped)
pid 533 (mail.local), uid 0: exited on signal 11 (core dumped)
pid 534 (mail.local), uid 0: exited on signal 11 (core dumped)
pid 535 (mail.local), uid 0: exited on signal 11 (core dumped)
pid 536 (mail.local), uid 0: exited on signal 11 (core dumped)
pid 471 (sendmail), uid 0: exited on signal 11
pid 527 (id), uid 0: exited on signal 11 (core dumped)
pid 572 (sshd), uid 22: exited on signal 11
MyStep

1) #cd /usr/ports/security/openssl
# make install clean
2)#cd /usr/ports/net/openldap21-server
#make install clean
3)#cd /usr/ports/net/p5-perl-ldap
#make install clean
4)#cd /usr/ports/security/pam_ldap/
#make install clean
5)#cd /usr/ports/net/nss_ldap
#make install clean
6)#cd /usr/ports/net/samba-devel
#make install clean
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"