Displaying 4 results from an estimated 4 matches for "esure".
Did you mean:
ensure
2006 May 31
0
RE: Graphic Card on DomU
...t should NOT be a dedicated one
(without monitor) you get serious trouble if you want to use that
computer as a "normal" PC as well. When you can''t remap the graphic
card, you don''t have "normal consoles" or "normal X-Window" that is
secure enough to esure, that it can''t harm the other VMs running...
So having an option that remaps the graphic card and hands it over to a
VM that then takes over the whole graphic output (dom0 only reachable
using SSH or serial console or something) would make quite some sense
security wise ;)
Regards, Bigf...
2010 Jun 13
2
Please check 1.2rc with your applications!
1.2 is on the way, more regression spotting needed!
Yes, it makes the numbers worse, but it means Wine will get better ;-)
- d.
---------- Forwarded message ----------
From: Michael Stefaniuc <mstefani at redhat.com>
Date: 13 June 2010 10:27
Subject: Re: Release plans
To: wine-devel at winehq.org
On 06/13/2010 10:39 AM, wylda at volny.cz wrote:
>
> Hi, another week and Sunday
2005 Jan 11
4
multi-boot CD question
...boot image from the ISO.
I then copied the CD-ROM contents to the directory I am using to build the end-product ISO image. Everything appears to work fine, until the cb.bin image, when loading from the CD-ROM, tries to access a file on the CD to complete booting (the file is IOS.SYS, which I have esured is on the CD).
The output is exactly:
---screen-shot---
boot: 9
.
Loading....
IOS.SYS not found !
BOOT error!
---end-screen---
It looks like isolinux is loading the .bin file correctly to me.
So, my questions are: why does the cb.bin image fail to loacte the file on the CD correctly when boo...
2011 Jun 09
2
Problem with a if statement inside a function
I have a really long functions, and at the end of the function, I am using a
if statement
to tag certain keywords based on whether they have certain values contained
in them.
However, the if statement doesn't seem to work.
When I had split up the commands into various functions, it worked fine, but
I'm not sure
what going on now that it's combined into a single function.
myfunc