Re: [DNG] KVM + QEMU on Devuan 1.0

2017-07-29 Thread Olaf Meeuwissen

Svante Signell writes:

> On Fri, 2017-07-28 at 12:06 +0200, alberto.se...@tin.it wrote:
>> Hello,
>>
>>  everyone has tried installing and using kvm + qmeu on Devuan 1.0 ?
>
> Yes, several instances. No problem :)
>
> Download:
> wget https://files.devuan.org/devuan_jessie/installer-iso/devuan_jessie
> _1.0.0_amd64_NETINST.iso

You may also be interested in the ready-to-use VMs.  See

  https://devuan.org/os/documentation/install#virtual-machines

There's a qcow2 image that, according to the README.txt, should be
usable with QEMU.  See:

  https://files.devuan.org/devuan_jessie/virtual/

I'm looking at using this on Devuan to play around with d1h when I get
the time.

Hope this helps,
--
Olaf Meeuwissen, LPIC-2FSF Associate Member since 2004-01-27
 GnuPG key: F84A2DD9/B3C0 2F47 EA19 64F4 9F13  F43E B8A4 A88A F84A 2DD9
 Support Free Softwarehttps://my.fsf.org/donate
 Join the Free Software Foundation  https://my.fsf.org/join
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] KVM + QEMU on Devuan 1.0

2017-07-29 Thread Steve Litt
On Fri, 28 Jul 2017 12:06:21 +0200
"alberto.se...@tin.it"  wrote:

> Hello,
> 
>   everyone has tried installing and using kvm + qmeu on Devuan 1.0 ?
> 

I haven't, but I've run Devuan in a qemu guest (hosted by Void Linux),
and it runs spectacularly.
 
SteveT

Steve Litt 
July 2017 featured book: Quit Joblessness: Start Your Own Business
http://www.troubleshooters.com/startbiz
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] KVM + QEMU on Devuan 1.0

2017-07-29 Thread Alberto Senni

Il 29/07/2017 19:39, Narcis Garcia ha scritto:

El 29/07/17 a les 19:08, Svante Signell ha escrit:

On Fri, 2017-07-28 at 12:06 +0200, alberto.se...@tin.it wrote:

Hello,

   everyone has tried installing and using kvm + qmeu on Devuan 1.0 ?

Yes, several instances. No problem :)

Download:
wget https://files.devuan.org/devuan_jessie/installer-iso/devuan_jessie
_1.0.0_amd64_NETINST.iso

Create:
qemu-img create devuan_jessie_amd64.img 32G

Install:
qemu-system-x86_64 -cdrom devuan_jessie_1.0.0_amd64_NETINST.iso -hda
devuan_jessie_amd64.img -boot d -net nic -net user -m 4096 -localtime &

NOTE: add ipv4 to -net, otherwise you'll get the ipv6 address fec0::3

Run:
qemu-system-x86_64 -enable-kvm -hda devuan_jessie_amd64.img -boot c
-net nic -net user,ipv4,hostfwd=tcp::5556-:22 -m 1024 -localtime &

Access:
ssh -p 5556 localhost
ssh -p 5556  from outside your host.

You can also use -vnc :0 or 127.0.0.1:0 to access the console:
gvncviewer localhost:0
gvncviewer :0 from outside your host. Be
careful here!

I suppose you mean Devuan hosting Qemu machines (?)

Yes, thanks Garcia, In the next few days will try

Alberto

---
Questa e-mail è stata controllata per individuare virus con Avast antivirus.
https://www.avast.com/antivirus

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] KVM + QEMU on Devuan 1.0

2017-07-29 Thread Narcis Garcia
El 29/07/17 a les 19:08, Svante Signell ha escrit:
> On Fri, 2017-07-28 at 12:06 +0200, alberto.se...@tin.it wrote:
>> Hello,
>>
>>   everyone has tried installing and using kvm + qmeu on Devuan 1.0 ?
> 
> Yes, several instances. No problem :)
> 
> Download:
> wget https://files.devuan.org/devuan_jessie/installer-iso/devuan_jessie
> _1.0.0_amd64_NETINST.iso
> 
> Create:
> qemu-img create devuan_jessie_amd64.img 32G
> 
> Install:
> qemu-system-x86_64 -cdrom devuan_jessie_1.0.0_amd64_NETINST.iso -hda
> devuan_jessie_amd64.img -boot d -net nic -net user -m 4096 -localtime &
> 
> NOTE: add ipv4 to -net, otherwise you'll get the ipv6 address fec0::3
> 
> Run:
> qemu-system-x86_64 -enable-kvm -hda devuan_jessie_amd64.img -boot c
> -net nic -net user,ipv4,hostfwd=tcp::5556-:22 -m 1024 -localtime &
> 
> Access:
> ssh -p 5556 localhost
> ssh -p 5556  from outside your host.
> 
> You can also use -vnc :0 or 127.0.0.1:0 to access the console:
> gvncviewer localhost:0
> gvncviewer :0 from outside your host. Be
> careful here!

I suppose you mean Devuan hosting Qemu machines (?)
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] KVM + QEMU on Devuan 1.0

2017-07-29 Thread Svante Signell
On Fri, 2017-07-28 at 12:06 +0200, alberto.se...@tin.it wrote:
> Hello,
> 
>   everyone has tried installing and using kvm + qmeu on Devuan 1.0 ?

Yes, several instances. No problem :)

Download:
wget https://files.devuan.org/devuan_jessie/installer-iso/devuan_jessie
_1.0.0_amd64_NETINST.iso

Create:
qemu-img create devuan_jessie_amd64.img 32G

Install:
qemu-system-x86_64 -cdrom devuan_jessie_1.0.0_amd64_NETINST.iso -hda
devuan_jessie_amd64.img -boot d -net nic -net user -m 4096 -localtime &

NOTE: add ipv4 to -net, otherwise you'll get the ipv6 address fec0::3

Run:
qemu-system-x86_64 -enable-kvm -hda devuan_jessie_amd64.img -boot c
-net nic -net user,ipv4,hostfwd=tcp::5556-:22 -m 1024 -localtime &

Access:
ssh -p 5556 localhost
ssh -p 5556  from outside your host.

You can also use -vnc :0 or 127.0.0.1:0 to access the console:
gvncviewer localhost:0
gvncviewer :0 from outside your host. Be
careful here!
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng