similar to: PDC moved; domain admin user lost privs

Displaying 20 results from an estimated 10000 matches similar to: "PDC moved; domain admin user lost privs"

2001 Oct 22
3
Feature req: multiple source trees
Hi everybody, I want to share a feature request I wrote here some time ago. I'd like to give rsync more than 1 source-tree, where the "sum" (as described below) is rsync'd to the destination. suppose I have some machines, which have almost the same configuration, different only in small details. Then I want to rsync all machines from a master, with the details as specific to
2013 Mar 09
2
file corruption
Hi, I am backing up about 500G of data from a linux-based NAS to a USB hard drive attached to a router (rt-n16 with tomatousb firmware). Both NAS and the router have rsync-3.0.9. The router is running rsync in the daemon mode. To test the set up, I rsync'd the files to the empty USB hard drive, then back to the NAS in a new temp dir. Afterwards, I did a local "diff -r" on the NAS.
2010 Aug 22
1
how to set folder redirection on Windows 7 with a Samba PDC
Hi, I have read that Windows 7 is using a new admx format and that it is not compatible with the old-school poledit. If I would like to stick with a Samba PDC, is there any elegant way to get Windows 7 client to obey the folder redirection(and possibly other rules) set using poledit & NTConfig.pol? I have been searching the mailing list, but there doesn't seems to be much detailed
2003 Dec 01
3
rsync'd destination much larger than source
Hello. Recently, I started using rsync to backup files in my root partition on an Ensim box over to a remote machine. The remote machine 'pulls' from the Ensim box using the following: rsync -arvzx --exclude=/proc --exclude=/tmp --exclude=/mnt --delete --delete-excluded -e ssh 192.168.0.1:/ /bkup/rootpart/ The problem is, if I 'df' the Ensim box, it reports that the entire
2016 Aug 04
4
help please: how to sort the contents of a "SymbolTableListTraits<GlobalVariable>"?
Dear sir, Thanks for your reply. I apologize for taking a few days to reply. > Crashed how? Please see the below. > Have you turned on ASan? Not yet, but thanks for the suggestion. I guess I will try to rebuild my modified Clang+LLVM with addr. san. and see what happens. > I recommend attaching a minimal reproduction... Well, since I`m hacking on LLVM itself, this is not
2017 May 17
3
Best practices for copying lots of files machine-to-machine
Vanhorn, Mike wrote: > On 5/17/17, 12:03 PM, "CentOS on behalf of ken" <centos-bounces at centos.org > on behalf of gebser at mousecar.com> wrote: > >>An entire filesystem (~180g) needs to be copied from one local linux >>machine to another. Since both systems are on the same local subnet, >>there's no need for encryption. >> >>I've
2020 Feb 05
2
Relabel /usr directory
> The -X option to rsync will copy all extended attributes from the old to > the new filesystem. > Yes, I discovered this when I rsync'd a whole 4Tb filesystem and the backup system decided everything had changed because the attributes had changed. I've settled on using "rsync -avHAX ..." and that seems to keep everything preserved. P.
2008 Mar 11
2
Problems mountine lustre thru an ib2ip gateway
Hello, I am trying to mount a lustre filesystem thru an ib2ip gateway. The MDS''s have infiniband connections. The client nodes are tcp/ip connections. I am able to route between the client nodes and the MDS''s. I have the following in /etc/fstab: abe-mds1 at o2ib0,abe-mds2 at o2ib0:/home/client /abehome lustre _netdev,flock 0 0 I get the following when trying
2010 Sep 11
1
Admin Privs When Joining Domain
Hello, When I attempt to join the domain using YaST (openSUSE's system configuration tool) or 'net join DOMAIN,' it prompts me for a network admin's username/password. The IT network admin already manually joined the machine to the network's AD domain (server-side), but Samba still needs a username/password. The workstations are batch-installs and are unattended, so we need a
2008 Mar 01
1
"callpark" feature in ABE?
Hi All - Anyone know if the "callpark" feature is in ABE? Is there a comprehensive list of the differences between ABE and the open source version? I've only seen a bullet-point chart which has no real detail. Thanks, Noah
2009 Mar 25
3
anonymous dtrace?
Hello experts, I heard that there is something called anonymous dtrace that would still be running when I do a reboot. Basically, I have the following problem: The /boot/solaris/bootenv.rc file in my alternate boot environment is getting modified when I reboot the machine after doing luactivate <ABE>. It happens only on init 6, doesn''t happen when I do a simple reboot. The set
2016 Jul 25
7
grouping global variables by alignment: safe to do at LLVM level, or only at Clang level?
Dear all, Howdy! ;-) This is Abe of the Samsung Austin R&D Center`s compilers team. As an early part of a project that should help performance on some CPUs, I would like to cause global variables [at least from C and C++ programs] to be grouped together according to their alignment needs, which should help to slightly reduce RAM requirements in some cases. IMO this should be done at
2016 Jul 27
2
help please: how to sort the contents of a "SymbolTableListTraits<GlobalVariable>"?
Dear all, In the process of trying to add optimization for better layout of global variables, I have run up against a roadblock: I don`t seem to be able to sort the contents of a "SymbolTableListTraits<GlobalVariable>" -- or even swap two elements in that list -- without causing LLVM to crash. I have tried writing a comparator class and then using "llvm::iplist<
2004 Jan 16
1
Share Unavailable
Hi, I have files rsync'd from an old samba server. When I try to run testparam I see the following notice. Samba is running on the new server. Does anyone know what I'm doing wrong? Load smb config files from /etc/samba/smb.conf Processing section "[homes]" NOTE: Service homes is flagged unavailable. Processing section "[transfer]" NOTE: Service transfer is flagged
2010 Dec 24
1
iPDF cluttering up file system
I have a customer using OS/X that creates thousands of PDFs per month using a tool called iPDF ART5. The server is Centos 5.x with samba-3.0.33-3.29.el5_5. Every PDF he creates also creates a hidden file with similar name. These files get rsync'd onto my server and my tape robot attempts to save them to tape but generates file not found errors. ._Skin Care : Cannot stat: No such file or
2002 May 15
1
Excluding NFS mounts
To whom it may concern, Would appreciate it if anyone knows how we might easily exclude NFS mount points within a file system from being rsync'd? Regards, Craig Donnelly Andel Consulting 10 Fenchurch Avenue London EC3M 5BN Tel: 0207 6655055 Fax: 0207 6655060
2005 Nov 07
1
Rsync and permissions - rsync version 2.6.4 protocol version 29
What does rsync do with permissions? Using rsync -auvP ./* targetMachine:/targetDir I sometimes get an error/warning such as: chown GENERO/uk/reinsure/prod/rel/dbmodify.4gl : Operation not permitted The source file has owner/group stevet:dev and the target stevet:users The files are being rsync'd as user 'fyl' - fyl belongs to both dev and users group. The 'oddity' is
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
2012 May 16
1
Evaluation without using the parent frame
I've been tracking down a survival problem from R-help today. A short version of the primary issue is reconstructed by the following simple example: library(survival) attach(lung) fit <- coxph(Surv(time, status) ~ log(age)) predict(fit, newdata=data.frame(abe=45)) Note the typo in the last line of "abe" instead of "age". Instead of an error message, this returns
2014 Aug 12
1
Sysvol "incorrect parameter" on some new DC's
I have a site with a working Samba4 AD domain with a single DC. It works. I've added three new DCs to the domain [using the SerNet packages for 4.0.21]. The intention is to then demote the old, original Samba4 DC. But problems exist for netlogon/sysvol. One of the new DCs - the second one added - works, clients can access netlogon & sysvol. However the other two DCs have ACL errors