Groups > SUSE Linux > openSUSE printing > Re: iPrint fails to install on 10.2




iPrint fails to install on 10.2

iPrint fails to install on 10.2
Thu, 08 Feb 2007 16:42:43 GMT
To reinforce a previous post from Dec. iPrint printers do not install
on OpenSuse 10.2

Post Reply
Re: iPrint fails to install on 10.2
Tue, 13 Feb 2007 09:38:40 GMT
Luzum,

It appears that in the past few days you have not received a response to your 
posting.  That concerns us, and has triggered this automated reply.

Has your problem been resolved? If not, you might try one of the following
options:
 
- Do a search of our SDB at http://en.opensuse.org/SDB:SDB
- Check all of the other information and support options available at 
http://www.opensuse.org/
- You could also try posting your message again. Make sure it is posted in the 
correct newsgroup. (http://support.novell.com/forums)

Be sure to read the forum FAQ about what to expect in the way of responses:  
http://support.novell.com/forums/faq_general.html

If this is a reply to a duplicate posting, please ignore and accept our
apologies 
and rest assured we will issue a stern reprimand to our posting bot.

Good luck!

Your Novell Product Support Forums Team
http://support.novell.com/forums/

Post Reply
Re: iPrint fails to install on 10.2
Tue, 06 Mar 2007 17:57:05 GMT
Well actually they do. I am running OpenSuse 10.2 32-bit on an intel mobo  
(core 2 duo 6400 with 4GB of RAM). I have the iPrint client installed and  
can download ppd's from the iPrint server no problem. I can even print,  
and the print jobs actually come out of the printer!!

Of course there were a few steps I had to take, both documented and  
un-documented, to get it all to work. Here they are (btw, I installed the  
low-security iPrint client) :

A. Modify /etc/cups/cupsd.conf (requires root priviledge)
(Note: the + means 'add the line', the - means 'remove the line' by  
commenting it out or deleting it.)

<Location /admin>
+AuthType None
</Location>

<Location /admin/conf>
-AuthType Basic
+AuthType None
-Require user @SYSTEM
</Location>

<Policy default>
  #Job-related operations must be done by the owner or an administrator...
  <Limit Send-Document blah blah blah....>
   +AuthType None
   -Require user @OWNER @SYSTEM
  </Limit>

  #All administration operations require an administrator to authenticate...
  <Limit Pause-Printer blah blah blah ...>
   +AuthType None
   -Require user @OWNER @SYSTEM
  </Limit>
</Policy>

B. Modify your account group membership
  Add the user(s) to the 'lp' group

C. Add the iPrint listener to your Gnome session startup
      1. Go to the Control Center
      2. Open the Sessions application
      3. Select the Startup Programs tab
      4. Add the command /opt/novell/iprint/bin/iprint-listener
      5. OK
      6. Close

D. Add your user account to the lppasswd system
   (as root) lppasswd -a user_account -g sys

A good document for most of this is the Novell iPrint Administration Guide  
for NetWare at
http://www.novell.com/documentation/oes/iprint_nw/index.html?page=documentation/
oes/iprint_nw/data/front.html

Now I am no expert on Linux, far from it - so I have probably granted too  
much access or taken more steps than is really necessary. I haven't tried  
to figure out the minimum from the above setup. Please feel free to  
experiment ;-)

Hope that this helps you out.

Cheers,

Ron
UBC Okanagan


-- 
Post Reply
about | contact