On Mon, 14 Dec 1998 10:37:49 +1100, Kiyoshi Ueda wrote:>i got this error when i try to log with some users.. anyone knows why? >thank you very much! > > >Added interface ip=207.248.136.10 bcast=207.248.136.255 nmask=255.255.255.0 >Unknown socket option TCP_NODELAYOuch! Might try to get rid of this at first. Search your smb.conf for socket options and eliminate TCP_NODELAY. How did this get into your smb.conf? Hasta la vista, Robert -- --------------------------------------------------------------- Robert.Dahlem@frankfurt.netsurf.de Radio Bornheim - 2:2461/332@fidonet +49-69-4930830 (ZyX, V34) 2:2461/326@fidonet +49-69-94414444 (ISDN X.75) ---------------------------------------------------------------
i got this error when i try to log with some users.. anyone knows why? thank you very much! Added interface ip=207.248.136.10 bcast=207.248.136.255 nmask=255.255.255.0Unknown socket option TCP_NODELAYServer time is Sat Dec 12 23:40:09 1998Timezone is UTC-6.0Domain=[TUNA] OS=[Unix] Server=[Samba 1.9.17p4]security=userfirst SMBtconX failed, trying again. ERRSRV - ERRinvnetname (Invalid network name in tree connect.)SMBtconX failed. ERRSRV - ERRinvnetname (Invalid network name in tree connect.)Perhaps you are using the wrong sharename, username or password?Some servers insist that these be in uppercase kiyoshi ueda
Does anyone know what the following error message actually means, and how to stop it: [2000/10/02 08:17:03, 0] nmbd/nmbd_browsesync.c:(360) find_domain_master_name_query_fail: Unable to find the Domain Master Browser name ODIONE<1b> for the workgroup ODIONE. Unable to sync browse lists in this workgroup. Thanks in advance for your assistance. -Arthur
Samba log report error ; lib/util_sock.c:set_socket_options(127) Unknown socket option 8192 What this mean? Regards Arto Kulju Matastie 5 L 249 00770 HELSINKI puh. +358-9-3881932 gsm.0500-434040 e-mail arto.kulju@timeimage.org
I have searched the internet for the answer to this question but I get no clear cut answers. When I run the following command from my Linux box to test Samba I get: smbclient //localhost/smbshare -U gjstan tree connect failed:ERRSRV - ERRinvnetname (Invalid network name in tree connect.) I can also see the Linux box share in my WIN98 Network Neighborhood but it says that the share is not available. When I run the smbclient -L localhost command I get a list of the shares and the server which is localhost. Any help would be appreciated! -------------- next part -------------- HTML attachment scrubbed and removed
Dear Sir: My Devp server solaris 2.5.1 run samba have this error message <bppweb> Mar 18 07:01:51 bppweb inetd[346]: netbios-ns/udp server failing (looping), service terminated Mar 18 07:13:57 bppweb inetd[346]: netbios-ns/udp server failing (looping), service terminated Mar 18 07:25:15 bppweb inetd[346]: netbios-ns/udp server failing (looping), service terminated Mar 18 07:36:45 bppweb inetd[346]: netbios-ns/udp server failing (looping), service terminated Mar 18 07:47:26 bppweb inetd[346]: netbios-ns/udp server failing (looping), service terminated Thanks! Chan
Check to see if nmbd is being run from inetd or the equivalent on your system. I think most people run nmbd as a stand alone daemon. Joel On Mon, Mar 18, 2002 at 09:33:58AM -0500, Chan-Yu wrote:> Dear Sir: > > My Devp server solaris 2.5.1 run samba have this error message > > > <bppweb> > Mar 18 07:01:51 bppweb inetd[346]: netbios-ns/udp server failing > (looping), service terminated > Mar 18 07:13:57 bppweb inetd[346]: netbios-ns/udp server failing > (looping), service terminated > Mar 18 07:25:15 bppweb inetd[346]: netbios-ns/udp server failing > (looping), service terminated > Mar 18 07:36:45 bppweb inetd[346]: netbios-ns/udp server failing > (looping), service terminated > Mar 18 07:47:26 bppweb inetd[346]: netbios-ns/udp server failing > (looping), service terminated > > Thanks! > > Chan > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba
I would leave that process alone. That may be the one you want running. I would remove nmbd from inetd.conf. I would just comment the line out, like you see in my inetd.conf file. Joel # netbios-ns dgram udp wait root /usr/sbin/tcpd /usr/sbin/nmbd On Mon, Mar 18, 2002 at 11:39:20AM -0500, Chan-Yu wrote:> Joel: > > I found this process /opt/samba/bin/nmbd -D in samba server > Should I do anything on this process? > > Thanks! > > Chan > > > > Joel Hammer wrote: > > > Check to see if nmbd is being run from inetd or the equivalent on your > > system. I think most people run nmbd as a stand alone daemon. > > > > Joel > > On Mon, Mar 18, 2002 at 09:33:58AM -0500, Chan-Yu wrote: > > > Dear Sir: > > > > > > My Devp server solaris 2.5.1 run samba have this error message > > > > > > > > > <bppweb> > > > Mar 18 07:01:51 bppweb inetd[346]: netbios-ns/udp server failing > > > (looping), service terminated > > > Mar 18 07:13:57 bppweb inetd[346]: netbios-ns/udp server failing > > > (looping), service terminated > > > Mar 18 07:25:15 bppweb inetd[346]: netbios-ns/udp server failing > > > (looping), service terminated > > > Mar 18 07:36:45 bppweb inetd[346]: netbios-ns/udp server failing > > > (looping), service terminated > > > Mar 18 07:47:26 bppweb inetd[346]: netbios-ns/udp server failing > > > (looping), service terminated > > > > > > Thanks! > > > > > > Chan > > > > > > > > > > > > -- > > > To unsubscribe from this list go to the following URL and read the > > > instructions: http://lists.samba.org/mailman/listinfo/samba
I can connect to server from linux i can connect from linux to client computer but i can not connect form client computer to server computer i've failed on tests 8 9 and 10 and i couldn fix it the client computer always says or access denied or This account is not allowed from this station Thanx
Also, make sure to enable access to ports 137-139 udp/tcp as appropriate in ipchains or iptables if you use those firewall packages. David -----Original Message----- From: Brad Langhorst [mailto:brad@langhorst.com] Sent: Saturday, March 30, 2002 6:14 PM To: amilw@bezeqint.net; samba Subject: Re: [Samba] samba error Vadim Winebrand wrote:>I can connect to server from linux i can connect from linux to >client computer but i can not connect form client computer to >server computer >i've failed on tests 8 9 and 10 and i couldn fix it >the client computer always says or access denied or This >account is not allowed from this station > >Thanx >i don't understand... what is 8 9 and 10? what is the server? the samba process or a third machine? if it is another machine I can't help you. if you're talking about the make sure that the username and password exist in both smbpasswd and /etc/passwd make sure that your client is sending the correct username and password. you need to specify more information to get a helpful response... client type samba version number relevant contents of the samba config file etc. brad -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Hi, I got this error I appended below from samba logfile. What reasons can be for this error case? My samba server is 2.2.0 in version, running on Solaris 8, all clients are Win2K servers and clients. Regards, mustafa gokce. **************************************************************************** ************** [2002/12/09 15:30:45, 0] lib/util_sock.c:write_socket_data(542) write_socket_data: write failure. Error = Broken pipe [2002/12/09 15:30:45, 0] lib/util_sock.c:write_socket(566) write_socket: Error writing 143 bytes to socket 23: ERRNO = Broken pipe [2002/12/09 15:30:45, 0] libsmb/clientgen.c:cli_send_smb(89) Error writing 143 bytes to client. -1 **************************************************************************** ************** ************************************** " Bu mesajdaki ifadelerin tumu, mesaji gonderen kisiye aittir. FLOKSER TEKSTIL SAN. TIC. A.S. mesajin gonderiminden veya iceriginden sorumlu tutulamaz. Bu ifadeler FLOKSER TEKSTIL SAN.TIC. A.S. den gonderilmis bulunan tum mesajlarda yer alir. " "Any opinions contained in this message are those of the author and are not given or endorsed by FLOKSER TEKSTIL SAN. TIC. A.S. or office through which this message is sent. This explanation exists in all messages which have been sent by FLOKSER TEKSTIL SAN. TIC. A.S. " ************************************** -------------- next part -------------- HTML attachment scrubbed and removed
Hello, I am trying to configure samba to basically allow win2k clients authenticate users using their NIS passwords. I have samba configured to specs as mentioned in documentation I came across, however I am unable to get this going. I am running Linux 7.2 and smaba 2.2.1a. I have also tried using Linux 7.3 with samba 2.2.7a and still received the same errors. I have also enabled plain text password on the win2k clients. I configured samba and ran the command ypcat passwd | mksmbpasswd.sh >> /etc/samba/smbpasswd Which goes ahead and grabs the NIS passwd file and cats it out to smbpasswd with place holders (XXXXXXX). I then add the syntax +:::::: in the /etc/passwd so that it can go out and check NIS for authentication as well. In theory (correct me if I am wrong) when I am trying to log in from the win2k client, it should try to authenticate from /etc/samba/smbpasswd then if it doesn?t find the user it bounces out to /etc/passwd where it should check for the user their and if it reaches the end of the file it should then read +:::::: and bounce out to NIS. However this not occurring. At this point I just want to get the win2k clients to simply log in using NIS as its authentication so that I don?t have to create separate accounts for the students both on the Unix and samba side. If this sounds a bit crazy (cause believe me at this point I have tried everything and could be losing my mind) or you cant understand what I am saying please do not hesitate to give me a call so that I may explain my situation better. Any help/assistance would be appreciate. Thanks in advance. Regards, Bobby Perez Voice: 732/445-3418 Email: bobby@jove.rutgers.edu -------------- next part -------------- HTML attachment scrubbed and removed
Hi list, # smbclient -L \\SAMBA added interface ip=10.3.0.221 bcast=10.3.0.255 nmask=255.255.255.128 added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0 Got a positive name query response from 127.0.0.1 ( 10.3.0.221 ) session request to SAMBA failed (SUCCESS - 0) Got a positive name query response from 127.0.0.1 ( 10.3.0.221 ) session request to *SMBSERVER failed (SUCCESS - 0) Why I run this command occur this errors? See my conf file: # SAMBA CONFIGURATION FILE # Date: 30/01/2003 # by Rodrigo Nascimento ########################################### # Global Settings ########################################### [global] ## Basic Server Settings ## ########################### workgroup = SAPSWAP netbios name = SAMBA server string = Area de troca de arquivos ; hosts allow = < IPs allowed > log file = /usr/local/samba/var/log.%m log level = 1 max log size = 4098 security = server socket options = TCP_NODELAY interfaces = 10.3.0.221/25 127.0.0.1 code page directory = /usr/local/lib/codepages client code page = 850 ## Networking Browsing ## ######################### local master = no os level = 20 ## WINS and Name Resolution ## ############################## wins support = yes ; wins server ; wins proxy = <yes or no> ; dns proxy = <yes or no> ## Password and Authentication ## ################################# password server = * ## Enter with PDC Name encrypt passwords = yes ######################################## # Shares Definitions ######################################## [netlogon] comment = Network Logon Service path = /usr/local/samba/lib/netlogon guest ok = yes writeable = no share modes = no [transfer] comment = Transfer Files path = /transfer writeable = yes browseable = yes Help me, please... Thanks ! ___ (0 0) +----------------------------V------------+ | Rodrigo Nascimento | | Linux Users Brazil o0o o0o | +------------------------( )---( )--------+ http://www.ieg.com.br
When I (who has an account on the samba server -- under the same name) "eslerj" go to another computer and try to double click on the samba server through Network Neighborhood, I get an error message that says "\\(workstationname)\ The parameter is incorrect". however if I go to a computer where someone else is logged on, double click on the Samba server, it prompts with with a login screen, I can login as me, and it works... What is causing this? Joel