Displaying 20 results from an estimated 1000 matches similar to: "Question about DFS"
2016 Apr 28
2
Question about DFS
On 28.04.2016 11:16, Reindl Harald wrote:
> Am 28.04.2016 um 11:00 schrieb tell at posteo.de:
>> i'm trying to figure out some specific things about Samba DFS.
>>
>> 1. What is the ordering method of a DFS Share with multiple servers
>> (e.g. msdfs:serverB\\share,serverC\\share linkb ; Source:
>>
2016 Apr 28
0
Question about DFS
1. What is the ordering method of a DFS Share with multiple servers (e.g.
msdfs:serverB\\share,serverC\\share linkb ; Source:
https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/msdfs.html)?
With a Microsoft DFS i have 3 options regarding the target. (Targets in a
client's site are listed first in a referral. Nevertheless i can choose
between: Random order, Lowest cost, Exclude targets
2016 Apr 28
0
Question about DFS
Am 28.04.2016 um 11:00 schrieb tell at posteo.de:
> i'm trying to figure out some specific things about Samba DFS.
>
> 1. What is the ordering method of a DFS Share with multiple servers
> (e.g. msdfs:serverB\\share,serverC\\share linkb ; Source:
> https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/msdfs.html)?
> With a Microsoft DFS i have 3 options regarding the
2016 Apr 28
2
Question about DFS
On Thu, Apr 28, 2016 at 10:08:54AM -0700, Jason Chang wrote:
> 1. What is the ordering method of a DFS Share with multiple servers (e.g.
> msdfs:serverB\\share,serverC\\share linkb ; Source:
> https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/msdfs.html)?
> With a Microsoft DFS i have 3 options regarding the target. (Targets in a
> client's site are listed first in a
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
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).
2010 Nov 15
2
SSH keys question
All,
I have 3 servers. All 3 are CentOS 5.5. All 3 have identical
/etc/ssh/sshd_config files. I used ssh-keygen (with no arguments) to
generate keys with no password. I then added all 3 id_rsa.pub keys to the
authorized_keys file.
With this set up, I should be able to ssh between all 3 boxes without
needing a password. The problem is that one of the servers keeps asking for
a password even with
2016 Apr 28
0
Question about DFS
I see. I based my answer on a older distribution. 4.1.6. Thanks Jeremy for
the info.
On Thu, Apr 28, 2016 at 11:51 AM, Jeremy Allison <jra at samba.org> wrote:
> On Thu, Apr 28, 2016 at 10:08:54AM -0700, Jason Chang wrote:
> > 1. What is the ordering method of a DFS Share with multiple servers (e.g.
> > msdfs:serverB\\share,serverC\\share linkb ; Source:
> >
2010 May 05
3
NIS question
Hi
How can we use NIS to control a user in different servers?
eg: serverA /home/userA/javaapplication
serverB /export/home/userA/javaapplication
serverC /vol/home/javaapplication
Thank you
2007 Jun 08
3
Asterisk 1.4 with Unicall
I have a small call center running with Asterisk 1.4.4 and Unicall.
Everything seems to be working but twice now we had to reset the server
because all lines stopped working. You can see users dialing in and
reaching the queue but the agents never get the call and the lines are
not released.
I saw that there is a new Zaptel driver which fixes a racing condition
with a TE110P card which is
2004 Aug 06
2
Master vs Relay
Hello,
I have working enviroment with sourceworkstation (ices2) and one
broadcast icecast2 server.
One live stream, working fine.
Now, I want to add two another icecast servers like chain:
ourceworkstation -> serverA -> serverB -> serverC
o users can choose nearest server to connect.
But dont know, how to configure it. Examples of config files uses
127.0.0.1 everywhere, so it is not
2006 May 02
1
Only one NDS_ldapsam possible?
Hi,
is there a way to define more than one NDS ldap server in smb.conf? It
seems that
only the first ldap server is used and if unavailable none of the other
backends are going to be tried. Samba then still tries to connect over
and over to the unavailable eDirectory-Server.
My passdb entry looks like this (it?s all in one line):
passdb backend = NDS_ldapsam:ldaps://serverA.blabla.com:636
2018 Sep 18
3
Share cannot be accessed when samba is in Domain with security enabled
Hi Rowland,
Sorry, I shall post such questions to mailing list in future.
Here is my smb.conf
#############My smb.conf##########
[global]
workgroup=SAMBADFS
server string=SMB Server
netbios name=Shivatest
realm=SAMBADFS.LOCAL
log level=1
log file=
max log size=2000
max smbd processes=100
security=ADS
password server=10.10.1.1
wins support=no
client NTLMv2 auth=Yes
wins proxy=no
server
2017 Oct 31
1
"mount error(112): Host is down" on Ubuntu 17.10
Hello,
I am a long time Samba user but new to this list. Now I need some help
on a CIFS mount issue I just encountered.
We have 4 Samba servers:
ServerA: Samba 3.0.28a
ServerB: Samba 3.6.25
ServerC: Samba 4.3.11
ServerD: Samba 4.3.11
I am using a BASH script to mount shares in user's home directory using
this line:
sudo mount.cifs //192.168.123.29/share/ ~/server/share -o
2006 Jul 21
9
multi-server rails deployment
I''m building an app in rails that will be deployed on 3 different
servers but am not sure the best way to deploy it. The app is
something like Google Adwords (an online advertising program,
essentially).
ServerA is the Administration server
ServerB is the Ad server (feeds ad requests to affiliates)
ServerC is the Click server (handles incoming clicks from our affiliate sites)
All 3
2007 Dec 13
2
How do I do this?
I have 2 asterisk servers - serverA and serverC - connected via IAX2.
On serverA, I have a "telemarketer hold" extension which, if I transfer a
caller into it, loops around playing music & "please wait" messages, until
they give up & hang up the phone.
Also on serverA, I have a custom devstate, which lights a lamp on a phone
connected to serverA, which tells me if
2018 Apr 21
1
Issue while upgrading from 4.4.4 to 4.7.7
Hi ...,
I am trying to upgrade from Samba 4.4.4 to Samba 4.7.7 and I am facing an
error similar to the one mentioned here -
https://bugzilla.samba.org/show_bug.cgi?id=12297
https://bugzilla.samba.org/show_bug.cgi?id=12385
I get the following error message *every time* I run -
samba-tool dbcheck --cross-ncs --fix --yes
2012 Jun 08
2
Director pop3 real ips v2.1.1
good day!
I'm experiencing problem with pop3 proxying:
on backend servers in logs there's director's ip instead of remote's
like this:
Jun 8 15:21:23 host-01 dovecot: pop3-login: Login: user=<test1 at example.com>, method=PLAIN, rip=192.168.5.102, lip=192.168.5.100, mpid=26170, secured
Jun 8 15:32:16 host-01 dovecot: pop3-login: Login: user=<test1 at example.com>,
2014 Dec 09
2
DCB 4.1 spec update
On Wed, Dec 10, 2014 at 7:36 AM, Ben Skeggs <skeggsb at gmail.com> wrote:
> On Wed, Dec 10, 2014 at 4:26 AM, Andy Ritger <aritger at nvidia.com> wrote:
>> Hi,
> Hey Andy,
>
>>
>> The VBIOS on GM20x GPUs uses a slightly updated version of the DCB.
>> I've posted an updated DCB spec here:
>>
>>
2011 Sep 09
1
debug user's message retrieval
Hi there!
Is there any method to log user's activity with pop3 service?
I'll try to explain situation:
In maillog I saw that my dovecot lmtp saved four letters in user's
mailbox.
After a while I got a call from that user saying that he received
nothing.
Is there any method to log that that user RETR every single letter,
maybe with full names of letter's id or something like