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 glar...@freebsd.org 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.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

 +(try), uid 0: exited on signal 10 (core dumped)

 How can I detect where is the problem??

 Thanks.

 You can safely ignore this message, as it's generated by autotools
 when you are building your packages with poudriere.  See:
 http://lists.freebsd.org/pipermail/freebsd-questions/2010-February/213026.html

 Also check section 12.11.3 on this page for more details on
 suppressing the message:
 http://www.freebsd.org/doc/en/books/handbook/configtuning-configfiles.html


Many thanks Greg. Works.
___
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


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

+(try), uid 0: exited on signal 10 (core dumped)

 How can I detect where is the problem??

 Thanks.
___
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


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 on signal 10 (core dumped) pid 76241
  
  +(try), uid 0: exited on signal 10 (core dumped)
  
   How can I detect where is the problem??

Have you added anything to the default system crontab?  Are
there any user crontabs?


Robert Huff

___
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: Daily periodic cronjob generates core dump

2013-06-14 Thread C. L. Martinez
On Fri, Jun 14, 2013 at 11:42 AM, Robert Huff roberth...@rcn.com 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:02:10.0 +

  +pid 75930 (try), uid 0: exited on signal 10 (core dumped) pid 76241

  +(try), uid 0: exited on signal 10 (core dumped)

   How can I detect where is the problem??

 Have you added anything to the default system crontab?  Are
 there any user crontabs?


 Robert Huff


I have added a script to rebuild packages every week with poudriere:

# /etc/crontab - root's crontab for FreeBSD
#
# $FreeBSD: release/9.1.0/etc/crontab 194170 2009-06-14 06:37:19Z brian $
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
#
#minute hourmdaymonth   wdaywho command
#
*/5 *   *   *   *   root/usr/libexec/atrun
#
# Save some entropy so that /dev/random can re-seed on boot.
*/11*   *   *   *   operator /usr/libexec/save-entropy
#
# Rotate log files every hour, if necessary.
0   *   *   *   *   rootnewsyslog
#
# Perform daily/weekly/monthly maintenance.
1   3   *   *   *   rootperiodic daily
15  4   *   *   6   rootperiodic weekly
30  5   1   *   *   rootperiodic monthly
#
# Adjust the time zone if the CMOS clock keeps local time, as opposed to
# UTC time.  See adjkerntz(8) for details.
1,310-5 *   *   *   rootadjkerntz -a
#
# Rebuild all necessary packages for SIEM infrastructure
35  23  *   *   4   root/root/bin/build_pkgs all
___
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: 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

___
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: Daily periodic cronjob generates core dump

2013-06-14 Thread C. L. Martinez
On Fri, Jun 14, 2013 at 12:17 PM, Robert Huff roberth...@rcn.com 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?


 Robert Huff


Uhmm .. I will try it ... but for what reason??
___
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: 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 mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


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 jbi...@jbirch.net 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 console, no problem:

root@fbsd:~ # periodic security

Checking setuid files and devices:

Checking negative group permissions:

Checking for uids of 0:
root 0
toor 0

Checking for passwordless accounts:

Checking login.conf permissions:

Checking for ports with mismatched checksums:

fbsd.domain.local pf denied packets:
+++ /tmp/security.NiYRT5WC  2013-06-14 12:44:34.0 +
+block drop in log quick on ! lo0 inet from 127.0.0.0/8 to any [
Evaluations: 166898 Packets: 0 Bytes: 0 States: 0 ]
+block drop in log quick on ! em0 inet from 172.16.0.0/24 to any [
Evaluations: 132328 Packets: 0 Bytes: 0 States: 0 ]
+block drop in log quick inet from 172.16.0.109 to any [ Evaluations:
132328 Packets: 0 Bytes: 0 States: 0 ]
+block drop in log quick on ! lo0 inet6 from ::1 to any [ Evaluations:
132328 Packets: 0 Bytes: 0 States: 0 ]
+block drop in log all [ Evaluations: 132328 Packets: 128574 Bytes:
12252183 States: 0 ]
+block drop in log quick from ossec_fwtable to any [ Evaluations:
132328 Packets: 0 Bytes: 0 States: 0 ]
+block drop out log quick from any to ossec_fwtable [ Evaluations:
166898 Packets: 0 Bytes: 0 States: 0 ]

fbsd.domain.local login failures:

fbsd.domain.local refused connections:

-- End of security output --
___
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


Daily Periodic

2010-07-27 Thread Grant Peel

Hi everyone,

I asked this a few days ago, and did not get a response.

I have this in my /etc/periodic.conf:

constellation# more periodic.conf
# 460.status-mail-rejects
daily_status_mail_rejects_enable=NO  # Check mail rejects
daily_status_mail_rejects_logs=0# How many logs to 
check

daily_status_mail_rejects_shorten=NO  # Shorten output

And have chnaged this in my /etc/defaults/periodic.conf:

# 460.status-mail-rejects
daily_status_mail_rejects_enable=NO   # Check mail rejects
daily_status_mail_rejects_logs=3# How many logs to 
check

daily_status_mail_rejects_shorten=NO  # Shorten output

And am still getting all the reject mail data showing in my daily periodic 
output.


I am using FreeBSD 8.0 p#3
The mta is Exim 4.69_4 built from ports.

What am I doing incorrectly? Why am I still getting all the mail reject log 
lines in my daily periodic output?


-Grant 



___
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