Displaying 20 results from an estimated 2000 matches similar to: "How to disable 3D acceleration"
2016 May 17
2
Re: Can I specify qcow2 preallocation method with virt-builder?
On Tue, May 17, 2016 at 03:41:53PM +0100, Richard W.M. Jones wrote:
> On Tue, May 17, 2016 at 05:15:57PM +0300, Yaniv Kaul wrote:
> > When creating qcow2 images using virt-builder, is there a way to specify
> > the qcow2 preallocation, as possible with qemu-img create -o
> > preallocation=metada , for example?
>
> No .. but .. it does default to preallocation=metadata
2016 May 17
2
Re: Can I specify qcow2 preallocation method with virt-builder?
On Tue, May 17, 2016 at 05:53:31PM +0300, Yaniv Kaul wrote:
> On Tue, May 17, 2016 at 5:48 PM, Richard W.M. Jones <rjones@redhat.com>
> wrote:
>
> > On Tue, May 17, 2016 at 03:41:53PM +0100, Richard W.M. Jones wrote:
> > > On Tue, May 17, 2016 at 05:15:57PM +0300, Yaniv Kaul wrote:
> > > > When creating qcow2 images using virt-builder, is there a way to
2007 Dec 20
2
The console is currently unavailable
I have fedora 6 and i am trying to istall a guest OS with virtual machine
manager
Unfortunatale, virt-manager gives "The console is currently unavailable
What is wrong?
Can anyone help?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2001 Sep 21
2
xilinx under wine; problems by installation
Hi all,
I`m a newbie and I need any help!!
I want to istall xilinx under win and after the command wine setup.exe
Iget the following message:
fixme:module:CreateProcessA (D:\ce\jre\1.2\bin\java.exe,...):
HIGH_PRIORITY_CLASS ignored
fixme:pthread_kill_other_threads_np
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
2007 Oct 03
2
Zimbra error on centos 4.4
Hi,
Is anybody out there that has successfully installed Zimbra on Centos 4.4. I
downloaded .tgz for RHEL4 from Zimbra site. it is the opensource edition.
* <http://www.zimbra.com/community/downloads.html>*
this is the one I downloded.
zcs-4.5.7_GA_1319.RHEL4.tgz
I extracted and run istall.sh. Then, I got below error?
Install anyway? [N] y
The system will be modified. Continue? [N]
2006 Mar 05
8
Model Inheritance, Mixins and Database design
I''m trying to understand how best to use inheritance and wonder if
Rail''s Single Table Inheritance model too restricting.
I have a model Companies who provide 1+ Services (HABTM relationship).
I assume the best way to represent this is with a series of child models
representing each type of service : ServiceType < Company.
I want to return lists of companys for each
2011 Jul 30
1
Manhunt INstaller not working
i tried installl manhunt in my WINE but no works, the istall fail, i need a fix please
2008 May 21
2
Medieval 2 Total War
Good evening!
So, I have a problem with installing this game on ubuntu-linux. I tried it with Wine which turned out not to be able to set the doublebuffer in the configuration menu.
First there were no problems, but after having installed quite half of the game there was an issue:
Though the Error came in German (cause the game in German - anyway, I am a German guy ^^)
The
2017 Nov 18
0
[FORGED] Re: tcltk problems
On 19/11/17 05:36, Albrecht Kauffmann wrote:
> Did you istall the tcl- and tk-devel packages?
(a) That should be "dev" not "devel".
(b) The answer to your question is, yes, as I made clear in my original
post.
cheers,
Rolf Turner
--
Technical Editor ANZJS
Department of Statistics
University of Auckland
Phone: +64-9-373-7599 ext. 88276
2003 Mar 06
1
Cdrom
Hi
I had a Novell Netware server, I used to mount a cd on the serer and share
this with the network.
Now with samba I can't run the softwares like I used to.
I istall the software in a client and I tell to the program that the shared
directory is the cdrom drive. With Novell it works but now with samba it no
more works.
What I need to do.
I have a samba PDC - 2.2.7a
And 70 Workstations with
2006 Nov 10
4
chat server program
Hi all,
anyone knows about a chat server software for centos, in which I can
create chat rooms.
Thanks
Sherwyn Greene
Planner / I.T. Technician
Project Controls Dept.
Kentz-OJ's E&I Services J.V.
+1 (868) 648-0876
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Nov 08
8
scaffold not working like i hoped......
Hi:
i''ve tried this on three macs (tiger, panther, etc).. and my ROR is up
to date on each.
My models and controllers aren''t displaying all my mysql db fields.
When I run script/generate scaffold Planner ... it builds the
controller, model, and all the rest.
When I go to test the app and new controller, now called planners no
content is listed... and all I ever get is the
2011 Nov 24
2
This is not the error: ActionView::MissingTemplate
Hey everyone,
I am getting the following error:
Started POST "/rubyamf/gateway" for 127.0.0.1 at 2011-11-24 16:27:20 +1300
Processing by RubyamfController#gateway as */*
Processing by ProjectsController#templates as */*
←[1m←[36mProject Load (1.0ms)←[0m ←[1mSELECT `projects`.* FROM
`projects` ←[0
m
Completed 200 OK in 34ms (Views: 3.0ms | ActiveRecord: 28.0ms)
Completed 500
2008 Mar 19
3
ApplicationHelper
When working with views, I use instance methods of ApplicationHelper:
# app/helpers/application_helper.rb:
module ApplicationHelper
def distribute(total, min, cutof, list)
[1,2,3]
end
end
# app/views/planner/_mta_colors.rhtml:
<td>
<%
...
dist = distribute(total_v_px, 4, 0, colors.collect{|color| color[1]})
...
%>
So to test the distribute method in ApplicationHelper, I have
2008 May 07
2
design question
Hi,
I''m developing a budget planner for myself and do have a table for recurring
expenses, as well as a transaction table for my bank account CSV file
uploads.
Questions: For the projections forward in time I''m wonder whether to:
(a) keep it simple and just calculate future balance projections on the fly,
then feed to gruff graphs
(b) each time a recurring item changes, or
2009 Oct 20
0
[LLVMdev] Opportunities for meeting more frequently than once a year?
Le 20 oct. 2009 à 10:27, Artur Pietrek a écrit :
> Hi Jean-Daniel
>
> On Mon, Oct 19, 2009 at 3:24 PM, Jean-Daniel Dupas <devlists at shadowlab.org
> > wrote:
>
> Le 19 oct. 2009 à 15:05, Kenneth Uildriks a écrit :
> FWIW, there is a LLVM bar camp planed in Paris the next month:
>
> http://barcamp.org/LLVM%20BarCamp%20Paris (French web page)
>
>
> --
2007 Mar 19
1
AOPA RTFP, XSetDashes, Hatches not implemented, Easy fix?
I've been trying to run AOPA's Real Time Flight Planner (RTFP) from
Jeppesen Sanderson Inc. It's almost works, but I get the following
error when it tries to draw the route:
fixme:gdi:ExtCreatePen PS_USERSTYLE not handled
fixme:gdi:ExtCreatePen Hatches not implemented
X Error of failed request: BadValue (integer parameter out of range
for operation)
Major opcode of failed request:
2015 Dec 04
1
[PATCH] builder: create temporary images in the cachedir (RHBZ#1288201)
Temporary images can be quite big, more than the space available in
$TMPDIR when it's on a tmpfs; hence, place them in our cachedir
instead.
---
builder/builder.ml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/builder/builder.ml b/builder/builder.ml
index 957bc37..3750e5f 100644
--- a/builder/builder.ml
+++ b/builder/builder.ml
@@ -378,6 +378,8 @@ let main () =
2006 Nov 06
1
pptp + iptables + centos
Hi, All
I'm tring to get a client connected to a vpn server running pptp &
centos, the client connects to the server but I can't browse the internet or
the local network from the client, when I stop the firewall the client can
ping the server but no browsing can be done, do I need a iptables rule to
allow pptp clients to use the internet or browse the network???
Sherwyn
2008 Aug 07
1
CentOS 5.2 - Nautilus - file types are not associated with an action and icons are not displayed
Hi all,
I use CentOS 5.2 as a desktop and the Gnome Nautilus doesn't display
icons related to the file types and all associated actions ("open with")
are lost. It is so bad, that the desktop shortcuts are displayed as
ordinary files "Filesystem.desktop" or
"openoffice.org-1.9-calc.desktop", and when I click on them, the
Nautilus wants to know what it should