From owner-freebsd-doc@FreeBSD.ORG Sat Aug 28 13:47:11 2010 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 508BA1065696 for ; Sat, 28 Aug 2010 13:47:11 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id DDED88FC0C for ; Sat, 28 Aug 2010 13:47:10 +0000 (UTC) Received: by wwb34 with SMTP id 34so3114025wwb.31 for ; Sat, 28 Aug 2010 06:47:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=bsbM28s8pD5gD8bPaBtibbLzFndcM3+ExSxkw3lqXlI=; b=k1jsnZtsQrRNQc4I8UuDpsRUL5yiE09EPYFJJiCXN7jlNjzpXrY1AlOWqGaeUAZa48 ov+nydzH7kVqFERhyTjvGvN8HlhfskxuMHmW14R1uwj22qaQt7uOK+UZ+oQzubqsutUg JS9AoZAoGKjA5Huq4Kau32fahFrbjXsfXlCTc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=YGWGgsoaUbGhPu+59D+Ih2gyGfq/tbV/9Lr7qJAxuys/WTwC5J0F+X/Pw5MJkyqZsD LXbiEEV2N4X36d8D/9j2mqh6STwI0jPCOdxBW1Ffee/4MTHqMDVRfiq+D3DpgCO/V7vE OYx6AFAc9xXtIwGJruaSvAtsPsYfEGHxmELRc= MIME-Version: 1.0 Received: by 10.216.1.6 with SMTP id 6mr2400119wec.24.1283001336979; Sat, 28 Aug 2010 06:15:36 -0700 (PDT) Received: by 10.216.179.201 with HTTP; Sat, 28 Aug 2010 06:15:36 -0700 (PDT) Date: Sat, 28 Aug 2010 15:15:36 +0200 Message-ID: From: claudiu vasadi To: doc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: cups article - extra info (if possible) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2010 13:47:11 -0000 Hello, I had to set up a cups server and I followed the freebsd cups article. I have a Samsung USB printer and after reading and applying the conditions mentioned in chapter 3 (devfs.rules)I noticed that cups was unable to detect my printer. That, until I stumble across a blog that explained the reason. Cups is unable to read the symlink created from ugen*.* and the permissions on ugen need to be adjusted too. So, I added "add path 'ugenX.Y' mode 0660 group cups" to my devfs.rules and I believe this extra info is worth mentioning in the article. Please advise if otherwise. -- Best regards, Claudiu Vasadi