similar to: Timeout waiting for /local/domain/18/device-misc/dm-ready

Displaying 20 results from an estimated 700 matches similar to: "Timeout waiting for /local/domain/18/device-misc/dm-ready"

2010 Aug 24
1
Upgrade issues
Hello all, I had xcp 0.1.1 installed and was running several virtual machines. I upgraded it to 0.5 and now I cannot find the Virtual machines. Please help. -- Oscar Gatamah KENET _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Nov 14
1
X-Men Origins: Wolverine dosen't work
Hi every all I use ubuntu 10.10, wine-1.3.7, winetrick, directx 9.x. X-Men Origins: Wolverine dosen't work. It's start but after give me this error: Code: /media/a50382d0-eb99-4db6-a1d5-194cac9812e5/Programmi/xmen/Binaries$ wine Wolverine fixme:gameux:GameExplorerImpl_VerifyAccess (0x136fe0, L"D:\\xmen\\Binaries\\Wolverine.exe", 0x3dbf620) fixme:win:EnumDisplayDevicesW
2008 Jun 03
2
Age of Empires 3 crashes after intro, used to work fine
I am running Fedora 8 and using the rpms built by fedora: wine i386 1.0-0.3.rc3.fc8 updates-testing 21 k wine-capi i386 1.0-0.3.rc3.fc8 updates-testing 26 k wine-cms i386 1.0-0.3.rc3.fc8 updates-testing 41 k wine-core i386 1.0-0.3.rc3.fc8 updates-testing 11 M wine-esd i386
2013 Nov 26
0
[PATCH char-misc-linus 4/5] misc: mic: Fix sparse warnings and other endianness issues.
On Tue, Nov 26, 2013 at 10:14:21AM -0800, Ashutosh Dixit wrote: > Endianness issues are now consistent as per the documentation in > host/mic_virtio.h. Note that the host can be both BE or LE whereas the > card is always LE. > > Memory space sparse warnings are fixed for now by using __force. This is > sufficient for now since the driver depends on x86 but will need to be >
2013 Nov 27
0
[PATCH char-misc-linus v3 0/6] misc: mic: Fixes for 3.13-final
On Wed, Nov 27, 2013 at 08:58:37AM -0800, Ashutosh Dixit wrote: > These patches fix various issues which were reported or found with the > MIC driver. All now applied, thanks. greg k-h
2013 Nov 27
0
[PATCH char-misc-linus v3 1/6] misc: mic: Change mic_notify(...) to return true.
From: Sudeep Dutt <sudeep.dutt at intel.com> virtqueue_{kick()/notify()} methods are required to return bool due to API changes introduced in commit 5b1bf7cb673a. Reported-by: Fengguang Wu <fengguang.wu at intel.com> Reported-by: Geert Uytterhoeven <geert at linux-m68k.org> Reviewed-by: Ashutosh Dixit <ashutosh.dixit at intel.com> Signed-off-by: Sudeep Dutt
2013 Nov 27
0
[PATCH char-misc-linus v3 3/6] misc: mic: Bug fix for sysfs poll usage.
MIC user space daemon poll's on sysfs changes. The documentation for sysfs_poll(...) in fs/sysfs/file.c states that "Once poll/select indicates that the value has changed, you need to close and re-open the file, or seek to 0 and read again". This step was missed out earlier and resulted in the daemon spinning continuously rather than getting blocked in 'poll'. This bug was
2023 Feb 28
0
[ANNOUNCE] font-misc-misc 1.1.3
This release bundles up the last twelve years worth of build system improvements, including making the configure script more efficient and using the -n flag to gzip to improve build reproducibility. It also corrects an incorrectly drawn glyph for a Japanese character in the k14 font. Alan Coopersmith (10): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1
2013 Nov 27
0
[PATCH char-misc-linus v3 2/6] misc: mic: Minor bug fix in 'retry' loops.
From: Sudeep Dutt <sudeep.dutt at intel.com> The bug would result in incorrect 'retry' value being printed in debug statements as well as dead code in mic_find_vqs(...) in drivers/misc/mic/card/mic_virtio.c. Reported-by: Michael Opdenacker <michael.opdenacker at free-electrons.com> Reviewed-by: Ashutosh Dixit <ashutosh.dixit at intel.com> Signed-off-by: Sudeep Dutt
2013 Nov 26
0
[PATCH char-misc-linus 5/5] misc: mic: Fix user space namespace pollution from mic_common.h.
Avoid declaring ALIGN() and __aligned() in include/uapi/linux/mic_common.h since they pollute user space namespace. Also, mic_aligned_size() can be simply replaced simply by sizeof() since all structures where mic_aligned_size() is used are declared using __attribute__ ((aligned(8))); -- >From mail from H Peter Anvin about this: On Fri, Nov 08, 2013 H Peter Anvin <h.peter.anvin at
2013 Nov 26
0
[PATCH char-misc-linus v2 5/5] misc: mic: Fix user space namespace pollution from mic_common.h.
Avoid declaring ALIGN() and __aligned() in include/uapi/linux/mic_common.h since they pollute user space namespace. Also, mic_aligned_size() can be simply replaced simply by sizeof() since all structures where mic_aligned_size() is used are declared using __attribute__ ((aligned(8))); -- >From mail from H Peter Anvin about this: On Fri, Nov 08, 2013 H Peter Anvin <h.peter.anvin at
2013 Nov 26
0
[PATCH char-misc-linus v2 5/5] misc: mic: Fix user space namespace pollution from mic_common.h.
Avoid declaring ALIGN() and __aligned() in include/uapi/linux/mic_common.h since they pollute user space namespace. Also, mic_aligned_size() can be simply replaced simply by sizeof() since all structures where mic_aligned_size() is used are declared using __attribute__ ((aligned(8))); -- >From mail from H Peter Anvin about this: On Fri, Nov 08, 2013 H Peter Anvin <h.peter.anvin at
2013 Nov 26
1
[PATCH char-misc-linus 4/5] misc: mic: Fix sparse warnings and other endianness issues.
Endianness issues are now consistent as per the documentation in host/mic_virtio.h. Note that the host can be both BE or LE whereas the card is always LE. Memory space sparse warnings are fixed for now by using __force. This is sufficient for now since the driver depends on x86 but will need to be revisited if we support other architectures which treat I/O memory differently from system memory.
2013 Nov 26
1
[PATCH char-misc-linus 4/5] misc: mic: Fix sparse warnings and other endianness issues.
Endianness issues are now consistent as per the documentation in host/mic_virtio.h. Note that the host can be both BE or LE whereas the card is always LE. Memory space sparse warnings are fixed for now by using __force. This is sufficient for now since the driver depends on x86 but will need to be revisited if we support other architectures which treat I/O memory differently from system memory.
2007 May 02
1
kbs-misc.repo
Good day all, Are there going to be kbs-misc repo for centos 5? Later _________________________________________________________________ Mortgage refinance is Hot. *Terms. Get a 5.375%* fix rate. Check savings https://www2.nextag.com/goto.jsp?product=100000035&url=%2fst.jsp&tm=y&search=mortgage_text_links_88_h2bbb&disc=y&vers=925&s=4056&p=5117
2006 May 25
0
kbs-CentOS-Misc-Testing: thunderbird-1.5-2.el4.lsn looks OK under *light* use
Installed today, light use in and out. All looks normal ATM. CentOS 4.3 current (but 1 kernel version to install as of today). AMD Athlon 2200XP using i686 versions. I'm not a heavy user of it. <OT> Waiting to see if I like it better than Evolution or not. Unfortunately, the more it looks like MS Windows product, the less attractive I find it. I'll probably end up blowing all this
2009 Apr 01
3
Electronics Workbench 5.2 has misc. problems in Wine
Hello, I installed Electronics Workbench 5.2 (old version, but I have to import some work which I did using it) on Wine, mostly it works well, but: - When I close it, it enters an Access Violation/"Internal Error" loop. - Can't see text in some controls. For an example, check this image: http://img14.imageshack.us/img14/2707/75952076.png The controls in the 'Oscilloscope'
2000 Nov 02
2
misc. minor patches
I've had these laying about for a while, can't remember whether I sent them before. diff -u openssh-2.1.1p1.orig/entropy.c openssh-2.1.1p1/entropy.c --- openssh-2.1.1p1.orig/entropy.c Wed Jun 7 08:20:23 2000 +++ openssh-2.1.1p1/entropy.c Thu Jun 15 13:58:25 2000 @@ -201,7 +201,9 @@ total_entropy_estimate += stir_gettimeofday(1.0); total_entropy_estimate +=
1997 Nov 21
1
3 misc questions
A non-text attachment was scrubbed... Name: not available Type: text Size: 826 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/19971120/c802aaef/attachment.bat
2008 Oct 20
2
[PATCH] Compilation of tftp-hpa's Git HEAD with no IPv6, and misc
This patch does two things: a) makes tftp-hpa to compile on systems with no IPv6 support (there were some IPv6 macros used unconditionally); b) removes a stray binary character, which was annoying. By the way, I see that 'configure' tests for <winsock.h> and <winsock2.h>, but Winsock isn't actually used. What's the reason? diff --git a/config.h b/config.h index