From owner-freebsd-questions@FreeBSD.ORG Sat Dec 8 20:39:16 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BB4D16A417 for ; Sat, 8 Dec 2007 20:39:16 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp102.math.arizona.edu (smtp102.math.arizona.edu [128.196.102.202]) by mx1.freebsd.org (Postfix) with ESMTP id 241CB13C45B for ; Sat, 8 Dec 2007 20:39:16 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp102.math.arizona.edu with local-bsmtp (Exim 4.50) id 1J16S6-0004Bc-7T for questions@freebsd.org; Sat, 08 Dec 2007 13:39:15 -0700 Received: from 71-220-152-133.tcsn.qwest.net ([71.220.152.133] helo=.domain.actdsltmp) by smtp102.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1J16S6-0004BU-3J for questions@freebsd.org; Sat, 08 Dec 2007 13:39:10 -0700 Message-ID: <475B00EA.2000208@math.arizona.edu> Date: Sat, 08 Dec 2007 13:39:06 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.6 (X11/20070916) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: SANE Network Daemon question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2007 20:39:16 -0000 I was just looking at the documentation on SANE web-site about network scanning and I noticed that /etc/services on my i386 does not include line like sane-port 6566/tcp # SANE network scanner daemon which is used by saned (Sane Network Daemon to enable scanning over the network). The /etc/inetd.conf file is also missing line (of course should be commented by default) sane-port stream tcp nowait saned.saned /usr/local/sbin/saned saned The handbook is also mute about the scanning over the network. Is anybody using scanners on the network on FreeBSD? Handbook article should also be appended. I might try to play with it and see how it goes. I could contribute the documentation if the community has interest in it. Best, Predrag