Page 7 of 13 FirstFirst ... 56789 ... LastLast
Results 91 to 105 of 195

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

  1. #91
    thank I added this file and please help with my scan-server
    Attached Files Attached Files

  2. #92
    Join Date
    Jul 2007
    Location
    Germany, Bonn
    Posts
    374
    Hi,

    the needed entry is not in the file???

    Just for testing:
    Execute the following commands:
    Code:
    killall xinetd
    echo "saned             6566/tcp        # SANE network scanner daemon"
    xinetd
    And post the output of the last (xinetd) command.

    Ragards
    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

  3. #93
    Quote Originally Posted by carterb View Post
    Hi,

    the needed entry is not in the file???

    Just for testing:
    Execute the following commands:
    Code:
    killall xinetd
    echo "saned             6566/tcp        # SANE network scanner daemon"
    xinetd
    And post the output of the last (xinetd) command.

    Ragards
    Oliver
    so xinetd have blank output.. and
    killall xinetd output :
    killall: xinetd: no process killed
    why I make wrong...

  4. #94
    Join Date
    Jul 2007
    Location
    Germany, Bonn
    Posts
    374
    My fault

    Code:
    xinetd -d
    Otherwise you wont get any output.

    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

  5. #95
    ok:
    Code:
    10/2/8@22:15:02: DEBUG: 244 {handle_includedir} Reading included configuration file: /opt/etc/xinetd.d/netbios-ns [file=/opt/etc/xinetd.conf] [line=15]
    10/2/8@22:15:02: ERROR: 244 {addrlist_op} failed to parse 192.168.XXX.1/24 [file=/opt/etc/xinetd.d/netbios-ns] [line=9]
    10/2/8@22:15:02: DEBUG: 244 {handle_includedir} Reading included configuration file: /opt/etc/xinetd.d/netbios-ssn [file=/opt/etc/xinetd.d/netbios-ssn] [line=11]
    10/2/8@22:15:03: ERROR: 244 {addrlist_op} failed to parse 192.168.XXX.1/24 [file=/opt/etc/xinetd.d/netbios-ssn] [line=9]
    10/2/8@22:15:03: DEBUG: 244 {handle_includedir} Reading included configuration file: /opt/etc/xinetd.d/saned [file=/opt/etc/xinetd.d/saned] [line=11]
    10/2/8@22:15:03: ERROR: 244 {service_fill} Port not specified and can't find service: saned with getservbyname
    Service defaults
            Instances = 60
            CPS = max conn:25 wait:30
            Bind = All addresses.
            Only from:  localhost(HOST) 10.0.0.0/255.0.0.0(NET) 172.16.0.0/255.240.0.0(NET) 192.168.0.0/255.255.0.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: netbios-ns
            id = netbios-ns
            flags = IPv4
            socket_type = dgram
            Protocol (name,number) = (udp,17)
            port = 137
            wait = yes
            user = 0
            Groups = no
            PER_SOURCE = -1
            Bind = All addresses.
            Server = /usr/sbin/nmbd
            Server argv = nmbd
            Only from:  localhost(HOST)
            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: netbios-ssn
            id = netbios-ssn
            flags = IPv4
            socket_type = stream
            Protocol (name,number) = (tcp,6)
            port = 139
            wait = no
            user = 0
            Groups = no
            PER_SOURCE = -1
            Bind = All addresses.
            Server = /usr/sbin/smbd
            Server argv = smbd
            Only from:  localhost(HOST)
            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@22:15:03: DEBUG: 244 {cnf_start_services} Started service: netbios-ns
    10/2/8@22:15:03: ERROR: 244 {activate_normal} bind failed (Address already in use (errno = 125)). service = netbios-ssn
    10/2/8@22:15:03: ERROR: 244 {cnf_start_services} Service netbios-ssn failed to start and is deactivated.
    10/2/8@22:15:03: DEBUG: 244 {cnf_start_services} mask_max = 6, services_started = 1
    10/2/8@22:15:03: NOTICE: 244 {main} xinetd Version 2.3.14 started with no options compiled in.
    10/2/8@22:15:03: NOTICE: 244 {main} Started working: 1 available service
    10/2/8@22:15:03: DEBUG: 244 {main_loop} active_services = 1
    10/2/8@22:15:28: NOTICE: 244 {general_handler} Unexpected signal 2 (Interrupt)
    Last edited by adek24; 08-02-2010 at 22:34.

  6. #96
    Join Date
    Jul 2007
    Location
    Germany, Bonn
    Posts
    374
    Confusing...

    please open the file:
    Code:
    /etc/services
    scroll to the end of the file and look for the following entry:
    Code:
    saned             6566/tcp
    if it's not in, add it. Save the file and again attach the file to your post.

    Again:
    Code:
    xinetd -d
    And post the output.


    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

  7. #97
    Join Date
    Mar 2009
    Location
    Czech republic
    Posts
    8
    Quote Originally Posted by carterb View Post
    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
    Hello

    Sorry, no luck. Scanimage -L:
    Code:
    No scanners were identified. If you were expecting something different,
    check that the scanner is plugged in, turned on and detected by the
    sane-find-scanner tool (if appropriate). Please read the documentation
    which came with this software (README, FAQ, manpages).
    sane-find-scanner:
    Code:
      # sane-find-scanner will now attempt to detect your scanner. If the
      # result is different from what you expected, first make sure your
      # scanner is powered up and properly connected to your computer.
    
      # No SCSI scanners found. If you expected something different, make sure that
      # you have loaded a kernel SCSI driver for your SCSI adapter.
      # Also you need support for SCSI Generic (sg) in your operating system.
      # If using Linux, try "modprobe sg".
    
    found USB scanner (vendor=0x04b8 [Language Error], product=0x083f [Language Error]) at libusb:001:002
      # Your USB scanner was (probably) detected. It may or may not be supported by
      # SANE. Try scanimage -L and read the backend's manpage.
    
      # Not checking for parallel port scanners.
    
      # Most Scanners connected to the parallel port or other proprietary ports
      # can't be detected by this program.

  8. #98
    Quote Originally Posted by carterb View Post
    Confusing...

    please open the file:
    Code:
    /etc/services
    scroll to the end of the file and look for the following entry:
    Code:
    saned             6566/tcp
    if it's not in, add it. Save the file and again attach the file to your post.

    Again:
    Code:
    xinetd -d
    And post the output.


    Regards
    Oliver
    so output:
    Code:
    10/2/9@07:07:12: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:12: DEBUG: 162 {svc_suspend} Suspended service netbios-ns
    10/2/9@07:07:12: DEBUG: 162 {server_start} Starting service netbios-ns
    10/2/9@07:07:12: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:12: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:12: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:12: DEBUG: 162 {check_pipe} Got signal 18 (Child exited)
    10/2/9@07:07:12: DEBUG: 162 {child_exit} waitpid returned = 229
    10/2/9@07:07:12: DEBUG: 162 {server_end} netbios-ns server 229 exited
    10/2/9@07:07:12: DEBUG: 162 {drain} UDP socket should be empty
    10/2/9@07:07:12: DEBUG: 162 {svc_resume} Resumed service netbios-ns
    10/2/9@07:07:12: DEBUG: 162 {child_exit} waitpid returned = -1
    10/2/9@07:07:12: DEBUG: 162 {main_loop} active_services = 1
    10/2/9@07:07:13: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:13: DEBUG: 162 {svc_suspend} Suspended service netbios-ns
    10/2/9@07:07:13: DEBUG: 162 {server_start} Starting service netbios-ns
    10/2/9@07:07:13: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:13: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:13: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:13: DEBUG: 162 {check_pipe} Got signal 18 (Child exited)
    10/2/9@07:07:13: DEBUG: 162 {child_exit} waitpid returned = 230
    10/2/9@07:07:13: DEBUG: 162 {server_end} netbios-ns server 230 exited
    10/2/9@07:07:13: DEBUG: 162 {drain} UDP socket should be empty
    10/2/9@07:07:13: DEBUG: 162 {svc_resume} Resumed service netbios-ns
    10/2/9@07:07:13: DEBUG: 162 {child_exit} waitpid returned = -1
    10/2/9@07:07:13: DEBUG: 162 {main_loop} active_services = 1
    10/2/9@07:07:14: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:14: DEBUG: 162 {svc_suspend} Suspended service netbios-ns
    10/2/9@07:07:14: DEBUG: 162 {server_start} Starting service netbios-ns
    10/2/9@07:07:14: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:14: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:14: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:14: DEBUG: 162 {check_pipe} Got signal 18 (Child exited)
    10/2/9@07:07:14: DEBUG: 162 {child_exit} waitpid returned = 231
    10/2/9@07:07:14: DEBUG: 162 {server_end} netbios-ns server 231 exited
    10/2/9@07:07:14: DEBUG: 162 {drain} UDP socket should be empty
    10/2/9@07:07:14: DEBUG: 162 {svc_resume} Resumed service netbios-ns
    10/2/9@07:07:14: DEBUG: 162 {child_exit} waitpid returned = -1
    10/2/9@07:07:14: DEBUG: 162 {main_loop} active_services = 1
    10/2/9@07:07:14: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:14: DEBUG: 162 {svc_suspend} Suspended service netbios-ns
    10/2/9@07:07:14: DEBUG: 162 {server_start} Starting service netbios-ns
    10/2/9@07:07:14: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:14: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:14: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:14: DEBUG: 162 {check_pipe} Got signal 18 (Child exited)
    10/2/9@07:07:14: DEBUG: 162 {child_exit} waitpid returned = 232
    10/2/9@07:07:14: DEBUG: 162 {server_end} netbios-ns server 232 exited
    10/2/9@07:07:14: DEBUG: 162 {drain} UDP socket should be empty
    10/2/9@07:07:14: DEBUG: 162 {svc_resume} Resumed service netbios-ns
    10/2/9@07:07:14: DEBUG: 162 {child_exit} waitpid returned = -1
    10/2/9@07:07:14: DEBUG: 162 {main_loop} active_services = 1
    10/2/9@07:07:15: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:15: DEBUG: 162 {svc_suspend} Suspended service netbios-ns
    10/2/9@07:07:15: DEBUG: 162 {server_start} Starting service netbios-ns
    10/2/9@07:07:15: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:16: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:16: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:16: DEBUG: 162 {check_pipe} Got signal 18 (Child exited)
    10/2/9@07:07:16: DEBUG: 162 {child_exit} waitpid returned = 233
    10/2/9@07:07:16: DEBUG: 162 {server_end} netbios-ns server 233 exited
    10/2/9@07:07:16: DEBUG: 162 {drain} UDP socket should be empty
    10/2/9@07:07:16: DEBUG: 162 {svc_resume} Resumed service netbios-ns
    10/2/9@07:07:16: DEBUG: 162 {child_exit} waitpid returned = -1
    10/2/9@07:07:16: DEBUG: 162 {main_loop} active_services = 1
    10/2/9@07:07:16: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:16: DEBUG: 162 {svc_suspend} Suspended service netbios-ns
    10/2/9@07:07:16: DEBUG: 162 {server_start} Starting service netbios-ns
    10/2/9@07:07:16: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:16: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:16: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:16: DEBUG: 162 {check_pipe} Got signal 18 (Child exited)
    10/2/9@07:07:16: DEBUG: 162 {child_exit} waitpid returned = 234
    10/2/9@07:07:16: DEBUG: 162 {server_end} netbios-ns server 234 exited
    10/2/9@07:07:16: DEBUG: 162 {drain} UDP socket should be empty
    10/2/9@07:07:16: DEBUG: 162 {svc_resume} Resumed service netbios-ns
    10/2/9@07:07:16: DEBUG: 162 {child_exit} waitpid returned = -1
    10/2/9@07:07:16: DEBUG: 162 {main_loop} active_services = 1
    10/2/9@07:07:17: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:17: DEBUG: 162 {svc_suspend} Suspended service netbios-ns
    10/2/9@07:07:17: DEBUG: 162 {server_start} Starting service netbios-ns
    10/2/9@07:07:17: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:17: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:17: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:17: DEBUG: 162 {check_pipe} Got signal 18 (Child exited)
    10/2/9@07:07:17: DEBUG: 162 {child_exit} waitpid returned = 235
    10/2/9@07:07:17: DEBUG: 162 {server_end} netbios-ns server 235 exited
    10/2/9@07:07:17: DEBUG: 162 {drain} UDP socket should be empty
    10/2/9@07:07:17: DEBUG: 162 {svc_resume} Resumed service netbios-ns
    10/2/9@07:07:17: DEBUG: 162 {child_exit} waitpid returned = -1
    10/2/9@07:07:17: DEBUG: 162 {main_loop} active_services = 1
    10/2/9@07:07:18: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:18: DEBUG: 162 {svc_suspend} Suspended service netbios-ns
    10/2/9@07:07:18: DEBUG: 162 {server_start} Starting service netbios-ns
    10/2/9@07:07:18: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:18: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:18: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:18: DEBUG: 162 {check_pipe} Got signal 18 (Child exited)
    10/2/9@07:07:18: DEBUG: 162 {child_exit} waitpid returned = 236
    10/2/9@07:07:18: DEBUG: 162 {server_end} netbios-ns server 236 exited
    10/2/9@07:07:18: DEBUG: 162 {drain} UDP socket should be empty
    10/2/9@07:07:18: DEBUG: 162 {svc_resume} Resumed service netbios-ns
    10/2/9@07:07:18: DEBUG: 162 {child_exit} waitpid returned = -1
    10/2/9@07:07:18: DEBUG: 162 {main_loop} active_services = 1
    10/2/9@07:07:19: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:19: DEBUG: 162 {svc_suspend} Suspended service netbios-ns
    10/2/9@07:07:19: DEBUG: 162 {server_start} Starting service netbios-ns
    10/2/9@07:07:19: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:19: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:19: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:19: DEBUG: 162 {check_pipe} Got signal 18 (Child exited)
    10/2/9@07:07:19: DEBUG: 162 {child_exit} waitpid returned = 237
    10/2/9@07:07:19: DEBUG: 162 {server_end} netbios-ns server 237 exited
    10/2/9@07:07:19: DEBUG: 162 {drain} UDP socket should be empty
    10/2/9@07:07:19: DEBUG: 162 {svc_resume} Resumed service netbios-ns
    10/2/9@07:07:19: DEBUG: 162 {child_exit} waitpid returned = -1
    10/2/9@07:07:19: DEBUG: 162 {main_loop} active_services = 1
    10/2/9@07:07:20: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:20: DEBUG: 162 {svc_suspend} Suspended service netbios-ns
    10/2/9@07:07:20: DEBUG: 162 {server_start} Starting service netbios-ns
    10/2/9@07:07:20: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:20: DEBUG: 162 {main_loop} active_services = 0
    10/2/9@07:07:20: DEBUG: 162 {main_loop} select returned 1
    10/2/9@07:07:20: DEBUG: 162 {check_pipe} Got signal 18 (Child exited)
    10/2/9@07:07:20: DEBUG: 162 {child_exit} waitpid returned = 238
    10/2/9@07:07:20: DEBUG: 162 {server_end} netbios-ns server 238 exited
    10/2/9@07:07:20: DEBUG: 162 {drain} UDP socket should be empty
    10/2/9@07:07:20: DEBUG: 162 {svc_resume} Resumed service netbios-ns
    10/2/9@07:07:20: DEBUG: 162 {child_exit} waitpid returned = -1
    10/2/9@07:07:20: DEBUG: 162 {main_loop} active_services = 1
    10/2/9@07:07:25: NOTICE: 162 {general_handler} Unexpected signal 2 (Interrupt)

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

    @adek24: First you have to kill xinetd:
    Code:
    killall xinetd
    Then restart it and post the output:
    Code:
    xinetd -d
    But check if the following entry is in /etc/services:
    Code:
    saned             6566/tcp
    @corwin_x: Don't know the reason yet...
    I have to check, if your scanner is completely supported.


    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. #100
    Quote Originally Posted by carterb View Post
    Hi,

    @adek24: First you have to kill xinetd:
    Code:
    killall xinetd
    Then restart it and post the output:
    Code:
    xinetd -d
    But check if the following entry is in /etc/services:
    Code:
    saned             6566/tcp
    @corwin_x: Don't know the reason yet...
    I have to check, if your scanner is completely supported.


    Regards
    Oliver
    so it is output I add saned 6566/tcp:
    Code:
    10/2/9@22:09:02: DEBUG: 175 {handle_includedir} Reading included configuration file: /opt/etc/xinetd.d/netbios-ns [file=/opt/etc/xinetd.conf] [line=15]
    10/2/9@22:09:02: ERROR: 175 {addrlist_op} failed to parse 192.168.XXX.1/24 [file=/opt/etc/xinetd.d/netbios-ns] [line=9]
    10/2/9@22:09:02: DEBUG: 175 {handle_includedir} Reading included configuration file: /opt/etc/xinetd.d/netbios-ssn [file=/opt/etc/xinetd.d/netbios-ssn] [line=11]
    10/2/9@22:09:02: ERROR: 175 {addrlist_op} failed to parse 192.168.XXX.1/24 [file=/opt/etc/xinetd.d/netbios-ssn] [line=9]
    10/2/9@22:09:02: DEBUG: 175 {handle_includedir} Reading included configuration file: /opt/etc/xinetd.d/saned [file=/opt/etc/xinetd.d/saned] [line=11]
    10/2/9@22:09:02: ERROR: 175 {service_fill} Port not specified and can't find service: saned with getservbyname
    Service defaults
            Instances = 60
            CPS = max conn:25 wait:30
            Bind = All addresses.
            Only from:  localhost(HOST) 10.0.0.0/255.0.0.0(NET) 172.16.0.0/255.240.0.0(NET) 192.168.0.0/255.255.0.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: netbios-ns
            id = netbios-ns
            flags = IPv4
            socket_type = dgram
            Protocol (name,number) = (udp,17)
            port = 137
            wait = yes
            user = 0
            Groups = no
            PER_SOURCE = -1
            Bind = All addresses.
            Server = /usr/sbin/nmbd
            Server argv = nmbd
            Only from:  localhost(HOST)
            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: netbios-ssn
            id = netbios-ssn
            flags = IPv4
            socket_type = stream
            Protocol (name,number) = (tcp,6)
            port = 139
            wait = no
            user = 0
            Groups = no
            PER_SOURCE = -1
            Bind = All addresses.
            Server = /usr/sbin/smbd
            Server argv = smbd
            Only from:  localhost(HOST)
            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/9@22:09:02: DEBUG: 175 {cnf_start_services} Started service: netbios-ns
    10/2/9@22:09:02: ERROR: 175 {activate_normal} bind failed (Address already in use (errno = 125)). service = netbios-ssn
    10/2/9@22:09:02: ERROR: 175 {cnf_start_services} Service netbios-ssn failed to start and is deactivated.
    10/2/9@22:09:02: DEBUG: 175 {cnf_start_services} mask_max = 6, services_started = 1
    10/2/9@22:09:02: NOTICE: 175 {main} xinetd Version 2.3.14 started with no options compiled in.
    10/2/9@22:09:02: NOTICE: 175 {main} Started working: 1 available service
    10/2/9@22:09:02: DEBUG: 175 {main_loop} active_services = 1
    10/2/9@22:09:16: DEBUG: 175 {main_loop} select returned 1
    10/2/9@22:09:16: DEBUG: 175 {svc_suspend} Suspended service netbios-ns
    10/2/9@22:09:16: DEBUG: 175 {server_start} Starting service netbios-ns
    10/2/9@22:09:16: DEBUG: 175 {main_loop} active_services = 0
    10/2/9@22:09:16: DEBUG: 175 {main_loop} active_services = 0
    10/2/9@22:09:16: DEBUG: 175 {main_loop} select returned 1
    10/2/9@22:09:16: DEBUG: 175 {check_pipe} Got signal 18 (Child exited)
    10/2/9@22:09:16: DEBUG: 175 {child_exit} waitpid returned = 181
    10/2/9@22:09:16: DEBUG: 175 {server_end} netbios-ns server 181 exited
    10/2/9@22:09:16: DEBUG: 175 {drain} UDP socket should be empty
    10/2/9@22:09:16: DEBUG: 175 {svc_resume} Resumed service netbios-ns
    10/2/9@22:09:16: DEBUG: 175 {child_exit} waitpid returned = -1
    10/2/9@22:09:16: DEBUG: 175 {main_loop} active_services = 1
    10/2/9@22:09:17: DEBUG: 175 {main_loop} select returned 1
    10/2/9@22:09:17: DEBUG: 175 {svc_suspend} Suspended service netbios-ns
    10/2/9@22:09:17: DEBUG: 175 {server_start} Starting service netbios-ns
    10/2/9@22:09:17: DEBUG: 175 {main_loop} active_services = 0
    10/2/9@22:09:17: DEBUG: 175 {main_loop} active_services = 0
    10/2/9@22:09:17: DEBUG: 175 {main_loop} select returned 1
    10/2/9@22:09:17: DEBUG: 175 {check_pipe} Got signal 18 (Child exited)
    10/2/9@22:09:17: DEBUG: 175 {child_exit} waitpid returned = 182
    10/2/9@22:09:17: DEBUG: 175 {server_end} netbios-ns server 182 exited
    10/2/9@22:09:17: DEBUG: 175 {drain} UDP socket should be empty
    10/2/9@22:09:17: DEBUG: 175 {svc_resume} Resumed service netbios-ns
    10/2/9@22:09:17: DEBUG: 175 {child_exit} waitpid returned = -1
    10/2/9@22:09:17: DEBUG: 175 {main_loop} active_services = 1
    10/2/9@22:09:17: DEBUG: 175 {main_loop} select returned 1
    10/2/9@22:09:17: DEBUG: 175 {svc_suspend} Suspended service netbios-ns
    10/2/9@22:09:17: DEBUG: 175 {server_start} Starting service netbios-ns
    10/2/9@22:09:17: DEBUG: 175 {main_loop} active_services = 0
    10/2/9@22:09:17: DEBUG: 175 {main_loop} active_services = 0
    10/2/9@22:09:17: DEBUG: 175 {main_loop} select returned 1
    10/2/9@22:09:17: DEBUG: 175 {check_pipe} Got signal 18 (Child exited)
    10/2/9@22:09:17: DEBUG: 175 {child_exit} waitpid returned = 183
    10/2/9@22:09:17: DEBUG: 175 {server_end} netbios-ns server 183 exited
    10/2/9@22:09:17: DEBUG: 175 {drain} UDP socket should be empty
    10/2/9@22:09:17: DEBUG: 175 {svc_resume} Resumed service netbios-ns
    10/2/9@22:09:17: DEBUG: 175 {child_exit} waitpid returned = -1
    10/2/9@22:09:17: DEBUG: 175 {main_loop} active_services = 1
    10/2/9@22:12:03: NOTICE: 175 {general_handler} Unexpected signal 2 (Interrupt)

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

    @corwin_x: I contact the sane-developer and I have no good news. Printer/Scanner Epson DX-4400 is not supported on Asus Wl500. It is generally supported by sane-backends but not on the router. For further support, you can contact the sane-developer on sane-devel-mailing-list.
    What Firmware are you using? Update to the actual Ily-FW. Maybe this helps...

    @adek24: Please again attach the file:
    Code:
    /etc/services
    with your entry.

    Regards
    Oliver
    Last edited by carterb; 10-02-2010 at 08:53.
    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. #102
    So /etc/services in attach

    Quote Originally Posted by carterb View Post
    Hi,

    @corwin_x: I contact the sane-developer and I have no good news. Printer/Scanner Epson DX-4400 is not supported on Asus Wl500. It is generally supported by sane-backends but not on the router. For further support, you can contact the sane-developer on sane-devel-mailing-list.
    What Firmware are you using? Update to the actual Ily-FW. Maybe this helps...

    @adek24: Please again attach the file:
    Code:
    /etc/services
    with your entry.

    Regards
    Oliver
    Attached Files Attached Files

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

    @: That's the problem. The entry:
    Code:
    saned             6566/tcp
    I asked you to put at the end of the file, is not there. We need this service entry to start the sane-server. Please write it at the end of the file.

    Maybe there is also somethin wrong in your :
    Code:
    /opt/etc/init.d/S01sane-backends
    Please also attach this file to your next post.


    Regards
    Oliver
    Last edited by carterb; 11-02-2010 at 10:23.
    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. #104
    Quote Originally Posted by carterb View Post
    Hi,

    @: That's the problem. The entry:
    Code:
    saned             6566/tcp
    I asked you to put at the end of the file, is not there. We need this service entry to start the sane-server. Please write it at the end of the file.

    Maybe there is also somethin wrong in your :
    Code:
    /opt/etc/init.d/S01sane-backends
    Please also attach this file to your next post.


    Regards
    Oliver
    ok add port 6566 but is not make result. I add
    Code:
    /opt/etc/init.d/S01sane-backends
    Attached Files Attached Files

  15. #105
    so i find iscan-plugin-cx4400 mayby this resolve my problems with dx4450 but how install it on oleg ?
    I change drivers in sane to epkowa

Page 7 of 13 FirstFirst ... 56789 ... 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
  •