On 14.05.2013 13:55, Yuri K. Shatroff wrote:
On 14.05.2013 13:42, Helmut Jarausch wrote:
On 05/14/2013 11:15:29 AM, Yuri K. Shatroff wrote:
On 14.05.2013 13:05, Helmut Jarausch wrote:
Hi,
recently I have problems with CUPS (1.6.2) with cups-filters-1.0.34
I see lots of strange error messages in /var/log/cups/error_log like
Filter "pdftops" not found.
but there is a /usr/libexec/cups/filter/pdftops
and then
ps: File "/etc/cups/${EPREFIX}/usr/libexec/cups/filter/commandtops" not
available: No such file or directory
These paths look strange.
Does any know what's going on here?
Many thanks for a hint,
Helmut.
Hi Helmut,
I also had this problem after installing CUPS. There is a trouble with
permissions, AFAIR you need to check that /var/spool/cups is
accessible to your user: that is, ensure that you're in the lp group
and /var/spool/cups group is lp. I can not be sure that this dir was
the only one to check but it was the permissions which was the problem.
Thanks Juri.
What do you mean by 'accessible' - here I have only group execute
permission, i.e.
ls -ld /var/spool/cups gives
drwx--x--- 3 root lp 32768 May 14 11:37 /var/spool/cups
Accessible really means accessible, i.e. when you are able to chdir to
it and see its contents.
Apparently, the dir lacks "group read" permission, i.e. it should be
drwxr-x---
the `execute` bit alone doesn't allow one to access the directory.
That is probably a portage bug or sort of.
Well, sorry, I must be wrong, I have the same
drwx--x---
on /var/spool/cups. But I remember that I had to change permissions
somewhere to make the filter work... I was in a hurry so I can't recall
the exact place, alas.
--
Best wishes,
Yuri K. Shatroff