Page 6 of 13 FirstFirst ... 45678 ... LastLast
Results 76 to 90 of 195

Thread: [HowTo] Sane Scanner-Server with XSane Frontend

  1. #76
    Join Date
    Jul 2007
    Location
    Germany, Bonn
    Posts
    374
    Oh, there is no sane service running??

    Did you install sane from ipgk-Package "ipkg install sane-backends" and did you follow the Tutorial?

    How does the following file look like:
    Code:
    vi /opt/etc/xinetd.d/saned
    Regards
    Oliver
    Regards / Grüße,
    Oliver

    [How-To] Sane Scanner-Server mit XSane Frontend "german"
    [How-To] Sane Scanner-Server with XSane Frontend "english"

    Router: Wl500gP v1 nach Wengi's HowTo mit FW 1.9.2.7-d-r599
    Speicher: Trekstor DataStation maxi 1 Tb
    Clients: Kathrein UFS910 FullHD Sat Receiver, PS3, PCs, Canon MP830 an Sane Scanner-Server, Kyocera-Mita FS1020D über Printserver

  2. #77
    yes I install from tutorial with ipkg install sane-backends

    output:
    Code:
    service saned
    {
    socket_type = stream
    server = /opt/sbin/saned
    protocol = tcp
    user = admin
    group = root
    wait = no
    disable = no
    }

  3. #78
    Join Date
    Jul 2007
    Location
    Germany, Bonn
    Posts
    374
    Hi,

    did you restart the router after installation?
    Please post the output of the following command:
    Code:
    tail /etc/services | grep saned
    And post the file:
    Code:
    vi /opt/etc/init.d/S01sane-backends
    Try it after a restart:
    Code:
    flashfs save && flashfs commit && flashfs enable && reboot
    Regards
    Oliver
    Regards / Grüße,
    Oliver

    [How-To] Sane Scanner-Server mit XSane Frontend "german"
    [How-To] Sane Scanner-Server with XSane Frontend "english"

    Router: Wl500gP v1 nach Wengi's HowTo mit FW 1.9.2.7-d-r599
    Speicher: Trekstor DataStation maxi 1 Tb
    Clients: Kathrein UFS910 FullHD Sat Receiver, PS3, PCs, Canon MP830 an Sane Scanner-Server, Kyocera-Mita FS1020D über Printserver

  4. #79
    yes I resert router afret install

    I use
    Code:
    tail /etc/services | grep saned
    but not changed

    output :
    Code:
    #!/bin/sh
    
    PATH=/sbin:/bin:/usr/bin:/usr/sbin:/opt/bin:/opt/sbin
    
    if !( grep -q ^saned.*6566 /etc/services ); then
            echo "saned             6566/tcp        # SANE network scanner daemon" >
    fi

  5. #80
    Join Date
    Jul 2007
    Location
    Germany, Bonn
    Posts
    374
    What Firmware are you using?

    Please attach the following file:

    Code:
    etc/services
    Regards
    Oliver
    Last edited by carterb; 08-02-2010 at 14:40.
    Regards / Grüße,
    Oliver

    [How-To] Sane Scanner-Server mit XSane Frontend "german"
    [How-To] Sane Scanner-Server with XSane Frontend "english"

    Router: Wl500gP v1 nach Wengi's HowTo mit FW 1.9.2.7-d-r599
    Speicher: Trekstor DataStation maxi 1 Tb
    Clients: Kathrein UFS910 FullHD Sat Receiver, PS3, PCs, Canon MP830 an Sane Scanner-Server, Kyocera-Mita FS1020D über Printserver

  6. #81
    I use WL500gpv2-1.9.2.7-d-r1087

  7. #82
    Join Date
    Jul 2007
    Location
    Germany, Bonn
    Posts
    374
    Hi,

    please post the file:
    Code:
    vi /etc/services
    You can better attach it as a textfile.

    Regards
    Oliver
    Regards / Grüße,
    Oliver

    [How-To] Sane Scanner-Server mit XSane Frontend "german"
    [How-To] Sane Scanner-Server with XSane Frontend "english"

    Router: Wl500gP v1 nach Wengi's HowTo mit FW 1.9.2.7-d-r599
    Speicher: Trekstor DataStation maxi 1 Tb
    Clients: Kathrein UFS910 FullHD Sat Receiver, PS3, PCs, Canon MP830 an Sane Scanner-Server, Kyocera-Mita FS1020D über Printserver

  8. #83
    Join Date
    Mar 2009
    Location
    Czech republic
    Posts
    8
    Quote Originally Posted by carterb View Post
    Hi,

    please post your xinetd-saned file:
    Code:
    vi /opt/etc/xinetd.d/saned
    Seems to me that the reason for the error lies there...

    Regards
    Oliver
    Hello,

    sorry for the delay.

    Here is the code you requested.

    Code:
    service saned
    {
    socket_type = stream
    server = /opt/sbin/saned
    protocol = tcp
    user = admin
    group = root
    wait = no
    disable = no
    }
    Last edited by corwin_x; 08-02-2010 at 16:05.

  9. #84
    Join Date
    Jul 2007
    Location
    Germany, Bonn
    Posts
    374
    Hi,

    @corwin_x

    Please post the output of:
    Code:
    tail /etc/services | grep saned
    Regards
    Oliver
    Regards / Grüße,
    Oliver

    [How-To] Sane Scanner-Server mit XSane Frontend "german"
    [How-To] Sane Scanner-Server with XSane Frontend "english"

    Router: Wl500gP v1 nach Wengi's HowTo mit FW 1.9.2.7-d-r599
    Speicher: Trekstor DataStation maxi 1 Tb
    Clients: Kathrein UFS910 FullHD Sat Receiver, PS3, PCs, Canon MP830 an Sane Scanner-Server, Kyocera-Mita FS1020D über Printserver

  10. #85
    Join Date
    Mar 2009
    Location
    Czech republic
    Posts
    8
    Quote Originally Posted by carterb View Post
    Hi,

    @corwin_x

    Please post the output of:
    Code:
    tail /etc/services | grep saned
    Regards
    Oliver
    Wow, that was a swift reply

    Here you go:

    Code:
    saned           6566/tcp        # SANE network scanner daemon

  11. #86
    Join Date
    Jul 2007
    Location
    Germany, Bonn
    Posts
    374
    Hi,

    looks good.

    Now do the following:

    I also need the output of the following commands:
    Code:
    killall xinetd
    xinetd -d     #  <--- Thats where I need the output from
    You can Exit with ctrl + c and restart xinetd in deamon-mode with:
    Code:
    xinetd
    Regards
    Oliver
    Regards / Grüße,
    Oliver

    [How-To] Sane Scanner-Server mit XSane Frontend "german"
    [How-To] Sane Scanner-Server with XSane Frontend "english"

    Router: Wl500gP v1 nach Wengi's HowTo mit FW 1.9.2.7-d-r599
    Speicher: Trekstor DataStation maxi 1 Tb
    Clients: Kathrein UFS910 FullHD Sat Receiver, PS3, PCs, Canon MP830 an Sane Scanner-Server, Kyocera-Mita FS1020D über Printserver

  12. #87
    Join Date
    Mar 2009
    Location
    Czech republic
    Posts
    8
    Here it is, I'm still working on the Cups, so please don't look at the cups-related errors (first 3 lines)
    Code:
    10/2/8@15:43:39: DEBUG: 150 {handle_includedir} Reading included configuration file: /opt/etc/xinetd.d/cups-lpd [file=/opt/etc/xinetd.conf] [line=15]
    10/2/8@15:43:39: ERROR: 150 {server_parser} Server /opt/lib/cups/daemon/cups-lpd is not executable [file=/opt/etc/xinetd.d/cups-lpd] [line=11]
    10/2/8@15:43:39: ERROR: 150 {identify_attribute} Error parsing attribute server - DISABLING SERVICE [file=/opt/etc/xinetd.d/cups-lpd] [line=11]
    10/2/8@15:43:39: DEBUG: 150 {handle_includedir} Reading included configuration file: /opt/etc/xinetd.d/saned [file=/opt/etc/xinetd.d/saned] [line=13]
    10/2/8@15:43:39: ERROR: 150 {fix_server_argv} Must specify a server in printer
    Service defaults
            Instances = 60
            CPS = max conn:25 wait:30
            Bind = All addresses.
            Only from:  localhost(HOST) 192.168.1.0/255.255.255.0(NET)
            No access: No blocked sites
            Logging to syslog. Facility = authpriv, level = info
            Log_on_success flags = HOST PID
            Log_on_failure flags = HOST
    
    Service configuration: saned
            id = saned
            flags = IPv4
            socket_type = stream
            Protocol (name,number) = (tcp,6)
            port = 6566
            wait = no
            user = 0
            group = 0
            Groups = no
            PER_SOURCE = -1
            Bind = All addresses.
            Server = /opt/sbin/saned
            Server argv = saned
            Only from:  localhost(HOST) 192.168.1.0/255.255.255.0(NET)
            No access: No blocked sites
            Logging to syslog. Facility = authpriv, level = info
            Log_on_success flags = HOST PID
            Log_on_failure flags = HOST
    
    10/2/8@15:43:39: DEBUG: 150 {cnf_start_services} Started service: saned
    10/2/8@15:43:39: DEBUG: 150 {cnf_start_services} mask_max = 6, services_started = 1
    10/2/8@15:43:39: NOTICE: 150 {main} xinetd Version 2.3.14 started with no options compiled in.
    10/2/8@15:43:39: NOTICE: 150 {main} Started working: 1 available service
    10/2/8@15:43:39: DEBUG: 150 {main_loop} active_services = 1
    Please note that the printer/scanner is not connected at this moment, I had to print something yesterday, plugged it into my notebook and was too lazy to plug it back to router...
    Last edited by corwin_x; 08-02-2010 at 17:27.

  13. #88
    Join Date
    Jul 2007
    Location
    Germany, Bonn
    Posts
    374
    Hi,

    looks good to me!

    Plug the printer/scanner in an try a:
    Code:
    sane-find-scanner
    scanimage -L
    Maybe you have to make a restart.

    Regards
    Oliver
    Last edited by carterb; 08-02-2010 at 18:27.
    Regards / Grüße,
    Oliver

    [How-To] Sane Scanner-Server mit XSane Frontend "german"
    [How-To] Sane Scanner-Server with XSane Frontend "english"

    Router: Wl500gP v1 nach Wengi's HowTo mit FW 1.9.2.7-d-r599
    Speicher: Trekstor DataStation maxi 1 Tb
    Clients: Kathrein UFS910 FullHD Sat Receiver, PS3, PCs, Canon MP830 an Sane Scanner-Server, Kyocera-Mita FS1020D über Printserver

  14. #89
    Quote Originally Posted by carterb View Post
    Hi,

    please post the file:
    Code:
    vi /etc/services
    You can better attach it as a textfile.

    Regards
    Oliver
    ok how copy all file becouse I don't know how putty select all this file have 344 line.

  15. #90
    Join Date
    Jul 2007
    Location
    Germany, Bonn
    Posts
    374
    Hi,

    you can copy the file to a place on your external Harddisk, where you can access it from your PC.

    Code:
    cp /etc/services /tmp/harddisk # /tmp/harddisk is just an example
    Regards
    Oliver
    Regards / Grüße,
    Oliver

    [How-To] Sane Scanner-Server mit XSane Frontend "german"
    [How-To] Sane Scanner-Server with XSane Frontend "english"

    Router: Wl500gP v1 nach Wengi's HowTo mit FW 1.9.2.7-d-r599
    Speicher: Trekstor DataStation maxi 1 Tb
    Clients: Kathrein UFS910 FullHD Sat Receiver, PS3, PCs, Canon MP830 an Sane Scanner-Server, Kyocera-Mita FS1020D über Printserver

Page 6 of 13 FirstFirst ... 45678 ... LastLast

Similar Threads

  1. Replies: 24
    Last Post: 05-05-2015, 07:42
  2. SANE (Scanner server) - Any chance for WL-500g?
    By Dante_ in forum WL-500g Custom Development
    Replies: 107
    Last Post: 31-08-2012, 10:41
  3. [HowTo] Sane Scanner-Server mit XSane Frontend
    By carterb in forum German Discussion - Deutsch (DE)
    Replies: 9
    Last Post: 30-08-2012, 19:01
  4. HowTo install OpenVPN server
    By Tamadite in forum WL-500g/WL-500gx Tutorials
    Replies: 41
    Last Post: 31-05-2012, 20:41
  5. HowTo secure FTP server (SSL/TLS)
    By Tamadite in forum WL-500gP Tutorials
    Replies: 12
    Last Post: 14-10-2008, 19:38

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •