- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: HP 8150 and large files
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
09-26-2002 05:59 AM
09-26-2002 05:59 AM
"copy file is too large".
What should I do to print these files?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 04:04 AM
09-27-2002 04:04 AM
Re: HP 8150 and large files
Thanks
Jean-Louis (France)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 01:18 AM
09-30-2002 01:18 AM
Re: HP 8150 and large files
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 02:53 PM
10-01-2002 02:53 PM
Re: HP 8150 and large files
Does this error show up on the printer screen (I doubt it)or in lpq?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2002 10:59 PM
10-01-2002 10:59 PM
Re: HP 8150 and large files
# lpr -PCDT-M-15 ~nyseb/xmarrcpt.lis.157019
lpr: /usr/users/syst/nyseb/xmarrcpt.lis.157019: copy file is too large
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 08:22 PM
10-03-2002 08:22 PM
Re: HP 8150 and large files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2002 12:41 AM
10-04-2002 12:41 AM
Re: HP 8150 and large files
Thanks
Jean-Louis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2002 12:10 AM
10-06-2002 12:10 AM
Re: HP 8150 and large files
good luck
petr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2002 11:45 PM
10-06-2002 11:45 PM
Re: HP 8150 and large files
model number: J4169A
version: L.022.09
Does the firmware need to be upgraded?
Thanks
Jean-Louis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 01:30 AM
10-08-2002 01:30 AM
Re: HP 8150 and large files
Thanks
Jean-Louis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 04:47 PM
10-09-2002 04:47 PM
Re: HP 8150 and large files
And the jetdirect firmware is:
JetDirect Model: J4169A
JetDirect Firmware Version: L.22.09,CIDATE 01/17/2002
Yes, there are two different flashable firmwares for this printer.
How big is this file, anyway?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 11:24 PM
10-09-2002 11:24 PM
Re: HP 8150 and large files
sgsiosfd> ls -l ~nyseb/xmarrcpt.lis.157019
-rw-r--r-- 1 nyseb zxmp 8994399 Sep 19 13:09 /usr/users/syst/nyseb/xmar
rcpt.lis.157019
sgsiosfd> file ~nyseb/xmarrcpt.lis.157019
/usr/users/syst/nyseb/xmarrcpt.lis.157019: PostScript (v1.0) text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 01:37 AM
11-14-2002 01:37 AM
SolutionHave you set up your spooling system so that it sends it straight to the 8150, or does it first spool the job to to disk (say to /var/spool/lpd)? If it's the latter, than that area might be full. Either make sure more space is available or try printing with 'lpr -s yourfile'. The -s will attempt to create a symlink from your file to the spooling area, instead of copying the file. A few caveats like do not remove the file before it has printed applies, see 'man lpr'.
OK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 05:58 AM
11-14-2002 05:58 AM
Re: HP 8150 and large files
Jean-Louis