similar to: Re: Live Migration Issue

Displaying 20 results from an estimated 500 matches similar to: "Re: Live Migration Issue"

2017 Nov 06
0
Live Migration Issue
I'm hoping someone here can help me figure out what's going on here. I've got two CentOS 7 hosts with shared storage that I'm trying to do live migrations between and I'm running into an error with VMs that were originally created on a CentOS 6 host and then moved the CentOS 7 hosts. The CentOS 6 VM runs fine on the host, and can do non-live migrations without any issues,
2005 Oct 23
1
Re: winebuild problems - wine-20050930 [SOLVED]
Sorry for the noise. On 10/23/05, Mark Knecht <markknecht@gmail.com> wrote: > On 10/23/05, Mark Knecht <markknecht@gmail.com> wrote: > > Hi, > > Does anyone know what happened to the --debug option in winebuild? > > It seems to have disappeared in more recent versions of Wine. > > > > I am attempting to build a program that uses winebuild with
2012 May 23
3
Linux to Windows Interoperability
Hello, Currently using a freely available MS Windows file system driver, Ext2Fsd, to communicate (read/write) with external media formatted EXT3 (Linux volume) from within MS Windows. Curious to know if Samba is able to support communication (read/write) with external media formatted EXT3 (Linux volume) from within the MS Windows environment? Looking forward to your reply. Thanks. Best,
2004 Nov 03
1
'help'
'help' -----Original Message----- From: wine-users-admin@winehq.org [mailto:wine-users-admin@winehq.org] On Behalf Of wine-users-request@winehq.org Sent: Wednesday, November 03, 2004 4:02 PM To: wine-users@winehq.org Subject: wine-users digest, Vol 1 #1922 - 7 msgs Send wine-users mailing list submissions to wine-users@winehq.org To subscribe or unsubscribe via the World Wide Web,
2004 Nov 03
3
help
-----Original Message----- From: wine-users-admin@winehq.org [mailto:wine-users-admin@winehq.org] On Behalf Of wine-users-request@winehq.org Sent: Wednesday, November 03, 2004 1:59 PM To: wine-users@winehq.org Subject: wine-users digest, Vol 1 #1921 - 10 msgs Send wine-users mailing list submissions to wine-users@winehq.org To subscribe or unsubscribe via the World Wide Web, visit
2004 Oct 29
1
Re: Guild Wars Client (Mark Knecht)
> Message: 8 > Date: Fri, 29 Oct 2004 11:40:08 -0700 > From: Mark Knecht <markknecht@gmail.com> > Reply-To: Mark Knecht <markknecht@gmail.com> > To: Joel Konkle-Parker <jjk3@msstate.edu> > Subject: Re: [Wine]Guild Wars Client > Cc: wine-users@winehq.com > > On Fri, 29 Oct 2004 10:11:53 -0700, Mark Knecht <markknecht@gmail.com> > wrote: >>
2014 May 07
4
[Bug 926] New: icmp: ICMPv6 types are not supported
https://bugzilla.netfilter.org/show_bug.cgi?id=926 Summary: icmp: ICMPv6 types are not supported Product: nftables Version: unspecified Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: nft AssignedTo: pablo at netfilter.org ReportedBy:
2005 Apr 28
4
wine-20050419 - where to set audio driver type?
Hi, In a completely clean account that's never run Wine before I run wine --version. Wine installs a new .wine directory but this Wine directory has no config file. I looked in the 3 obvious files but none of them seem to have an option for changing between OSS, Alsa and JAck. where do I make this setting change now? Thanks, Mark
2009 Jul 22
5
Multi-line comments?
Hi, I looked in the language definition and was surprised. Is there really no multi-line/block comment defined in R? I wanted to comment out 20 lines that I'm moving to a function but didn't want to delete them. Is there no defined way to get around using a # on each of the 20 lines? Thanks, Mark
2002 Dec 17
1
Wine Install Question - "Registry install failed."
Mark Knecht wrote: >Hello, > First message here. I've run Wine just a little bit on another machine, >but am running Quicken 2001 Deluxe happily. (Or almost so...) > > I'm attempting to set a new version of Wine up in the office in an >attempt to move some of us here away from Windows, or at least try to. I've >installed a 12/17/02 CVS download in /source/wine
2004 Oct 09
3
Quicken 2004 Report windows
Hi, I'm currently running Wine-20040505. Quicken 2004 Premier Edition runs very well on this version except for reports. There are some reports that display jsut fine and other that don't display at all. Ant transaction summary report that I do causes Quicken and the report window to minimize. When I maximize them by hand the report window appears to be all black and I cannot
2009 Jul 24
4
Include files?
Hi, I have 15 or 20 functions I've written to convert the sort of data I'm working with. They are currently in their own R file which I load by hand in Rgui before loading and running my main programs. Is there any way to have this file included in my R program like #include might in C? If not is there a simple newbie-type example of how to create a package so I could just say
2004 Apr 05
0
JOB: Industrial Statistician , Liverpool UK
Eli Lilly and company is one of the world's leading research-based pharmaceutical companies, and Lilly UK is one of the "Sunday Times Top 100 Best Companies To Work For". Due to growth, a new opportunity has arisen for an experienced Statistician with excellent communication skills to join our European team providing expertise and training in statistics to support pharmaceutical
2004 Apr 23
0
JOB: Industrial Statistician , Liverpool UK - CLOSING DATE 7th MAY
Eli Lilly and company is one of the world's leading research-based pharmaceutical companies, and Lilly UK is one of the "Sunday Times Top 100 Best Companies To Work For". Due to growth, a new opportunity has arisen for an experienced Statistician with excellent communication skills to join our European team providing expertise and training in statistics to support pharmaceutical
2009 Jul 03
5
What command lists everything in a package?
Hi, Two easy questions I'm sure. 1) As an example if I use the code require(zoo) then once it's loaded is there a command that lists everything that zoo provides so that I can study the package? Certainly help(zoo) gives me some clues about what zoo does but I'd like a list. Maybe there's a way to query something but in Rgui under Win Vista ls() returns nothing after zoo
2009 Sep 09
3
lag a data.frame column?
Sometimes it's the simple things... Why doesn't this lag X$x by 3 and place it in X$x1? (i.e. - Na's in the first 3 rows and then values showing up...) The help page does talk about time series. If lag doesn't work on data.frame columns then what would be the right function to use to lag by a variable amount? Thanks, Mark X=data.frame(x=seq(1:10)) X$x1=lag(X$x, 3) X
2010 Nov 08
0
Re: What constitutes a good backtrace?
Mark Knecht wrote: > On Sat, Mar 8, 2008 at 11:28 AM, Dan Kegel <dank at kegel.com> wrote: > > > On Sat, Mar 8, 2008 at 11:22 AM, Mark Knecht <markknecht at gmail.com> wrote: > > > > > Does this mean run it again but use +relay in the command line? > > > > > > > Yes. > > > > > > > > > If so could you give
2005 Jan 02
5
WineTools 2.0.9 released
A happy and successful new year for everyone! I just release WineTools 2.0.9. You can download it at http://www.von-thadden.de/Joachim/WineTools/. This release has some minor improvements such as: - cdrom is detected from fstab during Base setup - IE6 now in english and german - user info about installed scripts WineTools is an menu driven installer for installing Windows programs under wine.
2009 Jul 19
3
ifelse choices in a data.frame?
Hi, In my data.frame I wanted to essentially write If(Test) c*d else c+d but that doesn't work. I found I could do it mathematically, but it seems forced and won't scale well for nested logic. I have two examples below writing columns e & f, but I don't think the code is self-documenting as it depends on knowing that Test is a TRUE/FALSE. Is there a better way to do the
2009 Sep 18
4
Any concept of 'by reference' or 'address of' in R?
Hi, Is there a way to pass the address of a data.frame through a set of functions in R? I've got some code which is slowing down I think because my data.frames are getting much larger - now approaching 1 million rows by 50-100 columns - and my functions - originally written for much smaller data elements are sampling these data.frames a couple of layers down. Before I rewrite them to do