search for: throwaways

Displaying 20 results from an estimated 104 matches for "throwaways".

Did you mean: throwaway
2006 Jul 20
3
throwaway() function
Dear all, I apologize if this is a FAQ (seems a bit like one, but I didn't find anything). I'm looking for an easy way to cut one value out of a vector and shorten the vector accordingly. Something like: x <- c(1, 1, 0, 6, 2) throwaway(x[3]) which will return x = 1 1 6 2, with length(x) = 4. I know one could do this by hand, but then one would have to create a second vector y in a
2018 Mar 05
2
virt-v2v 1.38 fails to convert .vmx VM: setfiles ... Multiple same specifications for /.*.
[This email is either empty or too large to be displayed at this time]
2018 Mar 06
3
Re: virt-v2v 1.38 fails to convert .vmx VM: setfiles ... Multiple same specifications for /.*.
Hello, Richard. > -----Original Message----- > From: Richard W.M. Jones [mailto:rjones@redhat.com] > Sent: Monday, March 5, 2018 8:42 PM > To: Зиновик Игорь Анатольевич <ZinovikIA@nspk.ru> > Cc: libguestfs@redhat.com > Subject: Re: [Libguestfs] virt-v2v 1.38 fails to convert .vmx VM: setfiles ... > Multiple same specifications for /.*. > > On Mon, Mar 05, 2018 at
2018 Mar 05
0
Re: virt-v2v 1.38 fails to convert .vmx VM: setfiles ... Multiple same specifications for /.*.
On Mon, Mar 05, 2018 at 02:03:17PM +0000, Зиновик Игорь Анатольевич wrote: > Hello. > > I'm trying to convert VMware based virtual machines (CentOS 7.2) and output them into oVirt. > virt-v2v fails with following error: > setfiles: /sysroot/etc/selinux/targeted/contexts/files/file_contexts: Multiple same specifications for /.*. > > File `file_contexts' looks same
2019 Aug 26
2
Conventions: Use of globals and main functions
Duncan Murdoch wrote: > Scripts are for throwaways, not for anything worth keeping. I totally agree and have a tangentially relevant question about the <<- operator. Currently 'name <<- value' means to look up the environment stack until you find 'name' and (a) if you find 'name' in some frame bind it to a new...
2013 May 23
3
[LLVMdev] Deprecating autoconf/make?
Hi Jim, > Perhaps I’m misunderstanding you. Are you suggesting > using QEMU as part of the LLVM build process? Just for the case of building the runtime libraries for a cross-compiled version of clang. Another option is to have the compiler-rt build depend on a host build of clang. So when cross-compiling clang, we'd generate two clang builds: a target version to ship, and a
2011 May 29
1
febootstrap: what am I doing wrong?
Good evening, I just tried following the steps in "Tip: Creating throwaway appliances with febootstrap"[1] on my workstation at home running Debian/unstable. I ran into problems: ,---- | $ mkdir supermin.d | $ febootstrap --names 'bash' 'coreutils' -o supermin.d | Get: 1 http://ftp.de.debian.org/debian/ sid/main bash amd64 4.1-3 [1325 kB] | Get: 2
2013 May 23
0
[LLVMdev] Deprecating autoconf/make?
On Thu, May 23, 2013 at 3:28 PM, Greg Fitzgerald <garious at gmail.com> wrote: > Hi Jim, > > > Perhaps I’m misunderstanding you. Are you suggesting > > using QEMU as part of the LLVM build process? > > Just for the case of building the runtime libraries for a cross-compiled > version of clang. > > Another option is to have the compiler-rt build depend on a
2016 Jul 25
3
[RFC] One or many git repositories?
> -----Original Message----- > From: Robinson, Paul [mailto:paul.robinson at sony.com] > Sent: 22 July 2016 18:50 > To: Renato Golin; Daniel Sanders > Cc: llvm-dev at lists.llvm.org > Subject: RE: [llvm-dev] [RFC] One or many git repositories? > > > >> * public and downstream forks that *rely* on linear history > > > > > > Do you have an example
2016 Mar 29
4
[PATCH] appliance: Copy /etc/machine-id from host system into the appliance.
Currently when the appliance is booted we see warning messages like these ones: [/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /run/log/journal/%m [/usr/lib/tmpfiles.d/systemd.conf:28] Failed to replace specifiers: /run/log/journal/%m [/usr/lib/tmpfiles.d/systemd.conf:29] Failed to replace specifiers: /run/log/journal/%m They are apparently harmless, but are caused because
2018 Mar 06
0
Re: virt-v2v 1.38 fails to convert .vmx VM: setfiles ... Multiple same specifications for /.*.
On Tue, Mar 06, 2018 at 08:40:51AM +0000, Зиновик Игорь Анатольевич wrote: > > What happens if you run these commands (which should be safe to run > > because they only operate on a throw-away overlay): > > > > qemu-img create -f qcow2 throwaway.qcow2 /mnt/knp1-vm-otp02/knp1-vm- > > otp02.vmdk I missed out the -b flag: qemu-img create -f qcow2 throwaway.qcow2 -b
2019 Aug 25
2
Conventions: Use of globals and main functions
This is a fair point; structuring functions into packages is probably ultimately the gold standard for code organization in R. However, lexical scoping in R is really not much different than in other languages, such as Python, in which use of main functions and defining other named functions outside of main are encouraged. For example, in Scheme, from which R derives its scoping rules, the
2015 Nov 19
4
C7: How to configure raid at install time
On Nov 18, 2015, at 9:49 PM, Devin Reade <gdr at gno.org> wrote: > > The one thing I would point out regarding the above link is that despite > conventional UNIX wisdom, *don't* put /usr on a separate filesystem > in CentOS 7. <sarcasm>Thank you RedHat</sarcasm> > > Flames to /dev/null. Sorry, you don?t get to throw that grenade and then run away. The
2019 Feb 15
3
32 seconds vs 72 minutes -- expected performance difference?
Saurabh Nanda <saurabhnanda at gmail.com> writes: > 1) Why is the log saying `SMB2` everywhere? Shouldn't it be saying > `SMB3`? "SMB3" is mostly marketing, it inherits almost everything from SMB2 hence why it's often handled by SMB2 code. You will see this in Samba, Wireshark, Linux, and even Microsoft specification "MS-SMB2" which actually covers both
2017 Dec 19
1
Minimal AD DC server for dev/test setup
On Tue, Dec 19, 2017 at 11:20 AM, Rowland Penny <rpenny at samba.org> wrote: > There is a term for running a Samba AD DC without dns, it is called > 'broken' ;-) Fair enough. > AD isn't ldap, it contains its own version of ldap, if you want to use > it for authentication by external tools, read up on using AD with the > relevant tool. We are in fully agreement
2003 Nov 27
2
Just a thought, all this "swen" stuff, this list
It seems anyone posting to this list gets a deluge (and I mean a deluge) of virus infected windows garbage. It's basically enough to ruin any email address you sign up to the list with; it doesn't matter if you have a virus scanner integrated with your MTA, I really don't want to see 200 virus notifications a day because i posted to this list. I have been getting about 20MB of swen a
2016 Jul 25
4
[RFC] One or many git repositories?
> -----Original Message----- > From: Renato Golin [mailto:renato.golin at linaro.org] > Sent: Monday, July 25, 2016 7:11 AM > To: Daniel Sanders > Cc: Robinson, Paul; llvm-dev at lists.llvm.org > Subject: Re: [llvm-dev] [RFC] One or many git repositories? > > On 25 July 2016 at 14:55, Daniel Sanders <Daniel.Sanders at imgtec.com> > wrote: > > I know of a way
2019 Aug 26
0
Conventions: Use of globals and main functions
On 26/08/2019 1:58 p.m., William Dunlap wrote: > Duncan Murdoch wrote: > > Scripts are for throwaways, not for anything worth keeping. > > I totally agree and have a tangentially relevant question about the <<- > operator.? Currently 'name <<- value' means to look up the environment > stack until you find 'name'? and (a) if you find 'name' in some...
2014 Feb 05
4
Re: Can I move the disk image of the guest while it is running?
Thank you Eric, On 2014-02-05 17:23, Eric Blake wrote: > Yes, live storage migration is possible; although at the moment, qemu is > lacking a way to restart the operation if it fails midstream, so libvirt > only allows the operation if you are willing to temporarily make your > guest transient. What does this mean? Will I loose anything if - for example - there is not enough space on
2014 Feb 05
0
Re: Can I move the disk image of the guest while it is running?
On 02/05/2014 02:54 PM, Gergely Horváth wrote: > Thank you Eric, > > On 2014-02-05 17:23, Eric Blake wrote: >> Yes, live storage migration is possible; although at the moment, qemu is >> lacking a way to restart the operation if it fails midstream, so libvirt >> only allows the operation if you are willing to temporarily make your >> guest transient. > >