• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

cannot access netlogon folder

Red Squirrel

No Lifer
When I try to accesss the netlogon folder I get the error "no network provider accepted given path"

The share is as follows:


[netlogon]
path = /data/misc/netlogon/
browseable = no
public = yes
guest ok = yes
writable = no
write list = ryan, administrator
force group = smbusers


All domain users are added in smbusers group and the directory is chmodded 775 and owned by root:smbusers (as well as all the scripts)

All other shares are working as they should. SElinux is also disabled, I double checked as it would normally cause that to happen.


And if this helps:



[root@borg misc]# tail /var/log/samba/ravager.log
[2008/02/12 23:32:38, 0] smbd/service.c:make_connection_snum(663)
'/data/misc/netlogon/' does not exist or permission denied when connecting to [netlogon] Error was Permission denied
[2008/02/12 23:32:39, 0] smbd/service.c:make_connection_snum(663)
'/data/misc/netlogon/' does not exist or permission denied when connecting to [netlogon] Error was Permission denied
[2008/02/12 23:32:51, 0] smbd/service.c:make_connection_snum(663)
'/data/misc/netlogon/' does not exist or permission denied when connecting to [netlogon] Error was Permission denied
[2008/02/12 23:32:51, 0] smbd/service.c:make_connection_snum(663)
'/data/misc/netlogon/' does not exist or permission denied when connecting to [netlogon] Error was Permission denied
[2008/02/12 23:32:51, 0] smbd/service.c:make_connection_snum(663)
'/data/misc/netlogon/' does not exist or permission denied when connecting to [netlogon] Error was Permission denied
[root@borg misc]#
 
lol fixed it. Moved the netlogon folder to the /data/samba folder instead of /data/misc and it works. Kinda odd it did not like the other folder.
 
Nope folder has same permissions and everything, just did a straight move and permissions stayed the same. (root:smbusers, chmodded 775)
 
Back
Top