Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
What happens if you go to Win Vista > start > network and several minutes for the samba share to appear?
If it appears and you click on it, does it give you a login prompt?
If you get the samba share login prompt, can you not just login with the uid/pw from the linux machine that is being shared?
Do you have identical accounts/passwords on both Vista and Linux/Samba?
When browse the network NUVNETNAS is the first thing to come up actually, so the server's responding pretty quickly. There is no login prompt for this particular share. However, when I was trying to set up a network share I got a similar error message. My samba account is not similar to my windows account though (user is nasuser :/). When I did have authentication, I had made sure to smbpasswd -a the nasuser.
TO REITERATE THOUGH:
This is just a bare public share and should work as a read-only share that does not require authentication. I am not prompted for a login when I access it but get the error after about 15/20 seconds :/.
Your original post seems to indicate that the link is trying to take you to a non-existant location "NAS_PUBLIC".
What happens if you create user "NAS_PUBLIC" so that there is a folder /home/NAS_PUBLIC to go to?
It definitely not the firewall. I can access Windows shares from THIS linux box, just not visa versa. I have a linux laptop that I can still access shares from my Vista/Windows 7 machine with no trouble, so it has to be something with this machine. Both Fedora and my Vista/Windows 7 firewalls are configured correctly.
Sorry I tend to Check things like this rather than assume my configuration is perfect.. It's not troubleshooting if you don't verify.
Just because you can go out through a firewall does not mean you can initiate a connection outside and come back through.
best of luck, I hope your assumptions are correct.
if that value is set to 3, change it to a 1 and try to connect again.
Have already done that :/ and as I mentioned prior I have a linux-laptop with shares that I can access without issue. I'm 99.9% certain this is a fedora/samba issue at this point. Is there any windows logs I could access that could help me figure out what error specifically caused this issue? The event viewer doesn't seem to log this issue :/.
I'd take a punt on an SELinux issue. Try disabling it temporarily with "setenforce =0" and see if it works. If that fixes the problem, read
Quote:
# SELINUX NOTES:
#
# If you want to use the useradd/groupadd family of binaries please run:
# setsebool -P samba_domain_controller on
#
# If you want to share home directories via samba please run:
# setsebool -P samba_enable_home_dirs on
#
# If you create a new directory you want to share you should mark it as
# "samba-share_t" so that selinux will let you write into it.
# Make sure not to do that on system directories as they may already have
# been marked with othe SELinux labels.
#
# Use ls -ldZ /path to see which context a directory has
#
# Set labels only on directories you created!
# To set a label use the following: chcon -t samba_share_t /path
#
# If you need to share a system created directory you can use one of the
# following (read-only/read-write):
# setsebool -P samba_export_all_ro on
# or
# setsebool -P samba_export_all_rw on
#
# If you want to run scripts (preexec/root prexec/print command/...) please
# put them into the /var/lib/samba/scripts directory so that smbd will be
# allowed to run them.
# Make sure you COPY them and not MOVE them so that the right SELinux context
# is applied, to check all is ok use restorecon -R -v /var/lib/samba/scripts
#
#--------------
follow the instructions and re-enable SELinux with "etenforce 1". These are CentOS5 instructions, but should be good for F10
Sorry about the late update (just got around to trying SELinux stuff today. All of the issues I was running into were due to SELinux Policies that weren't checked off. Also I needed to set the guest user on the system to nasuser which had ownership permissions on the files). Thanks for the help everyone!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.