 |
|
 |
|
Next: Multi windowed programs
|
| Author |
Message |
External

Since: Jun 17, 2008 Posts: 1
|
(Msg. 1) Posted: Tue Jun 17, 2008 6:49 am
Post subject: Accessing Samba with Leopard if browseable=no is set Archived from groups: comp>sys>mac>misc (more info?)
|
|
|
Hello,
I am facing a problem accessing a samba share which has been set to
browseable=no. While earlier versions of Mac OS had no difficulties in
accessing the share, 10.5 refuses and gives an error code -43
instead.
The only solution seems to be to set at least one share to "browseable
= yes" which is in the eyes of our admin a bad choice.
Does anyone have a better idea?
Best regards,
Uwe >> Stay informed about: Accessing Samba with Leopard if browseable=no is set |
|
| Back to top |
|
 |  |
External

Since: Jan 13, 2005 Posts: 927
|
(Msg. 2) Posted: Tue Jun 17, 2008 11:31 pm
Post subject: Re: Accessing Samba with Leopard if browseable=no is set [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article
<d7f9eb48-f7bf-4c6d-b67c-cb4e420785a7 RemoveThis @t54g2000hsg.googlegroups.com
>,
"ziegenhagen@gmail.com" <ziegenhagen RemoveThis @gmail.com> wrote:
> Hello,
>
> I am facing a problem accessing a samba share which has been set to
> browseable=no. While earlier versions of Mac OS had no difficulties in
> accessing the share, 10.5 refuses and gives an error code -43
> instead.
>
> The only solution seems to be to set at least one share to "browseable
> = yes" which is in the eyes of our admin a bad choice.
>
> Does anyone have a better idea?
>
>
> Best regards,
>
>
> Uwe
What methods have you tried to access the Samba share?
Generally Finder -> Go -> Connect to Server...
smb://workgroup;username:password@server.address/sharename
Should work, where:
workgroup: Workgroup (optional if default is
the correct workgroup)
username: Username (optional if you are prompted)
password: Password (optional if you are prompted)
server.address: Server NetBIOS name
-OR- domain.name.com
-OR- IP address
sharename: Share name (optional if server lets you browse) >> Stay informed about: Accessing Samba with Leopard if browseable=no is set |
|
| Back to top |
|
 |  |
External

Since: Jun 18, 2008 Posts: 1
|
(Msg. 3) Posted: Wed Jun 18, 2008 6:31 am
Post subject: Re: Accessing Samba with Leopard if browseable=no is set [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Bob Harris schrieb:
> In article
> <d7f9eb48-f7bf-4c6d-b67c-cb4e420785a7 DeleteThis @t54g2000hsg.googlegroups.com
>> ,
> "ziegenhagen@gmail.com" <ziegenhagen DeleteThis @gmail.com> wrote:
>
>> Hello,
>>
>> I am facing a problem accessing a samba share which has been set to
>> browseable=no. While earlier versions of Mac OS had no difficulties in
>> accessing the share, 10.5 refuses and gives an error code -43
>> instead.
>>
>> The only solution seems to be to set at least one share to "browseable
>> = yes" which is in the eyes of our admin a bad choice.
>>
>> Does anyone have a better idea?
>>
>>
>> Best regards,
>>
>>
>> Uwe
>
> What methods have you tried to access the Samba share?
>
> Generally Finder -> Go -> Connect to Server...
>
> smb://workgroup;username:password@server.address/sharename
>
> Should work, where:
>
> workgroup: Workgroup (optional if default is
> the correct workgroup)
> username: Username (optional if you are prompted)
> password: Password (optional if you are prompted)
> server.address: Server NetBIOS name
> -OR- domain.name.com
> -OR- IP address
> sharename: Share name (optional if server lets you browse)
Hi Bob,
this is exactly my way. We have a SUN server here providing the shares
and the connection under 10.5 does not work although 10.2 machines have
no problem at all.
To find the problem I even set up my own Samba server with Ubuntu.
Everything works fine until I set browseable=no in the samba options.
Then I get the -43 connection error.
Uwe >> Stay informed about: Accessing Samba with Leopard if browseable=no is set |
|
| Back to top |
|
 |  |
External

Since: Jul 28, 2008 Posts: 2
|
(Msg. 4) Posted: Mon Jul 28, 2008 10:06 pm
Post subject: Re: Accessing Samba with Leopard if browseable=no is set [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Jun 17, 11:31 pm, Uwe Ziegenhagen <newsgr....RemoveThis@ziegenhagen.info>
wrote:
> Bob Harris schrieb:
>
> > In article
> > <d7f9eb48-f7bf-4c6d-b67c-cb4e42078....RemoveThis@t54g2000hsg.googlegroups.com
> >> ,
> > "ziegenha...@gmail.com" <ziegenha....RemoveThis@gmail.com> wrote:
>
> >> Hello,
>
> >> I am facing a problem accessing a samba share which has been set to
> >> browseable=no. While earlier versions of Mac OS had no difficulties in
> >> accessing the share, 10.5 refuses and gives an error code -43
> >> instead.
>
> >> The only solution seems to be to set at least one share to "browseable
> >> = yes" which is in the eyes of our admin a bad choice.
>
> >> Does anyone have a better idea?
>
> >> Best regards,
>
> >> Uwe
>
> > What methods have you tried to access the Samba share?
>
> > Generally Finder -> Go -> Connect to Server...
>
> > smb://workgroup;username:passw...@server.address/sharename
>
> > Should work, where:
>
> > workgroup: Workgroup (optional if default is
> > the correct workgroup)
> > username: Username (optional if you are prompted)
> > password: Password (optional if you are prompted)
> > server.address: Server NetBIOS name
> > -OR- domain.name.com
> > -OR- IP address
> > sharename: Share name (optional if server lets you browse)
>
> Hi Bob,
>
> this is exactly my way. We have a SUN server here providing the shares
> and the connection under 10.5 does not work although 10.2 machines have
> no problem at all.
>
> To find the problem I even set up my own Samba server with Ubuntu.
> Everything works fine until I set browseable=no in the samba options.
>
> Then I get the -43 connection error.
>
> Uwe
Edit /etc/smb.conf and add something like the following:
; Create hidden windows shares
[scripts$]
path=/data/samba/scripts
comment=scripts
usershare_acl=S-1-1-0:F
guest ok=yes
oplocks=yes
inherit permissions=yes
directory mask=0755
strict locking=no
create mask=0644
I tried setting the custom samba share name in server admin, but it
deletes the config file from /var/samba/shares, so I made a regular
share of the folder, copied the info from /var/samba/shares, pasted it
to /etc/smb.conf with a new name, then unshared from server admin.
Appears to work fine (for now...) >> Stay informed about: Accessing Samba with Leopard if browseable=no is set |
|
| Back to top |
|
 |  |
External

Since: Jul 28, 2008 Posts: 2
|
(Msg. 5) Posted: Mon Jul 28, 2008 10:33 pm
Post subject: Re: Accessing Samba with Leopard if browseable=no is set [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Jun 17, 11:31 pm, Uwe Ziegenhagen <newsgr....TakeThisOut@ziegenhagen.info>
wrote:
> Bob Harris schrieb:
>
> > In article
> > <d7f9eb48-f7bf-4c6d-b67c-cb4e42078....TakeThisOut@t54g2000hsg.googlegroups.com
> >> ,
> > "ziegenha...@gmail.com" <ziegenha....TakeThisOut@gmail.com> wrote:
>
> >> Hello,
>
> >> I am facing a problem accessing a samba share which has been set to
> >> browseable=no. While earlier versions of Mac OS had no difficulties in
> >> accessing the share, 10.5 refuses and gives an error code -43
> >> instead.
>
> >> The only solution seems to be to set at least one share to "browseable
> >> = yes" which is in the eyes of our admin a bad choice.
>
> >> Does anyone have a better idea?
>
> >> Best regards,
>
> >> Uwe
>
> > What methods have you tried to access the Samba share?
>
> > Generally Finder -> Go -> Connect to Server...
>
> > smb://workgroup;username:passw...@server.address/sharename
>
> > Should work, where:
>
> > workgroup: Workgroup (optional if default is
> > the correct workgroup)
> > username: Username (optional if you are prompted)
> > password: Password (optional if you are prompted)
> > server.address: Server NetBIOS name
> > -OR- domain.name.com
> > -OR- IP address
> > sharename: Share name (optional if server lets you browse)
>
> Hi Bob,
>
> this is exactly my way. We have a SUN server here providing the shares
> and the connection under 10.5 does not work although 10.2 machines have
> no problem at all.
>
> To find the problem I even set up my own Samba server with Ubuntu.
> Everything works fine until I set browseable=no in the samba options.
>
> Then I get the -43 connection error.
>
> Uwe
This method also works (I realized that netlogon works as a non-
browseable share by default in 10.5, so I just copied the settings
from there.
[sharename]
path = /share/path
browseable = no
write list = @admin
oplocks = yes
strict locking = no >> Stay informed about: Accessing Samba with Leopard if browseable=no is set |
|
| Back to top |
|
 |  |
| Related Topics: | Where are my samba shares? - Once upon a time, when I clicked on 'network' in the finder, I got a list of servers (mostly samba shares on Linux servers, but also some WinXP shares). I changed nothing, but when I restarted today Finder offers me only 'Library' and a folder called...
ping and nslookup problems on MAC OS X; Samba - Hi, A conundrum..... I have a MAC G4 networked to a Linux PC and a Windows 98 PC on the same network. The Linux PC is acting as a local DNS server. Both the Linux PC and Windows PC are providing SMB shares. The problem I am having is that when I try t...
OSX-SAMBA - Alias versus Symbolic Link - If anyone knows a better group to pass on this info please do do. I have set up SAMBA on OSX (10.2.5) to make a public share for all mac and PC users. One thing that has always been a problem is the inability of PC's to follow aliases. I have noticed..
A Samba situation btwn 2 Macs and a Dell laptop - Before I get too much further into this, I should mention that I myself am a former iMac G3/600 owner/user. A few of these problems were present between that machine and the Dell discussed below. Some, however, are new and unique to this slightly-older..
Accessing iDisk from Win XP - Anyone had a problem accessing iDisk from Win XP Pro? The download from Apple won't install properly generating an error message. Using My Network Places doesn't work either. I get to the Win XP login prompt, enter my username and password, and when I.... |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|