Dear All,

I'm trying to disable cover page while I'm pronging from Solaris to ubuntu 

 

Ubntu :

 

# lpadmin -p (printer shared name) -o job-sheets-default=none

# lpadmin -p (printer shared name) -o job-sheets-default=never

Who print form Solaris will get cover page 

 

Solaris :

# lpadmin -p (printer shared name on ubuntu ) -s (ubuntu server ip)

To print 

$ lp -d (printer shared name) (file name)

Still print banner page 

 

But if I'm using following command on Solaris:

 

$ lp -d (printer shared name) (file name) - o nobanner 

 

Its print without cover page , but all users using WEB application which
installed on soalris , so they cannot use command line to use -o nobanner
option 

 

My question is how can I disable cover page on CUPS ubuntu ,?or set it -o
nobanner option at solaris as default  ?

 

Is this possible to disable it on UBUNTU by configuring foomatic 

 

 

Thanks ,

Nibal 

     

 

-----Original Message-----
From: Peter Memishian [mailto:peter.memish...@sun.com] 
Sent: Wednesday, November 18, 2009 10:32 PM
To: j...@opensolaris.org
Cc: Nibal; opensolaris-code@opensolaris.org
Subject: Re: [osol-code] How can I disable cover ( banner ) page on CUPS

 

 

 > Hi Nibal,

 > I hit this too, and found the answer in a comment on Dan Anderson's

 > blog post http://blogs.sun.com/DanX/entry/using_cups_print_server_for

 > 

 > You need to edit the service manifest file 

 > /var/svc/manifest/application/cups.xml

 > (look for cups-lpd) and add

 > 

 > -o job-sheets=none

 > 

 > to the exec-method property, then reimport the manifest

 > (svccfg import /var/svc/manifest/application/cups.xml) and

 > restart the cups/in-lpd service.

 

... and then hope this doesn't get blown away by a future software update?

Seems a supportable solution is needed.

 

-- 

meem

_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to