LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-15-2008, 05:34 PM   #16
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122

Interestingly, I set up a basic copy of your share, with a /rosanne directory with the same permissions/context. initially I had some authentication problems, but after mapping a known working drive mabaged to connect and write successfully.

Do you get any messages in /var/log/samba/smbd.log or any of the other log files in that directory that relate to this issue?

Try the setenforce 0 trick again to rule out SELinux for sure
 
Old 06-15-2008, 08:21 PM   #17
djsting
LQ Newbie
 
Registered: Jun 2008
Posts: 16

Original Poster
Rep: Reputation: 0
Well it's down to one line in the smb.conf file now! I have this narrowed down to this line:

; force group = rmusel

When commented access is good, when not commented the above mentioned errors are generated. I even tested the following with the same error:

force group = @rmusel

Any thoughts on this? Do I even really need this line?
 
Old 06-15-2008, 08:25 PM   #18
djsting
LQ Newbie
 
Registered: Jun 2008
Posts: 16

Original Poster
Rep: Reputation: 0
Not sure if this will help any or not, here's the last chunk of my smbd.log file:

Code:
[2008/06/15 16:00:16, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2008/06/15 16:01:18, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2008/06/15 16:32:17, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2008/06/15 16:32:17, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2008/06/15 17:03:42, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2008/06/15 17:04:17, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2008/06/15 17:34:47, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2008/06/15 17:36:17, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2008/06/15 18:05:57, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2008/06/15 18:08:17, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2008/06/15 18:40:17, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2008/06/15 19:12:17, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2008/06/15 19:41:16, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2008/06/15 19:44:17, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2008/06/15 20:11:42, 0] smbd/server.c:main(944)
  smbd version 3.0.25b-1.el5_1.4 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2007
[2008/06/15 20:11:42, 0] auth/auth_util.c:create_builtin_administrators(792)
  create_builtin_administrators: Failed to create Administrators
[2008/06/15 20:11:42, 0] auth/auth_util.c:create_builtin_users(758)
  create_builtin_users: Failed to create Users
[2008/06/15 20:11:42, 0] auth/auth_util.c:create_builtin_administrators(792)
  create_builtin_administrators: Failed to create Administrators
[2008/06/15 20:11:42, 0] auth/auth_util.c:create_builtin_users(758)
  create_builtin_users: Failed to create Users
[2008/06/15 20:12:38, 0] smbd/server.c:main(944)
  smbd version 3.0.25b-1.el5_1.4 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2007
[2008/06/15 20:12:39, 0] auth/auth_util.c:create_builtin_administrators(792)
  create_builtin_administrators: Failed to create Administrators
[2008/06/15 20:12:39, 0] auth/auth_util.c:create_builtin_users(758)
  create_builtin_users: Failed to create Users
[2008/06/15 20:12:39, 0] auth/auth_util.c:create_builtin_administrators(792)
  create_builtin_administrators: Failed to create Administrators
[2008/06/15 20:12:39, 0] auth/auth_util.c:create_builtin_users(758)
  create_builtin_users: Failed to create Users
[2008/06/15 20:13:11, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2008/06/15 20:13:49, 0] smbd/server.c:main(944)
  smbd version 3.0.25b-1.el5_1.4 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2007
[2008/06/15 20:13:50, 0] auth/auth_util.c:create_builtin_administrators(792)
  create_builtin_administrators: Failed to create Administrators
[2008/06/15 20:13:50, 0] auth/auth_util.c:create_builtin_users(758)
  create_builtin_users: Failed to create Users
[2008/06/15 20:13:50, 0] auth/auth_util.c:create_builtin_administrators(792)
  create_builtin_administrators: Failed to create Administrators
[2008/06/15 20:13:50, 0] auth/auth_util.c:create_builtin_users(758)
  create_builtin_users: Failed to create Users
[2008/06/15 20:14:08, 0] smbd/server.c:main(944)
  smbd version 3.0.25b-1.el5_1.4 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2007
[2008/06/15 20:14:09, 0] auth/auth_util.c:create_builtin_administrators(792)
  create_builtin_administrators: Failed to create Administrators
[2008/06/15 20:14:09, 0] auth/auth_util.c:create_builtin_users(758)
  create_builtin_users: Failed to create Users
[2008/06/15 20:14:09, 0] auth/auth_util.c:create_builtin_administrators(792)
  create_builtin_administrators: Failed to create Administrators
[2008/06/15 20:14:09, 0] auth/auth_util.c:create_builtin_users(758)
  create_builtin_users: Failed to create Users
[2008/06/15 20:14:47, 0] smbd/server.c:main(944)
  smbd version 3.0.25b-1.el5_1.4 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2007
[2008/06/15 20:14:47, 0] auth/auth_util.c:create_builtin_administrators(792)
  create_builtin_administrators: Failed to create Administrators
[2008/06/15 20:14:47, 0] auth/auth_util.c:create_builtin_users(758)
  create_builtin_users: Failed to create Users
[2008/06/15 20:14:47, 0] auth/auth_util.c:create_builtin_administrators(792)
  create_builtin_administrators: Failed to create Administrators
[2008/06/15 20:14:47, 0] auth/auth_util.c:create_builtin_users(758)
  create_builtin_users: Failed to create Users
[2008/06/15 20:15:11, 0] smbd/server.c:main(944)
  smbd version 3.0.25b-1.el5_1.4 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2007
[2008/06/15 20:15:11, 0] auth/auth_util.c:create_builtin_administrators(792)
  create_builtin_administrators: Failed to create Administrators
[2008/06/15 20:15:11, 0] auth/auth_util.c:create_builtin_users(758)
  create_builtin_users: Failed to create Users
[2008/06/15 20:15:11, 0] auth/auth_util.c:create_builtin_administrators(792)
  create_builtin_administrators: Failed to create Administrators
[2008/06/15 20:15:11, 0] auth/auth_util.c:create_builtin_users(758)
  create_builtin_users: Failed to create Users
[2008/06/15 20:15:32, 0] smbd/server.c:main(944)
  smbd version 3.0.25b-1.el5_1.4 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2007
[2008/06/15 20:15:32, 0] auth/auth_util.c:create_builtin_administrators(792)
  create_builtin_administrators: Failed to create Administrators
[2008/06/15 20:15:32, 0] auth/auth_util.c:create_builtin_users(758)
  create_builtin_users: Failed to create Users
[2008/06/15 20:15:32, 0] auth/auth_util.c:create_builtin_administrators(792)
  create_builtin_administrators: Failed to create Administrators
[2008/06/15 20:15:32, 0] auth/auth_util.c:create_builtin_users(758)
  create_builtin_users: Failed to create Users
[2008/06/15 20:16:17, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
 
Old 06-15-2008, 08:28 PM   #19
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Quote:
Originally Posted by djsting View Post
Well it's down to one line in the smb.conf file now! I have this narrowed down to this line:

; force group = rmusel

When commented access is good, when not commented the above mentioned errors are generated. I even tested the following with the same error:

force group = @rmusel

Any thoughts on this? Do I even really need this line?

Probably not is the answer. Try without it, write a file and see who the owner/group is (with ls -l)
 
Old 06-16-2008, 08:29 PM   #20
djsting
LQ Newbie
 
Registered: Jun 2008
Posts: 16

Original Poster
Rep: Reputation: 0
Ok, I created a new file with user apape and the owner shows:

-rwxrw-r-- 1 rmusel rmusel 0 Jun 16 20:25 New Text Document.txt

Looks like this is completely resolves! Thank you soooo much for all the help.

I now have to ask if you may be able to help with another issue I posted here: http://www.linuxquestions.org/questi...he-web-649276/
 
Old 06-16-2008, 08:53 PM   #21
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Saw that - don't use nfs enough I'm afraid
 
Old 06-16-2008, 09:40 PM   #22
djsting
LQ Newbie
 
Registered: Jun 2008
Posts: 16

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by billymayday View Post
Saw that - don't use nfs enough I'm afraid
Dang! Oh well, thank you for the help on this issue...you were a HUGE help.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba Config/Permissions tntcoder Linux - Networking 1 06-19-2006 09:54 PM
Samba domain member server (DMS) group permissions in network with a Samba PDC srosa Linux - Networking 0 05-01-2006 05:55 PM
Webmin cannot handle Samba config files that use the config or include directives allelopath Linux - Networking 3 01-18-2005 09:36 AM
SAMBA says 'Samba Server is not accebile, you might have no permissions' Ahmad Gurchani Linux - General 1 01-01-2005 10:34 AM
possible samba config problem or network config issue? rruffin Linux - Networking 3 06-03-2003 04:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration