<?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: cu command on inetd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cu-command-on-inetd/m-p/2740837#M585505</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have no idea. But I noticed this option -h which allows you to emulate local echo.&lt;BR /&gt;&lt;BR /&gt;-h Emulate local echo, supporting calls to other computer systems that expect terminals to be set to half-duplex mode.&lt;BR /&gt;&lt;BR /&gt;You might want to give that a try if that is of any help.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
    <pubDate>Mon, 10 Jun 2002 09:08:44 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2002-06-10T09:08:44Z</dc:date>
    <item>
      <title>cu command on inetd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cu-command-on-inetd/m-p/2740836#M585504</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;I'd like to use "cu" command on inetd in below way,but my input was indicated in twice on screen.&lt;BR /&gt;Do you know good idea or this way is wrong?&lt;BR /&gt;&lt;BR /&gt;--Configuration on server(sv_a)&lt;BR /&gt;1.added below line in /etc/inetd.conf&lt;BR /&gt;tty2a4  stream tcp   nowait root /usr/bin/cu cu -l /dev/tty2a4&lt;BR /&gt;&lt;BR /&gt;2.added below line in /etc/services&lt;BR /&gt;tty2a4  8004/tcp&lt;BR /&gt;&lt;BR /&gt;3.restarted inetd&lt;BR /&gt;sv_a #kill -HUP INETD_PID&lt;BR /&gt;--&lt;BR /&gt;4.connect this server(sv_a) from another host(ws_a).&lt;BR /&gt;ws_a #telnet sv_a 8004&lt;BR /&gt;&lt;BR /&gt;5.my input was indicated in twice on screen.&lt;BR /&gt;sv_a # ls /etc/hosts&lt;BR /&gt;ls /etc/hosts&lt;BR /&gt;&lt;BR /&gt;/etc/hosts&lt;BR /&gt;sv_a #&lt;BR /&gt;sv_a #&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;T.Ikuta</description>
      <pubDate>Mon, 10 Jun 2002 09:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cu-command-on-inetd/m-p/2740836#M585504</guid>
      <dc:creator>T.Ikuta_1</dc:creator>
      <dc:date>2002-06-10T09:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: cu command on inetd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cu-command-on-inetd/m-p/2740837#M585505</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have no idea. But I noticed this option -h which allows you to emulate local echo.&lt;BR /&gt;&lt;BR /&gt;-h Emulate local echo, supporting calls to other computer systems that expect terminals to be set to half-duplex mode.&lt;BR /&gt;&lt;BR /&gt;You might want to give that a try if that is of any help.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Mon, 10 Jun 2002 09:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cu-command-on-inetd/m-p/2740837#M585505</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-06-10T09:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: cu command on inetd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cu-command-on-inetd/m-p/2740838#M585506</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I fear I have some bad news for you , inetd as you describe isn't used to start commands it is in fact used for launching daemons that are listening on certain ports (no mather what you put in /etc/services) e.g. you cannot simply set telnet as command in the inetd , you have to put telnetd which is the telnet application itself to which the telnet command send a request , cu is a command not a daemon running so inetd doesn't know exactly what to do with it so that can cause all kinds of strange behaviour, I have no idea why you would like to use cu in this way , what exactly are you trying to achieve ? CU doesn't have a socket itself , it in fact is used for serial communications .. e.g. device files , thay are physical HardWare definitions and not virtual ports like sockets used by telnet</description>
      <pubDate>Tue, 11 Jun 2002 10:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cu-command-on-inetd/m-p/2740838#M585506</guid>
      <dc:creator>sven verhaegen</dc:creator>
      <dc:date>2002-06-11T10:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: cu command on inetd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cu-command-on-inetd/m-p/2740839#M585507</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Thanks for your helping.&lt;BR /&gt;&lt;BR /&gt;As sven say,I think that cu command acted strange behavior.&lt;BR /&gt;I make a wrong use of cu command on inetd.&lt;BR /&gt;First of all,I'd like to develop a training system of operation on console for beginners in my company.&lt;BR /&gt;I have already developed a training system that user can connect on console with using cu command after login server.&lt;BR /&gt;But I'd like to make user to connect directly without using cu command.&lt;BR /&gt;&lt;BR /&gt;Is there good idea?&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;**Now system**&lt;BR /&gt;click a link(URL=telnet://sv_a) on web&lt;BR /&gt;open terminal window&lt;BR /&gt;input from here &lt;BR /&gt; | login:serial&lt;BR /&gt; | passwword:****&lt;BR /&gt; | $cu -l /dev/tty2a4&lt;BR /&gt;connected.&lt;BR /&gt;&lt;BR /&gt;**My plan**&lt;BR /&gt;click a link on web(URL=telnet://sv_a:8004)&lt;BR /&gt;connected.&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jun 2002 00:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cu-command-on-inetd/m-p/2740839#M585507</guid>
      <dc:creator>T.Ikuta_1</dc:creator>
      <dc:date>2002-06-14T00:16:25Z</dc:date>
    </item>
  </channel>
</rss>

