Le lundi 15 janvier 2007 12:44, Nicolas Costes a écrit :
> Le lundi 15 janvier 2007 11:49, Christian Pinedo Zamalloa a écrit :
>
> Ok, two interesting things here :
> > [15/Jan/2007:11:24:36 +0100] PID 1359
> > (/usr/local/libexec/cups/backend/jasmine) stopped with status 13! D
>
> First, this status 13 thing : I looked into Google groups, it seems to
> be a permission issue. So :

Ok, I could verify this is true, with this code snippet :

$ perl -e 'foreach $n (1..131){ $!=$n; print "$n  : $!\n"}'

1  : Operation not permitted
[...]
13  : Permission denied
[...]

So, when jasmine returns "13", it is indeed a permission problem. So, now, 
we gotta find a way to discover where is the error, and on which 
directory/file this occurs.

Could you please do the following ?

  - Edit jasmine to uncomment line 394 : "sleep 60;", and if you want
    change the "60" to a higher value ("120", for example)
  - Launch a print job, then "ps xau" in the server's shell, and tell us 
    which UIDs CUPS and jasmine run on

If this does not work, it means that the error occurs before the "sleep", 
and then you've got to comment again line 394 and write "sleep 60" at the 
beginning of the script, just after "#!/usr/bin/perl -w".

What you can do too is check permissions on the directories CUPS uses, for 
example :

/var/cache/cups
/usr/local/share/cups
/usr/local/share/doc/cups
/usr/local/share/cups/fonts
/var/spool/cups
/usr/local/libexec/cups
/usr/local/etc/cups
/var/run/cups

Etc... And most probably : /var/spool/cups/tmp




-- Attached file included as plaintext by Listar --

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQBFq3HKNc2aXy7LuOgRAsEgAJ9yocvDRrRsYYSzkdn+sm6J03WRfwCfTi6C
vTCP2BEQjGLOim954G4t2A8=
=AAGS
-----END PGP SIGNATURE-----



-- 
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/



Reply via email to