<?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: setup a linux server as print server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/setup-a-linux-server-as-print-server/m-p/2551134#M664</link>
    <description>Hello Kenny,&lt;BR /&gt;&lt;BR /&gt;On HP-UX :&lt;BR /&gt;----------&lt;BR /&gt;&lt;BR /&gt;When creating the printer queue (remote), don't forget to check the box "Remote Printer on a BSD system".&lt;BR /&gt;&lt;BR /&gt;Command-line option would give this :&lt;BR /&gt;&lt;BR /&gt;lpshut&lt;BR /&gt;lpadmin -p&lt;LOCAL_HPUX_QUEUE_NAME&gt; -v/dev/null -mrmodel -orm&lt;REMOTE_LINUX_SERVER&gt; -orp&lt;REMOTE_LINUX_QUEUE_NAME&gt; -ob3&lt;BR /&gt;enable local_hpux_queue_name&lt;BR /&gt;accept local_hpux_queue_name&lt;BR /&gt;lpsched&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On Linux :&lt;BR /&gt;----------&lt;BR /&gt;&lt;BR /&gt;Check that the printer daemon (lpd or lprng) is started (ps -ef | grep lp).&lt;BR /&gt;&lt;BR /&gt;Check that the network service is listening (netstat -a | grep lp). For testing, you can try :&lt;BR /&gt;   telnet localhost printer&lt;BR /&gt;&lt;BR /&gt;It should reply something like "Connecting to localhost" and perhaps "connection closed".&lt;BR /&gt;&lt;BR /&gt;If it answers "connection refused", check /etc/hosts.allow and /etc/hosts.deny for IP-based permissions.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;/REMOTE_LINUX_QUEUE_NAME&gt;&lt;/REMOTE_LINUX_SERVER&gt;&lt;/LOCAL_HPUX_QUEUE_NAME&gt;</description>
    <pubDate>Fri, 13 Jul 2001 17:52:32 GMT</pubDate>
    <dc:creator>Kodjo Agbenu</dc:creator>
    <dc:date>2001-07-13T17:52:32Z</dc:date>
    <item>
      <title>setup a linux server as print server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-a-linux-server-as-print-server/m-p/2551132#M662</link>
      <description>Hello all,&lt;BR /&gt;I would like to setup a linux server for providing printing service. Now I found trouble in transfering printing requests from HP-UX to the linux server.&lt;BR /&gt;Is there anyone has carried out such task?&lt;BR /&gt;&lt;BR /&gt;Any help is highyl appriciated.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jul 2001 02:11:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-a-linux-server-as-print-server/m-p/2551132#M662</guid>
      <dc:creator>Tommy Wang</dc:creator>
      <dc:date>2001-07-11T02:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: setup a linux server as print server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-a-linux-server-as-print-server/m-p/2551133#M663</link>
      <description>&lt;BR /&gt;What is your problem, exactly ?&lt;BR /&gt;&lt;BR /&gt;If you use a RedHat distribution you may have&lt;BR /&gt;a non standard printer deamon (lprng, see for&lt;BR /&gt;information at &lt;A href="http://www.lprng.org)." target="_blank"&gt;http://www.lprng.org).&lt;/A&gt; It seems&lt;BR /&gt;to be compatible with standard lpd but ....&lt;BR /&gt;&lt;BR /&gt;You can see version of lpd with "lpd -V" and&lt;BR /&gt;see man page to configure lpd.conf. You can&lt;BR /&gt;also add debug informations with -D options&lt;BR /&gt;and -F (to use lpd in foreground mode). Put &lt;BR /&gt;logs in an alternate file with -L option, it's &lt;BR /&gt;better for debug.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Herv?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jul 2001 05:33:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-a-linux-server-as-print-server/m-p/2551133#M663</guid>
      <dc:creator>Herve BRANGIER</dc:creator>
      <dc:date>2001-07-11T05:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: setup a linux server as print server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-a-linux-server-as-print-server/m-p/2551134#M664</link>
      <description>Hello Kenny,&lt;BR /&gt;&lt;BR /&gt;On HP-UX :&lt;BR /&gt;----------&lt;BR /&gt;&lt;BR /&gt;When creating the printer queue (remote), don't forget to check the box "Remote Printer on a BSD system".&lt;BR /&gt;&lt;BR /&gt;Command-line option would give this :&lt;BR /&gt;&lt;BR /&gt;lpshut&lt;BR /&gt;lpadmin -p&lt;LOCAL_HPUX_QUEUE_NAME&gt; -v/dev/null -mrmodel -orm&lt;REMOTE_LINUX_SERVER&gt; -orp&lt;REMOTE_LINUX_QUEUE_NAME&gt; -ob3&lt;BR /&gt;enable local_hpux_queue_name&lt;BR /&gt;accept local_hpux_queue_name&lt;BR /&gt;lpsched&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On Linux :&lt;BR /&gt;----------&lt;BR /&gt;&lt;BR /&gt;Check that the printer daemon (lpd or lprng) is started (ps -ef | grep lp).&lt;BR /&gt;&lt;BR /&gt;Check that the network service is listening (netstat -a | grep lp). For testing, you can try :&lt;BR /&gt;   telnet localhost printer&lt;BR /&gt;&lt;BR /&gt;It should reply something like "Connecting to localhost" and perhaps "connection closed".&lt;BR /&gt;&lt;BR /&gt;If it answers "connection refused", check /etc/hosts.allow and /etc/hosts.deny for IP-based permissions.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;/REMOTE_LINUX_QUEUE_NAME&gt;&lt;/REMOTE_LINUX_SERVER&gt;&lt;/LOCAL_HPUX_QUEUE_NAME&gt;</description>
      <pubDate>Fri, 13 Jul 2001 17:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-a-linux-server-as-print-server/m-p/2551134#M664</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2001-07-13T17:52:32Z</dc:date>
    </item>
  </channel>
</rss>

