Displaying 20 results from an estimated 1000 matches similar to: "Re: [libvirt] Usability Enhancement: Import/Export VMs GUI"
2016 Mar 11
2
Re: [virt-tools-list] [libvirt] Usability Enhancement: Import/Export VMs GUI
On 2016-03-10 15:43, Cole Robinson wrote:
> On 03/10/2016 02:29 AM, Martin Kletzander wrote:
>> On Fri, Mar 04, 2016 at 04:23:18PM +0000, bancfc@openmailbox.org
>> wrote:
>>> The single most important usability feature missed by our less
>>> technical
>>> users who migrate from VirtualBox is a one click import/export of
>>> VMs
>>>
2016 Mar 14
0
Re: [virt-tools-list] [libvirt] Usability Enhancement: Import/Export VMs GUI
On Fri, Mar 11, 2016 at 10:32:15PM +0000, bancfc@openmailbox.org wrote:
>On 2016-03-10 15:43, Cole Robinson wrote:
>> On 03/10/2016 02:29 AM, Martin Kletzander wrote:
>>> On Fri, Mar 04, 2016 at 04:23:18PM +0000, bancfc@openmailbox.org
>>> wrote:
>>>> The single most important usability feature missed by our less
>>>> technical
>>>>
2016 Mar 24
2
Re: [virt-tools-list] [libvirt] Usability Enhancement: Import/Export VMs GUI
On 2016-03-14 11:00, Martin Kletzander wrote:
> On Fri, Mar 11, 2016 at 10:32:15PM +0000, bancfc@openmailbox.org wrote:
>
> Cool, now I'm wondering whether we also mention distros that are based
> on leveraging libvirt on our apps page [1]
>
>> The initial import process with virsh commands puts off many newbies
>> who
>> lack the technical skills to get up
2016 Mar 24
0
Re: [virt-tools-list] [libvirt] Usability Enhancement: Import/Export VMs GUI
On Thu, Mar 24, 2016 at 02:37:56PM +0100, bancfc@openmailbox.org wrote:
>On 2016-03-14 11:00, Martin Kletzander wrote:
>> On Fri, Mar 11, 2016 at 10:32:15PM +0000, bancfc@openmailbox.org wrote:
>>
>> Cool, now I'm wondering whether we also mention distros that are based
>> on leveraging libvirt on our apps page [1]
>>
>>> The initial import process
2016 Mar 10
0
Re: [virt-tools-list] [libvirt] Usability Enhancement: Import/Export VMs GUI
On 03/10/2016 02:29 AM, Martin Kletzander wrote:
> On Fri, Mar 04, 2016 at 04:23:18PM +0000, bancfc@openmailbox.org wrote:
>> The single most important usability feature missed by our less technical
>> users who migrate from VirtualBox is a one click import/export of VMs
>> and their config settings.
>>
Who are you users? I gather you work on tails/tor, name dropping
2016 Mar 14
1
TCP Tunnel Info
libvirt-users@redhat.com
TCP Tunnel Info
I've been looking at the TCP Tunnel network feature as a potential
replacement for the extra private internal networking configuration
file.
Usecase: This network is supposed to go from VM1 to VM2 without DHCP,
DNS or any incoming/outgoing connections to the host or outside world
possible.
https://libvirt.org/formatdomain.html#elementsNICSTCP
*
2013 Nov 22
3
Read MBR and store in a file?
Hi!
Is it possible to read the MBR of an image and to store it inside a file?
(If you want to know what I really want to do:
Creating a report on all contents of an vm image. [1] [2] Create the
image on two different machines, compare them and see, that there are
no important differences besides temporary files.)
Cheers,
adrelanos
[1] https://github.com/Whonix/Whonix/issues/113
[2]
2018 Mar 25
2
[Outreachy kernel] [PATCH] gpu: drm: Use list_{next/prev}_entry instead of list_entry
On Mon, Mar 19, 2018 at 12:44 PM, Julia Lawall <julia.lawall at lip6.fr> wrote:
>
>
> On Mon, 19 Mar 2018, Arushi Singhal wrote:
>
> > This patch replace list_entry with list_{next/prev}_entry as it makes
> > the code more clear to read.
> > Done using coccinelle:
> >
> > @@
> > expression e1;
> > identifier e3;
> > type t;
>
2018 Mar 19
4
[PATCH] gpu: drm: Use list_{next/prev}_entry instead of list_entry
This patch replace list_entry with list_{next/prev}_entry as it makes
the code more clear to read.
Done using coccinelle:
@@
expression e1;
identifier e3;
type t;
@@
(
- list_entry(e1->e3.next,t,e3)
+ list_next_entry(e1,e3)
|
- list_entry(e1->e3.prev,t,e3)
+ list_prev_entry(e1,e3)
)
Signed-off-by: Arushi Singhal <arushisinghal19971997 at gmail.com>
---
drivers/gpu/drm/drm_lease.c
2016 Aug 02
29
[Bug 97192] New: SuperTuxkart graphic errors [NVE4 - GK104]
https://bugs.freedesktop.org/show_bug.cgi?id=97192
Bug ID: 97192
Summary: SuperTuxkart graphic errors [NVE4 - GK104]
Product: Mesa
Version: unspecified
Hardware: x86-64 (AMD64)
OS: other
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee:
2018 May 08
0
I am leaving llvm
On 8 May 2018 at 16:34, James Courtier-Dutton via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Has something changed?
> So, it seams that LLVM do not participate in Outreachy.
Last email from Tanya was looking for folks to participate, there was
no update that it wouldn't happen. Maybe this is a new development?
Anyway, I think if the foundation considers this again, there
2015 Nov 26
2
Newbie alert
Hello guys!
I'm Shraddha , an opensource enthusiast and a regular contributor to the
linux-kernel project. I'm currently an intern at Linux Kernel selected
through the Outreachy program. I started contributing to opensource only 5
months ago but I'm already quite active. I would like to join the centos
project.Any help on getting started is appreciated :)
Kind Regards,
Shraddha
--
2016 Feb 19
3
Restoring single DC virtual machine
Hi,
I plan to install one Samba4 DC on a virtual machine to provide services
for
less than 50 users:
- centralized authentication on 2 or 3 Linux servers
- LDAP authentication on an ownCloud server
- I do not think that I will join Windows computers to the domain, but
maybe
one day.
I know it is better to install more than one DC to have replication, but
in a
so small setup, would it be
2015 Nov 26
2
How disable forwarding-only connections (i.e. non-shell/command non-sftp connections)? (Maybe this is a feature request!)
On 2015-11-26 13:03, Darren Tucker wrote:
> On Thu, Nov 26, 2015 at 3:41 PM, Tinker <tinkr at openmailbox.org> wrote:
>> What I am looking for is an SSHD configuration where every
>> successfully
>> authenticated connection also guaranteedly will lead to a
>> ForcedCommand
>> invocation.
> [...]
>> Is this possible?
>
> I don't think
2015 Nov 26
2
How disable forwarding-only connections (i.e. non-shell/command non-sftp connections)? (Maybe this is a feature request!)
On 2015-11-26 13:33, Darren Tucker wrote:
> On Thu, Nov 26, 2015 at 4:11 PM, Tinker <tinkr at openmailbox.org> wrote:
>> The goal is to get a script invoked *at login time*,
>
> This part I follow, but having a script run is just a means to an end
> not the end itself. What is the script going to do?
>
>> so that the authentication only is known to the client
2016 Dec 21
2
Modificación de ejes con ggplot
Hola,
Estoy haciendo unas gráficas de evolución temporal con el paquete
"ggplot" y me he encontrado con una dificultad que no logro resolver. En
el eje "x" tengo las fechas y en el "y" la concentración de un
parámetro. En el eje x me sale de forma predeterminada intervalos en
años (de 2012 a 2016), y unicamente salen 3 etiquetas (una cada 2 años).
Necesito
2015 Nov 26
2
How disable forwarding-only connections (i.e. non-shell/command non-sftp connections)? (Maybe this is a feature request!)
On 2015-11-26 14:16, Darren Tucker wrote:
> On Thu, Nov 26, 2015 at 4:49 PM, Tinker <tinkr at openmailbox.org> wrote:
>> On 2015-11-26 13:33, Darren Tucker wrote:
> [...]
>>> What is the script going to do?
>
> You didn't answer this.
Register the login to the group's login database.
>> How would you do it using bsdauth?
>>
>> (PAM
2015 Nov 26
2
How disable forwarding-only connections (i.e. non-shell/command non-sftp connections)? (Maybe this is a feature request!)
Hi Peter,
What I am looking for is an SSHD configuration where every successfully
authenticated connection also guaranteedly will lead to a ForcedCommand
invocation.
Currently I understand this to be the case only for the connections that
open channel to deliver a terminal, command or SFTP (I don't know if you
have a collective name for such non-forwarding channels).
Is this possible?
2019 Jun 13
1
Libvirt API for getting disk capacity from VM XML
Hello everyone,
I am doing an outreachy internship at Openstack Ironic. In the sushy-tools
project, we are using libvirt VMs to simulate bare metal machines for
testing purposes.
In the XML description of a domain, there are a bunch of disk elements
giving information about the various storage devices attached to the
domain. Is there some way to get the size/capacity of those disks using the
2016 Aug 05
2
[Bug 97217] New: apitrace error
https://bugs.freedesktop.org/show_bug.cgi?id=97217
Bug ID: 97217
Summary: apitrace error
Product: Mesa
Version: unspecified
Hardware: Other
OS: Linux (All)
Status: NEW
Severity: blocker
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at lists.freedesktop.org