I have three questions about qemu:

1) The /etc/qemu-ifup script should setup network tunnel and appears to
check if current user is root and uses 'sudo' if not privileged; but this
does not seem to work?

$  qemu-system-i386 -net nic,vlan=0 -net tap,vlan=0 -m 512 -localtime
qemu/Win98.cow
qemu-system-i386: -net tap,vlan=0: warning: could not open /dev/tun4 (No
such file or directory): no virtual network emulation
qemu-system-i386: -net tap,vlan=0: Device 'tap' could not be initialized

2) I seem to be limited to RAM=336M for guest which is not enough for the
application I wish to run in guest system.  How can I make '-m 512' work?

$ sudo qemu-system-i386 -net nic,vlan=0 -net tap,vlan=0 -m 512 -localtime
qemu/Win98.cow
 {tun0 (bridge0 <-> dc0)}
Failed to allocate memory: Cannot allocate memory

3) When running guest system; the clock seems to run slowly.  If I start
Win98 guest at 3:00pm; then at 4:00pm; clock in guest is only 3:30pm.
What's wrong here?
_______________________________________________
Openbsd-newbies mailing list
[email protected]
http://mailman.theapt.org/listinfo/openbsd-newbies

Reply via email to