|
|
|

04-05-2008, 12:46 AM
|
|
|
(no subject)
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
|
|

04-11-2008, 01:38 AM
|
|
|
(no subject)
E-mail has not been needed any longer.
*************************************************
NTTコ*ウェア北海道*式会社
BS開発部 第1担当
菅野 光彦(kanno.mitsuhiko@nttcom-hokkaido.co.jp)
TEL  #-112-8910) 外線TEL:011-281-6240
〒060-0042 *幌市*央区大通西7丁目
NTTコ*ウェア*幌ビル9F
************************************************
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
|
|

04-11-2008, 01:46 AM
|
|
|
(no subject)
M.kanno wrote:
> E-mail has not been needed any longer.
Please read the auto-inserted text at the bottom of this email to
unsubscribe
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
|
|

04-14-2008, 02:49 PM
|
|
|
(no subject)
Hi,
I'm testing libvirt (0.4.0) and virt-manager (0.5.3) with KVM.
With the virt-manager i can run a vm with this command line :
/usr/bin/kvm -M pc -m 128 -smp 1 -monitor pty -boot c -hda=/opt/vm/file_hda.img
-hdb=/opt/vm/file_hdb.img -net nic,macaddr=00:16:3e:0f:d1:71,vlan=0 -net
tap,fd=20,script=,vlan=0 -usb -vnc 127.0.0.1:2
But i don't want IDE. I want SCSI. So the command shoud be :
/usr/bin/kvm -M pc -m 128 -smp 1 -monitor pty -boot c -drive
file=/opt/vm/file_hda.img,if=scsi,bus=0,unit=3 -drive
file=/opt/vm/file_hdb.img,if=scsi,bus=0,unit=5 -net
nic,macaddr=00:16:3e:0f:d1:71,vlan=0 -net tap,fd=20,script=,vlan=0 -usb -vnc
127.0.0.1:2
What is the xml tags to use in /etc/libvirt/qemu/ xml files to get scsi devices
? Or is it possible directly with GUI ?
P.S : My CPU is with VT enabled (vmx flag).
Later.
--
Fabien COMBERNOUS
http://linux.ares.fr
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
|
|

04-14-2008, 05:08 PM
|
|
|
(no subject)
Fabien COMBERNOUS wrote:
> Hi,
>
> I'm testing libvirt (0.4.0) and virt-manager (0.5.3) with KVM.
> With the virt-manager i can run a vm with this command line :
>
> /usr/bin/kvm -M pc -m 128 -smp 1 -monitor pty -boot c -hda=/opt/vm/file_hda.img
> -hdb=/opt/vm/file_hdb.img -net nic,macaddr=00:16:3e:0f:d1:71,vlan=0 -net
> tap,fd=20,script=,vlan=0 -usb -vnc 127.0.0.1:2
>
> But i don't want IDE. I want SCSI. So the command shoud be :
>
> /usr/bin/kvm -M pc -m 128 -smp 1 -monitor pty -boot c -drive
> file=/opt/vm/file_hda.img,if=scsi,bus=0,unit=3 -drive
> file=/opt/vm/file_hdb.img,if=scsi,bus=0,unit=5 -net
> nic,macaddr=00:16:3e:0f:d1:71,vlan=0 -net tap,fd=20,script=,vlan=0 -usb -vnc
> 127.0.0.1:2
>
> What is the xml tags to use in /etc/libvirt/qemu/ xml files to get scsi devices
> ? Or is it possible directly with GUI ?
>
> P.S : My CPU is with VT enabled (vmx flag).
>
> Later.
>
> --
> Fabien COMBERNOUS
> http://linux.ares.fr
>
There actually isn't support in libvirt yet for specifying scsi devices
to qemu, so there is no applicable xml to give you that command line.
If you could file a feature request in bugzilla against libvirt to help
us keep track of it, it would be greatly appreciated.
Thanks,
Cole
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
|
|

04-30-2008, 12:51 PM
|
|
|
(no subject)
gentoo-desktop+subscribe@gentoo.org
--
Edward A Mihalow Jr
Gentoo! Linux
Mudbug Computers and Networks
Registered Linux User#225662
New Orleans,LA
--
gentoo-desktop@lists.gentoo.org mailing list
|
|

05-05-2008, 06:41 PM
|
|
|
(no subject)
subscribe
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
|
|

05-08-2008, 08:45 AM
|
|
|
(no subject)
--
Regards,
Agus Setiawan
http://mysetiawan.net
|
|

05-19-2008, 09:17 PM
|
|
|
(no subject)
I have several services that I am trying to have start automatically. Two
specific ones are vsftpd and named. I have the the startup files in the
rc3.d directory but the system seems to skip over them at boot time.
I can however manual start the files by running them from a root shell
with no problem.
I'm sure I'm missing something simple, but what?
Thanks, Jeff
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
|
|

05-19-2008, 09:21 PM
|
|
|
(no subject)
Jeffrey Ross wrote:
I have several services that I am trying to have start automatically. Two
specific ones are vsftpd and named. I have the the startup files in the
rc3.d directory but the system seems to skip over them at boot time.
I can however manual start the files by running them from a root shell
with no problem.
I'm sure I'm missing something simple, but what?
Thanks, Jeff
"chkconfig --list vsftpd" will show you which runlevels the service is
set to start in.
"man chkconfig" to get all the different options to adjust the services.
--
Stephen Berg
Systems Administrator
NRL Code: 7321
Office: 228-688-5738
stephen.berg@nrlssc.navy.mil
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
|
|
|
All times are GMT. The time now is 10:40 AM.
VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright 2007 - 2008, www.linux-archive.org
|