sane-project-website/old-archive/2001-02/0088.html

139 wiersze
4.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>sane-devel: Re: Sane over Network with xinetd</TITLE>
<META NAME="Author" CONTENT="Matt Mozur (matt.mozur@sourwood.net)">
<META NAME="Subject" CONTENT="Re: Sane over Network with xinetd">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: Sane over Network with xinetd</H1>
<!-- received="Thu Feb 8 17:20:33 2001" -->
<!-- isoreceived="20010209012033" -->
<!-- sent="Thu, 08 Feb 2001 20:21:32 -0500" -->
<!-- isosent="20010209012132" -->
<!-- name="Matt Mozur" -->
<!-- email="matt.mozur@sourwood.net" -->
<!-- subject="Re: Sane over Network with xinetd" -->
<!-- id="3A83461C.21459DF1@sourwood.net" -->
<!-- inreplyto="01020816401500.24959@tech13" -->
<STRONG>From:</STRONG> Matt Mozur (<A HREF="mailto:matt.mozur@sourwood.net?Subject=Re:%20Sane%20over%20Network%20with%20xinetd&In-Reply-To=&lt;3A83461C.21459DF1@sourwood.net&gt;"><EM>matt.mozur@sourwood.net</EM></A>)<BR>
<STRONG>Date:</STRONG> Thu Feb 08 2001 - 17:21:32 PST
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0089.html">J Sloan: "scanimage works, but not xscanimage or xsane"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0087.html">Steven Ellis: "Scanner driver to add to backend list"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0078.html">Ferry Dave Jäckel: "Sane over Network with xinetd"</A>
<!-- nextthread="start" -->
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#88">[ date ]</A>
<A HREF="index.html#88">[ thread ]</A>
<A HREF="subject.html#88">[ subject ]</A>
<A HREF="author.html#88">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Ferry Dave Jäckel wrote:
<BR>
<EM>&gt;
</EM><BR>
<EM>&gt; If I use xinetd to start saned, I get:
</EM><BR>
<EM>&gt; ---snip
</EM><BR>
<EM>&gt; Feb 8 14:32:13 xxx saned[27256]: access by user@(null) rejected
</EM><BR>
<EM>&gt; Feb 8 14:32:13 xxx saned[27256]: exiting
</EM><BR>
<EM>&gt;
</EM><BR>
Are you running RH7.0? If so, do you have a file in the
<BR>
/etc/xinetd.d directory to
<BR>
start up the saned daemon?
<BR>
<P>I've included the contents of my /etc/xinetd.d/sane file
<BR>
below:
<BR>
<P># default: off
<BR>
# description: The sane server accepts requests for network
<BR>
access to a local\
<BR>
# scanner via the local network.
<BR>
service sane
<BR>
{
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;port = 6566
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;socket_type = stream
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wait = no
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;user = saned
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;group = saned
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;server = /usr/local/sbin/saned
<BR>
}
<BR>
<P>Also, do you have a user &quot;saned&quot; and group &quot;saned&quot; defined
<BR>
and an entry in
<BR>
/etc/services:
<BR>
&nbsp;&nbsp;&nbsp;sane 6566/tcp # SANE
<BR>
network scanner
<BR>
<P>Maybe this will help...
<BR>
<P><PRE>
--
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GE d+ s: a+ C++ UL+ P+ L+++ E--- W+ N++ o-- K- w--
O--- M-- V PS+ PE Y+ PGP t+ 5 X-- R* tv+ b+++ DI++++ D-
G e++ h---- r+++ y++++
------END GEEK CODE BLOCK------
<P>--
Source code, list archive, and docs: <A HREF="http://www.mostang.com/sane/">http://www.mostang.com/sane/</A>
To unsubscribe: echo unsubscribe sane-devel | mail <A HREF="mailto:majordomo@mostang.com?Subject=Re:%20Sane%20over%20Network%20with%20xinetd&In-Reply-To=&lt;3A83461C.21459DF1@sourwood.net&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0089.html">J Sloan: "scanimage works, but not xscanimage or xsane"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0087.html">Steven Ellis: "Scanner driver to add to backend list"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0078.html">Ferry Dave Jäckel: "Sane over Network with xinetd"</A>
<!-- nextthread="start" -->
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#88">[ date ]</A>
<A HREF="index.html#88">[ thread ]</A>
<A HREF="subject.html#88">[ subject ]</A>
<A HREF="author.html#88">[ author ]</A>
</UL>
<!-- trailer="footer" -->
<HR NOSHADE>
<P>
<SMALL>
<EM>
This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>
: <EM>Thu Feb 08 2001 - 17:23:50 PST</EM>
</EM>
</SMALL>
</BODY>
</HTML>