Nibal wrote:
[b]On Linux Ubuntu system 10 have shared printer and CUPS 1.3.9
For each print job coming from Solaris 10 to ubuntu shared printer , its prints cover page
I had disable it from CUPS GUI and from web enabled access server https://servername:631 then set printer option then banner start & ending are NONE
Also from command on UBUNTU server
$ lpadmin –p (printername) –o job-sheets-default=none
or
$ lpadmin –p (printername) –o job-sheets-default=never
But its still printing cover page for each job!!
Kindly note local printing is working fine without banner , this only from remote Solaris users
On Solaris client
$ lp –d (ubuntu sharedprinter) (filename)
This print cover page
But following command its not :
$ lp –d (ubuntu sharedprinter) (file name) –o job-sheets-default=none
This command printing without cover page
My question is : how can I disable cover page @ all , and keep it as default for all prints , because users using the application on solaris not by using command
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.
cheers,
James C. McPherson
--
Senior Kernel Software Engineer, Solaris
Sun Microsystems
http://blogs.sun.com/jmcp http://www.jmcp.homeunix.com/blog
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code