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.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"


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-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

Hope that helps,
Greg
- -- 
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/cpucycle/  - Follow you, follow me
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (Darwin)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlG7LTMACgkQ0sRouByUApA/2ACeJ3lHSmx8/AyNMVHMJeesQ9nh
nxgAn0S4nMRCKzTGrMAt8Z+lJsH8hMiT
=NVU9
-END PGP SIGNATURE-
___
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  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  to any [ Evaluations:
132328 Packets: 0 Bytes: 0 States: 0 ]
+block drop out log quick from any to  [ 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"


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: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?
>
>
> 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 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 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: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"