similar to: Problem with virt-sysprep

Displaying 12 results from an estimated 12 matches similar to: "Problem with virt-sysprep"

2014 Nov 04
2
libguestfs-tools with libvirt SASL authentication
Hello, I'm running into an issue using the 'virt-df' command when SASL is enabled in libvirt. I'm running version 1.26.5 of libguestfs on an Ubuntu 14.04 OS. I'm running 'virt-df' for all guests at one time, not specifying a domain or image to use. I was expecting a SASL authentication prompt but to no avail. Below is a sample run: root@all-in-one:~# virt-df -P 15
2019 Nov 30
1
Re: [PATCH nbdkit 1/3] filters: stats: Show size in GiB, rate in MiB/s
On Sat, Nov 30, 2019 at 02:17:05AM +0200, Nir Soffer wrote: > I find bytes and bits-per-second unhelpful and hard to parse. Using GiB > for sizes works for common disk images, and MiB/s works for common > storage throughput. > > Here is an example run with this change: > > $ ./nbdkit --foreground \ > --unix /tmp/nbd.sock \ > --exportname '' \ >
2014 Nov 07
2
Re: libguestfs-tools with libvirt SASL authentication
Thanks for the info, Richard. Hi Dan, Any additional information on this? Thanks, Dan Ryder -----Original Message----- From: Richard W.M. Jones [mailto:rjones@redhat.com] Sent: Wednesday, November 05, 2014 8:46 AM To: Dan Ryder (daryder); berrange@redhat.com Cc: libguestfs@redhat.com Subject: Re: [Libguestfs] libguestfs-tools with libvirt SASL authentication On Tue, Nov 04, 2014 at
2012 Jul 18
5
Any comment on adding #cast and #cast! to ActiveRecord::Relation?
Not getting any love (tender or otherwise) on my pull request<https://github.com/rails/rails/pull/7035>so I thought you folks might like to chip in. What do you think? #cast and #cast! allow you to declare a mapping from generated column names to simplified database column types (i.e. those used in migrations). This way scopes with columns generated in their select lists can also include
2003 Apr 06
0
samba_3_0+ldapsam_nua: creating machine trust accounts fails
Hi, with current SAMBA_3_0 I'm unable to create new Machine Trust Accounts with ldapsam_nua. A rough test indicates that ldapsam works. If I put 'rid' in samba.schema from MUST into MAY, samba creates an ldap entry, but with empty 'rid' and 'primaryGroupID' attributes. ciao Dariush # smbpasswd -D5 -a -m test2$ Netbios name list:-
2011 Nov 01
1
predict lmer
Dear all, I've been reading for many days trying to predict with lmer but I haven't managed to do it. I've fitted an allometric model for trees where I have included climatic variables and diameter in the fixed part and in the random part I've included the experimental sites where trees are and also their provenance region. The model is like this :
2019 Nov 30
5
[PATCH nbdkit 0/3] filters: stats: More useful, more friendly
- Use more friendly output with GiB and MiB/s. - Measure time per operation, providing finer grain stats - Add missing stats for flush I hope that these changes will help to understand and imporve virt-v2v performance. Nir Soffer (3): filters: stats: Show size in GiB, rate in MiB/s filters: stats: Measure time per operation filters: stats: Add flush stats filters/stats/stats.c | 117
2012 May 11
0
[LLVMdev] Hello! We are seeking => LLVM Compiler Engineer - Mountain View, CA
Greetings, Our client is a public Semiconductor company founded in 1986, considered the the world leader in providing technology solutions used to develop electronics and electronic systems. They supply the electronic design automation (EDA) software that engineers use to design, create prototypes for and test integrated circuits, also known as chips. Please review the job descriptions below
2013 Jan 20
20
ActiveRecord::Persistence.increment! requires a row lock to ensure isolated updates
The method is here: https://github.com/rails/rails/blob/master/activerecord/lib/active_record/persistence.rb#L288. The method takes the in-memory attribute value and increments it by the specified amount. A safer approach (from an isolation standpoint) would be to let the database determine the value. Instead of telling the database what value to persist in the database, the SQL can written
2014 Nov 05
0
Re: libguestfs-tools with libvirt SASL authentication
On Tue, Nov 04, 2014 at 06:47:04PM +0000, Dan Ryder (daryder) wrote: > Hello, > > I'm running into an issue using the 'virt-df' command when SASL is enabled in libvirt. I'm running version 1.26.5 of libguestfs on an Ubuntu 14.04 OS. > > I'm running 'virt-df' for all guests at one time, not specifying a domain or image to use. I was expecting a SASL
2014 Nov 13
0
Re: libguestfs-tools with libvirt SASL authentication
On Fri, Nov 07, 2014 at 02:37:06PM +0000, Dan Ryder (daryder) wrote: > Thanks for the info, Richard. > > Hi Dan, > > Any additional information on this? I don't know if Dan B wants to chime in here, but can you try out the following patch? diff --git a/df/domains.c b/df/domains.c index b2d9537..6cbc0f9 100644 --- a/df/domains.c +++ b/df/domains.c @@ -77,7 +77,8 @@
2011 Aug 25
0
plotting muliple CI ellipses for lm estimates
Hi, I have read your post about plotting multiple CI ellipses and I would like too, but I don?t know how. I would like to plot an ellipse for each group and I have slope and intercepts, but I don?t know what to put in the arguments shape and radius. CAn you help me please?