Le mardi 14 novembre 2006 06:37, vous avez écrit : > D [14/Nov/2006:11:01:57 +0530] [Job 1078] mktemp: cannot create temp > file /var/spool/cups/tmp/print.al6115: No such file or directory
> D [14/Nov/2006:11:01:57 +0530] [Job 1078] sh: -c: line 0: syntax error > near unexpected token `newline' > D [14/Nov/2006:11:01:57 +0530] [Job 1078] sh: -c: line 0: `cat > ' Ok, another bug, thanks ;-) First : I haven't checked the return code of mktemp, it seems... So the script keeps on running when it should stop, lacking the document to print ! Second : You have a problem with your "/var/spool/cups/tmp/" directory : It seems it does not exists. This is a job for "mkdir -p" ;-) Ok, will be fixed in next release. -- Put JASmine in your Cups ! To unsubscribe : mailto:[EMAIL PROTECTED] List archives : http://dir.gmane.org/gmane.comp.printing.jasmine.user http://www.mail-archive.com/jasmine%40ml.free.fr/ Web site : http://jasmine.berlios.de/

