search for: rebinding

Displaying 20 results from an estimated 160 matches for "rebinding".

2015 Jan 25
2
Centos 7 | Rebind ctrl + alt + f# keystroke to application
...he keystrokes to the application? I tried the following solution (xorg.conf edit) but my PC freezes during boot process. I had to rollback the xorg.conf changes to get the GNOME session. What's the correct way to rebind the ctrl+alt+f# keystrokes? http://unix.stackexchange.com/questions/34158/rebinding-disabling-ctrlaltf Below you can find my system details as extracted by the getinfo.sh Basic system information: == BEGIN uname -rmi == 3.10.0-123.13.2.el7.x86_64 x86_64 x86_64 == END uname -rmi == == BEGIN rpm -qa \*-release\* == epel-release-7-5.noarch adobe-release-x86_64-1.0-1.noarch cen...
2012 May 15
5
[PATCH 0 of 4 v3] Add commands to automatically prep devices for pass-through
...sary), and binding it to pciback. pci_assignable_list: List devices assignable to guests. Just renamed from pci_list_assignable. pci_assignable_remove: Make the device no longer assignable to guests. This involves unbinding the device from pciback and removing the slot. It optionally involves rebinding the device to the driver from which we stole it. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
2012 Jun 26
1
rebind interface configuration in samba
Hi, I have a virtual IP which migrate from one server to another depending the server status. I have a problem with this behaviour and samba. When the IP migrates to another server, in the first server samba is stopped. When the IP is going to come back to the first server, samba is started and after that the IP come back. The problem is: Samba (smbd) doesn't bind the IP because it is
2002 Jun 17
2
[PATCH] chages to pdb_ldap for new OpenLDAP versions and for better rebinds
> Andrew Bartlett wrote: > > > > Dave Snoopy wrote: > > > > > > What version of OpenLDAP are you compiling/linking > > > against? > > > > > > > [abartlet@piglett abartlet]$ rpm -q openldap > > openldap-2.0.23-4 > > I would appricate it if some people could test out the attached patch to > current Samba HEAD
2016 Sep 21
4
How to rebind an email address for my LLVM rw account?
Hi! Some time ago my email address, that I use for committing to LLVM SVN repo has changed (nasty corporate mail changing) and now it's not aligned with email I sent to Chris according to http://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access page . Unfortunately it's not possible to forward all messages from LLVM mailing lists from my old address to new one, so I wonder
2015 Jun 19
0
Samba rebind user@email.com to user_email.com
Hello again, user at my.domain working for me with dovecot-imap/ exim ads samba4.1.17. Ex: hosts = my.ads.host:389 dn = cn=myuser ,cn=users,dc=my,dc=domain dnpass = secret auth_bind = yes ldap_version = 3 base = cn=Users,dc=my,dc=domain scope = subtree user_filter = (mail=%u) pass_filter = (mail=%u) pass_attrs = mail=%u,= userPassword=password You see the "user at my.domain" is
2015 Jun 19
2
Samba rebind user@email.com to user_email.com
Hello List, I'm dealing with the following issue here: https://forum.zentyal.org/index.php?topic=25300.0 Although it starts with OpenChange, it ends with Samba4 so I very much hope that somebody on this list can help me out. Basically I try to authenticate users through the Outlook autoconfigurator using RPC-OVER-HTTP to a samba server. The problem is that in Samba4/LDAP I cannot have
2012 Feb 06
0
BDC constantly rebinds to master ldap server causing browsing delay
...sambaDomainName=AEI,dc=ae-solutions,dc=com], filter => [(objectClass=sambaDomain)], scope => [0] ldapsam_get_account_policy: failed to retrieve from ldap ldapsam_set_account_policy_in_ldap smbldap_modify: dn => [sambaDomainName=AEI,dc=ae-solutions,dc=com] rebindproc_connect_with_state: Rebinding to ldap://ldap1.ae-solutions.com/sambaDomainName=AEI,dc=ae-solutions,dc=com as "cn=Manager,dc=ae-solutions,dc=com" rebindproc_connect_with_state: setting last_rebind timestamp (req: 0x66) Failed to modify dn: sambaDomainName=AEI,dc=ae-solutions,dc=com, error: 17 (Undefined attribute typ...
2015 Jan 26
0
Centos 7 | Rebind ctrl + alt + f# keystroke to application
On 01/25/2015 09:31 AM, Konstantinos Karadamoglou wrote: > > I have an application (IntelliJ IDEA) which uses the ctrl+alt+f# key > combinations to provide shortcuts. The keystrokes are bind to the ttys > virtual consoles. Is there anyway to rebind the keystrokes to the > application? Change the keymappings that IDEA uses: settings > keymap > keymappings > default for
2007 Feb 20
0
[PATCH] Xenconsoled should ignore spurious watch event. Otherwise, it can rebind to the same evtchn of a dying domU during suspending and cause below error message:
# HG changeset patch # User john.levon@sun.com # Date 1171946682 28800 # Node ID e8a7491ed4c57d4d82642dd954b8909d9065b377 # Parent 24a6bc1d1b93405558741a2a8fa7ba2f7c44964a Xenconsoled should ignore spurious watch event. Otherwise, it can rebind to the same evtchn of a dying domU during suspending and cause below error message: (XEN) event_channel.c:177:d0 EVTCHNOP failure: domain 0, error -22,
2003 Jan 09
1
Re: samba (2.2.7a) + openldap (2.0.x)
> >Seems I was wrong (left out ldap switch ...), it doesn't compile on >cooker, here is the error: > >Compiling passdb/pdb_ldap.c >passdb/pdb_ldap.c: In function `ldap_connect_system': >passdb/pdb_ldap.c:289: warning: passing arg 2 of `ldap_set_rebind_proc' >from incompatible pointer type >passdb/pdb_ldap.c:289: too many arguments to function
2008 Nov 24
10
[PATCH] Dom0 Kernel - Fixes for saving/restoring MSI/MSI-X across Dom0 S3
Hi, Keir, This patch is a bugfix for saving and restoring MSI/MSI-X across S3. Currently, Dom0''s PCI layer unmaps MSI when S3 and maps them back when resuming. However, this triggers unexpected behaviors. For example, if the drivers still holds that irq at the point of unmapping MSI, Xen will force unbind that pirq. But after resume, we have no mechanism to rebind that pirq. The device
2018 Jan 23
2
RFC: Towards unified semantic for casts
Hi everyone, I have an idea that should allow reducing code duplication in Casting.h while making llvm::isa, llvm::cast, llvm::dyn_cast, etc more generic. Since we added unique pointers support for these template functions (see ab480f45cd23c08cb9aa3f427aad072df249135f) I propose to generalize their semantics to deal with any pointer-like type (i.e. dereferenceable and implicitly convertible to
2015 Jun 23
0
Problem with LDAP... again...
Hi list! I'm always trying to configure Dovecot to ask our LDAP-Server (AD) in order to authenticate the users. I really don'know what can I do wrong... I configured my Dovecot so: hosts = chimaera.company.local dn = CN=mailproxy,CN=Users,DC=company,DC=local dnpass = SECRET sasl_bind = no tls = no debug_level = -1 auth_bind = yes ldap_version = 3 base = dc=company,dc=local deref =
2012 Feb 03
2
If and apply?
Hello, I'm trying to replace any value within a column where the value is less than 10% of the median of the column with NA. In other words, if the median of one column is 500, any value in that column that is less than 50 should become NA. Doing a lot of searches, it seems like I should be using apply. But when I put the if statement inside like this, I get serious errors: >
2005 Apr 05
1
lvm/xen too many files opened
I have hopefully a quick question for the Xen masters out there. I have a few xen domains running on moderate hardware (x86 p4 with HT). The unprivileged domains are running on a LVM snapshots of a template to save time in deploying test domains. While running nessus inside one of the domains, there seems to be an issue with too many files getting opened and my LVM snapshot (really a CowFS in
2006 Sep 22
0
Help with dhclient.conf & vendor options
.../var/lib/dhcp/dhclient-eth0.leases lease { interface "eth0"; fixed-address 192.168.80.10; option subnet-mask 255.255.255.0; option dhcp-lease-time 691200; option dhcp-message-type 5; option dhcp-server-identifier 192.168.80.1; option dhcp-renewal-time 345600; option dhcp-rebinding-time 604800; option vendor-encapsulated-options 28:a:70:75:62:6c:69:63:6e:65:74:0:29:8:c1:76:c0:21:c1:76:c0:18:2a:8:c1:7 6:c0:18:c1:76:c5:5e:77:1e:63:6f:6d:6d:2e:61:64:2e:72:6f:6b:65:2e:63:6f:2 e:75:6b:20:72:6f:6b:65:2e:63:6f:2e:75:6b:0; renew 1 2006/9/25 12:41:13; rebind 5 2006/9/29 10:32:59...
2004 Oct 04
1
BUG: ssh-agent unlinks sockets/files it doesn't own.
I've noticed a problem in the openssh sources. It can most easily be replicated as follows: > [rich at goblin] sl=1 ~ > 01:05:47$ ssh-agent -a ~/.ssh/agent.sock > SSH_AUTH_SOCK=/home/rich/.ssh/agent.sock; export SSH_AUTH_SOCK; > SSH_AGENT_PID=553; export SSH_AGENT_PID; > echo Agent pid 553; > > [rich at goblin] sl=1 ~ > 01:05:50$ ssh-agent -a ~/.ssh/agent.sock
2009 Mar 11
1
ciaddr in dhcp_proto.c
Hello all: According to rfc 2131, page 9: "ciaddr Client IP address; only filled in if client is in BOUND, RENEW or REBINDING state and can respond to ARP requests. " Is it ideal to change "boot.ciaddr = dev-> ip_addr" to "boot.ciaddr = INADDR_ANY" in dhcp_send() function? I've used a TP-LINK TL-R402M router and it will give a DHCPNAK if ciaddr is not empty.
2013 Mar 09
0
CEBA-2013:0394 CentOS 6 PackageKit Update
CentOS Errata and Bugfix Advisory 2013:0394 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0394.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 058d56e83c5e55e00d782aa2b699ce6f3b150f4e461748b8604d48d9d1e6c2f7 PackageKit-0.5.8-21.el6.i686.rpm