sane-project-website/old-archive/2000-11/0371.html

127 wiersze
4.4 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: RH 7.0 server for Xsane Win32</TITLE>
<META NAME="Author" CONTENT="Matt Mozur (matt.mozur@sourwood.net)">
<META NAME="Subject" CONTENT="RH 7.0 server for Xsane Win32">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>RH 7.0 server for Xsane Win32</H1>
<!-- received="Wed Nov 29 23:10:25 2000" -->
<!-- isoreceived="20001130071025" -->
<!-- sent="Thu, 30 Nov 2000 02:44:21 -0500" -->
<!-- isosent="20001130074421" -->
<!-- name="Matt Mozur" -->
<!-- email="matt.mozur@sourwood.net" -->
<!-- subject="RH 7.0 server for Xsane Win32" -->
<!-- id="3A260555.EBD8DB5A@sourwood.net" -->
<STRONG>From:</STRONG> Matt Mozur (<A HREF="mailto:matt.mozur@sourwood.net?Subject=Re:%20RH%207.0%20server%20for%20Xsane%20Win32&In-Reply-To=&lt;3A260555.EBD8DB5A@sourwood.net&gt;"><EM>matt.mozur@sourwood.net</EM></A>)<BR>
<STRONG>Date:</STRONG> Wed Nov 29 2000 - 23:44:21 PST
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0372.html">kate@kens.com: "Re: Scanner config: Microtek 3E"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0370.html">Steve Underwood: "Re: Snapscan 310 resolution problem"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0374.html">Henning Meier-Geinitz: "Re: RH 7.0 server for Xsane Win32"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0374.html">Henning Meier-Geinitz: "Re: RH 7.0 server for Xsane Win32"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#371">[ date ]</A>
<A HREF="index.html#371">[ thread ]</A>
<A HREF="subject.html#371">[ subject ]</A>
<A HREF="author.html#371">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
I had a bit of fun getting my RH 7.0 system to serve Xsane for my
<BR>
daughter's Win98
<BR>
box, now that Red Hat has replaced the inetd super-server with xinetd.
<BR>
<P>If anyone is interested, what is required is to create an entry for the
<BR>
saned
<BR>
daemon in the xinetd format. You can add the entry directly to the
<BR>
xinetd.conf file,
<BR>
or as Red Hat chose to do, you can create a file for each service in
<BR>
/etc/xinetd.d.
<BR>
<P><P>I chose to follow the RH example, so I created the file
<BR>
/etc/xinetd.d/sane,
<BR>
shown below:
<BR>
<P># default: off
<BR>
# description: The sane server accepts requests for network access to a
<BR>
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><P>Maybe, the man page for SANED should be updated?
<BR>
<P>Cheers,
<BR>
<P>Matt
<BR>
<P><PRE>
--
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:%20RH%207.0%20server%20for%20Xsane%20Win32&In-Reply-To=&lt;3A260555.EBD8DB5A@sourwood.net&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0372.html">kate@kens.com: "Re: Scanner config: Microtek 3E"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0370.html">Steve Underwood: "Re: Snapscan 310 resolution problem"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0374.html">Henning Meier-Geinitz: "Re: RH 7.0 server for Xsane Win32"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0374.html">Henning Meier-Geinitz: "Re: RH 7.0 server for Xsane Win32"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#371">[ date ]</A>
<A HREF="index.html#371">[ thread ]</A>
<A HREF="subject.html#371">[ subject ]</A>
<A HREF="author.html#371">[ 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>Wed Nov 29 2000 - 23:13:10 PST</EM>
</EM>
</SMALL>
</BODY>
</HTML>