search for: preexisting

Displaying 20 results from an estimated 158 matches for "preexisting".

2010 Jan 20
1
R.oo installation warnings?
...> tools:::.install_packages() * installing *source* package ?R.oo? ... ** R ** inst ** preparing package for lazy loading R.methodsS3 v1.1.0 (2010-01-02) successfully loaded. See ?R.methodsS3 for help. Warning in setGenericS3.default(name, envir = envir, validators = validators) : Renamed the preexisting function attach to attach.default, which was defined in environment base. Warning in setGenericS3.default(name, envir = envir, validators = validators) : Renamed the preexisting function detach to detach.default, which was defined in environment base. Warning in setGenericS3.default(name, envir =...
2010 Feb 22
3
Re : how to plot select points in preexisting persp plot
Hello, I am trying to plot selected data points to a preexisting persp plot that satisfies a condition. I used the following statement - text(coords[,1], coords[,2], names(act[which(act > 8.75)]), cex=0.7) But I get all the points labeled, instead of the points that satisfy the condition specified. Is there any way to plot only the points I want? Also ca...
2011 Jul 29
1
Using libvirt with a preexisting network infrastructure
I have a server running Ubuntu natty (libvirt 0.8.8) with separate ethernet interfaces. I have created an unnumbered bridge for each interface, these are connected to an already established network infrastructure, with preexisting DHCP and DNS services. I would like to handle *establishment* of these bridges outside libvirt (via /etc/network/interfaces), but still have them defined as networks within libvirt. So, libvirt shall not *configure* the bridges, just be aware of their existence and connect each VM to its configure...
2012 Dec 03
1
samba 4 & preexisting openldap servers
Hi all, We currently have a pair of openldap servers that we use pretty heavily for some of our web product authentication and for radius. We recently added the samba3 schema and got sambaNTPassword hashes created for our users so that we could implement PEAP/MSCHAP to simplify our radius authentication. We don't currently have AD or a samba PDC. We have a physical samba file server
2009 Dec 14
3
[LLVMdev] Any reason why fastcc on x86 shouldn't use ECX as a return register?
Now that we can safely return arbitrarily large structs on x86, it seems to me that fastcc, which doesn't have to conform to any preexisting ABI, should use ECX as well as EAX and EDX for returning {i32,i32,i32} rather than use sret-demotion. Any objections?
2006 Mar 21
3
ROWNAMES error message
I am getting an error message, which I do not know the source to. I have a matrix SAMPLES that has preexisting rownames that I would like to change. GENE_NAMES contains these rownames. > rownames(SAMPLES) = GENE_NAMES Error in "dimnames<-.data.frame"(`*tmp*`, value = list(list(V1 = c(3843, : invalid 'dimnames' given for data frame > dim(SAMPLES) [1] 12626 20 > dim...
2013 Jul 23
2
status of copy-storage-all feature
Hello. Can someone shed some light on the copy-storage-all feature? There are many hits on google. My current questions are. 1. is it possible to do a migrate --live --copy-storage-all .... without shared storage? 2. Do i need to have a preexisting image on the destination node? 3. Is this still true: The current implementation of --copy-storage-all uses a qemu interface that upstream qemu developers are reluctant to support, and risks running into problems. We have patches under review to use a new NBD server for migration when targeting q...
2006 Oct 31
4
ZFS Automatic Device Error Notification?
Okay, so now that I''m planning to build my NAS using ZFS, I now need to devise or learn of a preexisting method to receive notification of ZFS handled errors on a remote machine. For example, if a disk fails and I don''t regularly login or SSH into the ZFS server, I''d like an email or some other notification immediately of the ZFS event. Are there already ways to do this? A few...
2015 Feb 11
4
Samba 4.2.0rc4 fails to start up
...error(ret))); goto fail_close; } DEBUG(1, ("unique is %u\n", unique)); unique_len = snprintf(buf, sizeof(buf), "%ju\n", (uintmax_t)unique); DEBUG(1, ("unique_len is: %i\n", unique_len)); /* shorten a potentially preexisting file */ ret = ftruncate(lockfile_fd, unique_len); if (ret == -1) { ret = errno; DEBUG(1, ("%s: ftruncate failed: %s\n", __func__, strerror(ret))); goto fail_unlink; } And the output of ./sm...
2005 May 16
0
[LLVMdev] Scheme + LLVM JIT
...way to go. One suggestion, you might change the API to be something like this: ParseAsmString(const char *, Module *) Where the function parses the string and appends it into the specified module. This would make self-extending code simpler (no need to parse into one module then link into the preexisting one). -Chris -- http://nondot.org/sabre/ http://llvm.cs.uiuc.edu/
2005 May 05
2
[LLVMdev] design questions
Hey, I'm curious about two of the design questions in LLVM after reading the language reference. If there's preexisting material explaining this, just point me at it (looked and couldn't find any). - Why unsigned types rather than signed-only like Java/JVM? If I understand correctly, their behavior is only distinguishable in overflow situations, and the availability of hardware-assisted overflow...
2010 Jan 05
0
[LLVMdev] Any reason why fastcc on x86 shouldn't use ECX as a return register?
Hi Kenneth, > Now that we can safely return arbitrarily large structs on x86, it > seems to me that fastcc, which doesn't have to conform to any > preexisting ABI, should use ECX as well as EAX and EDX for returning > {i32,i32,i32} rather than use sret-demotion. the x86 trampoline lowering code would need tweaking to check that the ECX register was available for it. Ciao, Duncan.
2010 Jan 05
1
[LLVMdev] Any reason why fastcc on x86 shouldn't use ECX as a return register?
On Tue, Jan 5, 2010 at 1:22 AM, Duncan Sands <baldrick at free.fr> wrote: > Hi Kenneth, > >> Now that we can safely return arbitrarily large structs on x86, it >> seems to me that fastcc, which doesn't have to conform to any >> preexisting ABI, should use ECX as well as EAX and EDX for returning >> {i32,i32,i32} rather than use sret-demotion. > > the x86 trampoline lowering code would need tweaking to check that the ECX > register was available for it. > > Ciao, > > Duncan. > Doesn't ECX get used to...
2015 Nov 10
1
[PATCH v4 0/6] virtio core DMA API conversion
On Mon, 2015-11-09 at 18:18 -0800, Andy Lutomirski wrote: > > Which leaves the special case of Xen, where even preexisting devices > don't bypass the IOMMU.? Can we keep this specific to powerpc and > sparc?? On x86, this problem is basically nonexistent, since the IOMMU > is properly self-describing. > > IOW, I think that on x86 we should assume that all virtio devices > honor the IOMMU. You do...
2015 Nov 10
1
[PATCH v4 0/6] virtio core DMA API conversion
On Mon, 2015-11-09 at 18:18 -0800, Andy Lutomirski wrote: > > Which leaves the special case of Xen, where even preexisting devices > don't bypass the IOMMU.? Can we keep this specific to powerpc and > sparc?? On x86, this problem is basically nonexistent, since the IOMMU > is properly self-describing. > > IOW, I think that on x86 we should assume that all virtio devices > honor the IOMMU. You do...
2018 Mar 22
1
why is dovecot "Allowing any password"
...utlook compatibility or SAML >> logon, the config is required. > > I have no idea *WHY* it is required by SOGo. It does not make sense. The configuration guide describes (in 4.3.) a scenario where SOGo's user population backend (LDAP) is set up from scratch, which implies that the preexisting IMAP server supposedly is *not* using the same backend/data/passwords. I'ld guess that *if* you have the IMAP server configured to look up the same backend/data (including support for exotic authentication methods, "Exchange style" cross-user access rights management, yadda yadda), t...
2007 Apr 16
1
newbie rgl (3d interacting plotting) question
I'm looking for a way to 'reuse' existing rgl device windows. Right now, every time I run my script I have to close the preexisting windows and the new windows get assigned ever-increasing numbers. I know how to do it for regular R plotting device windows but can not find a solution for rgl. thanks -- David Cottrell http://www.math.mcgill.ca/~cottrell
2008 Oct 18
1
recovering value of scalar from false color map and image
I have a JPEG map of temperature data, coded using a given legend where blues are cooler and reds hotter. Is there any preexisting R magic or package which might let me recover the value of the scalar quantity so represented given the RGB values at each point in the picture? After processing, I'd also like to push the results back through the translate to get an RGB JPEG again. Thanks for any and all pointers. - Jan G...
2003 Nov 03
2
--move instaed of --delete
Hi, I have set up daily backup using rsync to collect the data and afterwards I use afio to write the data to tape. I do: $RSYNC -avbu --backup-dir=$PART/$HOST/old -e ssh --exclude-from $EXCLUDE root@$HOST:/ $PART/$HOST > $LOG/$HOST-$DATE.log to sync files. Since the tape capacity is limited I exclued the /$PART/$HOST/old dirs, form the afio call. These are backuped separately on weekly
2003 May 09
1
smbfs: user cannot create file
...veryone. On Linux, the both /mnt and /mnt/linuxShare have drwxrwxrwx. As root, on the Linux side I have full control in the shared out directory. As another user in Linux, I cannot create a new file in the shared out directory. This fails with cp, vi, and touch. Oddly, I can use vi to modify a preexisting file. Advice would be much appreciated. Thanks, Mike. -- Michael D. Berger