Re: [sane-devel] scanbd Post Processing

2015-02-10 Thread ylafont
Yes, the last line of the script, calls a script to process the scans, The complete scan.sh. is as follows. logger -t scanbd: $0 Begin of $SCANBD_ACTION for device $SCANBD_DEVICE # printout all env-variables /usr/bin/printenv

[sane-devel] Scandb - On Paperload - fujitsu.conf

2015-02-16 Thread ylafont
I have been trying to have a Paperload action start without success. scanbd gives me on error stating No such file or directory. The file is there. Scanbd Log --- Feb 16 16:34:36 PiScanner scanbd: /usr/local/sbin/scanbd: checking option page-loaded number 77 (2) for device

Re: [sane-devel] Scandb - On Paperload - fujitsu.conf

2015-02-18 Thread ylafont
Not sure what files need to be copy back. None look like they have been modified. Please let me know. -- View this message in context: http://sane.10972.n7.nabble.com/Scandb-On-Paperload-fujitsu-conf-tp19449p19469.html Sent from the SANE - Dev mailing list archive at Nabble.com. --

Re: [sane-devel] Scandb - On Paperload - fujitsu.conf

2015-02-18 Thread ylafont
My Process, rename /usr/local/sbin/scanbd --- /usr/local/sbin/scanbd.old replaced /usr/local/srv/1.4.1/src/scanbd/sane.c with new posted version cd /usr/local/srv/1.4.1/ sudo ./configre sudo make all sudo make install checked to insure scanbd was recreated in /usr/local/sbin rebooted

Re: [sane-devel] Scandb - On Paperload - fujitsu.conf

2015-02-17 Thread ylafont
to the folder and everything below.  pi@PiScanner /usr/local/etc $ ls -l  total 4  drwxrwsrwx 4 root staff 4096 Feb 16 15:53 scanbd  On Monday, February 16, 2015 11:56 AM, Wilhelm Meier-2 [via SANE] ml-node+s10972n1945...@n7.nabble.com wrote: Am 16.02.2015 um 17:43 schrieb ylafont: I have

Re: [sane-devel] Scandb - On Paperload - fujitsu.conf

2015-02-17 Thread ylafont
Scanbd files https://www.dropbox.com/sh/eu2mflwablkv8vm/AACgbgDwXF_i1n734Iar4wa6a?dl=0 scanbd.conf launches scan.sh which is in the same folder. (temporarily comment out). fujitsu.com launches test.sh - simply creates a file in the /tmp folder informing it executed. i have tried since just

Re: [sane-devel] Scandb - On Paperload - fujitsu.conf

2015-02-17 Thread ylafont
what is going on - please post the full scanbd.conf and all relevant included .conf-files. And please test the script as saned user - not as the pi user. Am 17.02.2015 um 17:38 schrieb ylafont: I am assuming access rights for the folder are all good, the script can be executed if i place

Re: [sane-devel] Scandb - On Paperload - fujitsu.conf

2015-02-19 Thread ylafont
I copied the syslog to the dropbox folder. https://www.dropbox.com/sh/eu2mflwablkv8vm/AACgbgDwXF_i1n734Iar4wa6a?dl=0 again, thanks for the assistance. -- View this message in context: http://sane.10972.n7.nabble.com/Scandb-On-Paperload-fujitsu-conf-tp19449p19474.html Sent from the SANE - Dev

Re: [sane-devel] scanbd Post Processing

2015-02-13 Thread ylafont
Honestly, i thought that was comment out. I Had tried a few thins to see what was working or not. Regardless that was the not the problem. Haven't quite figure it out. Although it makes no sense the only thing that has worked is to place cd $CurrentDir before the script is executed. I

[sane-devel] scanbd Post Processing

2015-02-10 Thread ylafont
Forgive me if this not the correct section for this. I wanted to start a bash script to process the completed scans. I created a link to Scan.sh from test.script test.script - scan.sh A section of scan.sh contains the following when scanning via the ADF if [ $SCANBD_ACTION -eq paperload ] [

[sane-devel] dbus error with scanbd

2015-03-16 Thread ylafont
Anyone seen this? Dec 31 19:00:26 raspberry-pi dbus-daemon: Encountered error 'Error in file /etc/dbus-1/system.d/scanbd_dbus.conf, line 4, column 25: not well-formed (invalid token)#012' while parsing '/etc/dbus-1/system.d/scanbd_dbus.conf' -- View this message in context:

Re: [sane-devel] Scanbm and xinetd.d

2015-03-20 Thread ylafont
I was unaware scandb is in a repository, i was under the impression it should retrieved from http://sourceforge.net/projects/scanbd/ I am more than happy ti to try again, is there a suggested repository? -- View this message in context:

Re: [sane-devel] dbus error with scanbd

2015-03-17 Thread ylafont
Will have to check that one out. i Compared the file from version 1.4.1 the current version (1.4.2) has a second part on that line that it doe not like. policy user=saned* ! Arch Linux user=quot;daemonquot; /* -- View this message in context:

[sane-devel] check_host: getpeername failed: Socket operation on non-socket

2015-03-26 Thread ylafont
At first I thought this was a scanbd issue, http://sane.10972.n7.nabble.com/Scanbm-and-xinetd-d-tp19579.html http://sane.10972.n7.nabble.com/Scanbm-and-xinetd-d-tp19579.html b however after going back to drawing board several times i am still at a loss. Would greatly appreciate if someone would

[sane-devel] No scanner found with Scanimage -L

2015-07-04 Thread ylafont
I have a weird problem, weird to me at least. I have sane and scandb installed and setup with one issue. when I enable scandb with sudo update-rc.d scanbd enable and reboot scanbd startd properly and my scripts work without any issues. for some reason, i loose the net device that was

Re: [sane-devel] No scanner found with Scanimage -L

2015-07-05 Thread ylafont
understood, but what can be reason for the NET device not to be found when the scandb is running? thanks Wilhelm. -- View this message in context: http://sane.10972.n7.nabble.com/weird-No-scanner-found-with-Scanimage-L-tp19894p19896.html Sent from the SANE - Dev mailing list archive at

Re: [sane-devel] No scanner found with Scanimage -L

2015-07-06 Thread ylafont
I will have to spend more time with this I disabled the init.d script *sudo service scanbd stop sudo update-rc.d. scanbd remove* rebooted started the service manually *sudo service scanbd start * and the NET backend remained. again, when scanbd starts automatically via the init.d the

Re: [sane-devel] No scanner found with Scanimage -L

2015-07-14 Thread ylafont
here is the log https://dl.dropboxusercontent.com/u/58850968/syslog3.log -- View this message in context: http://sane.10972.n7.nabble.com/weird-No-scanner-found-with-Scanimage-L-tp19894p19926.html Sent from the SANE - Dev mailing list archive at Nabble.com. -- sane-devel mailing list:

Re: [sane-devel] No scanner found with Scanimage -L

2015-07-07 Thread ylafont
Here is the current config. let me know if i missed a file. I believe it is scanbd 1.4.2 */etc/sane.d/sane.conf* #scan-client.somedomain.firm #192.168.0.1 #192.168.0.1/29 #[2001:7a8:185e::42:12] #[2001:7a8:185e::42:12]/64 192.168.1.0/24 */etc/sane.d/net.config* # This is the net backend config

Re: [sane-devel] No scanner found with Scanimage -L

2015-07-11 Thread ylafont
i have so time to play with this today, also Scandb has always started with both configuration with the init script and in /etc/rc.local the issue was that the NEt interface would disappear when starting with the init script. Do you want to send you both logs? one starting with the init method

Re: [sane-devel] No scanner found with Scanimage -L

2015-07-12 Thread ylafont
I added -7 for log and as soon as that was done i lost the net backend upon reboot. here are the logs NEt backend working (no -7) https://www.dropbox.com/s/vnvvblkd9ue7sb2/syslog-net.log?dl=0 net backend missing. (with -7) https://www.dropbox.com/s/e9ibafveiiumdzx/syslog-nonet.log?dl=0 --

Re: [sane-devel] init: access by host 192.168.101.141 denied

2017-03-08 Thread ylafont
Totally forgot there is a second saned.conf configuration file in /usr/local/etc/scanbd/saned.conf controlling network access. that takes care of that! -- View this message in context: http://sane.10972.n7.nabble.com/init-access-by-host-192-168-101-141-denied-tp20706p20709.html Sent from

[sane-devel] init: access by host 192.168.101.141 denied

2017-03-07 Thread ylafont
First - Love the SCANDB application - have been using it for about over a year Plus. this is the first time going back to something i did way back then since it has work flawlessly. I wanted to be able to scan to scanner via Windows and there are not many apps out there. This week I

[sane-devel] [inactive] options

2017-11-29 Thread ylafont
I am trying to scan legal size pager over the ADF, when setting the Scan area to legal on the command line, they are changed back to letter size *scanimage: rounded value of br-x from 215.9 to 215.872 scanimage: rounded value of br-y from 355.6 to 279.364 * There are inactive options listed