View previous topic :: View next topic |
Author |
Message |
aqua-teen-hunger Tux's lil' helper
Joined: 31 Aug 2006 Posts: 89 Location: computer chair
|
Posted: Wed Feb 28, 2007 1:00 am Post subject: Issues with Samba [SOLVED] |
|
|
My Samba shares are all shared correctly, i have checked them many times, have tried restarting samba. When connecting to a share via nautilus or any other browser, i can see the pc is online, and the shares are online when i double click the pc, but when i try to access the share, it says that it couldn't be found or that Perhaps it has recently been deleted. The folder is there, im looking at it on the other monitor, this is happening on both pc's and seems to only happen when accessing from my gentoo boxes, windows to gentoo boxes works fine.
Samba Version:
Code: | net-fs/samba-3.0.24 |
smb.conf:
Code: |
[global]
restrict anonymous = no
domain master = no
preferred master = no
workgroup = MSHOME
max protocol = NT
ldap ssl = No
server signing = Auto
security = share
acl compatibility = winnt
[Fileserver]
case sensitive = no
strict locking = no
guest ok = yes
msdfs proxy = no
read only = no
path = /home/fileserver
[Music]
case sensitive = no
strict locking = no
guest ok = yes
msdfs proxy = no
path = /home/fileserver/music
|
I have samba use flags. If any other information is needed, just post , i will be happy to provide it. Is/Has anyone else experienced/experiencing this trouble as well?
Last edited by aqua-teen-hunger on Thu Mar 01, 2007 1:43 am; edited 1 time in total |
|
Back to top |
|
|
ashnikes n00b
Joined: 29 Jun 2006 Posts: 6
|
|
Back to top |
|
|
aqua-teen-hunger Tux's lil' helper
Joined: 31 Aug 2006 Posts: 89 Location: computer chair
|
Posted: Wed Feb 28, 2007 4:03 am Post subject: |
|
|
obviously? why would i not search first? I have not found anything though. |
|
Back to top |
|
|
feld Guru
Joined: 29 Aug 2004 Posts: 593 Location: USA
|
Posted: Wed Feb 28, 2007 4:04 am Post subject: |
|
|
at each sharepoint use the
force user =
directive.
Then it will work. _________________ < bmg505> I think the first line in reiserfsck is
if (random(65535)< 65500) { hose(partition); for (i=0;i<100000000;i++) print_crap(); } |
|
Back to top |
|
|
ashnikes n00b
Joined: 29 Jun 2006 Posts: 6
|
|
Back to top |
|
|
aqua-teen-hunger Tux's lil' helper
Joined: 31 Aug 2006 Posts: 89 Location: computer chair
|
Posted: Wed Feb 28, 2007 4:14 am Post subject: |
|
|
no luck
smb.conf:
Code: | [global]
security = share
restrict anonymous = no
domain master = no
preferred master = no
workgroup = MSHOME
max protocol = NT
ldap ssl = No
server signing = Auto
wins support = no
[Fileserver]
case sensitive = no
msdfs proxy = no
path = /home/fileserver
guest ok = yes
force user = yes
|
and why the sudden change? i have always been able to use kcontrol to configure this easily in a snap |
|
Back to top |
|
|
aqua-teen-hunger Tux's lil' helper
Joined: 31 Aug 2006 Posts: 89 Location: computer chair
|
Posted: Thu Mar 01, 2007 1:43 am Post subject: |
|
|
FIXED!! Finally
removed the line
msdfs proxy = no
dont know why this worked before but dosnt now |
|
Back to top |
|
|
UTgamer Veteran
Joined: 10 Aug 2003 Posts: 1326 Location: Troisdorf (Köln) Deutschland
|
Posted: Fri Mar 02, 2007 8:34 pm Post subject: |
|
|
Thank you for your thread, had exactly the same failure. Couldn't find it somewhere else.
Solved. _________________ AMD Phenom II x4 >> CFLAGS="-march=amdfam10 -O2 -mmmx -msse3 -mfpmath=sse,387 -pipe -ffast-math" is stable and here in use.
Did Intel produce at any time bugfree HW?
http://www.urbanmyth.org/microcode/
http://www.heise.de/newsticker/meldung/91748 |
|
Back to top |
|
|
|