Bug 4311 - Samba 3 problem with unc name connections
Summary: Samba 3 problem with unc name connections
Status: RESOLVED WORKSFORME
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.23d
Hardware: x86 All
: P3 major
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-25 04:00 UTC by Valeriy V. Peshkoff
Modified: 2016-04-29 01:23 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Valeriy V. Peshkoff 2006-12-25 04:00:22 UTC
+++ This bug was initially created as a clone of Bug #3103 +++

I've got the following problem, since using samba version samba-3.0.23d:

Everytime I try to copy a top level folder [All], I get the follwing entry in the logfile:

[2005/08/31 08:46:28, 0] smbd/service.c:(797)
hostname (ip-address) couldn't find service al

The real service name is All, so the last letter of the service 
name in the log file is cut off. I'm using the russian version of Windows XP. When i just browsing this folder everything is ok.

my smb.conf

[global]
        dos charset = CP866
        unix charset = CP1251
        display charset = CP1251
        workgroup = ALTO
        server string = ALTO
        interfaces = 192.168.12.1/255.255.255.0
#       log level = 0
        log file = /usr/local/samba/var/log
        max log size = 2048000
        socket options = SO_KEEPALIVE SO_BROADCAST TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
        os level = 128
        domain master = Yes
        dns proxy = No
        wins support = Yes
        ldap ssl = no
        hosts allow = 192.168.12.1/24
        wide links = No
        dos filemode = Yes
[All]
        comment = Folder for all
        path = /datastore/samba/All
        force user = User
        read only = No