From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-108735-garchives=archives.gentoo.org@lists.gentoo.org>) id 1NpGem-000269-Bu for garchives@archives.gentoo.org; Wed, 10 Mar 2010 07:48:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45274E0A93; Wed, 10 Mar 2010 07:48:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 081AAE0A93 for <gentoo-user@lists.gentoo.org>; Wed, 10 Mar 2010 07:48:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 529D41B421B for <gentoo-user@lists.gentoo.org>; Wed, 10 Mar 2010 07:48:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.598 X-Spam-Level: X-Spam-Status: No, score=-2.598 required=5.5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U6YCisQO4yMR for <gentoo-user@lists.gentoo.org>; Wed, 10 Mar 2010 07:48:03 +0000 (UTC) Received: from mail-ww0-f49.google.com (mail-ww0-f49.google.com [74.125.82.49]) by smtp.gentoo.org (Postfix) with ESMTP id 62CBE1B41FE for <gentoo-user@gentoo.org>; Wed, 10 Mar 2010 07:47:59 +0000 (UTC) Received: by wwb13 with SMTP id 13so4425039wwb.36 for <gentoo-user@gentoo.org>; Tue, 09 Mar 2010 23:47:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=a+rysnMl9dBEcKUlvSpLUTFIqFPFu+I8rhqQN27HKv0=; b=NYlFhzeKsT7XRYksveuNZlEqToRb49tP1CyfSiTyceeEAMxpD2PcGJC7tXMcx588b3 8zxRGMufBtGNKXPPlQoIGQscspXaYLHAfChDvSY6rNBO0daNXC4JjLFuxVS5neOwes2e IObztZI9h3hQ8tZVJgv8jTuumB/NzG8zqhpFw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=UaI6JYv8MtdRG1eOF31i5VSjHGzOkBSqpr/0Sh97khQqckLOAQPmeuMlI9VduSseri UKGnb+c37HCPnCbSMghRbn1NSCzaPftyxU7facshl9Oz6cNqIZG5qpUHltaiBYAIKX0y 17inXhSfRPxH95mV2gRJzKs6gm2Jnz7UzJDWU= Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.216.180.202 with SMTP id j52mr658895wem.214.1268207279063; Tue, 09 Mar 2010 23:47:59 -0800 (PST) In-Reply-To: <hn67i5$37k$1@dough.gmane.org> References: <79e3aefb1003082253p416a641fs78d11e8247f96b41@mail.gmail.com> <hn67i5$37k$1@dough.gmane.org> Date: Wed, 10 Mar 2010 09:47:59 +0200 Message-ID: <79e3aefb1003092347j128dbb66s7c5943bbebbfe6ed@mail.gmail.com> Subject: Re: [gentoo-user] Re: CUPS-PDF failing From: Dirk Uys <dirkcuys@gmail.com> To: gentoo-user@lists.gentoo.org, gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=0016e656b5985ec37d04816d845b X-Archives-Salt: 2dff9c31-d150-4891-8898-3b1236d3acc2 X-Archives-Hash: f92e17bc306253b66e128884a9c2569d --0016e656b5985ec37d04816d845b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Tue, Mar 9, 2010 at 9:29 PM, J=F6rg Schaible <joerg.schaible@gmx.de> wro= te: > > Look into /etc/cups/cups-pdf. The individual spool directories must have > proper access rights (like .ssh in your home) and match the UserUMask > setting. Otherwise cups-pdf will not generate the PDF, simply because > others > might access the directory also. > > With all settings as default, it should look like this: > > $ ll /var/spool/cups-pdf/ > drwxr-xr-x 6 root root 54 2007-10-01 19:01 ./ > drwxr-xr-x 7 root root 78 2007-08-25 16:50 ../ > drwx------ 2 jdoe lp 6 2007-10-01 19:01 jdoe/ > drwxr-x--x 2 root lp 6 2010-03-01 13:41 SPOOL/ > > > - J=F6rg > > I changed my permission to match those above, but I get the same error in the logs. Pardon my ignorance, but what do you mean "and match the UserUMask"? My umask is currently set to 0022. Regards Dirk --0016e656b5985ec37d04816d845b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <div class=3D"gmail_quote">On Tue, Mar 9, 2010 at 9:29 PM, J=F6rg Schaible = <span dir=3D"ltr"><<a href=3D"mailto:joerg.schaible@gmx.de">joerg.schaib= le@gmx.de</a>></span> wrote:<br><blockquote class=3D"gmail_quote" style= =3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; p= adding-left: 1ex;"> <div><div></div><div class=3D"h5"><br> </div></div>Look into /etc/cups/cups-pdf. The individual spool directories = must have<br> proper access rights (like .ssh in your home) and match the UserUMask<br> setting. Otherwise cups-pdf will not generate the PDF, simply because other= s<br> might access the directory also.<br> <br> With all settings as default, it should look like this:<br> <br> $ ll /var/spool/cups-pdf/<br> drwxr-xr-x 6 root =A0 root =A0 54 2007-10-01 19:01 ./<br> drwxr-xr-x 7 root =A0 root =A0 78 2007-08-25 16:50 ../<br> drwx------ 2 jdoe =A0 lp =A0 =A0 =A06 2007-10-01 19:01 jdoe/<br> drwxr-x--x 2 root =A0 lp =A0 =A0 =A06 2010-03-01 13:41 SPOOL/<br> <font color=3D"#888888"><br> <br> - J=F6rg<br> <br></font></blockquote><div><br>I changed my permission to match those abo= ve, but I get the same error in the logs.<br><br>Pardon my ignorance, but w= hat do you mean "and match the UserUMask"? My umask is currently = set to 0022.<br> <br>Regards<br>Dirk<br></div></div> --0016e656b5985ec37d04816d845b-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-108734-garchives=archives.gentoo.org@lists.gentoo.org>) id 1NpGez-00029K-To for garchives@archives.gentoo.org; Wed, 10 Mar 2010 07:48:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08DC7E0AB4; Wed, 10 Mar 2010 07:48:00 +0000 (UTC) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id C46DDE0AB4 for <gentoo-user@lists.gentoo.org>; Wed, 10 Mar 2010 07:47:59 +0000 (UTC) Received: by wwi17 with SMTP id 17so537109wwi.40 for <gentoo-user@lists.gentoo.org>; Tue, 09 Mar 2010 23:47:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=a+rysnMl9dBEcKUlvSpLUTFIqFPFu+I8rhqQN27HKv0=; b=NYlFhzeKsT7XRYksveuNZlEqToRb49tP1CyfSiTyceeEAMxpD2PcGJC7tXMcx588b3 8zxRGMufBtGNKXPPlQoIGQscspXaYLHAfChDvSY6rNBO0daNXC4JjLFuxVS5neOwes2e IObztZI9h3hQ8tZVJgv8jTuumB/NzG8zqhpFw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=UaI6JYv8MtdRG1eOF31i5VSjHGzOkBSqpr/0Sh97khQqckLOAQPmeuMlI9VduSseri UKGnb+c37HCPnCbSMghRbn1NSCzaPftyxU7facshl9Oz6cNqIZG5qpUHltaiBYAIKX0y 17inXhSfRPxH95mV2gRJzKs6gm2Jnz7UzJDWU= Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.216.180.202 with SMTP id j52mr658895wem.214.1268207279063; Tue, 09 Mar 2010 23:47:59 -0800 (PST) In-Reply-To: <hn67i5$37k$1@dough.gmane.org> References: <79e3aefb1003082253p416a641fs78d11e8247f96b41@mail.gmail.com> <hn67i5$37k$1@dough.gmane.org> Date: Wed, 10 Mar 2010 09:47:59 +0200 Message-ID: <79e3aefb1003092347j128dbb66s7c5943bbebbfe6ed@mail.gmail.com> Subject: Re: [gentoo-user] Re: CUPS-PDF failing From: Dirk Uys <dirkcuys@gmail.com> To: gentoo-user@lists.gentoo.org, gentoo-user@gentoo.org Content-Type: multipart/alternative; boundary=0016e656b5985ec37d04816d845b X-Archives-Salt: 440112e3-74e3-4579-98d4-38112001c933 X-Archives-Hash: b506307c44e7ffd7994b1c257c6c4bae Message-ID: <20100310074759.jOXKRzYvOR6RxMHMSUvLo4Milq8hjPltGPM4pdk3tk0@z> --0016e656b5985ec37d04816d845b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Tue, Mar 9, 2010 at 9:29 PM, J=F6rg Schaible <joerg.schaible@gmx.de> wro= te: > > Look into /etc/cups/cups-pdf. The individual spool directories must have > proper access rights (like .ssh in your home) and match the UserUMask > setting. Otherwise cups-pdf will not generate the PDF, simply because > others > might access the directory also. > > With all settings as default, it should look like this: > > $ ll /var/spool/cups-pdf/ > drwxr-xr-x 6 root root 54 2007-10-01 19:01 ./ > drwxr-xr-x 7 root root 78 2007-08-25 16:50 ../ > drwx------ 2 jdoe lp 6 2007-10-01 19:01 jdoe/ > drwxr-x--x 2 root lp 6 2010-03-01 13:41 SPOOL/ > > > - J=F6rg > > I changed my permission to match those above, but I get the same error in the logs. Pardon my ignorance, but what do you mean "and match the UserUMask"? My umask is currently set to 0022. Regards Dirk --0016e656b5985ec37d04816d845b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <div class=3D"gmail_quote">On Tue, Mar 9, 2010 at 9:29 PM, J=F6rg Schaible = <span dir=3D"ltr"><<a href=3D"mailto:joerg.schaible@gmx.de">joerg.schaib= le@gmx.de</a>></span> wrote:<br><blockquote class=3D"gmail_quote" style= =3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; p= adding-left: 1ex;"> <div><div></div><div class=3D"h5"><br> </div></div>Look into /etc/cups/cups-pdf. The individual spool directories = must have<br> proper access rights (like .ssh in your home) and match the UserUMask<br> setting. Otherwise cups-pdf will not generate the PDF, simply because other= s<br> might access the directory also.<br> <br> With all settings as default, it should look like this:<br> <br> $ ll /var/spool/cups-pdf/<br> drwxr-xr-x 6 root =A0 root =A0 54 2007-10-01 19:01 ./<br> drwxr-xr-x 7 root =A0 root =A0 78 2007-08-25 16:50 ../<br> drwx------ 2 jdoe =A0 lp =A0 =A0 =A06 2007-10-01 19:01 jdoe/<br> drwxr-x--x 2 root =A0 lp =A0 =A0 =A06 2010-03-01 13:41 SPOOL/<br> <font color=3D"#888888"><br> <br> - J=F6rg<br> <br></font></blockquote><div><br>I changed my permission to match those abo= ve, but I get the same error in the logs.<br><br>Pardon my ignorance, but w= hat do you mean "and match the UserUMask"? My umask is currently = set to 0022.<br> <br>Regards<br>Dirk<br></div></div> --0016e656b5985ec37d04816d845b--