From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5FD201381F3 for ; Tue, 14 May 2013 10:02:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CCF1E099B; Tue, 14 May 2013 10:01:55 +0000 (UTC) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [95.108.130.94]) by pigeon.gentoo.org (Postfix) with ESMTP id AD6D6E0953 for ; Tue, 14 May 2013 10:01:53 +0000 (UTC) Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward12.mail.yandex.net (Yandex) with ESMTP id B4AECC213E4 for ; Tue, 14 May 2013 14:01:52 +0400 (MSK) Received: from smtp14.mail.yandex.net (localhost [127.0.0.1]) by smtp14.mail.yandex.net (Yandex) with ESMTP id 991841B6064A for ; Tue, 14 May 2013 14:01:52 +0400 (MSK) Received: from 31.207.71.159.pppoe-dynamic.pushkinnet.ru (31.207.71.159.pppoe-dynamic.pushkinnet.ru [31.207.71.159]) by smtp14.mail.yandex.net (nwsmtp/Yandex) with ESMTP id b6f16Sr6hb-1qxeKoi7; Tue, 14 May 2013 14:01:52 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1368525712; bh=ItsnsYIquJ6y8VbYPdYLG/o/f+qGEMk+ep2aN1/zTCU=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=g9rNKS+3yZUzIG/ZseIyNc1uQs6NeouZaDQ+wP3MWNUHZc6iyXtr8PhYGuJRU61M8 JG5Sk6orxhDPvcFPUzvbYWeOWbSMJWlBrmEMFdANnEo29blWrNeUzzJrUeb5yPt0E1 cztFe4gpmQZZ0oWnHBPziYVgCcLqgGoRhisKMpRw= Authentication-Results: smtp14.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <51920B90.6060707@yandex.ru> Date: Tue, 14 May 2013 14:01:52 +0400 From: "Yuri K. Shatroff" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130412 Thunderbird/17.0.5 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] cups settup broken? - please help References: <1368522316.32490.0@numa-i> <519200B1.9000601@yandex.ru> <1368524526.3130.0@numa-i> <51920A0B.9080108@yandex.ru> In-Reply-To: <51920A0B.9080108@yandex.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 458294ba-9f0f-4ee9-a574-357c85fca9af X-Archives-Hash: 8bacaf685702300543c458201c7c8343 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