Displaying 20 results from an estimated 10000 matches similar to: "'St9bad_alloc' (PR#9261)"
2006 Oct 16
2
PR#9295
I asked a question that might help me track down what changed between
2.3.1 that did build and the 2.4.0 version that will not build. Some of
the undefined names the linker was complaining about looked like #define
symbols that were not picked up by configure. The first thing I was
hoping for was to find out if this problem looked familiar? Whether or
not, I'm willing to try to work on
2007 Mar 29
1
AIX testers needed
With much thanks to Ei-ji Nakama, R 2.5.0 alpha supports building on AIX
(at least AIX 5.2 on one system).
Would anyone able to test this please get the latest tarball from
http://cran.r-project.org/src/base-prerelease/R-latest.tar.gz
and try installing (after reading the AIX notes in R-admin.html section
C.9).
In particular it would be very helpful to know if
1) --enable-BLAS-shlib works
2006 Oct 13
0
Unable to build (PR#9295)
Full_Name: Daniel E. Platt
Version: 2.4.0
OS: AIX 5.3
Submission from: (NULL) (129.34.20.23)
Did a new build of gcc c,c++,gfortran v4.1.1, (re)built R 2.3.1 using
config.site as spec'd in R-admin.pdf in sec C.9 as described by Jagat Sheth,
with addition of FC=gfortran (configure tried using f95, which is present on the
system, but won't bind with gcc's obj files).
Applying the same
2012 Mar 08
1
disabling SSLv2 in dovecot 1.2.17
I've set up a list of ciphers that excludes SSLv2 ciphers (and other weak
ones) in the hope of preventing SSLv2 connections:
ssl_cipher_list = TLSv1+HIGH : !SSLv2 : RC4+MEDIUM : !aNULL : !eNULL : !3DES
: @STRENGTH
However, this doesn't prevent the SSLv2 connection being allowed as our Nessus
scans show and I'm tasked with trying to plug that "hole".
I see Dovecot2 had
2012 Feb 28
1
migrating/converting from system users -> virtual users
Hello all,
We currently have a traditional mail server where all users have system
accounts (ie entries in the NIS passwd map) and mbox-format mail folders in
their (system) home directories.
I'm trying to setup a dovecot server in which we want all users to have
"virtual" accounts (in dovecot) and no entry in the passwd file at all (ie no
access to the mail server).
This is
2006 Sep 24
1
(PR#9248) Incomplete loading of files into Windows script
Please, we do need complete reproduction instructions (and not
speculation) as the FAQ asks.
1) How exactly did you read the file in?
2) 'longer' than what?
3) What line ending is this?
I've just tried loading a 1000-line 50kb file using the 'Open Script' menu
item, and it worked with CRLF, LF or CR line endings.
Some guesses are that there are control characters in the
2006 Feb 20
2
Oracle & Ruby on Rails
I''ve a remote database create using Oracle. This database use schemas.
I tried to connect to it using Ruby On Rails,with this file Database.yml
:
development:
adapter: oci
host: liber
database: ENERGIA
username: user
password: pass
test:
adapter: oci
host: liber
database: ENERGIA
username: user
password: pass
production:
adapter: oci
host: liber
database:
2010 Jul 17
2
Plot error
Hi guys,
I am a newbie to R, so apologies in advance.
I created this simple table in excel, saved in tab delimited .txt:
name value_1 value_2
1 bill 1 4
2 ben 2 2
3 jane 3 1
>test <-read.table("\path\to\file", sep="\t", header=TRUE)
>x <-c(seq["value_1"])
>y <-c(seq["value_2"])
2007 Oct 10
4
gregexpr (PR#9965)
Full_Name: Peter Dolan
Version: 2.5.1
OS: Windows
Submission from: (NULL) (128.193.227.43)
gregexpr does not find all matching substrings if the substrings overlap:
> gregexpr("abab","ababab")
[[1]]
[1] 1
attr(,"match.length")
[1] 4
It does work correctly in Version 2.3.1 under linux.
2006 Sep 25
2
sprintf behavior (PR#9250)
Full_Name: Michael Bauer
Version: 2.3.1
OS: Mac OS X 10.4.7
Submission from: (NULL) (131.130.124.155)
> sessionInfo()
Version 2.3.1 (2006-06-01)
powerpc-apple-darwin8.6.0
attached base packages:
[1] "methods" "stats" "graphics" "grDevices" "utils"
[6] "datasets" "base"
>
sprintf("\p")
2006 Jul 26
2
mean(NA) returns -(1+.Machine$integer.max) (PR#9097)
Full_Name: Benjamin Tyner
Version: 2.3.0
OS: linux-gnu (debian)
Submission from: (NULL) (71.98.75.54)
> mean(NA)
returns -2147483648 on my system, which is -(1+.Machine$integer.max)
> sessionInfo()
Version 2.3.0 (2006-04-24)
i686-pc-linux-gnu
attached base packages:
[1] "methods" "stats" "graphics" "grDevices" "utils"
2008 Jan 30
2
logical operator and addition (PR#10665)
Full_Name: Nicolas Simonis
Version: 2.6.1
OS: windows
Submission from: (NULL) (155.52.10.223)
Very funny bug :
> 0.6<0.6
[1] FALSE
> 0.6<0.4+0.2
[1] TRUE
control :
> 0.7<0.7
[1] FALSE
> 0.7<0.4+0.3
[1] FALSE
With R 2.6.1 windows. it's not doing it with R 2.3.1 linux...
2006 Aug 30
1
Installation error (PR#9190)
Full_Name: Patrick Lenon
Version: 2.3.1
OS: Solaris 10
Submission from: (NULL) (144.92.92.204)
During ./configure of R 2.3.1 (R-home directory of `/u/home/lenon/R/ru231/') I
got this feedback shown below.
configure: WARNING: floatingpoint.h: present but cannot be compiled
configure: WARNING: floatingpoint.h: check for missing prerequisite
headers?
configure: WARNING: floatingpoint.h:
2006 Sep 06
1
R 2.3.1 and R2.3.0 crash with system() and shell() commands (PR#9207)
Full_Name: Johannes Prix
Version: 2.3.1/2.3.0 not 2.1.1
OS: Windows XP Service Pack 2 Build 2600.xpsp_sp2_gdr.0503011519
Submission from: (NULL) (137.208.41.103)
In a vanilla R, version 2.3.1 or version 2.3.0 the following crashes:
system("gzip.exe")
where I did nothing, prior to this command, but change the directory to my other
working directory where there's gzip.exe. Same
2006 Jun 13
1
format.POSIXlt drops characters following percent sign (PR#8975)
Full_Name: Jeff Hallman
Version: 2.3.1
OS: Windows
Submission from: (NULL) (132.200.32.34)
Internal(format.POSIXlt(as.POSIXlt(Sys.time()), "%Y%m%d%q", F))
Linux R-2.2.1 returns "20060613%q".
Windows R-2.3.1 returns "20060613" dropping the "%q".
The documentation says "Any character in the format string other that the '%'
escape
2006 Sep 06
2
JPEG struct mismatch on Intel Macs (PR#9209)
Full_Name: Phil Spector
Version: 2.3.1
OS: Mac OS X (Tiger)
Submission from: (NULL) (128.32.135.22)
Trying to close a jpeg() device on an Intel Mac causes the following:
> jpeg('out.jpg')
> plot(1:10)
> dev.off()
JPEG parameter struct mismatch: library thinks size is 372, caller expects 376
null device
1
>
An empty jpg file is produced in 'out.jpg'
2006 Oct 14
2
error in lme4 for R 2.4.0 (PR#9297)
Full_Name: Din Chen
Version: 2.4.0
OS: Windows XP
Submission from: (NULL) (66.17.122.18)
I just updated the R.2.4.0. and got the error message for random effect
modelling, which was working on R.2.3.1.
library(lme4)
mmod <- lmer(bright ~ 1+(1|operator), pulp)
summary(mmod)
Then when I tried to extract the residuals and random effect using:
resid(mmodr)
ranef(mmodr)
I got error message:
2006 Jul 28
3
R uses private function in libc (PR#9107)
Full_Name: Quanah Gibson-Mount
Version: 2.3.0, 2.3.1
OS: Linux
Submission from: (NULL) (171.66.155.86)
libc used to export the symbol:
__libc_stack_end;
however, newer versions of libc no longer export it. R has some serious
problems around this, because the code has:
# ifdef linux
extern void * __libc_stack_end;
# endif
and
#if defined(linux)
R_CStackStart = (uintptr_t)
2006 Sep 01
3
Date conversion with as.POSIXct and as.POSIXlt (PR#9196)
Full_Name: Erich Neuwirth
Version: 2.3.1
OS: Windows XP, Linux
Submission from: (NULL) (131.130.135.167)
Converting Sys.Date() to a POSIX compliant time type in different ways
produces inconsistent results:
> Sys.date()
[1] "2006-09-01"
> as.POSIXct(Sys.Date())
[1] "2006-09-01 02:00:00 CEST"
> as.POSIXlt(Sys.Date())
[1] "2006-09-01"
>
2006 Jul 19
3
illegal operation in debian (PR#9086)
Full_Name: Agustin Perez
Version: 2.3.1
OS: Debian 2.6.8-11-amd64-generic
Submission from: (NULL) (193.147.142.6)
First of all excuses for my bad use of english and thanks for read my problem.
Well when I do the following comand in R suddenly crashes and exit me for the
enviroment:
> a<-matrix(1:13500,450,30)
> a%*%t(a)
*** caught illegal operation ***
address 0x2a9590086f, cause