search for: preparatory

Displaying 20 results from an estimated 210 matches for "preparatory".

2018 Jul 27
1
Preparatory work on virt-v2v -o openstack mode
(Apologies if I missed anyone off the To: line. Please add anyone else who is interested, but keep the libguestfs public mailing list) I did some preparatory work on adding the new ‘virt-v2v -o openstack’ output mode. I've put it in a private (non-FFwd) branch here: https://github.com/rwmjones/libguestfs/tree/openstack Most of the work was refactoring virt-v2v so that we have all of the metadata available at the point where we create the disks....
2018 Jul 02
2
Exchange 2010?
In our lab we have installed Exchange 2007 SP1 against samba 4.8.2 on Windows Server 2008R2 and Windows Server 2012R2. (not fully tested yet) In attempts to install Exchange 2010 we have had many stumbling blocks. Has anyone successfully installed and can share what preparatory steps they took? The only information we could find on the web is https://wiki.univention.de/index.php/Software_working_out_of_the_Box_with_SAMBA_4#Microsoft_Exchange , which claims it works in their environment. Respectfully, Jason Pyeron -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
2019 May 04
2
Windows 2012 server as a member?
...ows clients or "servers" and the "server" portion of the lists include W2012. Now, I see no reason why this "server" cannot act in a similar manner as my Ubuntu member server, as a client joined to the domain to share the file access needed? (The need comes because the preparatory program needed runs on Windows Access Database. Access being the database program part of "Office" and as current versions of "Office" may not run well on WINE then, I need a Windows 2012 Server machine.) So, am I incorrect and this machine will need to be a domain controller?...
2014 Jul 07
2
[PATCH 05/11] qspinlock: Optimize for smaller NR_CPUS
Il 07/07/2014 16:35, Peter Zijlstra ha scritto: > On Wed, Jun 18, 2014 at 01:39:52PM +0200, Paolo Bonzini wrote: >> Il 15/06/2014 14:47, Peter Zijlstra ha scritto: >>> >>> - for (;;) { >>> - new = (val & ~_Q_PENDING_MASK) | _Q_LOCKED_VAL; >>> - >>> - old = atomic_cmpxchg(&lock->val, val, new); >>> - if (old == val)
2014 Jul 07
2
[PATCH 05/11] qspinlock: Optimize for smaller NR_CPUS
Il 07/07/2014 16:35, Peter Zijlstra ha scritto: > On Wed, Jun 18, 2014 at 01:39:52PM +0200, Paolo Bonzini wrote: >> Il 15/06/2014 14:47, Peter Zijlstra ha scritto: >>> >>> - for (;;) { >>> - new = (val & ~_Q_PENDING_MASK) | _Q_LOCKED_VAL; >>> - >>> - old = atomic_cmpxchg(&lock->val, val, new); >>> - if (old == val)
2018 Jun 21
2
[RFC] Removing debug locations from ConstantSDNodes
...umbers are copied into registers or stored into memory and that is of course an interesting action. So in the original example I would hope to see debug info on whatever instructions are used to fill the array with values. +1. Constants are not inherently interesting, but loading one as an action preparatory to computing a value or setting up a parameter in a call, the instruction ought to be associated with the relevant source statement. --paulr -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180621/2c2cbf24/at...
2011 May 18
3
R Style Guide -- Was Post-hoc tests in MASS using glm.nb
...gt; > > > -- > "Men by nature long to get on to the ultimate truths, and will often > be impatient with elementary studies or fight shy of them. If it were > possible to reach the ultimate truths without the elementary studies > usually prefixed to them, these would not be preparatory studies but > superfluous diversions." > > -- Maimonides (1135-1204) > > Bert Gunter > Genentech Nonclinical Biostatistics > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help >...
2011 May 12
3
assigning creating missing rows and values
I have a dataset where I have missing times (11:00 and 16:00). I would like the outputs to include the missing time so that the final time vector looks like "realt" and has the previous time's value. Ex. If meas at time 15:30 is 0.45, then the meas for time 16:00 will also be 0.45. meas are the measurements and times are the times at which they were taken. meas<-runif(18)
2011 Oct 11
2
replicate data.frame n times
Hi, is there a way to replicate a data.frame like you can replicate the entries of a vector (with the repeat-function)? I want to do this: x <- data.frame(x, x) (where x is a data.frame). but n times. And it should be as cpu / memory efficient as possible, since n is pretty big in my case. thanks for any suggestions!
2011 Jul 29
1
[LLVMdev] git
..., I find something unrelated that should really be fixed right away. Low-hanging fruit and such. I commit enablers and sideline changes, but I find I can't do so if there is already main-task work done in that file. With git, I can single out individual changes in a file and send them off as a preparatory commit. With SVN, I have to set up a separate workdir, start the IDE, do the change, and commit it; then merge it back into my mainline workdir. That's so much more work that it disrupts the flow of work, so I don't do it and end with a jumble of unrelated changes in a single patch. Anybody...
2019 May 04
3
Windows 2012 server as a member?
...nd >> the "server" portion of the lists include W2012. Now, I see no reason >> why this "server" cannot act in a similar manner as my Ubuntu member >> server, as a client joined to the domain to share the file access >> needed? (The need comes because the preparatory program needed runs >> on Windows Access Database. Access being the database program part of >> "Office" and as current versions of "Office" may not run well on WINE >> then, I need a Windows 2012 Server machine.) >> >> So, am I incorrect and this m...
2012 Apr 04
7
Driver domains communication protocol proposal
...main. driver domain kind We permit different "kinds" of driver domain, perhaps implemented by completely different code, which support different facilities. Each driver domain kind needs to document what targets (see below) are valid and how they are specified, and what preparatory steps may need to be taken eg at system boot. Driver domain kinds do not have a formal presence in the API. Objects target A kind of name. Combination of a physical location and data format plus all other information needed by the underlying mechanisms, or relating to...
2011 Jul 14
5
Adding rows based on column value
Dear all, I have one problem and did not find any solution.(I have also attached the problem in text file because sometimes column spacing is not good in mail) I have a file(file.txt) attached with this mail.I am reading it using this code to make a data frame (file)- file=read.table("file.txt",fill=T,colClasses = "character",header=T) file looks like this- Chr Pos
2015 Jul 03
3
Samba4 roaming profiles & ownership of profile.V2 folders
On 03/07/15 17:45, Gary Dale wrote: > On 03/07/15 02:44 AM, Gary Dale wrote: >> I've got roaming profiles for one account on a Debian/Jessie AD DC >> server but I can't get them to work for the other accounts. The >> differences are that the one account is also a Linux account in the >> AD DC and is in the Domain Admins group. The other accounts were >>
2011 Jun 28
4
how to print "<=" in plot title
Hi, how can I print "<=" (I mean the symbol of just one character) in the main title of a plot? for example: plot(1:10, main=paste("x <=", x)) where variable x is some number generated on the fly. Thanks John
2011 Aug 01
1
Inserting column in between -- "better" way?
...gt; > > > -- > "Men by nature long to get on to the ultimate truths, and will often > be impatient with elementary studies or fight shy of them. If it were > possible to reach the ultimate truths without the elementary studies > usually prefixed to them, these would not be preparatory studies but > superfluous diversions." > > -- Maimonides (1135-1204) > > Bert Gunter > Genentech Nonclinical Biostatistics > -- "Men by nature long to get on to the ultimate truths, and will often be impatient with elementary studies or fight shy of them. If it we...
2011 Aug 15
2
Regression - how to deal with past values?
Dear R-users I need to fit a nonlinear model to a piece of data. The model to be fitted uses past values of the input and the ouput - something like y(k) ~ f(y(k-1),y(k-2),u(k),u(k-1) ....) (k is time index). As far as I know I could use earth(MARS), nnet and etc but I am not sure how to deal with the past values since most, if not all, examples I saw formula does not take in account past
2013 May 31
7
[PATCH v2] AMD/intremap: Prevent use of per-device vector maps until irq logic is fixed
XSA-36 changed the default vector map mode from global to per-device. This is because a global vector map does not prevent one PCI device from impersonating another and launching a DoS on the system. However, the per-device vector map logic is broken for devices with multiple MSI-X vectors, which can either result in a failed ASSERT() or misprogramming of a guests interrupt remapping tables.
2007 Nov 01
1
R and Debian Linux
Hi Folks, Lately I've been testing out recent versions of various Linux distributions, preparatory to choosing which one I want to upgrade to. One of these is debian 4.0 ("Etch"). I can install R on it as a debian package (it comes through as "R version 2.4.0 Patched (2006-11-25 r39997)". Many of the extra packages are also present as debs, and install and perform without...
2015 Jul 04
1
Samba4 roaming profiles & ownership of profile.V2 folders [RESOLVED]
...t;> Hi, have a look here: >> https://wiki.samba.org/index.php/Samba_%26_Windows_Profiles >> >> Rowland > > Thanks. I'd been trying that without success. The section on using > ACLs doesn't work in my case for some reason. > > For example, the section in preparatory work says to: > setfacl -m g:"domain admins":rwx /srv/samba/Demo/ > where I substituted my profiles path for their path. When I run it, I get > # setfacl -m g:"domain admins":rwx /home/samba/profiles > setfacl: Option -m: Invalid argument near character 3 >...