Hi, I had a linux server installed with samba 3.0.9-2.6 (SuSE 9.1) and a samba shared folder among 12 PC under WinXP/Win7. The linux server has been replaced by a new one a week ago. The new machine runs samba 3.5.4-5.1.2x86-64 with the same shared folder and the same smb.conf file. Till then, when the PCs try to connect to the samba share via explorer a window opens with the message "Num?ro de proc?dure hors de l'intervalle admis" (RPC_S_PROCNUM_OUT_OF_RANGE corresponding to windows error 1745). Has anyone an idea how I could get rid of that message and gain access to the samba shared folder with the explorer ? I've registered the PCs names and passwords in smbpasswd and one user named nobody because I thought of a problem of recognition of the PCs. I've found many mails about this error but no solution. Does anyone have an idea ? Thanks -- ------------------------- Nadine Mauch ReadySOFT Sarl 4 avenue de la Gare 67560 ROSHEIM Tel: (0033) 3 88.49.21.00 Fax: (0033) 3 88.50.47.43 mel: direction67 at readysoft.eu mel: nadine.mauch at readysoft.eu site: www.readysoft.eu D?claration de confidentialit? : Ce message ainsi que toutes les pi?ces jointes sont confidentielles et ?tablis ? l'intention exclusive de leurs destinataires. Toute utilisation ou diffusion non autoris?e est interdite. Tout message ?lectronique est susceptible d'alt?ration. Ready Soft d?cline toute responsabilit? au titre de ce message s'il a ?t? alt?r?, d?form? ou falsifi?. Important notice regarding confidentiality: This email and any attachments are confidential and intended solely for the addresses. Any unauthorised use or dissemination is prohibited. E-mails are susceptible to alteration. Neither Ready Soft shall be liable for the message if altered, changed or falsified. ------------------------- -------------- next part -------------- # smb.conf is the main samba configuration file. You find a full commented # version at /usr/share/doc/packages/samba/examples/smb.conf.SuSE # Date: 2002-11-19 # [global] workgroup = ****** guest account = nobody keepalive = 300 domain logons = no domain master = auto preferred master = yes os level = 20 kernel oplocks = yes security = user encrypt passwords = yes server string = Samba%v printer name = hp time server = yes unix extensions = yes # modif 28/01/11 vvvv display charset = UTF-8 unix charset = UTF-8 dos charset = ISO8859-15 #^^^^^ log level = 1 syslog = 0 printing = cups # printcap name = /etc/printcap load printers = yes socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY # veto files = /*.eml/*.nws/riched20.dll/*.{*}/ #si le nom d'utilisateur n'existe pas, on utilise le guest account map to guest = Bad User max connections = 25 max print jobs = 30 interfaces = 192.168.***.***/255.255.255.128 bind interfaces only = yes wins support = yes netbios name = ****** # usershare allow guests = yes [Partage] comment = Repertoire windows sous linux path = /linux/Partage browseable = yes writeable = yes create mode = 0777 guest ok = yes
Hi, I had a linux server installed with samba 3.0.9-2.6 (SuSE 9.1) and a samba shared folder among 12 PC under WinXP/Win7. The linux server has been replaced by a new one a week ago. The new machine runs samba 3.5.4-5.1.2x86-64 with the same shared folder and the same smb.conf file. Till then, when the PCs try to connect to the samba share via explorer a window opens with the message "Num?ro de proc?dure hors de l'intervalle admis" (RPC_S_PROCNUM_OUT_OF_RANGE corresponding to windows error 1745). Has anyone an idea how I could get rid of that message and gain access to the samba shared folder with the explorer ? I've registered the PCs names and passwords in smbpasswd and one user named nobody because I thought of a problem of recognition of the PCs. I've found many mails about this error but no solution. Does anyone have an idea ? Thanks -- ------------------------- Nadine Mauch ReadySOFT Sarl 4 avenue de la Gare 67560 ROSHEIM Tel: (0033) 3 88.49.21.00 Fax: (0033) 3 88.50.47.43 mel: direction67 at readysoft.eu mel: nadine.mauch at readysoft.eu site: www.readysoft.eu D?claration de confidentialit? : Ce message ainsi que toutes les pi?ces jointes sont confidentielles et ?tablis ? l'intention exclusive de leurs destinataires. Toute utilisation ou diffusion non autoris?e est interdite. Tout message ?lectronique est susceptible d'alt?ration. Ready Soft d?cline toute responsabilit? au titre de ce message s'il a ?t? alt?r?, d?form? ou falsifi?. Important notice regarding confidentiality: This email and any attachments are confidential and intended solely for the addresses. Any unauthorised use or dissemination is prohibited. E-mails are susceptible to alteration. Neither Ready Soft shall be liable for the message if altered, changed or falsified. ------------------------- -------------- next part -------------- # smb.conf is the main samba configuration file. You find a full commented # version at /usr/share/doc/packages/samba/examples/smb.conf.SuSE # Date: 2002-11-19 # [global] workgroup = ****** guest account = nobody keepalive = 300 domain logons = no domain master = auto preferred master = yes os level = 20 kernel oplocks = yes security = user encrypt passwords = yes server string = Samba%v printer name = hp time server = yes unix extensions = yes # modif 28/01/11 vvvv display charset = UTF-8 unix charset = UTF-8 dos charset = ISO8859-15 #^^^^^ log level = 1 syslog = 0 printing = cups # printcap name = /etc/printcap load printers = yes socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY # veto files = /*.eml/*.nws/riched20.dll/*.{*}/ #si le nom d'utilisateur n'existe pas, on utilise le guest account map to guest = Bad User max connections = 25 max print jobs = 30 interfaces = 192.168.***.***/255.255.255.128 bind interfaces only = yes wins support = yes netbios name = ****** # usershare allow guests = yes [Partage] comment = Repertoire windows sous linux path = /linux/Partage browseable = yes writeable = yes create mode = 0777 guest ok = yes
On Tue, Feb 01, 2011 at 03:50:59PM +0100, Nadine Mauch wrote:> Hi, > > I had a linux server installed with samba 3.0.9-2.6 > (SuSE 9.1) and a samba shared folder among 12 PC under > WinXP/Win7. > The linux server has been replaced by a new one a week > ago. The new machine runs samba 3.5.4-5.1.2x86-64 > with the same shared folder and the same smb.conf > file. > Till then, when the PCs try to connect to the samba > share via explorer a window opens with > the message "Num?ro de proc?dure hors de l'intervalle > admis" (RPC_S_PROCNUM_OUT_OF_RANGE corresponding > to windows error 1745). > Has anyone an idea how I could get rid of that message > and gain access to the samba shared folder with the > explorer ? > > I've registered the PCs names and passwords in smbpasswd > and one user named nobody because I thought of a problem > of recognition of the PCs. > > I've found many mails about this error but no solution. > > Does anyone have an idea ?Can you send a network trace of this. Information on how to create network traces can be found under http://wiki.samba.org/index.php/Capture_Packets Thanks, Volker -- SerNet GmbH, Bahnhofsallee 1b, 37081 G?ttingen phone: +49-551-370000-0, fax: +49-551-370000-9 AG G?ttingen, HRB 2816, GF: Dr. Johannes Loxen