- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remote printer not printing first column
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 09:08 PM
02-12-2003 09:08 PM
remote printer not printing first column
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 08:28 AM
02-13-2003 08:28 AM
Re: remote printer not printing first column
If the old cells still work somewhat, it looks like the printer is using 'FORTRAN page control'. There used to be an HP-UX command/filter for this, but I can not remember the name.
Just to see if it is indeed this, print some text with space, 1, 2 and + as the first character and see if that does anything special (like double-space, page-eject). If so, report which character does what.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 08:33 AM
02-13-2003 08:33 AM
Re: remote printer not printing first column
try printing with
lp -oraw ....
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 08:48 AM
02-13-2003 08:48 AM
Re: remote printer not printing first column
Otherwise, you may have to live with the issue of mixing radically differing software solutions with old hardware and create a lp script wrapper that inserts a space in front of each line in the print job before shipping it to the Win2K system.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 09:01 AM
02-13-2003 09:01 AM
Re: remote printer not printing first column
> carriage control
Ahhhhh! "carriage control". *That* was what I was looking for:
> $ man -k carriage
> asa(1) - interpret ASA carriage control characters
> $
Thanks Bill!
[Please no (0 or N/A) points for this response.]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 08:55 AM
02-14-2003 08:55 AM
Re: remote printer not printing first column
pr -w80 -l24 -t $6 | lp -d$printer -o raw