On 15.06.2015 02:57 PM, Helmer Teles wrote:
It only print the first job, all the others got held and on a firefox print instead of the normal printout it printed a text with GLOB.
Hm, GLOB. Sounds like it's looking for a file which doesn't exist?
Also i think there's another problem at line 290. It is assuming that TMPDIR is at /tmp that in the case of this system idnr=
id -u $USER
TMPDIR="/tmp/.${idnr}.
Possibly, but this has been unchanged for four years. It's probably a bad idea to just overwrite $TMPDIR if it's already set (which I assume it is on your system?) and I should change that.
Mihai