Re: What does this error message mean?

2006-01-06 Thread Jim Mays
No that was a typo and not a pasto.  The lookup line is ok, not looklup. 
 The other lines from miniroot/install.sh are not there.  Only the one 
weird ::1 localhost line.  Since I took it out, I have not seen the 
error again.


Jim

jared r r spiegel wrote:

On Mon, Jan 02, 2006 at 08:17:43PM -0600, Jim Mays wrote:


resolv.conf file:

search hsd1.tx.comcast.net.
nameserver 68.87.85.98
nameserver 68.87.69.146
looklup file bind



  if that is a paste-o and not a type-o, that might be attributable to 
  a little bit of suckage. ( looklup != lookup )




Re: What does this error message mean?

2006-01-06 Thread David Higgs
Yeah, it should stay in hosts, but I don't see ::1 in your resolv.conf
earlier in the thread...

Anyways, I don't have much input otherwise about your error message. 
I was just trying to remedy a possible misconception about IPv6. 
Sorry for any confusion.

--david


On 1/6/06, Jim Mays [EMAIL PROTECTED] wrote:
 In etc/hosts or in /etc/resolv.conf?  I left in hosts, but deleted it
 from resolv.conf.

 Jim


 David Higgs wrote:
  Apologies if I'm misinterpreting you, but the strange and weird
  ::1 localhost line isn't an error that should be removed - it's
  supposed to be there.
 
  In IPv6 land, ::1 is equivalent to 127.0.0.1.  Removing it probably
  won't hurt anything as long as you don't do any IPv6 stuff, but I'd
  recommand leaving it.
 
  --david
 
 
  On 1/6/06, Jim Mays [EMAIL PROTECTED] wrote:
 
 No that was a typo and not a pasto.  The lookup line is ok, not looklup.
   The other lines from miniroot/install.sh are not there.  Only the one
 weird ::1 localhost line.  Since I took it out, I have not seen the
 error again.
 
 Jim
 
 jared r r spiegel wrote:
 
 On Mon, Jan 02, 2006 at 08:17:43PM -0600, Jim Mays wrote:
 
 
 resolv.conf file:
 
 search hsd1.tx.comcast.net.
 nameserver 68.87.85.98
 nameserver 68.87.69.146
 looklup file bind
 
 
   if that is a paste-o and not a type-o, that might be attributable to
   a little bit of suckage. ( looklup != lookup )



Re: What does this error message mean?

2006-01-04 Thread Jim Mays

I found a very strang line in my /etc/hosts file.  The line says

::1 localhost.cimsolve.com localhost

This line is followed by a normal line

127.0.0.1 localhost.cimsolve.com localhost

How did the first line get there, because I didn't put it there.

Jim



Re: What does this error message mean?

2006-01-04 Thread jared r r spiegel
On Wed, Jan 04, 2006 at 08:44:19PM -0600, Jim Mays wrote:
 I found a very strang line in my /etc/hosts file.  The line says
 
 ::1 localhost.cimsolve.com localhost
 
 This line is followed by a normal line
 
 127.0.0.1 localhost.cimsolve.com localhost
 
 How did the first line get there, because I didn't put it there.

  does it look like it is from:

/usr/src/distrib/miniroot/install.sh:

   330 # Always create new hosts file.
   331 cat /tmp/hosts __EOT
   332 ::1 localhost
   333 127.0.0.1 localhost
   334 ::1 $(hostname -s)
   335 127.0.0.1 $(hostname -s)
   336 __EOT

-- 

  jared

[ openbsd 3.8 GENERIC ( dec 16 ) // i386 ]



Re: What does this error message mean?

2006-01-04 Thread jared r r spiegel
On Mon, Jan 02, 2006 at 08:17:43PM -0600, Jim Mays wrote:
 
 resolv.conf file:
 
 search hsd1.tx.comcast.net.
 nameserver 68.87.85.98
 nameserver 68.87.69.146
 looklup file bind

  if that is a paste-o and not a type-o, that might be attributable to 
  a little bit of suckage. ( looklup != lookup )

-- 

  jared

[ openbsd 3.8 GENERIC ( dec 16 ) // i386 ]



Re: What does this error message mean?

2006-01-02 Thread Uwe Dippel
On Sun, 01 Jan 2006 23:50:01 -0600, Jim Mays wrote:

 How do you turn off Sendmail?  What starts it in obsd?  (Like where is 
 the equivalent of /etc/rc2.d?

Question is, if you want this !? I can't believe you don't want local
delivery. Who changed rc.conf(.local) in the first place to accept mail
from the outside, I'd ask.

Uwe



Re: What does this error message mean?

2006-01-02 Thread Jim Mays

hmm.  sendmail_flags was already set to NO.  So sendmail isn't running.

I thought this error was attributed to sendmail, but do you think it is 
comming from pf?


I admit to not dealing with obsd that much.  And, so I forget things and 
have to go look them up again or ask someone.  So, please forgive this 
question.  But I looked through the notes I made when I installed the 
system.  The nameserver addresses in resolv.conf that I wrote down in my 
notes are no where near the ones currently in the file.  There is also a 
search line in resolv.conf that I don't have in my notes.  So how much 
of this stuff is automatically set via dhcp?  This machine is a dhcp 
client that gets it's address from my ISP and then is a dhcp server to 
the other 6 computers in my house.


Thanks.
Jim

resolv.conf file:

search hsd1.tx.comcast.net.
nameserver 68.87.85.98
nameserver 68.87.69.146
looklup file bind



Re: What does this error message mean?

2006-01-02 Thread Claus Assmann
On Mon, Jan 02, 2006, Jim Mays wrote:
 hmm.  sendmail_flags was already set to NO.  So sendmail isn't running.

Hence the MSP queue runner (sm-msp-queue) can't send the mail.
See sendmail/SECURITY about the MSP; run
sendmail -Ac -bp
to see the mail queue.

Moreover, there might be a problem with your resolver setup if it
doesn't resolve localhost to 127.0.0.1:

8.12.7/8.12.7   2002/12/29
CONFIG: Use FEATURE(`msp', `[127.0.0.1]') in submit.mc by default
to avoid problems with hostname resolution for localhost
which on many systems does not resolve to 127.0.0.1 (or
::1 for IPv6).  If you do not use IPv4 but only IPv6 then
you need to change submit.mc accordingly, see the comment
in the file itself.



What does this error message mean?

2006-01-01 Thread Jim Mays
Jan 1 23:05:16 balrog sm-msp-queue[1531]: k024U2n0023755: timeout 
waiting for input from localhost.cimsolve.com during client greeting


Anyone tell me what sm-msp-queue is and what input it is waiting for?

Thanks
Jim



Re: What does this error message mean?

2006-01-01 Thread Daniel Ouellet

Jim Mays wrote:
Jan 1 23:05:16 balrog sm-msp-queue[1531]: k024U2n0023755: timeout 
waiting for input from localhost.cimsolve.com during client greeting


Anyone tell me what sm-msp-queue is and what input it is waiting for?




May be are you using spew or the like as a spam filter and can't connect 
to it by any chance right now?


Just a thought.



Re: What does this error message mean?

2006-01-01 Thread Jim Mays
Not that I know of.  It is just a firewall with 3.6 installed.  There is 
nothing else installed on the machine (like a spam filter) unless it is

part of the baseline.

Jim

Daniel Ouellet wrote:

Jim Mays wrote:

Jan 1 23:05:16 balrog sm-msp-queue[1531]: k024U2n0023755: timeout 
waiting for input from localhost.cimsolve.com during client greeting


Anyone tell me what sm-msp-queue is and what input it is waiting for?




May be are you using spew or the like as a spam filter and can't connect 
to it by any chance right now?


Just a thought.




Re: What does this error message mean?

2006-01-01 Thread Jim Mays
How do you turn off Sendmail?  What starts it in obsd?  (Like where is 
the equivalent of /etc/rc2.d?


Jim

Daniel Ouellet wrote:

Jim Mays wrote:

Jan 1 23:05:16 balrog sm-msp-queue[1531]: k024U2n0023755: timeout 
waiting for input from localhost.cimsolve.com during client greeting


Anyone tell me what sm-msp-queue is and what input it is waiting for?




May be are you using spew or the like as a spam filter and can't connect 
to it by any chance right now?


Just a thought.




Re: What does this error message mean?

2006-01-01 Thread Daniel Ouellet

Jim Mays wrote:
Not that I know of.  It is just a firewall with 3.6 installed.  There is 
nothing else installed on the machine (like a spam filter) unless it is

part of the baseline.


Then may be your DNS doesn't answer or resolv.conf is wrong?

Any change done in your firewall configuration lately? May be your pf 
log would show more useful information.


These and the previous one were what came to my mind. Doesn't mean it 
was good thing, but I would check them anyway.




Re: What does this error message mean?

2006-01-01 Thread Clint M. Sand
man rc.conf


On Sun, Jan 01, 2006 at 11:50:01PM -0600, Jim Mays wrote:
 How do you turn off Sendmail?  What starts it in obsd?  (Like where is 
 the equivalent of /etc/rc2.d?
 
 Jim
 
 Daniel Ouellet wrote:
 Jim Mays wrote:
 
 Jan 1 23:05:16 balrog sm-msp-queue[1531]: k024U2n0023755: timeout 
 waiting for input from localhost.cimsolve.com during client greeting
 
 Anyone tell me what sm-msp-queue is and what input it is waiting for?
 
 
 
 May be are you using spew or the like as a spam filter and can't connect 
 to it by any chance right now?
 
 Just a thought.