search for: unenforc

Displaying 20 results from an estimated 36 matches for "unenforc".

Did you mean: unenforced
2004 Aug 27
2
Samba, the GPL and SCO
...allowed to distribute Samba without agreeing to the GPL? That's like buying a car, then claiming the sale agreement is bogus but you still want to keep the car. You can't have it both ways. ---- Quick clipping from the case: According to SCO, the GPL (and thus also the LGPL) "is unenforceable, void and/or voidable" (Ex. 2 at 20 (Sixth Affirmative Defense)); "violates the U.S. Constitution, together with copyright, antitrust and export control laws" (Ex. 25 (Amend. Ans. to Amend. Countercls.) at 16 (Eighth Affirmative Defense); Ex. 23 at 213:15-20); is unenforceab...
2018 Aug 06
3
Re: [PATCH nbdkit] protocol: Implement NBD_OPT_GO.
...es the export name you pass in and always has done: > > https://github.com/libguestfs/nbdkit/blob/a2c4e88af503310892ebce6da3ac478beb47888a/src/connections.c#L626 > > The -e option on the command line is only for advertizing an export > name to clients. It is otherwise unused & unenforced. Agreed - it is not necessarily a bug for the server to permit the client to connect to different name(s) than what the server was told to advertise. > > One day we'll do something useful with it but we're not sure what. We might eventually reject clients that don't request...
2014 Jul 15
1
Re: starting lxcs from within a vm using libvirt
...han 22542. I'm not much of an Ubuntu user myself, so I don't know how well lxc guests fare on that build; you may get faster response if you open a Launchpad ticket? > > This e-mail and any attachments may contain information that is confidential and proprietary This disclaimer is unenforceable on publicly archived lists; you may be better off sending from a personal account rather than from an employer's account that slams on bogus legalese. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
2018 Aug 04
2
Re: [PATCH nbdkit] protocol: Implement NBD_OPT_GO.
On Sat, Aug 4, 2018 at 10:58 PM Nir Soffer <nsoffer@redhat.com> wrote: > On Sat, Aug 4, 2018 at 4:04 PM Richard W.M. Jones <rjones@redhat.com> > wrote: > >> This is only lightly tested (against just qemu NBD client), and the >> code might be structured a little better as the >> _negotiate_handshake_newstyle_options function has now grown to be >> huge.
2018 Aug 06
1
Re: [PATCH nbdkit] protocol: Implement NBD_OPT_GO.
...gt; > > > > > > https://github.com/libguestfs/nbdkit/blob/a2c4e88af503310892ebce6da3ac478beb47888a/src/connections.c#L626 > > > > > > The -e option on the command line is only for advertizing an export > > > name to clients. It is otherwise unused & unenforced. > > > > Agreed - it is not necessarily a bug for the server to permit the client > > to connect to different name(s) than what the server was told to advertise. > > > > > > > > One day we'll do something useful with it but we're not sure what. &g...
2014 Jun 18
2
converted VMDK disk iamge and Virtio driver
I have a CentOS 5 VM in vmware I wanted to move to work on KVM/libvirt. I used qemu-img to convert it to a qcow2 image, loaded virt-manager and created a new VM pointed at that qcow2 image. The boot paniced when it tried to mount the root filesystem also complaining about not being able to remount the swap partition. I played around and was able to get it to boot by changing the Virtual disk
2015 Feb 11
2
libvirt/virsh change boot order
Hello, hope all are well. Am I missing something? If I add a cdrom and change boot order in a running vm with virsh edit, I have to shutdown the vm and restart to see the change in boot order. I can not just restart the vm via reboot inside the vm or virsh reboot vm. I don't see anything under /var/lib/libvirt/qemu/saved where I might expect conflict if I was battling against a saved
2012 Nov 28
1
error: argument unsupported: unable to handle disk requests in snapshot
Hello, a problem occurred during making a snapshot for a guest, ask for help... 1. the xml for snapshotdomain like this: # cat deployment.1 <domainsnapshot> <name>a</name> <disks> <disk name='/home/qcow2/disk.0'> <driver type='qcow2'/> <source file='/home/qcow2/disk.3'/> </disk> </disks>
2018 Jul 11
3
static stack depth analysis tool
...ynamically link against syscalls the same way it would any other shared library object. The vDSO requires a certain amount of stack space to safely complete any syscall, and that amount is part of the system’s ABI contract with user code. Currently, however, that amount is unknown, undocumented and unenforced; this tool will allow us to analyze the amount of stack space currently implemented syscalls use, document the amount that will be contractually required by the ABI, and enforce that future syscalls do not exceed that amount. Please let us know if you have any comments or suggestions about the i...
2013 Sep 03
3
Is virsh blockcommit supported? Thanks a lot
I had test the command virsh blockcommit, but it failed, with the libvirt version 1.1.0, and qemu version 1.6.0. Is this feature being developing? Thanks root at cvk-31:/vms/images# virsh -v 1.1.0 root at cvk-31:/vms/images# qemu-img -V qemu-img version 1.6.0, Copyright (c) 2004-2008 Fabrice Bellard usage: qemu-img command [command options] root at cvk-31:/vms/images# virsh blockcommit Vmtest
2018 Aug 06
0
Re: [PATCH nbdkit] protocol: Implement NBD_OPT_GO.
...ot; export. nbdkit ignores the export name you pass in and always has done: https://github.com/libguestfs/nbdkit/blob/a2c4e88af503310892ebce6da3ac478beb47888a/src/connections.c#L626 The -e option on the command line is only for advertizing an export name to clients. It is otherwise unused & unenforced. One day we'll do something useful with it but we're not sure what. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libgues...
2018 Aug 06
0
Re: [PATCH nbdkit] protocol: Implement NBD_OPT_GO.
...in and always has done: > > > > > https://github.com/libguestfs/nbdkit/blob/a2c4e88af503310892ebce6da3ac478beb47888a/src/connections.c#L626 > > > > The -e option on the command line is only for advertizing an export > > name to clients. It is otherwise unused & unenforced. > > Agreed - it is not necessarily a bug for the server to permit the client > to connect to different name(s) than what the server was told to advertise. > > > > > One day we'll do something useful with it but we're not sure what. > > We might eventually re...
2004 Oct 22
1
Quick question
Hi all, I'm going to be out of office for the next week (starting in the next hour or so) and I need to unsubscribe (I'm sure you don't want my out of office replies really) Can anyone help me by saving me the time it'll take to lookup the unsubscribe/resubscribe details? Many thanks, Mark Lidstone IT and Network Support Administrator BMT SeaTech Ltd Grove House, Meridians
2009 Feb 18
0
life safety system and VOIP
...net rights to a provider. They run fiber to each house > and then have the uplink to provider which isn't a traditional telco. > You can't get another provider as satellite dishes are limited in > covenants and restrictions (CCR). Those CC&Rs may very well be legally void and unenforceable. Some years ago, Congress passed legislation which affirms the right of individuals to install over-the-air television antennas, satellite-TV antennas, and "fixed wireless" antennas, in areas of their property which (1) they own, or (2) they lease or rent, and which are part of thei...
2010 Nov 08
3
OT - Any true bourne shells out there for linux?
Hi All, Was wondering if anyone knows there are any separate rpms to be able to install a true bourne shell and not one linked to bash. Thanks in advance, Phil -- Manners are the unenforced standards of conduct which demonstrate that a person is proper, polite, and refined.
2009 Jun 29
4
Internet Explorer
Hi All, I am trying to run some of our web applications, which are specifically developed having MS IE in mind, through wine on Suse Linux. I am just concerned that is there any license obligations to MS if we use IE or some IE related dll files in wine...??? The idea is to reduce the MS licenses and we're that even after running the IE in Wine does it require any MS license...?? Thanks
2012 Oct 23
1
using vbox driver hypervisor support
Hi, I installed Libvirt. We need virtualbox support for libvirt. But we are unable to see the vbox option in virt-manager. How we can find vbox hypervisor driver? And also we already compiled libvirt with vbox option.(--with-vbox). But that didn't work. And also when we are creating the new virtual machine through virt-manager we are getting the following error: internal error
2013 Sep 03
0
Re: Is virsh blockcommit supported? Thanks a lot
...hand with 'qemu-img create'? If so, be sure you pass the '-o backing_fmt=qcow2' option for any file that wraps another qcow2 file. > This e-mail and its attachments contain confidential information from H3C, which is This list is publicly archived, rendering such a disclaimer unenforceable. It is considered poor netiquette to send from an employer's account if they tack on such legalese, and you may want to consider using a personal account instead. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
2013 Nov 20
0
Re: libivrt issue report , 1.1.0 version, while migrate VMs between two hosts, is it solved or other way to avoid it, thanks
...g shell scripts. Can you please retry with libvirt 1.1.4? There have been some bug fixes in this area, and it's not worth debugging old versions if the new version is already fixed. > This e-mail and its attachments contain confidential information from H3C, which is Such a disclaimer is unenforceable on publicly-archived lists. It is considered poor netiquette to send from your employer's email if they are going to tack on this legalese junk; and the recommendation is to use a personal account instead. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization libra...
2014 Jun 18
0
Re: converted VMDK disk iamge and Virtio driver
...ooking in your manual attempt; I'd recommend trying that approach: http://libguestfs.org/virt-v2v/ > The information in this e-mail is intended only for the person to whom > it is > addressed. If you believe this e-mail was sent to you in error and the > e-mail This disclaimer is unenforceable on a publicly-archived mailing list. You might want to consider using a personal email account rather than spamming the list with your employer's bogus legalese. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org