From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2.wa.amnet.net.au (smtp2.wa.amnet.net.au [203.161.124.51]) by speech.braille.uwo.ca (Postfix) with ESMTP id DEB5A10A44 for ; Sun, 17 May 2009 03:04:51 -0400 (EDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp2.wa.amnet.net.au (Postfix) with ESMTP id DCFE1C3D9E for ; Sun, 17 May 2009 15:04:49 +0800 (WST) X-Virus-Scanned: amavisd-new at smtp2.wa.amnet.net.au Received: from smtp2.wa.amnet.net.au ([127.0.0.1]) by localhost (smtp2.wa.amnet.net.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tF9vFmru5TQJ for ; Sun, 17 May 2009 15:04:47 +0800 (WST) Received: from gotss1.gotss.net (203.161.101.89.static.amnet.net.au [203.161.101.89]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp2.wa.amnet.net.au (Postfix) with ESMTP id B735AC3D88 for ; Sun, 17 May 2009 15:04:47 +0800 (WST) Received: from bouncy.gotss.net ([192.168.24.37] helo=bouncy) by gotss1.gotss.net with smtp (Exim 4.69) (envelope-from ) id 1M5aQP-0000OI-Bt for speakup@braille.uwo.ca; Sun, 17 May 2009 15:04:45 +0800 Message-ID: <67F0FC101F804CF48DEE3324ABD8E4B1@bouncy> From: "Kerry Hoath" To: "Speakup is a screen review system for Linux." References: <0A003804204747AE94DB806C46350D01@belgarion><4A0D4DA2.20002@baechler.net> <12DC8917567A421CAD127A1CF1C0C3C7@belgarion> Subject: Re: samba Date: Sun, 17 May 2009 15:04:45 +0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.12 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 07:04:52 -0000 You need a homes share, add a homes share in under swat otherwise home directories won't share. Samba never never never shares something by default except for the ipc$ share, if you want home directories shared create a share for them. Here is an example to work from, make sure you are happy with the create and directory create masks. [homes] read only=no browsable=no create mask=0770 directory create mask=0700 valid users=%s ----- Original Message ----- From: "Juan Hernandez" To: "'Speakup is a screen review system for Linux.'" Sent: Saturday, May 16, 2009 6:13 PM Subject: RE: samba > Hi there, below is my smb.conf, I use swat. The drive 1, 2 and 3 shares > work great, but the users can't see their home dirs > > Thanks > > # Samba config file created using SWAT > # from UNKNOWN ( ) > # Date: 2009/05/16 02:35:40 > [global] > workgroup = middle_earth > server string = Xion File Server > passdb backend = tdbsam > log file = /var/log/samba/log.%m > max log size = 50 > cups options = raw > [printers] > comment = All Printers > path = /var/spool/samba > printable = Yes > browseable = No > [drive 1] > comment = drive 1 storage area - audio books > path = /usr/drive1 > valid users = juan, patty, tony, shaun, angie > read only = No > acl check permissions = No > acl map full control = No > create mask = 0660 > security mask = 0660 > directory mask = 0771 > directory security mask = 0771 > [drive 2] > comment = drive 2 storage area - music library > path = /usr/drive2 > valid users = juan, patty, tony, shaun, angie > read only = No > create mask = 0660 > force create mode = 0777 > directory mask = 0777 > [drive 3] > comment = drive 3 storage area - misc stuff > path = /usr/file_share > valid users = juan, patty, tony, shaun, angie > read only = No > create mask = 0777 > directory mask = 0777 > > > > Juan Hernandez > juanhernandez98@gmail.com > 858-699-2105 > > -----Original Message----- > From: speakup-bounces@braille.uwo.ca > [mailto:speakup-bounces@braille.uwo.ca] > On Behalf Of Tony Baechler > Sent: Friday, May 15, 2009 4:10 AM > To: Speakup is a screen review system for Linux. > Subject: Re: samba > > Hi, > > It would help to see your smb.conf. Is /home set up as a share? Is it > hidden or browsable? Are you using swat? You should be able to go into > swat and add a share. The Debian default is to allow hidden access to > home > directories. > > Juan Hernandez wrote: >> I have a fedora server setup but when I login, I can't see my home >> directory. the three public shares I setup are there and completely >> accessible. what can I check? or what do you think I've done wrong? >> > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >