<?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: lp errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418291#M765841</link>
    <description>When I look at your error the file is in the root directory. Try cd / ls &lt;BR /&gt;-al|more and look at the permissions of the file .&lt;BR /&gt;&lt;BR /&gt;The client will require read access to print. &lt;BR /&gt;try typing chmod o+r /test.txt then try printing again.</description>
    <pubDate>Thu, 10 Feb 2000 12:34:19 GMT</pubDate>
    <dc:creator>Steve White_8</dc:creator>
    <dc:date>2000-02-10T12:34:19Z</dc:date>
    <item>
      <title>lp errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418287#M765837</link>
      <description>I get an error when trying to use lp to print a file:&lt;BR /&gt;mauhp2 35: lp -d maulj01 test.txt (print command)&lt;BR /&gt;lp: can't access file "/test.txt" (results)&lt;BR /&gt;&lt;BR /&gt;This happens to all my users when tryint to lp from the csh.  root does not &lt;BR /&gt;have this problem.  Anybody know what causes it?  It's been happening since the &lt;BR /&gt;last dps patch I installed two weeks ago.</description>
      <pubDate>Thu, 10 Feb 2000 05:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418287#M765837</guid>
      <dc:creator>Jim Mickens_2</dc:creator>
      <dc:date>2000-02-10T05:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: lp errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418288#M765838</link>
      <description>what are the permissions of /test.out ?&lt;BR /&gt;&lt;BR /&gt;do non-root users have permission to read the file (which is sitting in the &lt;BR /&gt;root ( / ) directory ?)&lt;BR /&gt;&lt;BR /&gt;for all the users to see and print this file, users must be able to read in &lt;BR /&gt;that directory. I would move the test file to /tmp and open up the permissions.&lt;BR /&gt;&lt;BR /&gt;Good Luck!</description>
      <pubDate>Thu, 10 Feb 2000 06:29:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418288#M765838</guid>
      <dc:creator>Robert Gamble_3</dc:creator>
      <dc:date>2000-02-10T06:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: lp errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418289#M765839</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;I remember that some time ago, I had also problems printing with lp in a DPS &lt;BR /&gt;environment. I'm not sure it was the same problem, but to solve it, I had to do &lt;BR /&gt;the following :&lt;BR /&gt;&lt;BR /&gt;#cd /opt/pd/lbin&lt;BR /&gt;#chmod 4555 pdlp&lt;BR /&gt;#chown root:sys pdlp&lt;BR /&gt;&lt;BR /&gt;That's all ! Hope it will help.&lt;BR /&gt;&lt;BR /&gt;-Paul</description>
      <pubDate>Thu, 10 Feb 2000 07:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418289#M765839</guid>
      <dc:creator>Paul Vandevelde_1</dc:creator>
      <dc:date>2000-02-10T07:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: lp errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418290#M765840</link>
      <description>Paul,&lt;BR /&gt;Changing the permissions did not fix the problem.  Any other ideas?&lt;BR /&gt;&lt;BR /&gt;Robert,&lt;BR /&gt;-rw-rw-rw- 1 jmickens users 24 Jul 14  1998 test.txt&lt;BR /&gt;&lt;BR /&gt;The file is in my user directory (/home/jmickens), not the root directory.  &lt;BR /&gt;That appears to be part of the problem.  Even though the file is in my user &lt;BR /&gt;directory, it appears the command is trying to find it in the root directory.&lt;BR /&gt;&lt;BR /&gt;All,&lt;BR /&gt;I just tried something else, and that was to enter the command with the full &lt;BR /&gt;path of the test.txt file.  It printed with no problems (from my user &lt;BR /&gt;account).  If I am in the directory with the file and try to print it without &lt;BR /&gt;the full path, I get the error.  The root account is able to print either way.</description>
      <pubDate>Thu, 10 Feb 2000 07:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418290#M765840</guid>
      <dc:creator>Jim Mickens_2</dc:creator>
      <dc:date>2000-02-10T07:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: lp errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418291#M765841</link>
      <description>When I look at your error the file is in the root directory. Try cd / ls &lt;BR /&gt;-al|more and look at the permissions of the file .&lt;BR /&gt;&lt;BR /&gt;The client will require read access to print. &lt;BR /&gt;try typing chmod o+r /test.txt then try printing again.</description>
      <pubDate>Thu, 10 Feb 2000 12:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418291#M765841</guid>
      <dc:creator>Steve White_8</dc:creator>
      <dc:date>2000-02-10T12:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: lp errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418292#M765842</link>
      <description>That's part of the problem.  The file is not in /, it is in /home/jmickens.  &lt;BR /&gt;The permissions on the file are fine.  See my response to Paul.</description>
      <pubDate>Thu, 10 Feb 2000 13:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418292#M765842</guid>
      <dc:creator>Jim Mickens_2</dc:creator>
      <dc:date>2000-02-10T13:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: lp errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418293#M765843</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;It looks to me like a PATH problem. &lt;BR /&gt;Because you are able to print fine when the full path is specified, I really &lt;BR /&gt;don't think its related to the DPS patch.  Look for other changes that might &lt;BR /&gt;have occured about the same time(if you didn't have to specify path before). It &lt;BR /&gt;almost looks like the current directory is not in your PATH, but it is in &lt;BR /&gt;root's, which is unusual.&lt;BR /&gt;Please post any resolutions you find in this matter.&lt;BR /&gt;&lt;BR /&gt;Good Luck!</description>
      <pubDate>Fri, 11 Feb 2000 04:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418293#M765843</guid>
      <dc:creator>Robert Gamble_3</dc:creator>
      <dc:date>2000-02-11T04:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: lp errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418294#M765844</link>
      <description>Nothing else has changed.  It's not just on my account, it's on all of the &lt;BR /&gt;user's accounts that the problem is occurring.  None of the centralized scripts &lt;BR /&gt;set up for user logins have changed since November, and the problem started &lt;BR /&gt;right after the patches were installed.&lt;BR /&gt;&lt;BR /&gt;I agree, it's very unusual.  The current directory (.) is in the path for the &lt;BR /&gt;users accounts, but not for root.</description>
      <pubDate>Fri, 11 Feb 2000 05:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-errors/m-p/2418294#M765844</guid>
      <dc:creator>Jim Mickens_2</dc:creator>
      <dc:date>2000-02-11T05:08:18Z</dc:date>
    </item>
  </channel>
</rss>

