Hello! I am migrating an old Red Hat Samba 3.0.9 server to a new Debian Etch Samba 3.0.23d with an OpenLDAP backend. I've got almost everything working with the new server except the roaming profiles. When a user logs off, Windows complains that the permissions are not correct and the profile can't be saved. I would LOVE to get rid of roaming profiles but that isn't an option here. I have read Samba-3 By Example, Second Edition and followed the roaming profiles example, but it still gives the errors. One thing to note is the profiles live on the old Samba server and are being mounted on the new server with NFS. This is a small sample from the samba logs: [2007/01/12 10:27:25, 2] smbd/open.c:open_file(352) jmartin opened file jmartin/Desktop/prf11A.tmp read=Yes write=No (numopen=6) [2007/01/12 10:27:25, 2] smbd/open.c:open_file(352) jmartin opened file jmartin/Desktop/prf11B.tmp read=Yes write=No (numopen=7) [2007/01/12 10:27:25, 2] smbd/close.c:close_normal_file(344) jmartin closed file jmartin/Desktop/prf11A.tmp (numopen=6) [2007/01/12 10:27:25, 2] smbd/close.c:close_normal_file(344) jmartin closed file jmartin/Desktop/prf11B.tmp (numopen=5) [2007/01/12 10:27:25, 2] smbd/open.c:open_file(352) jmartin opened file jmartin/Desktop/prf11A.tmp read=Yes write=Yes (numopen=6) [2007/01/12 10:27:25, 2] smbd/open.c:open_file(352) jmartin opened file jmartin/Desktop/prf11B.tmp read=Yes write=Yes (numopen=7) [2007/01/12 10:27:37, 2] smbd/close.c:close_normal_file(344) jmartin closed file jmartin/Desktop/prf119.tmp (numopen=6) I will gladly provide any other conf files and logs if they are asked for. Thank you for your help! -- Jason Martin Metrix Matrix, Inc. 785 Elmgrove Road, Building 1, Rochester, NY 14624 Office: 888-865-0065 Ext. 202 Mobile: (585) 721-8679
On Saturday 13 January 2007 02:20, Jason Martin wrote:> Hello! I am migrating an old Red Hat Samba 3.0.9 server to a new Debian > Etch Samba 3.0.23d with an OpenLDAP backend. I've got almost everything > working with the new server except the roaming profiles. When a user logs > off, Windows complains that the permissions are not correct and the profile > can't be saved.Do you have profile acls = yes in your conf? -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20070204/a268aa33/attachment.bin
> > One thing to note is the profiles live on the old Samba server and are being > mounted on the new server with NFS.This is a tricky thing. You will have some strange permissions issues to deal with if you are tying to access the profiles from a mounted share. Why not just copy the profiles to the new PDC? In the mean time, can you send a copy of the command used to create the mount? *Jason Baker */IT Coordinator/ *Glastender Inc.* 5400 North Michigan Road Saginaw, Michigan 48604 USA 800.748.0423 Phone: 989.752.4275 ext. 228 Fax: 989.752.4444 www.glastender.com <http://www.glastender.com> On 1/12/2007 10:50 AM, Jason Martin wrote:> Hello! I am migrating an old Red Hat Samba 3.0.9 server to a new Debian Etch > Samba 3.0.23d with an OpenLDAP backend. I've got almost everything working > with the new server except the roaming profiles. When a user logs off, > Windows complains that the permissions are not correct and the profile can't > be saved. > > I would LOVE to get rid of roaming profiles but that isn't an option here. > > I have read Samba-3 By Example, Second Edition and followed the roaming > profiles example, but it still gives the errors. > > One thing to note is the profiles live on the old Samba server and are being > mounted on the new server with NFS. > > This is a small sample from the samba logs: > > [2007/01/12 10:27:25, 2] smbd/open.c:open_file(352) > jmartin opened file jmartin/Desktop/prf11A.tmp read=Yes write=No (numopen=6) > [2007/01/12 10:27:25, 2] smbd/open.c:open_file(352) > jmartin opened file jmartin/Desktop/prf11B.tmp read=Yes write=No (numopen=7) > [2007/01/12 10:27:25, 2] smbd/close.c:close_normal_file(344) > jmartin closed file jmartin/Desktop/prf11A.tmp (numopen=6) > [2007/01/12 10:27:25, 2] smbd/close.c:close_normal_file(344) > jmartin closed file jmartin/Desktop/prf11B.tmp (numopen=5) > [2007/01/12 10:27:25, 2] smbd/open.c:open_file(352) > jmartin opened file jmartin/Desktop/prf11A.tmp read=Yes write=Yes > (numopen=6) > [2007/01/12 10:27:25, 2] smbd/open.c:open_file(352) > jmartin opened file jmartin/Desktop/prf11B.tmp read=Yes write=Yes > (numopen=7) > [2007/01/12 10:27:37, 2] smbd/close.c:close_normal_file(344) > jmartin closed file jmartin/Desktop/prf119.tmp (numopen=6) > > I will gladly provide any other conf files and logs if they are asked for. > > Thank you for your help! > >