similar to: [ wxruby-Bugs-29673 ] no matching architecture in universal wrapper

Displaying 20 results from an estimated 100 matches similar to: "[ wxruby-Bugs-29673 ] no matching architecture in universal wrapper"

2014 Jun 07
0
Multitenancy with Rails and rspec
Hello, I am following this book Multitenancy with Rails. Has anyone here read this book or can shed light on the issue? When I run rspec i get following errors rspec spec/features/accounts/sign_up_spec.rb C:/Users/J/RubymineProjects/subscribem/spec/dummy/config/environments/test.rb:1:in `<top (required)>': undefined me thod `configure' for #<Dummy::Application:0x416fe08>
2018 Jun 22
0
Q: how can I request to add an upstream patch to resolve a core dump issue?
2018-06-22 9:26 GMT+02:00 Xiong, Huan <huan.xiong at hxt-semitech.com>: > UPDATE: It turned out QEMU still dumped core with that patch applied. > > That said, I'm still interested to know how to report issues with QEMU > from centos-virt repo. > You can open a bug on https://bugzilla.redhat.com/enter_bug.cgi?product=ovirt-distribution&component=qemu-kvm-ev But please
2004 Mar 05
6
qnorm(2) ends with segmentation fault (PR#6648)
Full_Name: Xiong Guanglei Version: 1.8.1 OS: Linux Submission from: (NULL) (202.38.103.50) qnorm(x) when x>1.0
2014 Jan 15
3
Advice in Time Sync
Dear all, I would need some advice as I am a beginner in CentOS. The question is as follows: How to set up timing if NTP was block by ISP? I have try many way such as link the timezone , getting from the hardware clock.However , it is not the solution. Please advice. -- Regards, Ku Wei Xiong 0166365831
2004 Mar 06
3
as.matrix(1:10,nrow=1) not work (PR#6650)
Full_Name: Xiong Guanglei Version: 1.8.1 OS: Linux Submission from: (NULL) (202.38.103.50) > as.matrix(1:10,nrow=1) Error in as.matrix(1:10, nrow = 1) : unused argument(s) (nrow ...)
2012 Feb 21
1
How to download all packages and then install
Hi, I am working on a stand-alone Linux Redhat machine, which is disconnected to outside...But I need R to be installed on the machine.... The only way available, so far as I know, is to download all the packages first and then copy to the machine and finally install them locally... But how can I download all the packages instead of using the install.packages(....) ? Thanks Xiong
2007 Jun 07
2
reading BMP or TIFF files
I realize that this question has been asked before (2003); From: Yi-Xiong Zhou Date: Sat 22 Nov 2003 - 10:57:35 EST but I am hoping that the answer has changed. Namely, I would rather read the BMP (or TIFF) files directly instead of putting them though a separate utility for conversion as suggested by, From: Prof Brian Ripley Date: Sat 22 Nov 2003 - 15:23:33 EST "Even easier is
2004 Jul 07
6
text editor for R
Hi, What is the best text editor for programming in R? I am using JEdit as the text editor, however, it does not have anything specific for R. It will be nice to have a developing environment where the keywords are highlighted, plus some other debugging functions. Yi-Xiong [[alternative HTML version deleted]]
2002 Jun 28
2
writing a R package
Dear Sir/Madam, I am trying to write a R package and I found what has been said in the "Writing R Extensions" is mostly different from what has been done in the existing packages. For example, in MASS package, there is no *.Rd files nor *.rd files. There is an R-ex directory, which has all the .R files, which should be in the R directory according to the manual. Supprisingly, in the R
2018 Jun 22
2
Q: how can I request to add an upstream patch to resolve a core dump issue?
UPDATE: It turned out QEMU still dumped core with that patch applied. That said, I'm still interested to know how to report issues with QEMU from centos-virt repo. Thanks, Ray > -----Original Message----- > From: Xiong, Huan > Sent: 2018?6?22? 11:12 > To: 'centos-virt at centos.org' <centos-virt at centos.org> > Subject: Q: how can I request to add an upstream
2004 Apr 03
6
memory limit problem
Could anyone advise me how to allocate 1.5Gbyte memory for R on a Dell laptop running XP professional with 2G memory? I have tried "C:\Program Files\R\rw1081\bin\Rgui.exe" --max-vsize=1400M but I only get only 500MB for R actually. I also tried memory.limit(2^30) in R and got error of: Error in memory.size(size) : cannot decrease memory limit Yi-Xiong
2002 Aug 01
6
update() can not find objects (PR#1861)
Full_Name: Yi-Xiong Zhou Version: 1.5.1 OS: win2000pro Submission from: (NULL) (64.169.249.42) Update() can not find objects when it is used in a function, which is in turn being called by another function. Here is a R script to show the problem: ######## begin of the test script ########## fun1 <- function() { x <- matrix(rnorm(500), 20,25) y <- rnorm(20) oo <- lm(y~x)
2008 Jul 21
14
[Bug 16792] New: modesetting on NV86: text mode goes blank, machine freeze on gdm stop
http://bugs.freedesktop.org/show_bug.cgi?id=16792 Summary: modesetting on NV86: text mode goes blank, machine freeze on gdm stop Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau
2003 Nov 21
1
How to read .bmp files into R? read.pnm throws error
Hi, Is there a way to read .bmp files into R? I have tried read.pnm from pixmap package. It returned Error in pm.readmagicnumber(con) : Not a PNM format file Anyother ways to load bitmap images? Yi-Xiong
2008 Aug 20
0
Iser support for XEN
Hi Xen-Users! I ask for the infiniband support of the xen hypervisor as describet in the following papers http://www.openfabrics.org/archives/spring2007sonoma/Monday%20April%2030/Xiong%20OFA-Sonoma-2007-04-30-SoftIB.ppt and http://www.*xen*.org/files/*Xen*_RDMA_Voltaire_YHaviv.pdf The papers read that a direct infiniband support is possible to circumvent the dom0 to access infiniband devices
2010 Jun 22
0
Question about the remote Authentication in the libvirt Java bindings
Dustin: I am adding this response to the libvirt list as well so that others may see it. The authorization is done via a callback. The ConnectAuthDefault() that you are using is one such implementation. You could create your own subclass of ConnectAuth, and override the method: public abstract int callback(Credential[] cred); And then provide the username/password in that fashion. Look at
2012 Jul 26
0
Using pspline in bic.surv of BMA package
Hi, I'm trying to using pspline in bic.surv{BMA}. ############################# library(BMA) library(survival) data(veteran) test.bic.surv<- bic.surv(Surv(time,status) ~ karno+pspline(age,df=3)+diagtime+prior, data = veteran, factor.type = TRUE) summary(test.bic.surv, conditional=FALSE, digits=2) ############################# The results are:
2010 Jul 01
0
coefficients poolability (was: question regarding panel data analysis)
Hello. Not an easy question at all, and it has little to do with software, alas! Veeeeeery loosely speaking: if the homogeneity hypothesis is rejected, then, depending on data availability, you may still be able to treat the data like a panel by: a) ignoring the results of the poolability test b) allowing the coefficients to vary. Of course, a) requires some courage while b) requires more
2007 Apr 04
0
to findout maximized log likelihoods by using rlarg.fit (for several r order statistics)
Dear R helpers, I need to find out maximized log likelihoods, parameters estimates and standard errors (in parentheses) of r largest-order statistics model, with different values of r by using the function rlarg.fit. I want to specify required number of order statistics to the model. I attached my data file with this mail.please help me. Ruposh --- r-help-request at stat.math.ethz.ch wrote:
2002 May 09
4
copy a large volume of data from PC to samba server
Hi there, Is there someone over there knows a method or script that can copy a large volume of data (in folders) from PCs to a samba server (suppose there is enough space there)? I know using smbclient or smbtar can backup data on PCs to samba server, but it is written in tar files.I wonder whether this method can handle a large folder, say, in 10GB size. Also, using smbclient with mget and