search for: boths

Displaying 20 results from an estimated 94 matches for "boths".

Did you mean: both
2011 Mar 09
2
R console Mac
Hi there, I recently switched to Mac and I wonder if there is any way to get the R console to autocomplete names of list objects or slots of objects. The command line version allows to type e.g. list$ and two times the tab button and then comes up with the names of the list objects. Same for slots of e.g. Eset objects like eset. Unfortunately this does not work in the Mac R console. Is there a
2017 Apr 18
3
R 3.4 has broken C++11 support
Hi, This commit (I?m using the mirror to have a working link) broke C++11 compilation. Before (and still now, according to the comments in the configure script), it?s sufficient to just have ?SystemRequirements: C++11? in the DESCRIPTION file. But now ?R CMD install? fails with ?C++11 standard requested but CXX11 is not defined?, which is, according to the documentation , a lie. I can?t
2012 Apr 17
5
loss of information in pdf plots
Hi there is it possible that pdfs generated using the pdf() function with default settings leads to loss of information? I was plotting copy number changes from Agilent 180k data in form of rectangles (rect()) while each rectangle represents one region of copy number change. When plotting into a pdf I noticed that some very small rectangles do not appear (even after extensive zooming) in the pdf
2017 Apr 19
5
R 3.4 has broken C++11 support
Hi! Well, my linux distribution has very recent versions of everything, so a working C++11 compiler exists: $ gcc --version | head -n1 gcc (GCC) 6.3.1 20170306 Could wrong ./configure options be at fault here? See: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40 My sessionInfo(): $ R-devel --slave -e 'sessionInfo()' | head -n3 R Under development (unstable)
2017 Apr 19
4
R 3.4 has broken C++11 support
Hi Dirk and Martyn, > That looks fine. Can you please give a reproducible example of a package > that compiles correctly on R 3.3.3 but not with R 3.4.0 or R-devel. here you go, it?s pretty much the simplest package possible that needs C++11: https://github.com/flying-sheep/cxx11test > Maybe you can share with us how you configure the build of R-devel? Sure, in the mail you quoted, I
2015 Dec 01
6
snapshot of running vm's
Hi, i'd like to create snapshots of my running vm's. I have several hosts with SLES11 SP4 64bit. I use libvirt 1.2.5-7.1 . VM's are Windows 7, SLES, Ubuntu, Opensuse. I use raw files for the vm's. I try to orientate myself by http://wiki.libvirt.org/page/Live-disk-backup-with-active-blockcommit . The hosts are backuped every night by a network based backup solution (Legato). My
2015 Dec 03
3
Re: snapshot of running vm's
> -----Oorspronkelijk bericht----- > Van: Lentes, Bernd [mailto:bernd.lentes@helmholtz-muenchen.de] > Verzonden: donderdag 3 december 2015 13:54 > Aan: libvirt-ML > CC: Dominique Ramaekers > Onderwerp: RE: snapshot of running vm's > > > ... > > > > > > Hi, > > > > > > i have inserted: > > > > > > <channel
2006 Aug 14
1
Attempt to access unmapped memory
Hi, I am usiing R 2.3.1 under Linux kernel 2.6.11 with libreadline/libhistory 5.1. Bothe R and readline were compiled without quircks with gcc 3.3.3 and g77. Every time I try to edit command line by using del key the following error happens: ------------8><-------------- > ipacks <- instaleld.packages() *** caught segfault *** address (nil), cause 'memory not mapped'
2010 Nov 05
1
res_ais Error
...interface { ringnumber: 0 bindnetaddr: 192.168.142.0 mcastaddr: 226.94.1.1 mcastport: 5405 } } logging { to_stderr: yes debug: on timestamp: on to_file: yes to_syslog: no syslog_facility: daemon logfile: /var/log/openais.log } amf { mode: disabled } When I load res_ais.so module, the pbx crash (boths) Some time not crash but no clusters members are present. What I'm doing wrong? Thank's Regards
2008 Sep 01
1
I need help with GRUB
Hello, I need help with grub. I've a PC that I've assembled by my self and the configuration is listed below. AMD Athlon 3600+ 1GB Kingstone RAM 80GB SATA & 40 GB PATA MSI Motherboard And the problem that I'm having is with my two Linux distros. Ive installed CentOS & Windows in my SATA HDD and I've used my complete 40GB PATA HDD for Ubuntu. Well all OS's
2011 Sep 23
1
Rsync goes chokes on this file, can the developers look into it?
...tp://permalink.gmane.org/gmane.network.rsync.general/24044 I have been trying to backup some files which rsync and it always chokes on this file. It simple halts with a non intuitive error message. rsync --version produces this info : rsync version 3.0.4 protocol version 30 It is the same on boths sides of the llink Can it be tested in some way? Is there some process for getting the rsync developers to check it? Here is a link to the file: http://lz.rca2.net/colinux-0.7.5.exe -- Frank Church ======================= http://devblog.brahmancreations.com -------------- next part ----------...
2013 Jul 10
2
Re: guests not shutting down when host shuts down
Michal wrote: > -----Original Message----- > From: Michal Privoznik [mailto:mprivozn@redhat.com] > Sent: Wednesday, July 10, 2013 12:45 PM > To: Lentes, Bernd > Cc: libvirt-ML (libvirt-users@redhat.com) > Subject: Re: [libvirt-users] guests not shutting down when > host shuts down > > On 10.07.2013 11:37, Lentes, Bernd wrote: > > Hi, > > > > i have a
2011 Jun 12
1
snow package
Hi I try parallelising some code using the snow package and the following lines: cl <- makeSOCKcluster(8) pfunc <- function (x) (if(x <= (-th)) 1 else 0) ###correlation coefficient clusterExport(cl,c("pfunc","th")) cor.c.f <- parApply(cl,tms,c(1,2),FUN=pfunc) The parApply results in the error message: > cor.c.f <- parApply(cl,tms,c(1,2),FUN=pfunc) Error
2018 Mar 09
2
snapshot with libvirt tools or with lvm tools ?
Hi, i asked already a time ago about snapshots. I have some guests, each resides in a raw file, placed on an ext3 fs which is on top of a logical volume, for each guest a dedicated lv. The raw is not a "must have", if there are obvious reasons i can convert them to a qcow2. What i want is a consistent backup of each guest taken overnight. If possible i won't have downtime. I can use
2016 Mar 02
1
Re: VM's in a HA-configuration - synchronising vm config files
----- On Mar 2, 2016, at 3:15 PM, Dominique Ramaekers dominique.ramaekers@cometal.be wrote: >>Van: libvirt-users-bounces@redhat.com [mailto:libvirt-users-bounces@redhat.com] >>Namens Lentes, Bernd >>Verzonden: woensdag 2 maart 2016 15:04 >>Aan: libvirt-ML >>Onderwerp: [libvirt-users] VM's in a HA-configuration - synchronising vm config >>files >>
2012 Sep 11
1
problem starting virt-manager
Hi, i try to run virt-manager on a SLES 11 SP1 box. I'm using kernel 2.6.32.12 and virt-manager 0.9.4-106.1.x86_64 . The system is a 64bit box. Here is the output: ========================= pc56846:/media/idg2/SysAdmin_AG_Wurst/software_und_treiber/virt_manager/sles_11_sp1 # virt-manager & [1] 9659 pc56846:/media/idg2/SysAdmin_AG_Wurst/software_und_treiber/virt_manager/sles_11_sp1 #
2019 Jun 26
2
Problem in doveadm import dovecot 2.2
Dear, I always used dovecot in version 2.0 and in the last month i update my servers to dovecot 2.2 but now i have problems with comand dovecot import, not works for me, bellow i put 2 examples used in my tests in boths cases not works for me. Someone already saw some case similar or can help me with this ? doveadm import -u teste at aaaaa.com mdbox:~/mdbox-backup "" mailbox INBOX from testeteste at bbbb.com doveadm import -u teste at xxx.com mdbox:/var/backup/teste at aaaaa.com/ "" all Tha...
2016 Mar 02
3
VM's in a HA-configuration - synchronising vm config files
Hi, i'd like to establish a HA-Cluster with two nodes. My services will run inside vm's, the vm's are stored on a FC SAN, so every host has access to the vm's. But how can i keep the config files (xml-files under /etc/libvirt/qemu) synchronised ? Is there a possibility to store the config files somewhere else ? E.g. a partitition with ocfs2 on the SAN ? If not, what would you do
2014 Aug 07
1
Dahdi > CAPI migration
Hello Folks, I looking to migrate a pbx from one server to another. The original server has this ISDN card: ? 00:00.0 ISDN controller: Cologne Chip Designs GmbH ISDN network Controller [HFC-4S] (rev 01) ? The new server: 00:00.0 I2O: Digital Equipment Corporation StrongARM DC21285 (rev 04) << AVM ISDN Controller C4 Now I'm not fully aware of both's cards functions since the manuals
2011 May 31
2
correlatation matrix
Hi there, I wonder if there is a way of efficiently generating a correlation matrix of two expression matrices. I want to correlate miRNA and mRNA expression and used the following code: ##dat.mi miRNA expression matrix, dat.m mRNA expression matrix nc <- nrow(dat.mi) cor.mat <- data.frame(rep(NA,nrow(dat.m))) pval.mat <- data.frame(rep(NA,nrow(dat.m))) for(i in 1:nc) { cr <- vector()