<?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: uucp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/uucp/m-p/2585510#M856516</link>
    <description>Hello Christa,&lt;BR /&gt;&lt;BR /&gt;Sachin is missing the whole fun when not using&lt;BR /&gt;serial devices :-)&lt;BR /&gt;&lt;BR /&gt;The config files:&lt;BR /&gt;/etc/uucp/Systems&lt;BR /&gt;-----------------&lt;BR /&gt;systemX Any portX 9600 city-1234 in:--in:--in: usystemX word: s3cr3t&lt;BR /&gt;&lt;BR /&gt;/etc/uucp/Devices&lt;BR /&gt;-----------------&lt;BR /&gt;portX cul0p0 - Any modemX&lt;BR /&gt;&lt;BR /&gt;/etc/uucp/Dialers&lt;BR /&gt;-----------------&lt;BR /&gt;modemX =W-, "" +++\r\dATZ\c OK ATDT\T CONNECT \c&lt;BR /&gt;&lt;BR /&gt;/etc/uupc/Dialcodes&lt;BR /&gt;-------------------&lt;BR /&gt;city 01149=69&lt;BR /&gt;&lt;BR /&gt;Then make certain your devices have proper&lt;BR /&gt;permissions like:&lt;BR /&gt;&lt;BR /&gt;-rw-rw--- uucp uucp /dev/cul0p0&lt;BR /&gt;-rw-rw--- uucp uucp /dev/cua0p0&lt;BR /&gt;-rw-rw--- uucp uucp /dev/ttyd0p0&lt;BR /&gt;&lt;BR /&gt;and add a line for the receiving modem on the&lt;BR /&gt;other system into its "/etc/inittab" like:&lt;BR /&gt;&lt;BR /&gt;uucp:234:respawn:/usr/lbin/uucp/uugetty -t90 -r ttyd0p0 9600 vt100 #UUCP-port&lt;BR /&gt;&lt;BR /&gt;and check the paragraph labeled "9600" in that&lt;BR /&gt;systems "/etc/gettydefs" to look like:&lt;BR /&gt;&lt;BR /&gt;9600 # B9600 HUPCL ICRNL IXON IXOFF OPOST ONLCR&lt;BR /&gt;       CS8 CREAD CRTS ISIG ICANON ECHO ECHOK&lt;BR /&gt;       TAB3 BRKINT&lt;BR /&gt;     # B9600 HUPCL ICRNL IXON IXOFF OPOST ONLCR&lt;BR /&gt;       CS8 CREAD CRTS ISIG ICANON ECHO ECHOK&lt;BR /&gt;       TAB3 BRKINT&lt;BR /&gt;     #UUCP login: #9600&lt;BR /&gt;&lt;BR /&gt;and then connect the modem, turn it on, and&lt;BR /&gt;use the command "cu" to test the connection:&lt;BR /&gt;&lt;BR /&gt;cu -d9 systemX&lt;BR /&gt;&lt;BR /&gt;and the output (-d9 is max debugging output).&lt;BR /&gt;&lt;BR /&gt;The next step is to setup "Permissions" file &lt;BR /&gt;for the commands "uucp" and "uux", but to do&lt;BR /&gt;this you would be well instructed to read THE&lt;BR /&gt;book on uucp: "Managing UUCP and Usenet" by&lt;BR /&gt;Tim O'Reilly (yes, the publisher himself).&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
    <pubDate>Thu, 27 Sep 2001 17:15:35 GMT</pubDate>
    <dc:creator>Wodisch</dc:creator>
    <dc:date>2001-09-27T17:15:35Z</dc:date>
    <item>
      <title>uucp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uucp/m-p/2585508#M856514</link>
      <description>Does any have a good step-by-step document on setting up uucp in HPUX?</description>
      <pubDate>Wed, 26 Sep 2001 18:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uucp/m-p/2585508#M856514</guid>
      <dc:creator>Christa Foley</dc:creator>
      <dc:date>2001-09-26T18:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: uucp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uucp/m-p/2585509#M856515</link>
      <description>Hi Christa,&lt;BR /&gt;On Host1:&lt;BR /&gt;1&lt;BR /&gt;vi /etc/uucp/Systems and add following line&lt;BR /&gt; Host2 Any TCP - - ogin:--ogin: uhost1  ssword: gu3ssss&lt;BR /&gt;Do not forget u+host2's name &lt;BR /&gt;We are going to host2, any time, using TCP connection, as login uhost2 and with gu3ssss password.&lt;BR /&gt;&lt;BR /&gt;2&lt;BR /&gt;vi /etc/uucp/Devices and add following line.&lt;BR /&gt;  TCP - - Any TCP&lt;BR /&gt;We are using connection device as TCP, not modem or phone line.&lt;BR /&gt;&lt;BR /&gt;3.&lt;BR /&gt;mkdir /var/spool/uucp/host2&lt;BR /&gt;mkdir /var/spool/uucp/host1&lt;BR /&gt;&lt;BR /&gt;4&lt;BR /&gt;vi /etc/services and uncomment following two line&lt;BR /&gt; uucp-path    117/tcp # UUCP Path Service&lt;BR /&gt;      uucp         540/tcp  uucpd       # uucp daemon&lt;BR /&gt;540 and 117 is tcp port for uucp services.&lt;BR /&gt;&lt;BR /&gt;5&lt;BR /&gt;vi /etc/inetd.conf and uncomment following line&lt;BR /&gt; uucp   stream tcp nowait root /usr/sbin/uucpd    uucpd&lt;BR /&gt;Enable the uucp services.&lt;BR /&gt;&lt;BR /&gt;6&lt;BR /&gt;run following command to reread inetd.conf &lt;BR /&gt; /usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;7 on host2 &lt;BR /&gt;vi /etc/passwd and add line&lt;BR /&gt;      uhost1:PASSWORD:uid:11::/var/spool/uucppublic:/usr/lbin/uucp/uucico&lt;BR /&gt;userid=u+host2's name, passwd is  last word from host1's /etc/uucp/Systems files. Here it is "gu3ssss" . &lt;BR /&gt;&lt;BR /&gt;8.&lt;BR /&gt;mkdir /var/spool/uucp/host2&lt;BR /&gt;mkdir /var/spool/uucp/host1&lt;BR /&gt;&lt;BR /&gt;You are ready to do uucp from host1 to host2.&lt;BR /&gt;&lt;BR /&gt;Test your uucp connection using.&lt;BR /&gt;/usr/lbin/uucp/uucico -r1 -s host2  -x10&lt;BR /&gt;this is debug level10 checking.&lt;BR /&gt;&lt;BR /&gt;If you had killed your previous connection. You must remove lock file from /var/spool/uucp/lock.&lt;BR /&gt;&lt;BR /&gt;if you had failed previous connection using uucico and if you want to use /usr/lbin/uucp/uucico  again remove /var/spool/uucp/.Status/*  file.&lt;BR /&gt;&lt;BR /&gt;Where is my 10 point???&lt;BR /&gt;&lt;BR /&gt;I hope this help.&lt;BR /&gt;&lt;BR /&gt;Sachin.</description>
      <pubDate>Wed, 26 Sep 2001 19:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uucp/m-p/2585509#M856515</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-09-26T19:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: uucp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uucp/m-p/2585510#M856516</link>
      <description>Hello Christa,&lt;BR /&gt;&lt;BR /&gt;Sachin is missing the whole fun when not using&lt;BR /&gt;serial devices :-)&lt;BR /&gt;&lt;BR /&gt;The config files:&lt;BR /&gt;/etc/uucp/Systems&lt;BR /&gt;-----------------&lt;BR /&gt;systemX Any portX 9600 city-1234 in:--in:--in: usystemX word: s3cr3t&lt;BR /&gt;&lt;BR /&gt;/etc/uucp/Devices&lt;BR /&gt;-----------------&lt;BR /&gt;portX cul0p0 - Any modemX&lt;BR /&gt;&lt;BR /&gt;/etc/uucp/Dialers&lt;BR /&gt;-----------------&lt;BR /&gt;modemX =W-, "" +++\r\dATZ\c OK ATDT\T CONNECT \c&lt;BR /&gt;&lt;BR /&gt;/etc/uupc/Dialcodes&lt;BR /&gt;-------------------&lt;BR /&gt;city 01149=69&lt;BR /&gt;&lt;BR /&gt;Then make certain your devices have proper&lt;BR /&gt;permissions like:&lt;BR /&gt;&lt;BR /&gt;-rw-rw--- uucp uucp /dev/cul0p0&lt;BR /&gt;-rw-rw--- uucp uucp /dev/cua0p0&lt;BR /&gt;-rw-rw--- uucp uucp /dev/ttyd0p0&lt;BR /&gt;&lt;BR /&gt;and add a line for the receiving modem on the&lt;BR /&gt;other system into its "/etc/inittab" like:&lt;BR /&gt;&lt;BR /&gt;uucp:234:respawn:/usr/lbin/uucp/uugetty -t90 -r ttyd0p0 9600 vt100 #UUCP-port&lt;BR /&gt;&lt;BR /&gt;and check the paragraph labeled "9600" in that&lt;BR /&gt;systems "/etc/gettydefs" to look like:&lt;BR /&gt;&lt;BR /&gt;9600 # B9600 HUPCL ICRNL IXON IXOFF OPOST ONLCR&lt;BR /&gt;       CS8 CREAD CRTS ISIG ICANON ECHO ECHOK&lt;BR /&gt;       TAB3 BRKINT&lt;BR /&gt;     # B9600 HUPCL ICRNL IXON IXOFF OPOST ONLCR&lt;BR /&gt;       CS8 CREAD CRTS ISIG ICANON ECHO ECHOK&lt;BR /&gt;       TAB3 BRKINT&lt;BR /&gt;     #UUCP login: #9600&lt;BR /&gt;&lt;BR /&gt;and then connect the modem, turn it on, and&lt;BR /&gt;use the command "cu" to test the connection:&lt;BR /&gt;&lt;BR /&gt;cu -d9 systemX&lt;BR /&gt;&lt;BR /&gt;and the output (-d9 is max debugging output).&lt;BR /&gt;&lt;BR /&gt;The next step is to setup "Permissions" file &lt;BR /&gt;for the commands "uucp" and "uux", but to do&lt;BR /&gt;this you would be well instructed to read THE&lt;BR /&gt;book on uucp: "Managing UUCP and Usenet" by&lt;BR /&gt;Tim O'Reilly (yes, the publisher himself).&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Thu, 27 Sep 2001 17:15:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uucp/m-p/2585510#M856516</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-09-27T17:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: uucp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uucp/m-p/2585511#M856517</link>
      <description>Hi Wodisch,&lt;BR /&gt;Thanks.&lt;BR /&gt;I copy that process for me for feature reference. You can have my 10 point.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Thu, 27 Sep 2001 17:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uucp/m-p/2585511#M856517</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-09-27T17:27:14Z</dc:date>
    </item>
  </channel>
</rss>

