Re: Sendmail hand upon boot and restart

2004-07-07 Thread Gary Kline
On Wed, Jul 07, 2004 at 11:07:11AM -0500, Eric Crist wrote:
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Steve Bertrand
> > Sent: Wednesday, July 07, 2004 8:32 AM
> > To: Gary Kline
> > Cc: FreeBSD Mailing List
> > Subject: Re: Sendmail hand upon boot and restart
> >
> >
> > >
> > >
> > > After a year I'm finally upgrading DNS servers, and having
> > > a bad time getting sendmail and dhcp to work.  I may finally
> > > have dhcp woking on ns1.thought.org.   ping works and my
> > > /var/log/maillog is filling up.  But on tao.thought.org, sendmail
> > > refuses to start.  Can anybody help me ith this?
> >
> > First we need to create a baseline...Do you get any error
> > messages, or does sendmail just appear to hang? Can you ping
> > from this machine? Do you have a firewall setup on the box?
> > Do you have 'sendmail_enable="YES"' in /etc/rc.conf?
> >
> > Do the following and perhaps post the output so we know what
> > stage in the game you are at:
> >
> > # cat /etc/resolv.conf
> > # dig freebsd.org
> > # dig @204.101.251.2 freebsd.org
> >
> > Every time I have had sendmail problems, it has always come
> > back to DNS failures.
> >
> > HTH,
> >
> > Steve
> >
> > >
> > > I'm swsapping out my Linksys NIC between my old DNS server and the
> > > new.  Wih the 10/100 card in the  old server, thinks work
> > flwlessly;
> > > in the new they don't.
> > >
> > > Any ideas on what I need to configure, and hw?
> > >
> 
> Something else that would really help would be to edit your
> /etc/mail/sendmail.cf file on the line that starts with LogLevel.  It is
> probably set to 9.  Change this value to 20 or so, and from /etc/mail,
> type make restart.
> 
> View the end of your /var/log/maillog file by typing the following
> command, and post these results to the list:
> 
> # tail -n 50 /var/log/maillog
> 
> This will help us see if there is anything going on.  Adding the output
> of 'date' at the time you ran the above command would help as well.
> 


Right; my maillog was getting loaded with output (at LogLevel==15)
but it said that mail to [EMAIL PROTECTED] was being denied.  Prob'ly
because dhcp esd not ruunning.

more later, hopefully!!!

gary
> 
> 

-- 
Gary Kline  Seattle BSD Users' Group (seabug)  | [EMAIL PROTECTED]
Thought Unlimited Org's Alternate Email Site
http://www.magnesium.net/~kline
   To live is not a necessity; but to live honorably...is a necessity. -Kant

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


Re: Sendmail hand upon boot and restart

2004-07-07 Thread Gary Kline
On Wed, Jul 07, 2004 at 09:32:12AM -0400, Steve Bertrand wrote:
> >
> >
> > After a year I'm finally upgrading DNS servers, and having
> > a bad time getting sendmail and dhcp to work.  I may finally
> > have dhcp woking on ns1.thought.org.   ping works and my
> > /var/log/maillog is filling up.  But on tao.thought.org,
> > sendmail refuses to start.  Can anybody help me ith this?
> 
> First we need to create a baseline...Do you get any error messages, or
> does sendmail just appear to hang? Can you ping from this machine? Do you
> have a firewall setup on the box? Do you have 'sendmail_enable="YES"' in
> /etc/rc.conf?
> 
> Do the following and perhaps post the output so we know what stage in the
> game you are at:
> 
> # cat /etc/resolv.conf
> # dig freebsd.org
> # dig @204.101.251.2 freebsd.org
> 
> Every time I have had sendmail problems, it has always come back to DNS
> failures.
> 
> >
> > I'm swsapping out my Linksys NIC between my old DNS server
> > and the new.  Wih the 10/100 card in the  old server,
> > thinks work flwlessly; in the new they don't.
> >
> > Any ideas on what I need to configure, and hw?
> >
> 


I made a  lot of progress since this last email.  
What I'm doing is swapping my old DNS server (emachines)
for a heftier (HP Kayak).  I did not have /usr/lcal/etc/dhcpd.conf
on the new HP server configured correctly.  I edited, KVM'ing
between the old Emachines, and things got better: ping, for
example.  But ssh still took a *long* time.

My hardware guy has swapped my DSL ethernet card about 
four times.  Right now, things are back to the way they 
were and everything works.  *This time* I've scp'd  the
dhcp.conf file over to this server, tao.  In about an hour
we're going to swap things back.  

(Of course, without DNS, thought.org vnishes.  I expect to 
hear lots of angry email about couldn't-get-thru, but too
bad.  My hardware pal is going home fairly soon, and I can't
do this solo  So..) 

thanks fo your help.

gary


PS: My DNS stuff seemed ok.
> 
> 

-- 
Gary Kline  Seattle BSD Users' Group (seabug)  | [EMAIL PROTECTED]
Thought Unlimited Org's Alternate Email Site
http://www.magnesium.net/~kline
   To live is not a necessity; but to live honorably...is a necessity. -Kant

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


RE: Sendmail hand upon boot and restart

2004-07-07 Thread Eric Crist
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Steve Bertrand
> Sent: Wednesday, July 07, 2004 8:32 AM
> To: Gary Kline
> Cc: FreeBSD Mailing List
> Subject: Re: Sendmail hand upon boot and restart
>
>
> >
> >
> > After a year I'm finally upgrading DNS servers, and having
> > a bad time getting sendmail and dhcp to work.  I may finally
> > have dhcp woking on ns1.thought.org.   ping works and my
> > /var/log/maillog is filling up.  But on tao.thought.org, sendmail
> > refuses to start.  Can anybody help me ith this?
>
> First we need to create a baseline...Do you get any error
> messages, or does sendmail just appear to hang? Can you ping
> from this machine? Do you have a firewall setup on the box?
> Do you have 'sendmail_enable="YES"' in /etc/rc.conf?
>
> Do the following and perhaps post the output so we know what
> stage in the game you are at:
>
> # cat /etc/resolv.conf
> # dig freebsd.org
> # dig @204.101.251.2 freebsd.org
>
> Every time I have had sendmail problems, it has always come
> back to DNS failures.
>
> HTH,
>
> Steve
>
> >
> > I'm swsapping out my Linksys NIC between my old DNS server and the
> > new.  Wih the 10/100 card in the  old server, thinks work
> flwlessly;
> > in the new they don't.
> >
> > Any ideas on what I need to configure, and hw?
> >

Something else that would really help would be to edit your
/etc/mail/sendmail.cf file on the line that starts with LogLevel.  It is
probably set to 9.  Change this value to 20 or so, and from /etc/mail,
type make restart.

View the end of your /var/log/maillog file by typing the following
command, and post these results to the list:

# tail -n 50 /var/log/maillog

This will help us see if there is anything going on.  Adding the output
of 'date' at the time you ran the above command would help as well.



Found on Conan O'Brian:
Children's books written by celebrities;
   By Mel Gibson: Jesus Christ and the Terrible, Horrible, No Good, Very
Bad Day.

-
Keep your powder dry and your pecker hard and the world WILL turn.

-
Eric F Crist


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


Re: Sendmail hand upon boot and restart

2004-07-07 Thread Steve Bertrand
>
>
> After a year I'm finally upgrading DNS servers, and having
> a bad time getting sendmail and dhcp to work.  I may finally
> have dhcp woking on ns1.thought.org.   ping works and my
> /var/log/maillog is filling up.  But on tao.thought.org,
> sendmail refuses to start.  Can anybody help me ith this?

First we need to create a baseline...Do you get any error messages, or
does sendmail just appear to hang? Can you ping from this machine? Do you
have a firewall setup on the box? Do you have 'sendmail_enable="YES"' in
/etc/rc.conf?

Do the following and perhaps post the output so we know what stage in the
game you are at:

# cat /etc/resolv.conf
# dig freebsd.org
# dig @204.101.251.2 freebsd.org

Every time I have had sendmail problems, it has always come back to DNS
failures.

HTH,

Steve

>
> I'm swsapping out my Linksys NIC between my old DNS server
> and the new.  Wih the 10/100 card in the  old server,
> thinks work flwlessly; in the new they don't.
>
> Any ideas on what I need to configure, and hw?
>


> ___
> [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]"


Sendmail hand upon boot and restart

2004-07-06 Thread Gary Kline


Folks, 

After a year I'm finally upgrading DNS servers, and having
a bad time getting sendmail and dhcp to work.  I may finally
have dhcp woking on ns1.thought.org.   ping works and my
/var/log/maillog is filling up.  But on tao.thought.org,
sendmail refuses to start.  Can anybody help me ith this?

I'm swsapping out my Linksys NIC between my old DNS server
and the new.  Wih the 10/100 card in the  old server, 
thinks work flwlessly; in the new they don't.   

Any ideas on what I need to configure, and hw?

thanks,

gary


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