vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, Our printers after upgrade start printing blank pages between each job. Attributes 'header' and 'trailer' are up to "never" for queue in /etc/qconfig. Also "SEPARATOR PAGE" is set to none. Do you have any idea what can be a reason for the blank pages and how it can be fixed ? Thanks for any feedback |
| |||
| > Our printers after upgrade start printing blank pages between each job. > Attributes 'header' and 'trailer' are up to "never" for queue in > /etc/qconfig. Also "SEPARATOR PAGE" is set to none. I'm sure it can be done via smit also but: lsvirprt select queue _Z=! This turns off the "send formfeed at end of job" |
| |||
| laixsoft@laixsoft.com napisal(a): ..... > I'm sure it can be done via smit also but: > lsvirprt > select queue > _Z=! > > This turns off the "send formfeed at end of job" Thank you for a prompt response Unfortunatelly seems this parameter is set to ! Name Description Value _Z Send FORM FEED after each file? ! an==for queue listed by lpq. What do you think about reseting 'sh' parameter ? Thanks |
| ||||
| >> I'm sure it can be done via smit also but: >> lsvirprt >> select queue >> _Z=! >> >> This turns off the "send formfeed at end of job" > > Thank you for a prompt response > > Unfortunatelly seems this parameter is set to ! > Name Description Value > _Z Send FORM FEED after each file? ! > > an==for queue listed by lpq. > > What do you think about reseting 'sh' parameter ? Youl could try _d=p (data type = pass-thru) or qprt -Pqname -dp /your/job |