Displaying 20 results from an estimated 2000 matches similar to: "AD DNS scavenging and winbind:"
2009 Dec 28
1
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
Hi,
I can't get access to any shares when running "smbclient //DUCK/test -U
Dominic". I'm getting the message:
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
I'm pretty sure it's authenticating properly as it says "session setup ok"
in the debug output. If I enter the wrong password I get:
"session setup failed: NT_STATUS_LOGON_FAILURE"
I'm
2015 Jan 30
2
[LLVMdev] creating a vreg in eliminateFrameIndex()
Thanks Jon and Hal for the helpful pointers. By returning true from
requiresRegisterScavenging() and requiresFrameIndexScavenging(), LLVM
handled all the scavenging effort. That is nearly painless for the
target, so why do some targets seem to do scavenging on their own?
When the scavenged register is loaded with a simple immediate, is it
safe to search the BB and replace other uses of the same
2019 May 02
1
DNS Scavenging in Samba AD
I read the 4.9 “Features added" release notes about newly available DNS scavenging features, and the problem with domains that were set up in earlier versions of samba AD.
"It is now possible to enable scavenging of DNS Zones to remove DNS records that were dynamically created and have not been touched in some time.”
“This support should however only be enabled on new zones or new
2009 Dec 09
2
Kerio Mail Server - anyone?
Hey guys,
I'm trying to install the latest Kerio and it seems to want an older
version of libstdc++ which I cannot find anywhere in RPM land
(sorry, but I just know gmail is going to mangle this on its way out )
[root at localhost ~]# rpm --install
/home/amckay/kerio-kms-6.7.3-7892.linux.i386.rpm
error: Failed dependencies:
libstdc++.so.5 is needed by kerio-kms-6.7.3-7892.linux.i386
2009 Oct 09
2
AD Integration woes - rfc2307 data not being honored
Red Hat Enterprise Linux Server release 5.2 (Tikanga) - x86_64
Samba - 3.0.28-0.el5.8
Objective: To have samba authenticate against AD and utilize the values set for the AD rfc2307 schema.
Problem: Values stored in AD are not being used.
The samba server has successfully joined the AD, but when I do a getent passwd | grep <user> the uid, none of the values returned match what is stored in
2017 Apr 02
2
What is register scavenging?
Hi,
I would like to know what register scavenging is, but reading
RegisterScavenging.h [1]
and googling don't help too much. Could someone explain it a little
bit (what it is and when
we need it), or point me to some nice link, I will be very appreciated. :-)
[1] http://llvm.org/docs/doxygen/html/RegisterScavenging_8h_source.html
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Homepage:
2009 Oct 22
1
Winbind lookup performance
Redhat 5.2 x86_64
samba-3.0.28-0.el5.8
My system is fully AD integrated, the only issue I have is that when I look up a users group (id, groups, etc.) it takes forever.? This is causing issues due to the fact that I have pam policies in place to allow only users from a specific groups to log in, sudo and/or su.? When the cache expires, it can take over 2 minutes to perform the lookup.? I'm
2012 Nov 10
5
[LLVMdev] register scavenger
I'm confused as to the logic used in the register scavenger when it
cannot find a free register.
I would think that it would want to free up the emergency spill slot
immediately after it's use, because otherwise there is a chance of
needing to use the emergency slot again and not be able to.
Instead it tries to restore it only right before register it is freeing up.
Maybe I'm
2010 Jan 15
1
CentOS-announce Digest, Vol 59, Issue 6
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2012 Nov 10
0
[LLVMdev] register scavenger
Hi Reed,
the register scavenger (RS) also keeps track of live registers. This
way it "knows" that the register that was spilled/restored far apart
is available.
Let say you had the following code. You need to find a register to
keep vreg1 and vreg2 in.
R1 = .... // <- RS current liveness state; we have called
RS->forward(It) where It points to here
vreg1 = add SP, 1000
... =
2015 Jan 30
0
[LLVMdev] creating a vreg in eliminateFrameIndex()
----- Original Message -----
> From: "Steve King" <steve at metrokings.com>
> To: jonathan at codesourcery.com
> Cc: llvmdev at cs.uiuc.edu
> Sent: Friday, January 30, 2015 10:52:19 AM
> Subject: Re: [LLVMdev] creating a vreg in eliminateFrameIndex()
>
> Thanks Jon and Hal for the helpful pointers. By returning true from
> requiresRegisterScavenging() and
2013 Feb 05
2
[LLVMdev] register scavenging
I ran into a case in Mips16 where I need two registers.
The problem arises from the fact that SP is not a mips16 register.
You can implicitly use it in load/store and, move it to/from a mips16
register and add small immediate values to it but that's it.
It's not in general a problem for me because there are a bunch of mips32
registers that are hard to use in mips16 so at this time, I
2010 Feb 04
1
Yum: strange dependencies
Hi all,
On Centos 5.4 minimum installation, I tried to install these packages
(notice the dependencies):
===================================================================================================================
Package Arch Version
Repository Size
2013 Feb 06
2
[LLVMdev] register scavenging
So what I realized is that you can't use the simple scavenger trick
where you create the virtual register and use the more advanced features.
This is because you can't call forward() in any form if there are
virtual registers being used by any of the instructions in the basic
block. This will cause forward to fail.
Maybe this is a bug in forward()
On 02/05/2013 02:51 PM, Reed Kotler
2010 May 08
2
which gcc package?
Hello.
I tried to compile a program (plugger), but I don't have *any* sort of
compiler installed. This is on Cent5.3.
So, I used Package Manager, concentrating on gcc. But, it seems that I
have a choice, thus:
gcc-4.1.2-46.el5.i386
gcc-4.1.2-46.el5_4.1.i386
gcc-4.1.2-46.el5_4.2.i386
gcc-c++-4.1.2-46.el5.i386
gcc-c++-4.1.2-46.el5_4.1.i386
gcc-c++-4.1.2-46.el5_4.2.i386
... along with some
2013 Feb 05
0
[LLVMdev] register scavenging
Does not seem that anyone is using the more advanced features of
RegScavenger
On 02/05/2013 01:09 PM, reed kotler wrote:
> I ran into a case in Mips16 where I need two registers.
>
> The problem arises from the fact that SP is not a mips16 register.
> You can implicitly use it in load/store and, move it to/from a mips16
> register and add small immediate values to it but
2015 Jan 29
0
[LLVMdev] creating a vreg in eliminateFrameIndex()
On 1/29/15 2:00 PM, Steve King wrote:
> Hello LLVM,
> The ARM target sometimes adds an instruction with a virtual register
> in eliminateFrameIndex():
>
> https://github.com/llvm-mirror/llvm/blob/master/lib/Target/ARM/ARMBaseRegisterInfo.cpp
>
> This looks late for a virtual register to appear. Where is this vreg made real?
The register scavenger should take care of such
2015 Jan 29
3
[LLVMdev] creating a vreg in eliminateFrameIndex()
Hello LLVM,
The ARM target sometimes adds an instruction with a virtual register
in eliminateFrameIndex():
https://github.com/llvm-mirror/llvm/blob/master/lib/Target/ARM/ARMBaseRegisterInfo.cpp
This looks late for a virtual register to appear. Where is this vreg made real?
Thanks,
-steve
2013 Feb 06
0
[LLVMdev] register scavenging
No. forward() is working correctly. All virtual register references must be resolved before calling it.
-Jim
On Feb 5, 2013, at 4:05 PM, Reed Kotler <rkotler at mips.com> wrote:
> So what I realized is that you can't use the simple scavenger trick where you create the virtual register and use the more advanced features.
>
> This is because you can't call forward() in any
2010 Apr 07
1
Samba permissions problem, winbind auth, ldap nss
Greetings list,
I'm having a problem setting file permissions for users connecting to my
samba file server. CentOS 5.4, samba-3.0.33-3.15.el5_4.1.
I have authentication configured to use winbind, and name services
configured to use LDAP.
I've configured valid users in smb.conf to contain DOMAIN\username for the
users I want to be able to connect.
They can browse the share just fine,