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 CA85A1381F3 for ; Tue, 14 May 2013 09:42:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90495E0946; Tue, 14 May 2013 09:42:08 +0000 (UTC) Received: from mx-out-1.rwth-aachen.de (mx-out-1.rwth-aachen.de [134.130.5.186]) by pigeon.gentoo.org (Postfix) with ESMTP id 3AF3FE08D0 for ; Tue, 14 May 2013 09:42:07 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.87,669,1363129200"; d="scan'208";a="221904533" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by mx-1.rz.rwth-aachen.de with ESMTP; 14 May 2013 11:42:07 +0200 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.rwth-aachen.de [134.130.161.252]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id r4E9g6FS010407 for ; Tue, 14 May 2013 11:42:06 +0200 (CEST) Received: from numa-i (localhost [127.0.0.1]) by numa-i.igpm.rwth-aachen.de (Postfix) with ESMTP id 5213B35; Tue, 14 May 2013 11:42:06 +0200 (CEST) Date: Tue, 14 May 2013 11:42:06 +0200 From: Helmut Jarausch Subject: Re: [gentoo-user] cups settup broken? - please help To: gentoo-user@lists.gentoo.org Cc: gentoo-user@lists.gentoo.org References: <1368522316.32490.0@numa-i> <519200B1.9000601@yandex.ru> In-Reply-To: <519200B1.9000601@yandex.ru> (from yks-uno@yandex.ru on Tue May 14 11:15:29 2013) X-Mailer: Balsa 2.5.1-9-gc5afbd8 Message-Id: <1368524526.3130.0@numa-i> 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 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 63be09e6-652e-4130-9e42-c6d6cc1d9ae1 X-Archives-Hash: e089455e7068dc05e7ed06576c49da54 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 >>=20 >> I see lots of strange error messages in /var/log/cups/error_log like >>=20 >>=20 >> Filter "pdftops" not found. >>=20 >> but there is a /usr/libexec/cups/filter/pdftops >>=20 >> and then >>=20 >>=20 >> ps: File "/etc/cups/${EPREFIX}/usr/libexec/cups/filter/commandtops" =20 >> not >> available: No such file or directory >>=20 >> These paths look strange. >>=20 >> Does any know what's going on here? >>=20 >> Many thanks for a hint, >> Helmut. >=20 > Hi Helmut, > I also had this problem after installing CUPS. There is a trouble =20 > with permissions, AFAIR you need to check that /var/spool/cups is =20 > accessible to your user: that is, ensure that you're in the lp group =20 > and /var/spool/cups group is lp. I can not be sure that this dir was =20 > the only one to check but it was the permissions which was the =20 > problem. Thanks Juri. What do you mean by 'accessible' - here I have only group execute =20 permission, i.e. ls -ld /var/spool/cups gives drwx--x--- 3 root lp 32768 May 14 11:37 /var/spool/cups And what do you have in /etc/cups/cups-files.conf Here I still have # Default user and group for filters/backends/helper programs; this =20 cannot be # any user or group that resolves to ID 0 for security reasons... #User lp #Group lp # Administrator user group, used to match @SYSTEM in cupsd.conf policy =20 rules... SystemGroup lpadmin # User that is substituted for unauthenticated (remote) root accesses... #RemoteRoot remroot Many thanks again Helmut. =