Re: [Qemu-devel] Config error message wrong.

2005-10-27 Thread Jim C. Brown
On Thu, Oct 27, 2005 at 03:27:19PM -0500, Rob Landley wrote: > > ERROR: QEMU requires SDL or Cocoa for graphical output > > To build QEMU with graphical output configure with --disable-gfx-check > > Note that this will disable all output from the virtual graphics card. > > Possibly that "with" sho

Re: [Qemu-devel] Can I Create an Image From an Existing Windows Drive?

2005-10-27 Thread Jim C. Brown
On Thu, Oct 27, 2005 at 04:52:48PM -0700, Scott Dudley wrote: > > Can I, in Linux, create a disk image from a mounted Windows disk? This > would save installation from scratch and migrating all > software/configuration. > > Thanks. > It is a bad idea if a filesystem on the disk is mounted, a

Re: [Qemu-devel] Can I Create an Image From an Existing Windows Drive?

2005-10-27 Thread Joe Menola
On Thursday 27 October 2005 6:52 pm, Scott Dudley wrote: > Can I, in Linux, create a disk image from a mounted Windows disk? This > would save installation from scratch and migrating all > software/configuration. > Not sure if it's possible, but I doubt you'd be saving any time...assuming you can

[Qemu-devel] Can I Create an Image From an Existing Windows Drive?

2005-10-27 Thread Scott Dudley
Can I, in Linux, create a disk image from a mounted Windows disk? This would save installation from scratch and migrating all software/configuration. Thanks. -- Regards, Scott Dudley ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://l

Re: ODP: [Qemu-devel] Is it possible run qemu on windows nt ?

2005-10-27 Thread Sylvain Petreolle
Hi Jernej, Do you know where to look for the source of the wonderful NoConsole utility ? Now qemu is able to display its help page when no parameters are given. (and additionally its copyright ;-) --- Jernej Simonèiè <[EMAIL PROTECTED]> a écrit : > Try to run the utility attached to this messag

Re: [Qemu-devel] Config error message wrong.

2005-10-27 Thread Michael
Rob Landley schrieb: >>ERROR: QEMU requires SDL or Cocoa for graphical output >>To build QEMU with graphical output configure with --disable-gfx-check >>Note that this will disable all output from the virtual graphics card. >> >> > >Possibly that "with" should be a "without"? > > > on debia

[Qemu-devel] Config error message wrong.

2005-10-27 Thread Rob Landley
> ERROR: QEMU requires SDL or Cocoa for graphical output > To build QEMU with graphical output configure with --disable-gfx-check > Note that this will disable all output from the virtual graphics card. Possibly that "with" should be a "without"? Rob

Re: [Qemu-devel] Qemu and Synergy?

2005-10-27 Thread Oliver Gerlich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas Steffen schrieb: > On 10/22/05, Oliver Gerlich <[EMAIL PROTECTED]> wrote: > >>is anyone here using Synergy (see synergy2.sf.net) to make the mouse go >>smoothly from host to guest? At first glance, I'd say Synergy offers >>much of the stuff tha

Re: [Qemu-devel] QEMU+FREEDOS+SHARED FOLDER

2005-10-27 Thread Andreas Bollhalder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I have a Windows XP Professional machine, running QEMU with a FreeDOS image. I'm able to access a shared folder on my host machine using the Microsoft Client for DOS. This works when bridging the LAN-Adapter with a TAP-Interface or using Internet C

Re: [Qemu-devel] Qemu and Synergy?

2005-10-27 Thread Thomas Steffen
On 10/22/05, Oliver Gerlich <[EMAIL PROTECTED]> wrote: > is anyone here using Synergy (see synergy2.sf.net) to make the mouse go > smoothly from host to guest? At first glance, I'd say Synergy offers > much of the stuff that's necessary for easing the use of Qemu: it can > transport mouse and keybo

[Qemu-devel] QEMU+FREEDOS+SHARED FOLDER

2005-10-27 Thread Juan Martín Carril
In english:   I have qemu with an ISO of freedos. How I can to map a folder shared in a Windows 2000 Server or Samba Server? Thanks.   En español:   Tengo qemu con una imagen de freedos.  Como puedo mapear una carpeta compartida en un Windows 2000 Server o un servidor Samba? Gracias.¿Cuánto vale t

Re: [Qemu-devel] several guests with static ip-address

2005-10-27 Thread Mario Goppold
Hi list, i had the same problem and here is qemu-ifup: #!/bin/sh ( # chgrp users /dev/net/tun # chmod g+w /dev/net/tun # set -x MYIP=192.168.0.1 /bin/logger -t $0 "Start for $1" found=0 DEVS=`/sbin/ifconfig | /bin/awk '/^qbridge/ { print $1 }'` for D in $DEVS; do IP=$(LANG=C /sbin/ifconfig

Re: [Qemu-devel] several guests with static ip-address

2005-10-27 Thread Michael Kapp
> On Wed, 26 Oct 2005, Michael Kapp wrote: > > > OK, can you give me some hints how to do that? > > > > I've tested it with a tun/bridged setup, but it only work with one > guest, > > here is my configuration for the qemu-ifup script: > > Each qemu gets it's own tun device, and you need to make s