Re: net-snmp and 6.1

2006-11-14 Thread gahn
thanks.

i didn't recall that i activated any snmp but there is
a bsnmpd running though:

root snmpd  414   13 tcp4   *:199 
   *:*
root snmpd  414   14 udp4   *:161 
   *:*
root snmptrapd  408   10 udp4   *:162 
   *:*

how could i remove it? in rc.conf? or else?

thanks



--- Frank Staals [EMAIL PROTECTED] wrote:

 gahn wrote:
  hi:
 
  is a generic snmp running with 6.1? i installed
  net-snmp on 6.1 and it seems to have conflict with
  some another snmp process:
 
  [init_smux] bind failed: Address already in use
  Error opening specified endpoint udp:161
  Server Exiting with code 1
 
  i have no anothe snmp application running except
 the
  net-snmp.
 
  any ideas?
 
 
 
 
   
 


  Cheap talk?
  Check out Yahoo! Messenger's low PC-to-Phone call
 rates.
  http://voice.yahoo.com
  ___
  freebsd-questions@freebsd.org mailing list
 

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

 I believe there is no smnp daemon running by
 default. Maybe you 
 accidentally allready started it ? You might check
 it with sockstat -4  
 | grep 161
 
 -- 
 -Frank Staals
 
 
 



 

Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


net-snmp and 6.1

2006-11-14 Thread gahn
hi:

is a generic snmp running with 6.1? i installed
net-snmp on 6.1 and it seems to have conflict with
some another snmp process:

[init_smux] bind failed: Address already in use
Error opening specified endpoint udp:161
Server Exiting with code 1

i have no anothe snmp application running except the
net-snmp.

any ideas?




 

Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: net-snmp and 6.1

2006-11-14 Thread gahn
thanks. it definitely helped...-:)

really i can't recall i ever activate the bsnmpd.

best

--- Frank Staals [EMAIL PROTECTED] wrote:

 gahn wrote:
  thanks.
 
  i didn't recall that i activated any snmp but
 there is
  a bsnmpd running though:
 
  root snmpd  414   13 tcp4   *:199 

 *:*
  root snmpd  414   14 udp4   *:161 

 *:*
  root snmptrapd  408   10 udp4   *:162 

 *:*
 
  how could i remove it? in rc.conf? or else?
 
  thanks
 
 
 
  --- Frank Staals [EMAIL PROTECTED] wrote:
 

  gahn wrote:
  
  hi:
 
  is a generic snmp running with 6.1? i installed
  net-snmp on 6.1 and it seems to have conflict
 with
  some another snmp process:
 
  [init_smux] bind failed: Address already in use
  Error opening specified endpoint udp:161
  Server Exiting with code 1
 
  i have no anothe snmp application running except

  the
  
  net-snmp.
 
  any ideas?
 
 
 
 
   
 

 



  Cheap talk?
  Check out Yahoo! Messenger's low PC-to-Phone
 call

  rates.
  
  http://voice.yahoo.com
  ___
  freebsd-questions@freebsd.org mailing list
 

 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions

  To unsubscribe, send any mail to

  [EMAIL PROTECTED]
  


  I believe there is no smnp daemon running by
  default. Maybe you 
  accidentally allready started it ? You might
 check
  it with sockstat -4  
  | grep 161
 
  -- 
  -Frank Staals
 
 
 
  
 
 
 
   
 


  Cheap talk?
  Check out Yahoo! Messenger's low PC-to-Phone call
 rates.
  http://voice.yahoo.com
 
 

 Hmm apparantly there IS a bsndmp running. Didn't see
 that one on my 
 server, anyway on my laptop it wasn't running as I
 apparantly disabled it:
 
 [EMAIL PROTECTED] cat /etc/rc.conf | grep snmpd
 bsnmpd_enable=NO
 
 that might help I guess
 
 -- 
 -Frank Staals
 
 
 ___
 freebsd-questions@freebsd.org mailing list

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



 

Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: net-snmp and 6.1

2006-11-14 Thread Frank Staals

gahn wrote:

hi:

is a generic snmp running with 6.1? i installed
net-snmp on 6.1 and it seems to have conflict with
some another snmp process:

[init_smux] bind failed: Address already in use
Error opening specified endpoint udp:161
Server Exiting with code 1

i have no anothe snmp application running except the
net-snmp.

any ideas?




 


Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


  
I believe there is no smnp daemon running by default. Maybe you 
accidentally allready started it ? You might check it with sockstat -4  
| grep 161


--
-Frank Staals


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


Re: net-snmp and 6.1 (confusion)

2006-11-14 Thread gahn
the entry bsnmpd_enable=NO does works and the
result from sockstat showed there is no snmpd
running. then i added following entries in rc.conf:

snmpd_enable=YES
snmpd_flags=-a -p /var/run/snmpd.pid
snmptrapd_enable=YES
snmptrapd_flags=-a -p /var/run/snmptrapd.pid
snmpd_conffile=/usr/local/etc/snmp/snmpd.conf

well, they started snmpd alright, but i am not sure
which one: bsnmpd or net-snmpd since i still have
error messages in snmpd.log:

[init_smux] bind failed: Address already in use
Error opening specified endpoint udp:161
Server Exiting with code 1

any ideas?




--- Frank Staals [EMAIL PROTECTED] wrote:

 gahn wrote:
  thanks.
 
  i didn't recall that i activated any snmp but
 there is
  a bsnmpd running though:
 
  root snmpd  414   13 tcp4   *:199 

 *:*
  root snmpd  414   14 udp4   *:161 

 *:*
  root snmptrapd  408   10 udp4   *:162 

 *:*
 
  how could i remove it? in rc.conf? or else?
 
  thanks
 
 
 
  --- Frank Staals [EMAIL PROTECTED] wrote:
 

  gahn wrote:
  
  hi:
 
  is a generic snmp running with 6.1? i installed
  net-snmp on 6.1 and it seems to have conflict
 with
  some another snmp process:
 
  [init_smux] bind failed: Address already in use
  Error opening specified endpoint udp:161
  Server Exiting with code 1
 
  i have no anothe snmp application running except

  the
  
  net-snmp.
 
  any ideas?
 
 
 
 
   
 

 



  Cheap talk?
  Check out Yahoo! Messenger's low PC-to-Phone
 call

  rates.
  
  http://voice.yahoo.com
  ___
  freebsd-questions@freebsd.org mailing list
 

 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions

  To unsubscribe, send any mail to

  [EMAIL PROTECTED]
  


  I believe there is no smnp daemon running by
  default. Maybe you 
  accidentally allready started it ? You might
 check
  it with sockstat -4  
  | grep 161
 
  -- 
  -Frank Staals
 
 
 
  
 
 
 
   
 


  Cheap talk?
  Check out Yahoo! Messenger's low PC-to-Phone call
 rates.
  http://voice.yahoo.com
 
 

 Hmm apparantly there IS a bsndmp running. Didn't see
 that one on my 
 server, anyway on my laptop it wasn't running as I
 apparantly disabled it:
 
 [EMAIL PROTECTED] cat /etc/rc.conf | grep snmpd
 bsnmpd_enable=NO
 
 that might help I guess
 
 -- 
 -Frank Staals
 
 
 ___
 freebsd-questions@freebsd.org mailing list

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



 

Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: net-snmp and 6.1 (confusion)

2006-11-14 Thread Bill Moran
In response to gahn [EMAIL PROTECTED]:

 the entry bsnmpd_enable=NO does works and the
 result from sockstat showed there is no snmpd
 running. then i added following entries in rc.conf:
 
 snmpd_enable=YES
 snmpd_flags=-a -p /var/run/snmpd.pid
 snmptrapd_enable=YES
 snmptrapd_flags=-a -p /var/run/snmptrapd.pid
 snmpd_conffile=/usr/local/etc/snmp/snmpd.conf
 
 well, they started snmpd alright, but i am not sure
 which one: bsnmpd or net-snmpd since i still have
 error messages in snmpd.log:
 
 [init_smux] bind failed: Address already in use
 Error opening specified endpoint udp:161
 Server Exiting with code 1

Are you sure those messages aren't old, from before you disabled bsnmpd?

sockstat -4 should show you what is listening on that port.  net-snmpd
starts a process called snmpd, so you should be able to tell which
one is running by the process name.  If bsnmpd is still running, a
killall should shut it down.

-- 
Bill Moran
Collaborative Fusion Inc.



IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited.  Please notify the 
sender immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system.


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


Re: net-snmp and 6.1 (confusion)

2006-11-14 Thread gahn
thanks bill:

no, i did cat  /var/log/snmpd.log every time i
restarted the server.


here is the error message after i disabled snmpd in
rc.conf (with entry bsnmpd=NO):

[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]
TERM or STOP signal...  shutting down...

here is the result of sockstat -4l:

root sshd   440   4  tcp4   *:22  
   *:*
root httpd  350   3  tcp46  *:80  
   *:*
root httpd  350   4  tcp4   *:*   
   *:*
root syslogd290   7  udp4   *:514 
   *:*




--- Bill Moran [EMAIL PROTECTED] wrote:

 In response to gahn [EMAIL PROTECTED]:
 
  the entry bsnmpd_enable=NO does works and the
  result from sockstat showed there is no snmpd
  running. then i added following entries in
 rc.conf:
  
  snmpd_enable=YES
  snmpd_flags=-a -p /var/run/snmpd.pid
  snmptrapd_enable=YES
  snmptrapd_flags=-a -p /var/run/snmptrapd.pid
  snmpd_conffile=/usr/local/etc/snmp/snmpd.conf
  
  well, they started snmpd alright, but i am not
 sure
  which one: bsnmpd or net-snmpd since i still have
  error messages in snmpd.log:
  
  [init_smux] bind failed: Address already in use
  Error opening specified endpoint udp:161
  Server Exiting with code 1
 
 Are you sure those messages aren't old, from before
 you disabled bsnmpd?
 
 sockstat -4 should show you what is listening on
 that port.  net-snmpd
 starts a process called snmpd, so you should be
 able to tell which
 one is running by the process name.  If bsnmpd is
 still running, a
 killall should shut it down.
 
 -- 
 Bill Moran
 Collaborative Fusion Inc.
 
 
 
 IMPORTANT: This message contains confidential
 information and is intended only for the individual
 named. If the reader of this message is not an
 intended recipient (or the individual responsible
 for the delivery of this message to an intended
 recipient), please be advised that any re-use,
 dissemination, distribution or copying of this
 message is prohibited.  Please notify the sender
 immediately by e-mail if you have received this
 e-mail by mistake and delete this e-mail from your
 system.
 
 
 ___
 freebsd-questions@freebsd.org mailing list

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



 

Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: net-snmp and 6.1

2006-11-14 Thread Frank Staals

gahn wrote:

thanks.

i didn't recall that i activated any snmp but there is
a bsnmpd running though:

root snmpd  414   13 tcp4   *:199 
   *:*
root snmpd  414   14 udp4   *:161 
   *:*
root snmptrapd  408   10 udp4   *:162 
   *:*


how could i remove it? in rc.conf? or else?

thanks



--- Frank Staals [EMAIL PROTECTED] wrote:

  

gahn wrote:


hi:

is a generic snmp running with 6.1? i installed
net-snmp on 6.1 and it seems to have conflict with
some another snmp process:

[init_smux] bind failed: Address already in use
Error opening specified endpoint udp:161
Server Exiting with code 1

i have no anothe snmp application running except
  

the


net-snmp.

any ideas?




 

  


  

Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call
  

rates.


http://voice.yahoo.com
___
freebsd-questions@freebsd.org mailing list

  

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  

To unsubscribe, send any mail to
  

[EMAIL PROTECTED]

  
  

I believe there is no smnp daemon running by
default. Maybe you 
accidentally allready started it ? You might check
it with sockstat -4  
| grep 161


--
-Frank Staals








 


Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.com


  
Hmm apparantly there IS a bsndmp running. Didn't see that one on my 
server, anyway on my laptop it wasn't running as I apparantly disabled it:


[EMAIL PROTECTED] cat /etc/rc.conf | grep snmpd
bsnmpd_enable=NO

that might help I guess

--
-Frank Staals


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