Displaying 20 results from an estimated 500 matches similar to: "Why a PDC?"
2003 May 01
2
no wins registering?
I have multiple samba servers. smb1 is my master, smb2 is a slave.
My master has this:
name resolve order=wins hosts bcast
# wins server=127.0.0.1
wins support=yes
The Slave has this:
name resolve order=wins hosts bcast
# wins server=<IP OF Master>
wins support=no
After 24 hours the Master forgets who the slave is. If I restart the
slave he notifies the master who
2004 Jul 30
2
Samba problems in stable?
Recently a production "stable" samba server started producing this:
samba-log.cpr8r: oplock_break failed for file Share1/Files/Financial/Comms.xls (dev = b, inode = 151073815, file_id = 31).
samba-log.cpr8r: oplock_break failed for file Share1/Files/Financial/Futures.xls (dev = b, inode = 411546895, file_id = 31).
samba-log.cpr8r: oplock_break failed for file
2003 Jun 20
7
ok, so oplocks: good or bad?
I have been searching for info on this and haven't found an
authoritative answer. From what I have read, oplocks are good because
they increase connection speeds, but they are bad because they don't
really work, but they actually do work, but they only work in some
cases, etc etc.
so, here's my problem and my question together: I get tons of these
messages every day (over a thousand a
2007 Nov 20
4
SETGID not being inherited
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have an Debian system running samba 3.0.14a from sarge. It is
exporting a file system, /data. This file system has the perms 2770.
I have set the following in the smb.conf:
inherit permissions = yes
inherit acls = yes
I mount the filesystem from a linux, ubuntu, client and create a
directory. The directory comes out with perms 0770. I can
2009 Dec 17
1
NTP
Hi folks
I have a Centos 5.3. I'm wondering how can I make this linux box to act as a time server for my small network.
I just need this Centos PC act as a time reference for the other PCs so they can keep the time exact the same as the Centos server. Don;t need to syncronize the server with tyhe internet, just keep my local network with the same time in all the PC.
Thanks in advance
David
2017 Nov 09
1
Windows server 2003 domain authentication with Samba version 4.7.0-git.23.4e3f0fb9d15SUSE-oS13.3-x86_64
Dear Samba experts,
IO would like to ask for help with diagnose why my Samba version 4.7.0-git.
23.4e3f0fb9d15SUSE-oS13.3-x86_64 in openSUSE Tumbleweed can not authentificate me
on Windows server 2003 domain
in /etc/fstab I have working combination - smb version only vorks if set to 1.0
//192.168.1.131/shares /home/fodrek/shares cifs credentials=/home/fodrek/
2006 Jan 17
3
plain text auth
Hi everyone,
This is my second try with dovecot, and still no luck.
What I want is twig to work with dovecot on the localhost address .
I need to authenticate through pam for real accounts and through pgsql for
virtual ones.
I just cant autenticate:
logs are : imap-:login: Authenticate PLAIN failed: Unsupported
authentication mechanism
or: Aborted login: method = PLAIN
Could someone please
2003 May 28
4
WINT-NT is working as PDC and Redhat Linux Samba BDC and how to use rsync?
Can anybody give me a hint how to set up Samba BDC(RedHat 9.0) with
rsync-ing WIN-NT PDC so that if WIN-NT PDC is down all the clients can
still get Authentication service from Samba BDC(RedHat 9.0). i have seen
in Samba documentation that it can be done using rsync but nowhwere it
is clearly explained howto do it.. I ran out of gas by looking through
google also... :-(
With Best Regards
YS
2003 May 02
2
A Group Policy Question in Win9x (yes, another one).
I am wondering if anyone has ever answered the question of group policy operability under Windows 9x. That is, I am _not_ looking for a work-around but the real thing--one config.pol file to service several groups.
I have done my homework, hopefully well, but found nothing. To prove this, I will quickly summarize my findings below. Either I have found:
1. a list of unresolved (mostly
2019 Oct 21
3
S4SXP type vs S4 object bit?
I'm trying to understand the R internals a bit better and reading over the
documentation.
I see that there is a bit related to whether an object is S4
(S4_OBJECT_MASK), and also the object type S4SXP (25). The documentation
makes clear that these two things aren't the same.
But in practice, will the S4-bit and object type ever disagree for S4
objects? I know that one can set the bit
2003 May 01
2
Questions on Roaming Profiles
Hello everyone.
Well, I have a couple of questions regarding roaming profiles. I have been
assigned the task of setting up a Samba PDC on our network. Lately, I have
been doing a lot of research and reading to find out the best way I setup
my system. I have a couple of questions I wanted to ask here, in hopes of
getting some feedback.
First, some details:
The server will be Red Hat 8.0 with
2005 Mar 09
1
plot(bclust) what is the 2nd plot?
Hi everyone,
Currently i'm trying to understand the bagged clustering algorithm, bclust
{e1071}.
When I run the given example in the help file (as below)
data(iris)
bc1 <- bclust(iris[,1:4], 3, base.centers=5)
plot(bc1)
and plot the bclust object, 2 graphs are produced.
The first is a dendrogram, but what is the second plot? The axes are not
labelled and what do the two
2002 Feb 18
7
Cross Subnet Browsing.
hi,
I need a hand setting up cross subnet browsing. Does anyone have some
good news group postings, or a HOWTO?
I have 2 samba servers, and 2 subnets. Each servers sits on it's own
domain/workgroup. I think this should be much simpler than it is,
and perhaps I am just missing one or two settings.
Of the 2 servers: A, B I would like 'A' to do any serving or
hold any
2003 Apr 23
3
telnet and samba
I have posted this question twice without any response.
We are running samba on an OpenUnix 8 machine, then we are mapping the
samba share on a Windows 2000 machine. If we run our process from the
Windows command line..(copying files to the share) everything runs
great. The problem is if someone telnets to the Windows 2000 machine
and
runs the same process they get "The specific network
2012 Apr 14
2
some questions about sympy (that is, rSymPy)
I am experimenting with rSymPy, and it seems to work nice.
However, I dislike the need to wrap all sympy expressions within
quotes, it leads to ugly calls like
library(rSymPy)
Var("x,y,z")
sympy("(x+y)**2")
and so on.
Inspired by the function cq from mvbutiles package:
library(mvbutils)
> cq
function (...)
{
as.character(sapply(as.list(match.call(expand.dots =
2007 Aug 16
1
Migrating NT4->Samba3: Found bogus group member...
Hi,
today I tried to migrate an old NT4 PDC to Samba 3 as described in
http://samba.org/samba/docs/man/Samba-HOWTO-Collection/NT4Migration.html
but with the Samba databases on LDAP: Whenever I tried that
net rpc vampire -S NT4PDC -U administrator%passwd
I received error messages that the users cannot be created. When I set
debugging to level 2, it told me about
Found bogus group
2004 Jul 01
4
Pager Notification
Hi;
Before I tell a customer that this would require custom development I
figured I would ask here.
Does Asterisk support pager notification of new voicemails out of the
box? Or do I need an AGI script to do that?
Also, if I want to call a number from an automated program in Asterisk
and get the DTMF tones entered by the user on the other side, is there
an easy way to do this?
Best
2003 Jul 07
1
Migrate NT PDC to SAMBA PDC
Hi all,
I'm trying to migrate NT PDC server to Samba PDC.
and now i use samba 3.0.0beta2.
I looks the migration steps from samba-howto-collection.pdf or
in http://us2.samba.org/samba/ftp/cvs_current/docs/htmldocs/nt4migration.html,
and it's not works well. The step is :
********
The approximate migration process is described below.
" You will have an NT4 PDC that has the users,
2005 Dec 04
1
net rpc vampire not working
Hi,
Can someone help me get "net rpc vampire" in one of its forms working.
The objective is to migrate from an NT4 PDC to a SAMBA 3.0 PDC using
LDAP as a back end. I am trying to migrate the user and machine accounts
across in a lab environment, separate from the main network (I have
replicated the PDC to do this).
I have samba-3.0.20b built from the samba team source RPM on Fedora
2003 May 22
1
second group of domain users don't work
Hi
I'm working on Redhat 9.0,and I use Samba 3 alpha 23
as a PDC(not used ldap).I successfully create user and
group for domain.I create a share on my windows 2000
workstation(using Server Manager),and I add group
permission for the share.It's OK.
for example:I have a user trung.h,he belongs to many
domain group:domusers,layout,acc (primary group is
domusers).And I create a share on my