<?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: Impossible to telnet port 5555 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924062#M84735</link>
    <description>&lt;BR /&gt;This log message is a critical clue.&lt;BR /&gt;&lt;BR /&gt;Jan 12 10:58:06 liubliana xinetd[22431]: execv( /usr/omni/bin/inet ) failed: Exec format error (errno = 8)&lt;BR /&gt;&lt;BR /&gt;This means xinetd is trying to run /usr/omni/bin/inet but fails. "Exec format error" means the binary might be for the wrong architecture (maybe you've installed a package intended for 64-bit Itanium or Opteron architecture rather than 32-bit ix86, or some similar mistake).&lt;BR /&gt;&lt;BR /&gt;Use "file /usr/omni/bin/inet" to check the type of the executable. Compare the result to a binary that is known to work, e.g. "file /bin/ls".&lt;BR /&gt;&lt;BR /&gt;If the architecture is correct, check that all the libraries required by the /usr/omni/bin/inet binary are available:&lt;BR /&gt;use the command "ldd /usr/omni/bin/inet". If the command lists any library as "not found", you've found a problem. Check your distribution's software package catalog to find the necessary library packages, and install them.&lt;BR /&gt;&lt;BR /&gt;Since xinetd is configured, the connection gets established and xinetd tries to start /usr/omni/bin/inet... but when xinetd finds it cannot start the binary that is supposed to handle the connection, it has no other options than to immediately close the connection.</description>
    <pubDate>Wed, 17 Jan 2007 08:46:55 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2007-01-17T08:46:55Z</dc:date>
    <item>
      <title>Impossible to telnet port 5555</title>
      <link>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924051#M84724</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm trying to connect to suse linux 9 enterprise server to port 5555 throught telnet, but I can't.&lt;BR /&gt;&lt;BR /&gt;I already opened 5555 tcp port.&lt;BR /&gt;I added remote host to .rhosts file.&lt;BR /&gt;I granted telnet to remote host.&lt;BR /&gt;&lt;BR /&gt;Do I miss something?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jan 2007 11:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924051#M84724</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2007-01-10T11:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Impossible to telnet port 5555</title>
      <link>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924052#M84725</link>
      <description>What is the service that is running in the port 5555, is it data protector?&lt;BR /&gt;&lt;BR /&gt;If you run &lt;BR /&gt;&lt;BR /&gt;netstat -an |grep 5555 &lt;BR /&gt;&lt;BR /&gt;Do you see the port in the LISTEN state?&lt;BR /&gt;&lt;BR /&gt;Try stopping the firewall if any:&lt;BR /&gt;&lt;BR /&gt;service iptables stop</description>
      <pubDate>Wed, 10 Jan 2007 13:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924052#M84725</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-01-10T13:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Impossible to telnet port 5555</title>
      <link>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924053#M84726</link>
      <description>Hi Carles,&lt;BR /&gt;&lt;BR /&gt;Just a quick thought :&lt;BR /&gt;telnet is enabled, right ? (in /etc/xinetd.d/telnet, you don't have disable to yes)&lt;BR /&gt;You firewall is not blocking, right ?&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Wed, 10 Jan 2007 13:42:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924053#M84726</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2007-01-10T13:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Impossible to telnet port 5555</title>
      <link>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924054#M84727</link>
      <description>Sorry for delay in my replay.&lt;BR /&gt;&lt;BR /&gt;Yes, this is for data protector.&lt;BR /&gt;&lt;BR /&gt;I executed command as you show and here you're output:&lt;BR /&gt;&lt;BR /&gt;liubliana:/etc/xinetd.d # netstat -an |grep 5555&lt;BR /&gt;tcp        0      0 0.0.0.0:5555            0.0.0.0:*               LISTEN&lt;BR /&gt;unix  3      [ ]         STREAM     CONNECTED     15555&lt;BR /&gt;liubliana:/etc/xinetd.d #&lt;BR /&gt;&lt;BR /&gt;About firewalls, they're not active.&lt;BR /&gt;&lt;BR /&gt;BTW, telnet is active, but it doesn't allow to me login (default port or 5555 port), so I think problem is due my telnet configuration.&lt;BR /&gt;&lt;BR /&gt;Do you have any idea?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help!&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jan 2007 04:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924054#M84727</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2007-01-11T04:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Impossible to telnet port 5555</title>
      <link>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924055#M84728</link>
      <description>On RedHat system if you want to configure the telnet server to listen on port 5555.&lt;BR /&gt;Then simply edit the file /etc/services. Locate the lines with telnet and change the port from what it is to 5555.&lt;BR /&gt;Then restart the telnet service and it works...&lt;BR /&gt;Have you done all equivalent steps on your machine?</description>
      <pubDate>Thu, 11 Jan 2007 04:16:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924055#M84728</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-01-11T04:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Impossible to telnet port 5555</title>
      <link>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924056#M84729</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I added the following entry in /etc/services file:&lt;BR /&gt;&lt;BR /&gt;omni  5555/tcp     # DATA-PROTECTOR&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles</description>
      <pubDate>Thu, 11 Jan 2007 04:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924056#M84729</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2007-01-11T04:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Impossible to telnet port 5555</title>
      <link>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924057#M84730</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you confirm exactly what you're trying to achieve... and what you get when attempting to telnet to port 5555.&lt;BR /&gt;&lt;BR /&gt;If you're simply testing that Data Protector is working (listening on port 5555) then you'll get a connection, but nothing more -you won't get a login prompt.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;# telnet server01 5555&lt;BR /&gt;Trying 192.168.0.1...&lt;BR /&gt;Connected to server01.domain.com (192.168.0.1).&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;^]&lt;BR /&gt;&lt;BR /&gt;telnet&amp;gt; quit&lt;BR /&gt;Connection closed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you try to connect to a port which is not listening then you'll get a refused:&lt;BR /&gt;&lt;BR /&gt;# telnet server01 5554&lt;BR /&gt;Trying 192.168.0.1...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Thu, 11 Jan 2007 07:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924057#M84730</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2007-01-11T07:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Impossible to telnet port 5555</title>
      <link>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924058#M84731</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;When I tried to telnet suse system with data protector working fine I get the following message:&lt;BR /&gt;&lt;BR /&gt;# telnet riad 5555&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to riad.santpau.es.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;HP OpenView Storage Data Protector A.05.50: INET, internal build 330, built on Tue Oct 12 23:06:00 2004&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;# telnet riad&lt;BR /&gt;Trying...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;But when I telnet new suse system I get the following message:&lt;BR /&gt;&lt;BR /&gt;# telnet liubliana 5555&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to liubliana.santpau.es.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;# telnet liubliana&lt;BR /&gt;Trying...&lt;BR /&gt;Connected to liubliana.santpau.es.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Local flow control on&lt;BR /&gt;Telnet TERMINAL-SPEED option ON&lt;BR /&gt;Welcome to SUSE LINUX Enterprise Server 9 (x86_64) - Kernel 2.6.5-7.244-smp (1).&lt;BR /&gt;&lt;BR /&gt;liubliana login: root&lt;BR /&gt;Password:&lt;BR /&gt;Login incorrect&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;telnet&amp;gt; quit&lt;BR /&gt;Connection closed.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;So I think problem is on my services/telnet configuration instead data protector installation as inet service is running.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jan 2007 08:49:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924058#M84731</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2007-01-11T08:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Impossible to telnet port 5555</title>
      <link>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924059#M84732</link>
      <description>Ok&lt;BR /&gt;What do you logs tell you on riad ?</description>
      <pubDate>Thu, 11 Jan 2007 11:06:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924059#M84732</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2007-01-11T11:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Impossible to telnet port 5555</title>
      <link>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924060#M84733</link>
      <description>First of all, you can telnet to the 5555 port, but this service is not used for login. You telnet to the 5555 port only to ensure that is listening, do not expect a login prompt.&lt;BR /&gt;&lt;BR /&gt;Second, you can telnet to the host to the normal 23 port, but you cannot login with root by default. If you try with another user you will login sucessfully.</description>
      <pubDate>Thu, 11 Jan 2007 12:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924060#M84733</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-01-11T12:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Impossible to telnet port 5555</title>
      <link>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924061#M84734</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;This is the message in syslog when I try to telnet liubliana (new system with DP not working properly):&lt;BR /&gt;&lt;BR /&gt;Jan 12 10:58:06 liubliana xinetd[22431]: execv( /usr/omni/bin/inet ) failed: Exec format error (errno = 8)&lt;BR /&gt;&lt;BR /&gt;When I try to telnet riad (DP working properly), there isn't any message in any syslog file (warn, messages,...).&lt;BR /&gt;&lt;BR /&gt;I hope it helps.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jan 2007 05:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924061#M84734</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2007-01-12T05:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Impossible to telnet port 5555</title>
      <link>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924062#M84735</link>
      <description>&lt;BR /&gt;This log message is a critical clue.&lt;BR /&gt;&lt;BR /&gt;Jan 12 10:58:06 liubliana xinetd[22431]: execv( /usr/omni/bin/inet ) failed: Exec format error (errno = 8)&lt;BR /&gt;&lt;BR /&gt;This means xinetd is trying to run /usr/omni/bin/inet but fails. "Exec format error" means the binary might be for the wrong architecture (maybe you've installed a package intended for 64-bit Itanium or Opteron architecture rather than 32-bit ix86, or some similar mistake).&lt;BR /&gt;&lt;BR /&gt;Use "file /usr/omni/bin/inet" to check the type of the executable. Compare the result to a binary that is known to work, e.g. "file /bin/ls".&lt;BR /&gt;&lt;BR /&gt;If the architecture is correct, check that all the libraries required by the /usr/omni/bin/inet binary are available:&lt;BR /&gt;use the command "ldd /usr/omni/bin/inet". If the command lists any library as "not found", you've found a problem. Check your distribution's software package catalog to find the necessary library packages, and install them.&lt;BR /&gt;&lt;BR /&gt;Since xinetd is configured, the connection gets established and xinetd tries to start /usr/omni/bin/inet... but when xinetd finds it cannot start the binary that is supposed to handle the connection, it has no other options than to immediately close the connection.</description>
      <pubDate>Wed, 17 Jan 2007 08:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924062#M84735</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-01-17T08:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Impossible to telnet port 5555</title>
      <link>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924063#M84736</link>
      <description>If Matti is right you should find trace of this is log files ... /var/log/messages ?&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jan 2007 09:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924063#M84736</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2007-01-17T09:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Impossible to telnet port 5555</title>
      <link>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924064#M84737</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I executed file and ldd commands with next outputs:&lt;BR /&gt;&lt;BR /&gt;liubliana:~ # file /usr/omni/bin/inet&lt;BR /&gt;/usr/omni/bin/inet: setuid ELF 64-bit LSB executable, IA-64 (Intel 64 bit architecture), version 1 (SYSV), for GNU/Linux 2.4.0, dynamically linked (uses shared libs), stripped&lt;BR /&gt;liubliana:~ # file /bin/ls&lt;BR /&gt;/bin/ls: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.4.1, dynamically linked (uses shared libs), not stripped&lt;BR /&gt;liubliana:~ # ldd /usr/omni/bin/inet&lt;BR /&gt;        not a dynamic executable&lt;BR /&gt;liubliana:~ #&lt;BR /&gt;&lt;BR /&gt;As I told in previous posts, we're installing data protector 5.50 into this linux system. After your post it could be we're installing software from a wrong CD. Problem is this is the only CD for UNIX we've found and I already opened a thread in OpenView forum and for Suse Linux we have to use HP-UX CD, so I assume this is the right version.&lt;BR /&gt;&lt;BR /&gt;About messages log file, line I posted before is the only message related with this issue.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jan 2007 03:57:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924064#M84737</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2007-01-18T03:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Impossible to telnet port 5555</title>
      <link>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924065#M84738</link>
      <description>Based on the "file" command output you posted, the /usr/omni/bin/inet is for Itanium architecture. &lt;BR /&gt;&lt;BR /&gt;Your server seems to be "x86-64" architecture which is also 64-bit, but incompatible with Itanium.&lt;BR /&gt;However, the x86-64 architecture is backwards compatible with the classic 32-bit x86 software: so you could install the 32-bit version of the Data Protector and it should work, provided that you have 32-bit versions of all the necessary libraries installed.&lt;BR /&gt;&lt;BR /&gt;With a backup application, the difference between "native" 64-bit application and "legacy" 32-bit one might not be very significant. Just be aware of possible file size limitations (check if there are any) when using the 32-bit version.&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jan 2007 04:32:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/impossible-to-telnet-port-5555/m-p/3924065#M84738</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-01-18T04:32:07Z</dc:date>
    </item>
  </channel>
</rss>

