po wpisaniu
vi /etc/sane.d/saned.conf
mam tak
root@Sypialnia:~# vi /etc/sane.d/saned.conf
# data_portrange = 10000 - 10100
## Access list
# A list of host names, IP addresses or IP subnets (CIDR notation) that
# are permitted to use local SANE devices. IPv6 addresses must be enclosed
# in brackets, and should always be specified in their compressed form.
#
# The hostname matching is not case-sensitive.
#scan-client.somedomain.firm
#10.0.1.20
#10.0.1.20/29
#[2001:7a8:185e::42:12]
#[2001:7a8:185e::42:12]/64
# NOTE: /etc/inetd.conf (or /etc/xinetd.conf) and
# /etc/services must also be properly configured to start
# the saned daemon as documented in saned(8), services(4)
# and inetd.conf(4) (or xinetd.conf(5)).
+
- /etc/sane.d/saned.conf 32/32 100%
I /etc/sane.d/saned.conf [Modified] 58/58 100%
a po wpisaniu vi /etc/xinetd.d/sane
root@Sypialnia:~# vi /etc/xinetd.d/sane
service sane-port
{
socket_type = stream
server = /usr/sbin/saned
protocol = tcp
user = root
group = root
wait = no
disable = no
~
~
~
~
~
~
~
~
~
~
~
~
~
~
- /etc/xinetd.d/sane 1/9 11%