Displaying 4 results from an estimated 4 matches for "esured".
Did you mean:
ensured
2006 May 31
0
RE: Graphic Card on DomU
I like the request for Graphics in DomU. How do you want to run a
Xen-System on a laptop maybe? The Dom0-Kernel shouldn''t have ANY contact
with the users itself due to security reasons. (too much software that
could be possible security holes)
Another point is: When you run a Xen-System that runs at home to solve
several issues at once (internal file server, firewall, music
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 boot...
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