similar to: Re: samba Digest, Vol 45, Issue 18

Displaying 20 results from an estimated 8000 matches similar to: "Re: samba Digest, Vol 45, Issue 18"

2005 Oct 14
2
Help with lattice, regressions and respective lines
# Dear R list, # # I'm needing help with lattice, regression and respective lines. # My data is below: bra = gl(2, 24, label = c('c', 's')) em = rep(gl(3, 8, label = c('po', 'pov', 'ce')), 2) tem = rep(c(0, 0, 30, 30, 60, 60, 90, 90), 6) tem2 = tem^2 r = rep(1:2, 24) y = c(40.58, 44.85, 32.55, 35.68, 64.86, 51.95, 42.52, 52.21,
2007 Sep 19
0
Authentication problems using libsmbclient to traverse DFS links
Hi, I'm trying to create a map of DFS links to actual server/share's. I know that you can get this information by logging on to the DFS root server, but I'm trying to use the libsmbclient API to get this information. I have created a fairly simple DFS structure on 2003 servers with everything on the same domain. //MyDomain/DFSRoot /Link1 -> //Fileserv-1/FileShare1 /Link2
2006 Sep 14
0
looking for good DFS implementation advice
I have read through some of the info on using dfs roots and I am needing some advice. Since a unc is still \\servername\ based it occurs to me that the only way to do this properly is to create a smb.conf file that publishes a netbios name like \\dfsroot -- Then, to create a failover system, I would take that config file and copy it around to multiple samba server. Then, have some kind of watch or
2005 Oct 21
1
DFS not working w/ fully.qualified.sub.domain
Hi: I've got a samba/DFS server configured that works fine under it's original name, but I'm getting booted out of that DNS domain, into a subdomain. All my (WinXP) clients have drives mapped to names like \\server.domain.com\dfsroot. If I browse to the path, \\server.domain.com\dfsroot, everything works. I can access the shares pointed to via the dfs links But, now the network is
2004 Nov 27
0
Samba 3.x problem setting up DFS and XP2
Hi, i tried to running Samba 3.0.9 with MSDFS under Linux 2.6.9. The normal sharing of Directories to the Target-Server (also Samba with same version and Linux) run's without problems. Only the dfs-share to the same Samba-Server is not usable. The Share-Name self is visible but without cointain. I have compiled the new source with the "--with-msdfs" switch and have also check the
2007 Jun 11
1
dfs problems in 3.0.25a after client reboot and remapping
We restored to 3.0.23d after update to 3.0.25a because of strange dfs behavior. the detailed situation: on msdfs root server 'samba' ls -lR dfsroot/: drwxr-xr-x appl1 dfsroot/appl1 lrwxrwxrwx share1 -> msdfs:server1\share1 [dfs] comment = "SaMBa DFS root" path = /path.../dfsroot # next line does not work prior 3.0.25 !!! # hide unreadable = Yes
2004 Mar 05
0
Problem w. SAMBA as dfs root
Hi, I have configured samba 3.0.2 as Dfs root but it seems smbd dont translate symlink to remote share name. All targeted shares are from testing workstation directly accessible. My config is: --- [global] debuglevel = 10 netbios name = SAMBAII workgroup = XAMBA security = user domain logons = yes preferred master = yes domain master = yes local master = yes
2017 Apr 20
2
Domain DFS on new share
Hi, I am trying to configure domain DFS (I think that's the correct term) as below, using the guide on the wiki: https://wiki.samba.org/index.php/Distributed_File_System_(DFS)#Configure_domain-based_DFS_in_Samba I am aware that the wiki says that this doesn't quite work... however it feels to me that it's very close, nearly working, and I might be able to get it going (hopefully?!)
2007 Jul 04
1
dfs problems addressed in 3.0.25b?
Is the issue below addressed in 3.0.25b? (no freebsd port available yet so I'm still at 3.0.25a) I can't see anything specifically about this in the release notes. I just want to add that I've also seen this behaviour on a windows xp x64 client. It's a pretty serious problem.. so I'm also thinking I may have to revert to an earlier version if it doesn't look like a
2007 Aug 09
0
dfs problems in 3.0.25a after client reboot and remapping
Hi guys, I haven't seen any replies to this, but im seeing the exact same thing with Fedora 7 samba (with all the currently available patches). using winbind into a an ADS realm. My samba is 3.0.25b. Clients are XP, 2003 r2 SE and EE 32bit, 2003 r2 SE 64 bit. All work ok for a while, then suddenly start doing the same as below. I.e., when mapped it looks fine, then some time in the future
2006 Feb 10
2
Unable to access and browse a DFS tree
Please help me understand why I am unable to connect to and browse the newly configured DFS tree that I installed on my Samba server according to the instructions found in Chapter 18. "Hosting a Microsoft Distributed File System Tree" of the official how-to. Irrespective of whether I try to access the dfs file tree from either the local file browser (and choosing the SMB tree) or from
2004 Mar 10
1
Please help me with configuring samba as Dfs root !
Hi, I have configured samba 3.0.2 as Dfs root but it seems smbd dont translate symlink to remote share name. All targeted shares are from testing workstation directly accessible. My config is: --- [global] debuglevel = 10 netbios name = SAMBAII workgroup = XAMBA security = user domain logons = yes preferred master = yes domain master = yes local master = yes
2007 Apr 06
1
Authentication problems using libsmbclient API and DFS shares
Hi, I'm trying to create a map of DFS links to actual server/share's.? I know that you can get this information by logging on to the DFS root server, but I'm trying to use the libsmbclient API to get this information. I have created a fairly simple DFS structure on 2003 servers with everything on the same domain. //MyDomain/DFSRoot /Link1 -> //Fileserv-1/FileShare1
2001 Dec 14
1
Using MSDFS
I've set up a dfs share according to instructions. There is one part of the instructions that I don't understand. I've checked the forum archives but can't find any examples which might help. In the Instructions section (4.1 of the HTML Samba Project Documentation), is shows how to set up the symbolic links in a DFS share, as shown below. I have 2 Samba servers (SMB1 and SMB2).
2002 Oct 24
1
MSDFS info...
Hi, I'm new on Samba... I'm trying to set a samba server with a DFS share. I have found this example: # The smb.conf file: [global] netbios name = SAMBA host msdfs = yes [dfs] path = /export/dfsroot msdfs root = yes then I must create some link into /export/dfsroot: root# cd /export/dfsroot root# chown root /export/dfsroot root# chmod 755 /export/dfsroot root# ln -s
2011 Aug 24
1
MSDFS working with IP address but not with name
Hi, - Server : Ubuntu server 11.04 - Samba 3.5.8 - (Likewise 6.0.0-2 if that can make sense... ? - Anyway : working fine; A.D. integration OK) - Client : windows XP SP3 When trying to use this brand new server as a DFS root, I'm facing an issue I can't solve: - Pointing to \\servername\dfsroot\linktootherserver I'm getting the error message "share refers to a location that is
2017 Apr 20
0
Domain DFS on new share
On Fri, Apr 21, 2017 at 12:09:25AM +0100, Jonathan Hunter via samba wrote: > Hi, > > I am trying to configure domain DFS (I think that's the correct term) > as below, using the guide on the wiki: > https://wiki.samba.org/index.php/Distributed_File_System_(DFS)#Configure_domain-based_DFS_in_Samba > > I am aware that the wiki says that this doesn't quite work...
2007 Mar 03
2
Unable to follow dfs referral - still a problem for smbclient & also freebsd smbfs
Hi, Does anyone know if there has been any more progress on the problem of browsing 'complex dfs roots' see http://lists.samba.org/archive/smb-clients/2006-February/000622.html Basically it occurs whenever you have a Microsoft Distributed File System Tree where the links are to subfolders of the destination share. Microsoft clients have no trouble browsing such trees. The Samba HOWTO
2005 Apr 20
1
DFS links not working
Hello list I try to setup a DFS root like documented in the Samba HOWTO Collection Chapter 18. (using Samba 3.0.14a btw.) I setup everything as specified there, but when I try to access one of the linked shares from a windows machine, I get a message telling me the location is unavailable. Looking at the logs reveals: ---------------------------- 8< ---------------------------- [2005/04/20
2007 Nov 28
3
DFS root in homes possible?
Hi list DFS Links in a separate share seems to work, but in the [homes] section does not. Is this a known problem? Samba is 3.0.26a. /etc/smb.conf excerpts: ---------------------------- 8< ---------------------------- [global] ... host msdfs = yes ... [homes] ... msdfs root = yes ... [dfstest] path = /data/dfsroot msdfs root = yes ---------------------------- 8<