search for: rebind

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

2015 Jan 25
2
Centos 7 | Rebind ctrl + alt + f# keystroke to application
Hello, I am new to Centos and this mailing list. 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? 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/3415...
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
...P 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 configured after samba start. Is there a way to make samba rebind the interfaces of service to get the migrated IP after samba starting???? Regards, Moses.
2002 Jun 17
2
[PATCH] chages to pdb_ldap for new OpenLDAP versions and for better rebinds
...gt; [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 (pserver.samba.org). The patch does the appropriate > #ifdef magic for the various implementations of ldap_set_rebind_proc(), > including the version that is currectly breaking builds. > > In particular, I would appricate it if sombody could test the actual > rebind functionality itself - needed for some master/slave ldap setups. We REALLY need this BUT for version 2.2.4,5 (see my post from last week...
2016 Sep 21
4
How to rebind an email address for my LLVM rw account?
...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 whether I can rebind an email address for my account? Should I ask Chris to change my email? My old address: m.ostapenko at partner.samsung.com My new address: m.ostapenko at samsung.com Thanks, -Maxim
2015 Jun 19
0
Samba rebind user@email.com to user_email.com
...eMail: mueller at tropenklinik.de Internet: www.tropenklinik.de -----Urspr?ngliche Nachricht----- Von: samba-bounces at lists.samba.org [mailto:samba-bounces at lists.samba.org] Im Auftrag von Martin Lund Gesendet: Freitag, 19. Juni 2015 12:24 An: samba at lists.samba.org Betreff: [Samba] Samba rebind user at 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 authentica...
2015 Jun 19
2
Samba rebind user@email.com to user_email.com
...The problem is that in Samba4/LDAP I cannot have users with email address in their name so instead of: user at company1.com I can only create user_company1.com I don't detail it more because on the top link I have explained everything with pictures. So what I would like to know is how to REBIND the incoming user auth request into a new format if this is possible. auth_check_password_send: Checking password for unmapped user []\[user at company.com]@[sheep] [2015/06/19 11:04:28.601720, 2] ../source4/auth/ntlm/auth_util.c:91(map_user_info_cracknames) map_user_info: Cracknames of accou...
2012 Feb 06
0
BDC constantly rebinds to master ldap server causing browsing delay
Hello, I seem to be having an issue where one of my BDC servers constantly needs to rebind to the "master" ldap server (ldap1.ae-solutions.com). Whenever this happens I see several entries in the log like this: "smbldap_search_ext: waiting 928 milliseconds for LDAP replication." It appears to cause delay when browsing samba shares whenever this happens. The ma...
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 GNOME https://devnet.jetbrains.com/message/5254788
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, line 177 diff --git a/tools/console/daemon/io.c b/tools/console/daemon/io.c --- a/tools/console/daemon/io.c +++ b/tools/console/daemon/io.c @@ -66...
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 >`ldap_set_rebind_proc' >make: *** [passdb/pdb_ldap.o] Error 1 What the real problem, is that the ldap_set_rebind_proc now takes 2 par instead of 3. On line 289 ( I think remove...
2008 Nov 24
10
[PATCH] Dom0 Kernel - Fixes for saving/restoring MSI/MSI-X across Dom0 S3
...cross 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 can not receive interrupt then. With this patch, MSI/MSI-X capabilities and tables are saved in Dom0 when S3 and restored when resume. Actually, this is also the approach that kernel takes. The only concern is that Dom0 should not touch MSI/MSI-X, they are owned by VMM itself....
2018 Jan 23
2
RFC: Towards unified semantic for casts
...td::pointer_traits<fancy_pointer<T>>::element_type * and do not perform ownership transfer. - move_[dyn_]cast should do what unique_dyn_cast is currently doing in a more generic manner: it moves to an object of type typename std::pointer_traits<fancy_pointer<T>>::rebind<G> N.B. std::pointer_traits is a conception that I use to explain the behaviour - not necessary the way I plan to implement it. An example implementation of the proposal for llvm::isa : https://reviews.llvm.org/D42027 -- Kind regards, Dmitry -------------- next part -------------- An HT...
2015 Jun 23
0
Problem with LDAP... again...
...ying 192.168.168.23:389 Jun 23 11:26:43 proxy01 dovecot: auth: Error: ldap_pvt_connect: fd: 20 tm: -1 async: 0 Jun 23 11:26:43 proxy01 dovecot: auth: Error: attempting to connect: Jun 23 11:26:43 proxy01 dovecot: auth: Error: connect success Jun 23 11:26:43 proxy01 dovecot: auth: Error: anonymous rebind via ldap_sasl_bind("") Jun 23 11:26:43 proxy01 dovecot: auth: Error: ldap_sasl_bind Jun 23 11:26:43 proxy01 dovecot: auth: Error: ldap_send_initial_request Jun 23 11:26:43 proxy01 dovecot: auth: Error: ldap_send_server_request Jun 23 11:26:43 proxy01 dovecot: auth: Error: ldap_result ld...
2012 Feb 03
2
If and apply?
...1*median(x))]<- NA}) > head(test) NA.01.N NA.01.T NA.02.N NA.02.T NA.03.N NA.03.T NA NA NA NA NA NA I'm sure that I could get it to work if I read each column individually into a vector, calculate the median, replace the values if less than 0.1*median, then rebind it into a new matrix. However, I'm hoping there is a more elegant way. Do you have any suggestions? Thank you for your help. Rose ===================================================================== Please note that this e-mail and any files transmitted from Memoria...
2005 Apr 05
1
lvm/xen too many files opened
...ins 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 this sense) becomes unusable and unrepairable so i cannot rebind to a new domain. Has anyone else run into this or know how to prevent this from happening? I understand you may point a finger at LVM, and if that is the case, i don''t mind you telling me that ;) ~ chris _______________________________________________ Xen-users mailing list Xen-users...
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...
2004 Oct 04
1
BUG: ssh-agent unlinks sockets/files it doesn't own.
...SSH_AGENT_PID=558; export SSH_AGENT_PID; > echo Agent pid 558; The first ssh-agent survives the ordeal, but finds itself unreachable, and without purpose. I would suggest a couple of changes: 1) unless bind has been successful, don't unlink the socket. 2) teach ssh-agent to either die or rebind if his socket disappears. my pref would probably be death, as I find it more elegant than killing it with ssh-agent -k. The first probably wise for good manners, even though the second will solve the problem. note that: > su > ssh-agent -a /etc/passwd would probably have unpleasant repe...
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
...6a30272e18f262964aaa52175bd759a2e069a80645049e3d2035ac405c18d47 PackageKit-cron-0.5.8-21.el6.i686.rpm 1b59fcf4f4d17b188f2d497658ece1b8b2732a81e006dab863f37c99abdca7e1 PackageKit-debug-install-0.5.8-21.el6.i686.rpm f0e89987d9ea80e8912b5320b5d85f69916244808086772438b4be5c26106d8a PackageKit-device-rebind-0.5.8-21.el6.i686.rpm 506e5f5860b840e8b51fdddbadfb1e96f0e6c01213e0651cc9e4904c258fce2b PackageKit-docs-0.5.8-21.el6.noarch.rpm 4ca7348ac69d0e9aed23072699c94296d99df35e8c42245a6da7f3110d2ab8f2 PackageKit-glib-0.5.8-21.el6.i686.rpm 4768d5d84adaad6b1b21383b926949f67ff8e3a5690f0484f6b6839097f0fc87 P...