From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fort-point-station.mit.edu ([18.72.0.53]) by speech.braille.uwo.ca with esmtp (Exim 3.22 #1 (Debian)) id 15PpLX-0006Bc-00 for ; Thu, 26 Jul 2001 13:54:52 -0400 Received: from central-city-carrier-station.mit.edu (CENTRAL-CITY-CARRIER-STATION.MIT.EDU [18.7.21.75]) by fort-point-station.mit.edu (8.9.2/8.9.2) with ESMTP id NAA27264; Thu, 26 Jul 2001 13:54:54 -0400 (EDT) Received: from melbourne-city-street.mit.edu (MELBOURNE-CITY-STREET.MIT.EDU [18.7.21.86]) by central-city-carrier-station.mit.edu (8.9.2/8.9.2) with ESMTP id NAA27187; Thu, 26 Jul 2001 13:52:45 -0400 (EDT) Received: from calder ([205.240.174.35]) by melbourne-city-street.mit.edu (8.9.2/8.9.2) with SMTP id NAA06845; Thu, 26 Jul 2001 13:48:32 -0400 (EDT) Message-ID: <002901c115d0$0a6003d0$23aef0cd@calder> From: "rjc" To: Cc: "Mike Hobbs" References: <5.1.0.14.2.20010726105210.02321108@hesiod> <4945.18.170.2.33.996149007.squirrel@econ-wp.mit.edu> <3B60354A.B168D20C@mtl.mit.edu> Subject: Samba Help - I'm a Samba Newbie Date: Thu, 26 Jul 2001 13:39:40 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.4 Precedence: bulk Reply-To: speakup@braille.uwo.ca X-Reply-To: "rjc" List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Not really sure what questions to ask here. I've tried to configure Samba on my linux server. I want to just make a share on the server browsable via windows explorer which allows me to access my apache config files from windows. I'm the only one using the server, so don't have to worry about configuring home directories and multiple users on the same share or any of that stuff. I just want a simple share, writable by only me, browsable from windows. One question before I give any details however, is this gunna really work for me -- if I'm editing apache config files from, say, notepad, what will happen with respect to line termination. linux/unix uses carriage return, windows uses crlf. Does samba perform translation on the fly? Will this totally break the files? General Configuration Notes 1). Logged in as root, I started both smbd and nmbd from the command line, 2). I used the default configuration file, changing the domain to reflect our local NT domain. 3). I added something like the following: [apacheman] valid users root rjc browseable = yes writable = yes When I tried it with smbclient, and give it the password, it tells me something about "tree connect: server error, unable to connect", or some such. Windows sees the host (shows up in network neighborhood) but gives a "share not found" error when I open it. When I try and mounse it with something like: windows> net use \\barajas\apacheman I get a share not found error. Am I doing mostly the correct thing here? Have I missed anything obvious? Thanx in advance! Rich