similar to: [PATCH]Cannot send special keys, such as Ctrl+Alt+Del

Displaying 20 results from an estimated 8000 matches similar to: "[PATCH]Cannot send special keys, such as Ctrl+Alt+Del"

2005 Oct 13
0
[PATCH]Send keys in vmx
After you change to the monitor in vmx using ctrl-alt-2, you can send keys to the emulator. Use - to press several keys simultaneously. Example: sendkey ctrl-alt-f1 This patch is useful to send keys that your graphical user interface intercepts at low level, such as ctrl-alt-f1 in X Window. Signed-off-by: Dan Xu <dan.d.xu@intel.com> Signed-off-by: Zhai, Edwin
2007 Oct 24
9
how to press ctrl+alt+del on windows2003
hello, i just installed windows2003 as domU on Xen 3.0.3 using virt-manager. after finished install, now i can see windows login screen. but i can''t send ctrl+alt+del signal to guestOS which is windows2003. is there any key map for this? thank you. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Oct 16
1
How to send Ctrl-Alt-Del to my VM?
Hi, My Windows HVM askes me to press Ctrl-Alt-Del to log in. But that keys are captured by the host. How can I send those keys to my VM? I am using VNCViewer, if that matters. Thanks, Jun _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Dec 08
0
[PATCH]Don''t unshadow current used shadow L2 table.
# HG changeset patch # User Xiaofeng Ling <xiaofeng.ling@intel.com> # Node ID cc6e19224d0b755d24358cd15d1a40f894d320b4 # Parent b215584242c43415eccd008b90c812f3d04b398d Don''t unshadow when the shadow l2 is the current used shadow table. Otherwise, when destorying the domain, if the current sl2 is unpinned, the shadow page will be freed without accquire the shadow_lock. This may
2005 Nov 29
0
[PATCH]small fix for shadow
# HG changeset patch # User Xiaofeng Ling <xiaofeng.ling@intel.com> # Node ID 188b619dad2998f0625b247ee298def1919696ca # Parent 90d9dff476923318f34c993016c9ada8979ee06d small fix for shadow Signed-off-by:Xiaofeng Ling <xiaofeng.ling@intel.com> diff -r 90d9dff47692 -r 188b619dad29 xen/arch/x86/shadow.c --- a/xen/arch/x86/shadow.c Tue Nov 29 09:44:46 2005 +0800 +++
2004 Nov 30
1
cannot change user password with CTRL-ALT-DEL
Has anyone found a resolution to this problem? I am curiousif there is a reg hack or something to correct this behavior. Thanks for anyhelp. Running Samba 2.2.8a-13mdk on mandrake 9.2 with WinXPpro clients. Sambais the PDC. --------------------------------- Do you Yahoo!? The all-new My Yahoo! – Get yours free!
2010 Oct 11
1
Change password via ctrl+alt+del
Guys, How do I enable the password changing via ctrl+alt+del on a windows workstation? This function worked on my previous PDC but I can't get it work on my actual PDC. I looked at the samba log file of the workstation and I saw the following line: "user XXXX cannot change password now, must wait until never" Debian GNU Linux 5.0 Samba 3.5.5 LDAP backend Thank's -- Rodolfo
2014 Mar 16
2
Samba4 Users can not change their password using ctrl + alt + del
Dear Samba team In my lab: Windows XP/7/8 joined Samba4.1 AD DC OK! I don't change any password policy (all are default!) But when users logged on sucessfully, they *pressed ctrl + alt + del* in order to change their passwords (new password included over 8 characters, complexity...), but they failed I also read this link: https://lists.samba.org/archive/samba/2010-September/158171.html
2002 Feb 21
2
RH 7.1 and Ctrl+Alt+Del [off topic]
I know this isn't samba problem, but I hope that You'll understand. I have RH 7.1 installed (Kernel 2.4.2-2) and I have strange, funny but really dangerous problem. In every moment (even when there is login screen) in text mode when I press Ctrl+Alt+Del my machine simply shuts down. Is there any fix for this? PZDRWM Szmoyn
2004 Jan 14
0
Réf. : samba 2.2.8a PDC LDAP CTRL+ALT+DEL password change, not chaning Unix password
Hi, Why you sp?cifie : smb passwd file = /etc/samba/smbpasswd pam password change = Yes If you use LDAP ? It's the interaction between LDAP and these parameter which cause the problem. ----------------------------------- St?phane PURNELLE stephane.purnelle@corman.be Service Informatique Corman S.A. Tel : 00 32 087/342467
2005 Sep 05
2
[PATCH][1/6] add a hypercall number for virtual device in unmodified guest
add a hypercall number for virtual device in unmodified guest There are 6 patches for para-driver support in vmx guest. This is the first one. Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com> Signed-off-by: Arun Sharma <arun.sharma@intel.com> diff -r 287d36b46fa3 xen/arch/x86/x86_32/entry.S --- a/xen/arch/x86/x86_32/entry.S Tue Aug 30 20:36:49 2005 +++
2004 Feb 25
2
password changes with ctrl-alt-del
Currently I'am using samba for file sharing. My smb.conf file is basically setup as default with a few minor changes. Therefore, my samba server is not part of a domain. Right now users can map the samba shares with windows XP... With this type of setup is it possible for them to change there smbpasswd using ctrl-alt-del? If so any examples or hints on how to set this up would be great.
2004 Apr 19
6
cannot change user password with CTRL-ALT-DEL
I've been running samba (currently 2.2.3a-13 for Debian) as a PDC with W2k clients for over two years. The system was up and running quite well for a long time. A couple of days ago, I installed the following MS-patches: MS04-011 MS04-012 MS04-013 MS04-014 MS02-011 Now when users try to change their password from the w2k clients using CTRL-ALT-DEL, a popup window appears saying:
2005 Jun 29
0
[PATCH] fix xc_domain_memory_increase_reservation return value
in xc_domain_memory_increase_reservation, when do_dom_mem_op return 0, it shall also return -1,I met this problem when I try to allocate domain memory. Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com> diff -Nru a/tools/libxc/xc_domain.c b/tools/libxc/xc_domain.c --- a/tools/libxc/xc_domain.c 2005-06-29 17:16:11 +08:00 +++ b/tools/libxc/xc_domain.c 2005-06-29 17:16:11 +08:00 @@
2005 Sep 05
0
[PATCH][4/6] Add to virtual device operations
Add two virtual device operations: 1.set the callback irq for event channel 2.setup the hypercall paramerter share page. Signed-off-by: Ke Yu <ke.yu@intel.com> Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com> Signed-off-by: Arun Sharma <arun.sharma@intel.com> diff -r 287d36b46fa3 xen/arch/x86/vmx.c --- a/xen/arch/x86/vmx.c Tue Aug 30 20:36:49 2005 +++
2005 Oct 14
0
[PATCH]rtc emulation for xenU
There''s an issue on x86_64 whereby booting an unpriv guest using a kernel that has the RTC driver compiled in hangs when the rc scripts run the command hwclock. The patch attached resolves the issue. The patch adds a simple rtc emulation and also on i386, hwclock can get correct date when xenU enabled pirq binding, without this patch, hwclock read will timeout because of lack of update
2005 Jun 30
0
[PATCH][2/10] Extend the VMX intercept mechanism to include mmio as well as portio.
Extend the VMX intercept mechanism to include mmio as well as portio. Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com> Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com> Signed-off-by: Arun Sharma <arun.sharma@intel.com> diff -r febfcd0a1a0a -r 9a43d5c12b95 xen/include/asm-x86/vmx_platform.h --- a/xen/include/asm-x86/vmx_platform.h Thu Jun 30 03:20:48 2005 +++
2004 Jul 02
0
[Patch] We resolve the throughput drop problemwhe nr eading filesin OCFS2 volume in the patch "ocfs2-truncate-pages-1.patch"a gainstsvn 1226.
We are also thinking about locking for each read/write, but would its = overhead be too high? We have another idea that is extending the function of flock, lockf, = fcntl to distributed. So any application that need strict data consistent can do a lock = operation on the whole or part of the file. For ordinary application, maybe the current logic is enough. How about it? >-----Original
2008 Jul 08
1
ZBrush 3 Shortcut (ctrl, alt, etc) Issue - sticky keys?
Hi, I was able to get ZBrush 3 running (full version, 7 day grace mode) but none of the ctrl/alt/shift combinations are working like they should. For example, you should be able to hold Control and drag to draw out a mask, and when you press Control, the cursor turns yellow (as it should to denote the mask function) and it looks like it's going to work, but then acts like a normal mouse
2008 Oct 04
1
Shift/ALT/CTRL keys sticking in Wine...
I am using Wine in Freebsd 6.3-RELEASE and everything seemed to be running flawlessly until I began using a development tool we use on a project I'm working on, NuSphere PHPEd. I don't think that is the problem, however, because it seems to do it everywhere. Basically, I can begin typing and the Shift/ALT keys work fine until I press them about 4-5 times. Not in a row...4-5 times