From 2bd3ebe6007ac8b2700e73c11f28a6b338a1deab Mon Sep 17 00:00:00 2001 From: Ralph Little Date: Wed, 9 Jul 2025 09:26:43 -0700 Subject: [PATCH 1/2] saned: updated service instructions in saned.conf This suggestion (slightly edited by me) provided by user Joachim Schwender. --- backend/saned.conf.in | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/backend/saned.conf.in b/backend/saned.conf.in index 664e45979..8eb3dfbac 100644 --- a/backend/saned.conf.in +++ b/backend/saned.conf.in @@ -25,7 +25,23 @@ #[2001:db8:185e::42:12] #[2001:db8: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)). +## Service config +# NOTE: on systemd-based systems, you must enable automatic start of saned: +# +# systemctl enable saned.socket +# +# Depending on your system you may need to add users to a specific group like "scanner": +# +# adduser userxy scanner +# +# Then you must start the socket manually (or restart your system): +# +# systemctl start saned.socket +# +# This will start saned on a network connect to the socket, which defaults to port 6566. +# See /usr/share/doc/sane/saned.install.md for more information +# +# On non-systemd systems, /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)). + From 87ed6fa1e1033e37e0d860592ae8fa5681f3649c Mon Sep 17 00:00:00 2001 From: Ralph Little Date: Wed, 9 Jul 2025 09:30:02 -0700 Subject: [PATCH 2/2] saned: corrected removal of blank like which failed pipeline. --- backend/saned.conf.in | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/saned.conf.in b/backend/saned.conf.in index 8eb3dfbac..436743ea1 100644 --- a/backend/saned.conf.in +++ b/backend/saned.conf.in @@ -44,4 +44,3 @@ # On non-systemd systems, /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)). -