Recent

Author Topic: After several prints "Printer is printing" error comes in Linux  (Read 984 times)

lainz

  • Hero Member
  • *****
  • Posts: 4473
    • https://lainz.github.io/
After several prints "Printer is printing" error comes in Linux, in RAW mode. Any ideas?

Edit: Closing the application and opening it again makes the error to dissapear. So it's a problem of memory not being freed or something?
« Last Edit: June 21, 2022, 04:46:02 pm by lainz »

Thaddy

  • Hero Member
  • *****
  • Posts: 14382
  • Sensorship about opinions does not belong here.
Re: After several prints "Printer is printing" error comes in Linux
« Reply #1 on: June 21, 2022, 05:30:49 pm »
No it is a case of the printer driver that accepts only a couple of jobs. Usually 5 on consumer hardware.
IOW you are overloading the printer. If it is an industrial printer that could go up to 50-100 or much higher.
Just delay the last job until the first one is finished. Round Robin.
It is not the computer's memory, but the printer's memory that can't cope.

(Remember the "windows only" printers?)
« Last Edit: June 21, 2022, 05:36:45 pm by Thaddy »
Object Pascal programmers should get rid of their "component fetish" especially with the non-visuals.

lainz

  • Hero Member
  • *****
  • Posts: 4473
    • https://lainz.github.io/
Re: After several prints "Printer is printing" error comes in Linux
« Reply #2 on: June 21, 2022, 05:40:00 pm »
Thanks  :)

winni

  • Hero Member
  • *****
  • Posts: 3197
Re: After several prints "Printer is printing" error comes in Linux
« Reply #3 on: June 21, 2022, 06:19:37 pm »
Hi lainz!

If the waiting for the printer is a big problem then install the cups printing system on your linux machine.

Then print to the cups queue and all job will be spooled.
And even after a power failure cups will print all jobs that are not done.

Winni

Thaddy

  • Hero Member
  • *****
  • Posts: 14382
  • Sensorship about opinions does not belong here.
Re: After several prints "Printer is printing" error comes in Linux
« Reply #4 on: June 21, 2022, 09:31:17 pm »
winni, cups is almost always installed.
Object Pascal programmers should get rid of their "component fetish" especially with the non-visuals.

zeljko

  • Hero Member
  • *****
  • Posts: 1596
    • http://wiki.lazarus.freepascal.org/User:Zeljan
Re: After several prints "Printer is printing" error comes in Linux
« Reply #5 on: June 21, 2022, 10:29:15 pm »
Maybe too many opened files. Check ulimit.

 

TinyPortal © 2005-2018