View previous topic :: View next topic |
Author |
Message |
woolly n00b
Joined: 06 Mar 2003 Posts: 9
|
Posted: Tue Mar 11, 2003 9:01 pm Post subject: Wierd samba problems |
|
|
I have got gentoo linux to work. however, samba will not mount the share of my other machine that is running smb server.
Quote: |
woolly root # smbmount //chilledcore/fat /mnt/share1
Password:
6130: session setup failed: Call timed out: server did not respond after 20000 milliseconds
SMB connection failed
|
strange enough, it works when i mount a share from a windows machine.
please help.
is there a way to raise the time out limit? |
|
Back to top |
|
|
Jimboberella Guru
Joined: 19 Jun 2002 Posts: 358 Location: Brisbane/Australia
|
Posted: Wed Mar 12, 2003 2:58 am Post subject: Re: Wierd samba problems |
|
|
[quote="woolly"]I have got gentoo linux to work. however, samba will not mount the share of my other machine that is running smb server.
Quote: |
woolly root # smbmount //chilledcore/fat /mnt/share1
Password:
6130: session setup failed: Call timed out: server did not respond after 20000 milliseconds
SMB connection failed
strange enough, it works when i mount a share from a windows machine.
please help.
is there a way to raise the time out limit? |
It is waiting for the password you want to use
Try specifying the password in the smb command. man smbmount |
|
Back to top |
|
|
woolly n00b
Joined: 06 Mar 2003 Posts: 9
|
Posted: Wed Mar 12, 2003 11:00 pm Post subject: |
|
|
no, i hit enter. |
|
Back to top |
|
|
easykill Apprentice
Joined: 07 Dec 2002 Posts: 230
|
Posted: Thu Mar 13, 2003 3:54 am Post subject: |
|
|
try smbclient -L //computername
to see if it is finding those shares
it might not be resolving the computer's name correctly, in which case you can try //ip.address.of.share |
|
Back to top |
|
|
woolly n00b
Joined: 06 Mar 2003 Posts: 9
|
Posted: Thu Mar 13, 2003 10:01 pm Post subject: |
|
|
everything in the network works fine...
i checked the log file of the server and it kept on rejecting root.. what should i do being able to mount it as root? |
|
Back to top |
|
|
easykill Apprentice
Joined: 07 Dec 2002 Posts: 230
|
Posted: Thu Mar 13, 2003 11:48 pm Post subject: |
|
|
it sounds like you have your samba server security set on user, i believe...try setting it on share. |
|
Back to top |
|
|
woolly n00b
Joined: 06 Mar 2003 Posts: 9
|
Posted: Mon Mar 17, 2003 4:52 pm Post subject: |
|
|
easykill wrote: | it sounds like you have your samba server security set on user, i believe...try setting it on share. | security is at share... I still have no idea... i might recompile samba on the server to see what happens. |
|
Back to top |
|
|
tgoodaire Tux's lil' helper
Joined: 31 Jan 2003 Posts: 145 Location: Dartmouth, Nova Scotia, Canada
|
Posted: Mon Mar 17, 2003 5:16 pm Post subject: |
|
|
What does your smb.conf file look like? _________________ I bent my wookie. |
|
Back to top |
|
|
Digiman Tux's lil' helper
Joined: 01 Jul 2002 Posts: 116 Location: Mobile, AL
|
Posted: Tue Mar 18, 2003 9:22 pm Post subject: |
|
|
is your other machine linux/gentoo or windows? if it is a linux box then why not use an nfs mount instead of a smb mount? _________________ -- Digiman |
|
Back to top |
|
|
tgoodaire Tux's lil' helper
Joined: 31 Jan 2003 Posts: 145 Location: Dartmouth, Nova Scotia, Canada
|
Posted: Tue Mar 18, 2003 11:05 pm Post subject: |
|
|
From his first post, it looks like there is a Windows machine on his network. _________________ I bent my wookie. |
|
Back to top |
|
|
|