<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Getting a error in my /var/log/messages in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/getting-a-error-in-my-var-log-messages/m-p/4995527#M47560</link>
    <description>Hi Juan,&lt;BR /&gt;&lt;BR /&gt;To permanently remove this problem, edit the file "/etc/ssh/sshd_config" and make sure that you have got the following entries at the starting point in file itself ---&lt;BR /&gt;&lt;BR /&gt;Port 22&lt;BR /&gt;Protocol 2,1&lt;BR /&gt;ListenAddress 0.0.0.0:22&lt;BR /&gt;&lt;BR /&gt;And after saving the contents, restart the service using the command --&lt;BR /&gt;&lt;BR /&gt;# service sshd restart&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;Atul&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Aug 2006 06:00:02 GMT</pubDate>
    <dc:creator>Atul Gautam</dc:creator>
    <dc:date>2006-08-07T06:00:02Z</dc:date>
    <item>
      <title>Getting a error in my /var/log/messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-a-error-in-my-var-log-messages/m-p/4995524#M47557</link>
      <description>I get this message in my /var/log/messages file saying "sshd[24939]: error: Bind to port 22 on :: failed: Address already in use. sshd[24939]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use."&lt;BR /&gt;&lt;BR /&gt;I check the sshd daemon it is still running without any problems. I looked at the sshd_config file and line ListenAddress is commented.&lt;BR /&gt;&lt;BR /&gt;What can be the problem why I am getting the error messages?</description>
      <pubDate>Fri, 04 Aug 2006 18:23:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-a-error-in-my-var-log-messages/m-p/4995524#M47557</guid>
      <dc:creator>Juan Gonzalez_2</dc:creator>
      <dc:date>2006-08-04T18:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a error in my /var/log/messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-a-error-in-my-var-log-messages/m-p/4995525#M47558</link>
      <description>This problem is due to ipv6 is enable on your syetem by default. You can disable by adding alias net-pf-10 off and &lt;BR /&gt;alias ipv6 off in /etc/modprobe.conf file.&lt;BR /&gt;&lt;BR /&gt;If ipv6 is enable, when you do sshd debugging, it will test binding to ipv6 address first, follow by ipv4 address, is because only can bind port no to one ip address only. If ipv6 is disable, you will never get this error anymore.&lt;BR /&gt;&lt;BR /&gt;If ip6 is enable, when you netstat -na, you will see "tcp  0  :::22  :::*  LISTEN", if you ipv6 is diable you will see "tcp  0  0.0.0.0:22  0.0.0.0:*  LISTEN".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 05 Aug 2006 01:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-a-error-in-my-var-log-messages/m-p/4995525#M47558</guid>
      <dc:creator>Ryan Goh</dc:creator>
      <dc:date>2006-08-05T01:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a error in my /var/log/messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-a-error-in-my-var-log-messages/m-p/4995526#M47559</link>
      <description>hi it can also be problem with duplicity of starting...&lt;BR /&gt;once sshd is started by inetd and second time with /etc/rc.d/rc.sshd&lt;BR /&gt;&lt;BR /&gt;so you can comment line with sshd in /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;or make /etc/rc.d/rc.sshd not executable...&lt;BR /&gt;chmod -x /etc/rc.d/rc.sshd</description>
      <pubDate>Mon, 07 Aug 2006 03:41:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-a-error-in-my-var-log-messages/m-p/4995526#M47559</guid>
      <dc:creator>g33k</dc:creator>
      <dc:date>2006-08-07T03:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a error in my /var/log/messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-a-error-in-my-var-log-messages/m-p/4995527#M47560</link>
      <description>Hi Juan,&lt;BR /&gt;&lt;BR /&gt;To permanently remove this problem, edit the file "/etc/ssh/sshd_config" and make sure that you have got the following entries at the starting point in file itself ---&lt;BR /&gt;&lt;BR /&gt;Port 22&lt;BR /&gt;Protocol 2,1&lt;BR /&gt;ListenAddress 0.0.0.0:22&lt;BR /&gt;&lt;BR /&gt;And after saving the contents, restart the service using the command --&lt;BR /&gt;&lt;BR /&gt;# service sshd restart&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;Atul&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Aug 2006 06:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-a-error-in-my-var-log-messages/m-p/4995527#M47560</guid>
      <dc:creator>Atul Gautam</dc:creator>
      <dc:date>2006-08-07T06:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a error in my /var/log/messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-a-error-in-my-var-log-messages/m-p/4995528#M47561</link>
      <description>I figured out what the problems was. &lt;BR /&gt;&lt;BR /&gt;Thanks to everyone that repsonded.&lt;BR /&gt;Juan Gonzalez</description>
      <pubDate>Mon, 07 Aug 2006 12:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-a-error-in-my-var-log-messages/m-p/4995528#M47561</guid>
      <dc:creator>Juan Gonzalez_2</dc:creator>
      <dc:date>2006-08-07T12:10:44Z</dc:date>
    </item>
  </channel>
</rss>

