Re: [Samba] Home directory problem

2008-01-18 Thread Doug VanLeuven

Anne Wilson wrote:

On Thursday 17 January 2008 10:29:26 [EMAIL PROTECTED] wrote:
  

What happens when you browse to \\server\homes ?



An error occurred while loading smb://david.lydgate.net/homes:
The file or folder smb://david.lydgate.net/homes does not exist.

Anne
  

You should be seeing a share called \\server\username

The [homes] section:
Some modifications are then made to the newly created share:
 The share name is changed from homes to the located username.
 If no path was given, the path is set to the user's home directory.

Maybe the software you were using before did it different.

Regards, Doug

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Home directory problem

2008-01-17 Thread John Drescher
On Jan 17, 2008 5:03 AM, Anne Wilson [EMAIL PROTECTED] wrote:
 In the thread Network Path was not found Michael Heydon wrote:
 quote
 When you have security = share you don't authenticate as a user and as
 such you don't have a home directory. I would suggest sticking with user
 level security, share level is a left over from the 9x days and is
 pretty much obsolete.
 /quote

 I have checked, and my line is definitely security = user.  However, I still
 can't see my /home, even though I can see all the other shares.  What other
 conditions can cause this?

A network browsing problem. Specifically the windows machine can not
find the ip address of the samba machine.

John
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Home directory problem

2008-01-17 Thread Anne Wilson
In the thread Network Path was not found Michael Heydon wrote:
quote
When you have security = share you don't authenticate as a user and as 
such you don't have a home directory. I would suggest sticking with user 
level security, share level is a left over from the 9x days and is 
pretty much obsolete.
/quote

I have checked, and my line is definitely security = user.  However, I still 
can't see my /home, even though I can see all the other shares.  What other 
conditions can cause this?

Anne


signature.asc
Description: This is a digitally signed message part.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Home directory problem

2008-01-17 Thread Bert_De_Ridder
What happens when you browse to \\server\homes ?

Bert




John Drescher [EMAIL PROTECTED] 
17/01/2008 11:11

To
Anne Wilson [EMAIL PROTECTED]
cc
samba@lists.samba.org
Subject
Re: [Samba] Home directory problem






On Jan 17, 2008 5:03 AM, Anne Wilson [EMAIL PROTECTED] wrote:
 In the thread Network Path was not found Michael Heydon wrote:
 quote
 When you have security = share you don't authenticate as a user and as
 such you don't have a home directory. I would suggest sticking with user
 level security, share level is a left over from the 9x days and is
 pretty much obsolete.
 /quote

 I have checked, and my line is definitely security = user.  However, I 
still
 can't see my /home, even though I can see all the other shares.  What 
other
 conditions can cause this?

A network browsing problem. Specifically the windows machine can not
find the ip address of the samba machine.

John
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Home directory problem

2008-01-17 Thread Anne Wilson
On Thursday 17 January 2008 10:11:46 John Drescher wrote:
 On Jan 17, 2008 5:03 AM, Anne Wilson [EMAIL PROTECTED] wrote:
  In the thread Network Path was not found Michael Heydon wrote:
  quote
  When you have security = share you don't authenticate as a user and as
  such you don't have a home directory. I would suggest sticking with user
  level security, share level is a left over from the 9x days and is
  pretty much obsolete.
  /quote
 
  I have checked, and my line is definitely security = user.  However, I
  still can't see my /home, even though I can see all the other shares. 
  What other conditions can cause this?

 A network browsing problem. Specifically the windows machine can not
 find the ip address of the samba machine.

This is the same machine/ip as the other shares that are displayed correctly.  
Since it works perfectly on other laptops/boxes the server settings must be 
ok.  It must be a client problem.  I'm beginning to wonder whether I should 
force-remove samba-client and reinstall it.  May be I overwrote something 
important when I copied back files from the old drive.

Anne


signature.asc
Description: This is a digitally signed message part.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Home directory problem

2008-01-17 Thread Anne Wilson
On Thursday 17 January 2008 10:29:26 [EMAIL PROTECTED] wrote:
 What happens when you browse to \\server\homes ?

An error occurred while loading smb://david.lydgate.net/homes:
The file or folder smb://david.lydgate.net/homes does not exist.

Anne


signature.asc
Description: This is a digitally signed message part.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Home directory problem

2008-01-17 Thread David C. Rankin

Anne Wilson wrote:

In the thread Network Path was not found Michael Heydon wrote:
quote
When you have security = share you don't authenticate as a user and as 
such you don't have a home directory. I would suggest sticking with user 
level security, share level is a left over from the 9x days and is 
pretty much obsolete.

/quote

I have checked, and my line is definitely security = user.  However, I still 
can't see my /home, even though I can see all the other shares.  What other 
conditions can cause this?


Anne


Anne,

	I bet you have changed the default permission for your home directories 
from 0755 (rwxr-xr-x) to something else. If I recall you need world r-x 
for this to work with homes configured in smb.conf as:


[homes]
   comment = Home Directories
   browseable = no
   writable = yes

Give it a shot.

--
David C. Rankin, J.D., P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Home directory problem

2008-01-17 Thread Anne Wilson
On Thursday 17 January 2008 17:45:45 David C. Rankin wrote:
 Anne Wilson wrote:
  In the thread Network Path was not found Michael Heydon wrote:
  quote
  When you have security = share you don't authenticate as a user and as
  such you don't have a home directory. I would suggest sticking with user
  level security, share level is a left over from the 9x days and is
  pretty much obsolete.
  /quote
 
  I have checked, and my line is definitely security = user.  However, I
  still can't see my /home, even though I can see all the other shares. 
  What other conditions can cause this?
 
  Anne

 Anne,

   I bet you have changed the default permission for your home directories
 from 0755 (rwxr-xr-x) to something else. If I recall you need world r-x
 for this to work with homes configured in smb.conf as:

 [homes]
 comment = Home Directories
 browseable = no
 writable = yes

   Give it a shot.

Hi, David.  Long time since we spoke :-)

I have 'read only = no' and as far as I can tell from all the documentation, 
both forms are recognised by samba.

I have made one discovery, though, that is interesting.  I've installed smb4k, 
and found that it can access my home directory, as well as the other shares.  
Some are labelled cifs and others samba filesystems.  However, since I can 
access some of each type, it's probably not significant.
 
Anne


signature.asc
Description: This is a digitally signed message part.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Home directory problem

2008-01-17 Thread Anne Wilson
On Thursday 17 January 2008 17:45:45 David C. Rankin wrote:
 Anne Wilson wrote:
  In the thread Network Path was not found Michael Heydon wrote:
  quote
  When you have security = share you don't authenticate as a user and as
  such you don't have a home directory. I would suggest sticking with user
  level security, share level is a left over from the 9x days and is
  pretty much obsolete.
  /quote
 
  I have checked, and my line is definitely security = user.  However, I
  still can't see my /home, even though I can see all the other shares. 
  What other conditions can cause this?
 
  Anne

 Anne,

   I bet you have changed the default permission for your home directories
 from 0755 (rwxr-xr-x) to something else. 

I forgot to answer that bit -

drwxr-xr-x 48 anneusers4096 2008-01-17 18:56 anne/

Besides, if one laptop can read and write to it, the other one should also.  
And it can, if I use smb4k to launch it in konqueror.

Anne


signature.asc
Description: This is a digitally signed message part.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Home directory problem

2008-01-17 Thread David C. Rankin

Anne Wilson wrote:

On Thursday 17 January 2008 17:45:45 David C. Rankin wrote:

Anne Wilson wrote:

In the thread Network Path was not found Michael Heydon wrote:
quote
When you have security = share you don't authenticate as a user and as
such you don't have a home directory. I would suggest sticking with user
level security, share level is a left over from the 9x days and is
pretty much obsolete.
/quote

I have checked, and my line is definitely security = user.  However, I
still can't see my /home, even though I can see all the other shares. 
What other conditions can cause this?


Anne

Anne,

I bet you have changed the default permission for your home directories
from 0755 (rwxr-xr-x) to something else. 


I forgot to answer that bit -

drwxr-xr-x 48 anneusers4096 2008-01-17 18:56 anne/

Besides, if one laptop can read and write to it, the other one should also.  
And it can, if I use smb4k to launch it in konqueror.


Anne


Yes,

	It has been a while, good to hear from you again. From your home 
permissions it appears you have bolted from mdk, unless they have picked 
up the openSuSE group scheme ;-) I don't know what to tell you on the 
homes issue. Most kernels have dropped smbfs support in favor of cifs. 
What I have been doing linux-to-linux is using mount.cifs for samba 
shares in the following fashion:


mount.cifs //host/theusername /mnt/mountpoint/ -o 
username=theusername,uid=1000,password=pass


	I'm sure their is a more automated way to do this, but with only 10 
people in the office it isn't a problem. I haven't used smb4k, but I 
have seen others that have successfully.


	Without smb4k, I use konqueror and just type smb://host into the 
address bar and it shows all shares including the the users home dir 
that can be linked, etc... Someone smarter than I will have to add more 
to the discussion.


Again, good to hear from you!

--
David C. Rankin, J.D., P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Home directory problem

2008-01-17 Thread Anne Wilson
On Friday 18 January 2008 01:26:03 David C. Rankin wrote:

   It has been a while, good to hear from you again. From your home
 permissions it appears you have bolted from mdk, unless they have picked
 up the openSuSE group scheme ;-) 

I used Fedora for a year, and was fairly happy with it, but ended up back with 
Mandriva.

 I don't know what to tell you on the 
 homes issue. Most kernels have dropped smbfs support in favor of cifs.
 What I have been doing linux-to-linux is using mount.cifs for samba
 shares in the following fashion:

 mount.cifs //host/theusername /mnt/mountpoint/ -o
 username=theusername,uid=1000,password=pass

   I'm sure their is a more automated way to do this, but with only 10
 people in the office it isn't a problem. I haven't used smb4k, but I
 have seen others that have successfully.

   Without smb4k, I use konqueror and just type smb://host into the
 address bar and it shows all shares including the the users home dir
 that can be linked, etc... Someone smarter than I will have to add more
 to the discussion.

I find it most odd that konqueror doesn't see it, yet smb4k does.  The share 
is obviously functioning.  I'm lost on this one.

Anne


signature.asc
Description: This is a digitally signed message part.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba