how to tell source code versions?

2004-09-10 Thread rob gabaree
hi guys:

im pretty new and just recompiled my kernel with cvsup (using src-all)
and uname -a prints:

FreeBSD xxx 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #1: Fri Sep 10
18:01:49 EST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/XCAGE2  i386

i used the RELENG_4_10 tag to do this, but im wondering if someone
could tell me where to go to find out the latest source code, ex the
above was -RELEASE-p2.. is p2 the latest? where can i find the latest
info so i know i ahve the most up to date one?

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


kernel: calcru: negative runtime of -604787 usec for pid 16 (yarrow) messages..

2006-09-24 Thread Rob Gabaree
I see that in /var/log/messages I am getting messages like the  
following...


Sep 24 13:08:36 tx kernel: calcru: negative runtime of -604849 usec  
for pid 16 (yarrow)
Sep 24 13:08:36 tx kernel: calcru: negative runtime of -604842 usec  
for pid 16 (yarrow)
Sep 24 13:08:38 tx kernel: calcru: negative runtime of -604787 usec  
for pid 16 (yarrow)
Sep 24 13:08:38 tx kernel: calcru: negative runtime of -604787 usec  
for pid 16 (yarrow)
Sep 24 13:08:40 tx kernel: calcru: negative runtime of -604719 usec  
for pid 16 (yarrow)
Sep 24 13:08:40 tx kernel: calcru: negative runtime of -604719 usec  
for pid 16 (yarrow)
Sep 24 13:08:42 tx kernel: calcru: negative runtime of -604665 usec  
for pid 16 (yarrow)
Sep 24 13:08:42 tx kernel: calcru: negative runtime of -604665 usec  
for pid 16 (yarrow)


It always happens to pid 16 (yarrow).  I tried reinstalling the  
system as well and it still shows up.  It doesn't always appear  
however; I just went two days without the message.  I don't really  
know what is causing it?


Anyone have any opinions?  It is a SuperMicro PDSMi motherboard,  
Intel Pentium D 930 CPU.


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


Do I need to completely disable sendmail?

2006-09-24 Thread Rob Gabaree

Hi,

I have a remote server that I don't plan on using for email as I have  
another server to handle that.  My question is.. is it a bad idea to  
_completely_ disable sendmail on that machine?  Right now /etc/ 
rc.conf has:


sendmail_enable=NO
sendmail_submit_enable=NO
sendmail_outbound_enable=NO
sendmail_msp_queue_enable=NO

But I checked /var/log/maillog and saw about 5 archives of messages  
that looked like this:


Sep 24 03:01:09 ny sendmail[63140]: k8I719YD078452: k8O71858063140:  
return to sender: Cannot send message for 5 days
Sep 24 03:01:09 ny sendmail[63140]: k8O71858063140: to=postmaster,  
delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=49386, relay= 
[127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1]


So what should I do?  Should I just have sendmail_enable=NO in / 
etc/rc.conf, so only the incoming mail service is disabled?  That way  
messages could be sent without the above errors?  Or what?


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


Re: Do I need to completely disable sendmail?

2006-09-24 Thread Rob Gabaree

Thanks.

What I did was remove all lines except `sendmail_enable=NO` and in / 
etc/mail/aliases, I setup the root alias to goto my real email address:


root [EMAIL PROTECTED]

I setup my firewall to block incoming/outgoing email on ports 21/25  
as well, so no one on the outside can access mail services.


It seems to be working correctly, as I received mail as it was ran to  
my @mydomain.com email.


Does this seem ok?  Did I do anything wrong?

Thanks,
rob

On Sep 24, 2006, at 5:42 PM, Darrin Chandler wrote:


On Sun, Sep 24, 2006 at 05:18:27PM -0400, Rob Gabaree wrote:


So what should I do?  Should I just have sendmail_enable=NO in /
etc/rc.conf, so only the incoming mail service is disabled?  That way
messages could be sent without the above errors?  Or what?


You should allow the system to send out it's mail. And it should go
somewhere meaningful (i.e., to you). And you should read it.

All my systems send me mail every day, and I scan through it to make
sure everything is okay. That's what those messages are for. :)

So, yes. You should disabled incoming, but allow submit, etc. You can
also firewall off incoming instead or in addition.

--
Darrin Chandler|  Phoenix BSD Users Group
[EMAIL PROTECTED]   |  http://bsd.phoenix.az.us/
http://www.stilyagin.com/  |


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