similar to: segfault in RMySQL

Displaying 20 results from an estimated 500 matches similar to: "segfault in RMySQL"

2002 Jul 03
0
Fwd: RMySQL and Mac OS X
Begin forwarded message: > From: Arno Ouwehand <arno at stat.ucla.edu> > Date: Wed Jul 3, 2002 16:00:54 America/Los_Angeles > To: fernando.pineda at jhu.edu > Cc: deleeuw at stat.ucla.edu > Subject: RMySQL and Mac OS X > > I got it working, initially I had the same problem (using R1.5.0 and Mysql-3.23.49 ) > Then I installed the R 1.5.1 MetaPackage from
2006 Oct 31
1
+Ura +md3200 nao encaminha ligacao
Salve Salve Galera. Tenho a seguinte situacao: Uma placa MD3200 ligada em uma linha telefonica comum(PTSN) e funcionando "belezinha"... Tenho configurado um URA, onde ele atende a ligacao que chegou no canal e solicita o numero do ramal de destino da liga??o: Acontece que ao discar o ramal de destino, ele nao encaminha a ligacao, ficando mudo e posteriormente caindo a liga?ao. Fiz
2004 Dec 11
1
Can't capture "-1" return on Dial command
How can I capture a "-1" result on a Dial command? Basically, I have the following setup, and I want to be able to process the audio file after the outbound call has been done regardless how how it ends. No matter how the call ends, I can't get "macro-record-stop" to run. Any help would be great. -Eric <from extensions.conf> [macro-dialanalog] exten =>
2011 Aug 29
2
Plot history
Dear R group, I am trying to plot uisng a for loop. Here is the script: for (i in unique(cfn$ID)){ plot(cfn$TIME[cfn$ID==i],cfn$DV[cfn$ID==i],pch=16)} I could access only the last plot of the series and cannot go back to see all the plots. I appreciate your help in resolving this issue and also please suggest how I can export the plots as a pdf or other format files for publication purposes.
2001 Nov 13
2
how do I install add on packages?
I'm having some trouble installing the add on packages. I would like to install the RMySQL_0.4-3.tar.gz add on package. I've downloaded it and unzipped the package. The INSTALL file says R CMD INSTALL [-l<alternate-dir>] RMySQL_<version>.tar.gz does this mean in the R system enter the following? > INSTALL -l /root/RMySQL_0.4-3.tar.gz (?) when I do this I get... Error:
2001 Dec 07
2
Memory problem
Dear all, I have written a little R program to convert images. See below. Within the loop over j (the filenames) memory consumption grows constantly. rm( ... ) inside the loop did not help. Memory does not grow if I remove the writeBin statements between the two #-------- marks. But obviously this is not solution I want... Thanks for any advice. Manfred Baumstark P.S. As I'm new to R:
2011 May 24
0
How to resolve Centos Linux Version 5.5 x86_32 C​allgrind Version 3.6.1 cg_annotat​​​e : Line 1 Missing command line error?
Good afternoon, We are running callgrind and cg_annotate version 3.6.1 on Centos Linux Version 5.5 x86_32. One month ago Mr. Josef Weidenorfer issued a special patch that fixed callgrind on Centos Linux Version 5.5 x86_32. We can now profile complex C++ programs which use our own shared library libmdMatchup.so. However, when we use version 3.6.1 cg_annotate callgrind.out.22533 --auto = yes
2003 May 20
0
De um amigo
INFORMACAO CONFIDENCIAL Prezado(a) Amigo(a): Esta carta/e-mail nada tem de semelhante As muitas "aldrabices" que circulam pela Internet. Ela ? uma mensagem rara que tem um conteUdo que pode modificar a sua vida para melhor. Assim, peco-lhe um pouco de paciencia, e que a leia com atencao, muita atencao, e no final, muito provavelmente, se sentira recompensado(a). Este e um assunto que
2003 Apr 12
0
De um amigo
INFORMACAO CONFIDENCIAL Prezado(a) Amigo(a): Esta carta/e-mail nada tem de semelhante As muitas "aldrabices" que circulam pela Internet. Ela ? uma mensagem rara que tem um conteUdo que pode modificar a sua vida para melhor. Assim, peCo-lhe um pouco de paciencia, e que a leia com atencao, muita atencao, e no final, muito provavelmente, se sentira recompensado(a). Este e
2009 Feb 04
2
More complex Xen Networking, with VLANs and maybe with VDE 2... but how?!
--- In english --- Hello! I am to implement a new architecture of the network in my company but I do not know right where to start ... need help! Currently 90% of my servers are virtual machines under Xen. I have many valid IP networks and all Hypervisors are configured in bridge mode, to simplify. We have 3 VMWare ESX Hypervisor also in bridge mode. Some networks are exclusive to certain
2007 Jun 02
1
setClass with a slot of RODBC
Hi - I tried to get some answer before but there seems to have no one response. My question is that I have a class like below definition: setClass("DBManager", representation(channel="RODBC")) My purpose of the conn slot is to hold a channel to database connection which is returned by a command like: channel <- odbcConnect("DB", uid="user",
2002 May 17
1
RMySQL/methods problem
I have a problem when using the RMySQL package and the methods package together (R version 1.5.0) I do : library(RMySQL); m<-dbManager('MySQL') con<-dbConnect(m); quickSQL(con, ' select blah blah..'); This works fine . However when I then do: library(methods); and then repeat my sql : quickSQL(con, ' select blah blah..'); I get the following error: Error in
2004 Nov 30
1
Random effects and non-linear models
I am trying to model growth over time for a number of companies (my unit of analysis). My dependent variable is a count (the number of acquisitions each firm made each year), and I'm having some trouble figuring out exactly how to model this. My assumption is that modeling the effect of time on this dependent variable with a linear model is inappropriate. Does anyone have any guidance
2013 Feb 01
1
RJ11 x RJ45
Sauda??es. Como que se faz um conector RJ45 em uma ponta e RJ11 e outra. Pretendo conectar a linha de um ATA em uma placa Khomp KFXO IP. A ponta que tem o conector RJ45 est? crimpada com a sequencia 568B e vai ser conectada na placa Khomp, mas a ponta RJ11 eu n?o sei como deve ficar. Li alguns manuais na internet mas n?o entendi ao certo como tem que ser feito. -- Att.* *** Luis H. Forchesatto
2012 May 30
1
Automatically install package dependencies
Hi, I have a R Package. It is working, but I can't that it install the dependencies automatically. When I try to install I receive this message: > install.packages("./RT4Bio_1.0.tar.gz",dependencies=TRUE) Installing package(s) into '/usr/local/lib/R/site-library' (as 'lib' is unspecified) inferring 'repos = NULL' from the file name ERROR: dependency
2013 Mar 06
4
Apache attacks - you can't stop them, or can you?
So I have this nice, simple web server up running. Its purpose is to allow me external testing with HIP, and to provide some files for external distribution. Of course, there it is sitting on port 80 and the attacks are coming in per logwatch report. Examples from the report include: Requests with error response codes 404 Not Found //phpMyAdmin-2.5.1/scripts/setup.php: 1
2002 Jan 29
1
RMySQL install
I am having some trouble getting RMySQL installed. Thought there might be some ideas out there. The problem: MySQL 3.23.47 is installed (server,devel, client, benchmarks,shared) and seems to be working. R 1.4.0 is working. >On first install attempt I get : > >checking for mysql_init in -lmysqlclient... no >checking for /usr/local/include/mysql/mysql.h... no >checking for
2002 Aug 09
2
RMySQL fetch defaults to N=500?
It appears that fetch() gets only the first 500 rows by default. I don't see this in the documentation, but timeinfo <- fetch(rs) gets only 500 rows where timeinfo <- fetch(rs,n=-1) gets (correctly) 736 for the same query. Is this an undocumented feature? I played with this data for an alarming amount of time before I realized that I was missing a third of the data. I
2008 Sep 15
2
S4 coercion responsibility
Should functions or the user be responsible for coercing an S4 object argument containing the proper object (and thus should below be considered a bug in the packages or not)? The example is with RSQLite but the same thing happens with RMySQL, and other DBI packages. > library("RSQLite") Loading required package: DBI > m <- dbDriver("SQLite") > con <-
2003 Feb 17
1
Roaming profiles issues
This might be simple, but I have been banging my head against google for awhile now and not an answer in sight... Anyway, Samba PDC with roaming profiles. When a user logs out the profile isn't written because it says that "The specified network name is no longer available" Whatever that is supposed to mean. Following is my smb.conf. Please CC me in replies as I am not subbed to the