Displaying 20 results from an estimated 310 matches for "cpl".
Did you mean:
cl
2017 May 30
2
FW: ATTN: nbalacha IRC - Gluster - BlackoutWNCT requested info for 0byte file issue
[Probax]
Joshua Coyle
P
1300 885 117
E
joshua.coyle at probax.io<mailto:joshua.coyle at probax.io>
W
probax.io<http://www.probax.io/>
A
QV1 Perth,
Level 33/250 St Georges Tce,
Perth WA 6000
smart safe local cloud
From: Joshua Coyle
Sent: Tuesday, May 30, 2017 3:27 PM
To: 'gluster-devel at gluster.org' <gluster-devel at gluster.org>
Subject: ATTN:
2017 Jun 01
0
FW: ATTN: nbalacha IRC - Gluster - BlackoutWNCT requested info for 0byte file issue
...t is the same issue?
An interesting observation - the value of the trusted.glusterfs.dht.linkto xattr is different on the one of the bricks of the replica set for some of the files(Ravi, any idea why ?)
---------T 2 root root 0 May 18 16:49 /arbiterAA01/gvAA01/brick1/vaultAA01/support-couplers/CPL-SBS01 (CPL-SBS01)/D_VOL-b002-i1873-cd.md5
root at PB-WA-AA-00-A:/# getfattr -e hex -m . -d /arbiterAA01/gvAA01/brick1/vaultAA01/support-couplers/CPL-SBS01\ \(CPL-SBS01\)/D_VOL-b002-i1873-cd.md5
getfattr: Removing leading '/' from absolute path names
# file: arbiterAA01/gvAA01/brick1/vaultA...
2008 Mar 17
12
[PATCH]Fix the bug of guest os installation failure and win2k boot failure
...gt; handle_mmio -> hvm_emulate_one() -> x86_emulate() to emulate I/O instructions. Also nowadays, the realmode emulation code walks through the path: vmx_realmode() -> realmode_emulate_one() -> hvm_emulate_one() -> x86_emulate().
The I/O handle code in x86_emulate() checks the cpl and iopl value, and if cpl > iopl, it will generate a GP fault. This causes Linux guest installation failure and Windows 2000 boot failure. I think this check code may be not reasonable for two aspects:
1. If x86_emulate() is called from vmexit or from realmode emulation, I think this li...
2011 Feb 19
2
bthprops.cpl Missing + Wrong Architecture Error...
...9;t use the Linux port). I have two problems doing so:
1. I'm using Ubuntu 64bit, with Wine 1.3.13. Even though Dolphin is 32bit, I'm getting the error:
Code:
"Trying to load PE image for unsupported architecture (AMD-64)"
2. I get 2 more errors, one of them is about bthprops.cpl:
Code:
err:module:import_dll Loading library bthprops.cpl (which is needed by L"C:\\Dolphhhin\\Dolphin.exe") failed (error c000007b).
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Dolphhhin\\Dolphin.exe" failed, status c0000135
Will you please help me? Tha...
2002 Jul 11
2
Control Panel
Anybody know how to invoke control panel applets?
What I really want to do is make Wine use my default Date format that I used
in Windows, but it's reverted to the goddawful American usage (with two
digit years, no less).
wine timedate.cpl (or wine C:/windows/system/timedate.cpl)
fails with an error 193 and nothing in the log
--
derek
2002 Aug 16
0
Use ms control panel in wine (Even witout windows)!!
...will only be a thing to do for fun, but could be useful if you have a
real win installation.
To do this in a real win installation, you don't need anything you don't
already have, to do this in a fake win installation, you need:
rundll32.exe; rundll.exe (Copy in c:windows directory)
All the cpl files (Copy in c:/windows/system)
shell32.dll;shell.dll (Copy in c:/windows/system)
rundll.lgc; rundll32.lgc (Copy in c:/windows/AppLog)
The application in the control panel are cpl files, to run them you must
enter your (Real or fake) windows dir, and type
wine rundll.exe shell32.dll,Control_Run...
2007 Apr 18
1
[PATCH 2/2] Transparent privilege levels in entry.S
i386 Transparent Paravirtualization Patch #2
Changes required to low level fault / system call code for supporting
transparent paravirtualization where the kernel may be running at non-zero
CPL.
The testing of VM_MASK and CS together uses a neat trick which is now extended
to support CPL 0,1,2 kernels.
Note that assembly code must test against __ESPFIX_SS, the 16-bit stack on
interrupts and exceptions. To do so at non-zero CPL requires masking off
the RPL of the selector (which is a no...
2007 Apr 18
1
[PATCH 2/2] Transparent privilege levels in entry.S
i386 Transparent Paravirtualization Patch #2
Changes required to low level fault / system call code for supporting
transparent paravirtualization where the kernel may be running at non-zero
CPL.
The testing of VM_MASK and CS together uses a neat trick which is now extended
to support CPL 0,1,2 kernels.
Note that assembly code must test against __ESPFIX_SS, the 16-bit stack on
interrupts and exceptions. To do so at non-zero CPL requires masking off
the RPL of the selector (which is a no...
2009 Oct 30
2
DAHDI/ZAP overlap dialing
...uot;Sending complete" is released by Alcatel.
I'm using libpri 1.2.8 and Asterisk 1.2.31.1.
Alcatel trace:
> t3
--> Cleaning mtracer...
--> Positionning t3 filters...
+--------+-------+--------+--------+---------+---------+----------+------+
| filter | desti | src_id | cr_nbr | cpl_nbr | us_term | term_nbr | type |
+--------+-------+--------+--------+---------+---------+----------+------+
| 0 | ** | ** | * | ** | * | *** | 165 |
| 1 | ** | ** | * | ** | * | *** | 166 |
| 2 | ** | ** | * |...
2008 Sep 02
0
capturing cpl changes
I have a 64 bit hvm guest and I''d like to capture when the execution
switches to kernel mode in the guest. I''ve tried to capture MSR reads and
writes, but I only see writes to SYSENTER_CS/EIP/ESP registers once,
during initialization I suppose, but I don''t see any reads from these
registers as I''d expect when sysenter is called.
My goal is to capture when the
2008 Apr 06
0
manual 'Writing R Extensions': bug in example
...the example to
the following code? (Changes to original: lines 1, 2, 15, 17, 18 added;
one line deleted after line 13.)
1 #include <R.h>
2 #include <Rinternals.h>
3 #include <R_ext/PrtUtil.h>
4
5 SEXP showArgs(SEXP args)
6 {
7 int i, nargs;
8 Rcomplex cpl;
9 const char *name;
10 SEXP el;
11
12 args = CDR(args); /* skip 'name' */
13 for(i = 0; args != R_NilValue; i++, args = CDR(args)) {
14
15 if( TAG(args) != R_NilValue )
16 name = CHAR(PRINTNAME(TAG(args)));
17 else
18 name = "<unnamed>";
19 switch(TYPEOF...
2010 Dec 17
2
Wine uninstaller crashes
...0000001 00000000 ffffffff
0x0032fcf8: 0016dedc ffffffff 00000000 00000000
0x0032fd08: 00000001 00000001 00000002 00000000
0x0032fd18: 00110868 ffffffff 7e48b10b 7e558ff4
0x0032fd28: 0016deb0 0016deb0 0032fdb0 7e4d9369
0x0032fd38: 00020030 0000000a 00000000 00000000
Backtrace:
=>0 0x7e149cc0 CPlApplet+0xd0() in appwiz.cpl (0x0032fd30)
1 0x7e4d9369 Control_RunDLLW+0x518() in shell32 (0x0032fdb0)
2 0x7e4d955d Control_RunDLLA+0xfc() in shell32 (0x0032fe00)
3 0x7eff95b4 wmain+0x2f3() in uninstaller (0x0032fe60)
4 0x7eff9962 in uninstaller (+0x9961) (0x0032fe90)
5 0x7b8565ac call_proc...
2011 Jun 02
1
Bluetooth Navigation
I am trying to use CoPilot navigation. The program installed just fine, but wine seems to be missing irprops.cpl. When I try to run the program using "wine copilot.exe" it gives me this error.
> err:module:import_dll Library DEVMGR.DLL (which is needed by L"C:\\Program Files\\Alk Technologies\\CoPilot Laptop\\App\\irprops.cpl") not found
> err:module:import_dll Library irprops.cpl...
2014 Sep 19
2
Standardizing an MSR or other hypercall to get an RNG seed?
...presence only, and
> > CPUID 0x48000002.EAX (acts like a hypercall) returns up to 4 32-bit
> > values.
> >
>
> There is a huge disadvantage to the fact that CPUID is a user space
> instruction, though.
We can always make cpuid on the leaf in question return all zeros if CPL > 0.
>
> -hpa
>
2014 Sep 19
2
Standardizing an MSR or other hypercall to get an RNG seed?
...presence only, and
> > CPUID 0x48000002.EAX (acts like a hypercall) returns up to 4 32-bit
> > values.
> >
>
> There is a huge disadvantage to the fact that CPUID is a user space
> instruction, though.
We can always make cpuid on the leaf in question return all zeros if CPL > 0.
>
> -hpa
>
2009 Jul 17
0
Wine release 1.1.26
...th picture
14300 winhelp: Wrong initial view position in pages
14404 Diablo LOD/Starcraft, no sound with ALSA
14500 Supreme Commander: Input field too narrow to enter the CD key
14878 Some places of Far Cry game world covered by one color
15461 Security zones are not displayed in inetcpl.cpl (ZoneMgr_CreateZoneEnumerator, _GetZoneAt, _GetZoneAttributes)
15631 Dragon NaturallySpeaking 10 crashes after opening Accuracy Center
15789 Icewind Dale 2 : very low framerate
15844 Weird Dutch translation for Program files folder
15958 "make test" hangs in winmm/wave.c i...
2014 Sep 22
3
Standardizing an MSR or other hypercall to get an RNG seed?
On 09/19/2014 05:46 PM, H. Peter Anvin wrote:
> On 09/19/2014 01:46 PM, Andy Lutomirski wrote:
>>>
>>> However, it sounds to me that at least for KVM, it is very easy just to emulate the RDRAND instruction. The hypervisor would report to the guest that RDRAND is supported in CPUID and the emulate the instruction when guest executes it. KVM already traps guest #UD (which would
2014 Sep 22
3
Standardizing an MSR or other hypercall to get an RNG seed?
On 09/19/2014 05:46 PM, H. Peter Anvin wrote:
> On 09/19/2014 01:46 PM, Andy Lutomirski wrote:
>>>
>>> However, it sounds to me that at least for KVM, it is very easy just to emulate the RDRAND instruction. The hypervisor would report to the guest that RDRAND is supported in CPUID and the emulate the instruction when guest executes it. KVM already traps guest #UD (which would
2011 Jan 07
0
Wine release 1.3.11
...o po files.
wldap32: Convert translations to po files.
wrc: Treat empty translation strings as missing.
po: Use more standard names for the Serbian locales.
kernel32: Update the country code for Serbia.
po: Update the English po files.
Anders Jonsson (2):
appwiz.cpl: Update Swedish translation.
jscript: Update Swedish translation.
Andrew Eikum (4):
mmdevapi: Store period size in frames.
mmdevapi: Be explicit about units of ACImpl::bufsize.
mmdevapi: Be explicit about the units of ACImpl::ofs.
mmdevapi: Be explicit about units in...
2008 Jul 25
0
Wine release 1.1.2
...n win9x (avoid crash).
oleaut32/tests: Fix tmarshal tests on win9x.
oleaut32/tests: Run more typelib tests on win9x.
kernel32/tests: Run the tests again on Win9x.
msxml3/tests: Fix failure and crash on win9x.
cryptnet/tests: Make the tests usable on win9x.
appwiz.cpl: Do not access memory after HeapFree in FreeAppInfo.
Dmitry Timoshkov (2):
gdi32: Relax the gm.gmCellIncX comparison.
Revert "gdi32: Reselect objects into the DC only if scaling factors change.".
Dylan Smith (4):
richedit: Enforce the maximum font size.
richedit:...