similar to: Can't start R-devel

Displaying 20 results from an estimated 2000 matches similar to: "Can't start R-devel"

2003 May 23
1
Problem building R-devel
Hello ... I went to build R-devel today (Redhat Linux 7.2, kernel 2.4.9-31, gcc 2.96) and am getting this error: gcc -I../../src/extra/zlib -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -mieee-fp -g -O2 -c pcre.c -o pcre.o pcre.c: In function `do_pgrep': pcre.c:71: parse error before `char' pcre.c:72: `s' undeclared (first use
2005 Jul 19
1
Problem building R
I initially thought this only was the case for me on R-devel, but also just tested it on the current R-patched and R-2.1.1 (so perhaps this more belongs on R-help, but ...). I'm having an odd error with the makefiles in src/library/XXX while building R. When it tries to create the 'po' directory, the Makefile specifies: @if test -d $(srcdir)/inst/po; then \ $(MKINSTALLDIRS)
2004 Aug 23
2
Installing package lattice
Here's another issue (that might well be operator error): > install.packages("lattice") ... ... ** save image Loading required package: grid Error in importIntoEnv(impenv, impnames, ns, impvars) : object(s) 'dev.list', 'cm.colors', 'gray', 'heat.colors' are not exported by 'namespace:graphics' Execution halted ERROR: execution of
2009 Feb 04
3
auth_debug_passwords
Hi. I'm new to Dovecot and about to start using it in production. In the config file, I set the option, auth_debug_passwords, to yes. I do not see any failed passwords logged, however. It did cause more verbose authentication logging, but failed passwords are still hidden. I have also set these options to yes, because I thought they might be required for auth_debug_passwords to work:
2004 Aug 23
1
Possible Latex problem in R-devel?
I'm getting this error when installing packages w/ a checkout of R from a a little bit ago (23-Aug-2004, approx 1pm eastern US time): ** help Bareword found where operator expected at /usr/home/jgentry/R/share/perl/R/Rdconv.pm line 2331, near "$latexout latex_link_trans0" (Missing operator before latex_link_trans0?) It isn't obvious to me what the error is, although
2003 Sep 16
2
couldn't find function "setClass"
Hello ... With a new checkout of R-devel (last update was 2003-09-11) we are having a problem (it seems to be happening to all of us here on a few different machines) where during install/check/etc when the 'save image' happens (in packages using 'save image'): ** save image Error: couldn't find function "setClass" Execution halted This is for all packages that
2004 Mar 31
2
segfault in browseURL()
Hello ... Using Win2K (and reportedly WinXP), when the length of the 'url' string >= 280 characters, a segmentation fault occurs. This doesn't seem to be affecting unix machines. Thanks -J
2003 Nov 13
2
install.packages() for a local file
Hello ... I see that on Windows one can specify a filename as the "pkgs" argument and then set CRAN=NULL when calling install.packages() for a local file. Is there a way to do this on unix? It doesn't appear to be possible, but perhaps I am missing something here. Also, if indeed there is no method to do this on unix, is there a reason behind it or has it just never been
2003 Apr 28
1
installed.packages() with no packages
Hello ... I found this due to a situation where installed.packages() was given a lib.loc argument that turned out to not have any R packages installed. As an example: > z <- tempfile() > dir.create(z) > installed.packages(z) Error in "colnames<-"(*tmp*, value = c("Package", "LibPath", pkgFlds)) : dimnames applied to non-array Looking at the code,
2003 Dec 16
1
Something wrong w/ R-devel?
Hello ... On both RH7.2 and Solaris 8 I'm encountering this problem - in both cases this is from a fresh rsync of R-devel into a brand new directory (to prevent it from me needing to 'make distclean' or the like): building package 'ts' mkdir -p -- ../../../library/ts/R make[3]: Leaving directory `/misc/homes/madman/R-test/src/library/ts' installing parsed NAMESPACE files
2003 Jan 17
2
Methods package is now attached by default
The current r-devel (aka R 1.7.0) now attaches the package "methods" by default at startup. A new option, "defaultPackages", is set to c("methods", "ctest") by default, causing the .First in package base to require those two packages at startup. There are two main known differences from having methods attached: - the definition of class() changes, in
2003 Apr 14
2
compile error RH9 & R162
Hi, I tried to compile source because for RH9.0 doesn't exist binary. During compiling I got error: *********************** make[3]: Entering directory `/home/allans/R-1.6.2/src/library/methods' dumping R code in package 'methods' Error in eval(expr, envir, enclos) : couldn't find function "character" Execution halted make[3]: *** [../../../library/methods/R/all.rda]
2003 Apr 16
1
Failed to setup RT_SIGNAL_LEASE
RH9.0 / samba-2.2.7a-8.9.0 / Linux pegasus.houtsma.net 2.4.20-9 #1 Wed Apr 2 13:42:50 EST 2003 i686 i686 i386 GNU/Linux The syslog shows the following messages: [2003/04/13 04:02:36, 0] smbd/server.c:open_sockets(238) Got SIGHUP [2003/04/13 16:13:52, 0] smbd/oplock_linux.c:linux_init_kernel_oplocks(287) Failed to setup RT_SIGNAL_LEASE handler [2003/04/13 23:14:06, 0]
2003 Jul 01
6
Shell Requirements for Shorewall 1.4.6
The 1.4.6 version of Shorewall makes additional demands on the shell. I have found that both the RH9.0 version of ash and the version of ash that has long been available from the Shorewall download sites are *not* suitable for use with Shorewall 1.4.6. The LEAF Bering version of ash on the other hand works fine. Attached is a small shell program that will allow you to test your shell for
2003 Dec 08
2
upgrade from 2.2.7a to 3.0.0, problem with client code page [long]
Hello I'm currently using Samba 2.2.7a to run as NT domain, file server and etc. This is fragment of my smb.conf [global] [...] client code page = 852 character set = ISO8859-2 mangle case = yes case sensitive = no preserve case = yes default case = lower short preserve case = no [...] Now I trying migrate existing configuration and filesystem to samba 3.0.0, and I have some problems with
2003 Dec 02
2
Does Asterisk overwrite any libraries?
I am using a brand new RH9.0 installation. I installed Asterisk afterwards so I am not sure if Asterisk caused the problem below. The ps doesn't work. It could also be something else. I also tried installing a some video package. But I thought to ask here first if someone has seen this before. [root@localhost asterisk]# ps ps: error while loading shared libraries: libproc.so.2.0.6: cannot
2004 Jan 15
1
want suggestion to get hardware to learn
I know nothing about telephony ip phone etc.. however i have a few $$ that i am willing to spend to learn Asterisk . and i am very very curious, i believe in learning by doing( but with some hand holding) so i am looking for equipment suggestion . can anyone suggest a set of equipment i could get to check and test the cool functionalities of Asterisk. Computer , Phones, communication cards. i
2004 Jan 26
1
winbind authentication infrequent failure
Hi, I am running a RH9.0 server, using samba 2.2.7a. I use winbind to authenticate pop3 clients (Courier IMAP through authpam, but I think that's irrelevant). Users are defined in a NT4 domain. Sometimes, I get a NT_STATUS_PIPE_NOT_AVAILABLE error from pam_winbind.so. This is not very frequent, but at about 1000 users (read: many authentication request) it becomes a problem. Could anyone help
2004 Feb 17
1
Winbind issue
I have 3 Linux rh9.0 servers on the network all using Samba/LDAP to authenticate. One is acting as the PDC and the other two are domain members. On one server I don't have winbind running and everything works great, however, on the other server, if I turn off the winbind I get a password prompt and cannot access the server. I have no need for winbind but I'm forced to keep it on.
2003 Sep 30
1
Printing: unable to connect from Windows
OK..this is driving me nuts. I cannot print from Windoze, consistenly getting a "Access denied; Unable to connect" error message" from my samba print server. Config --- Server: RH9.0 uptodate with patches, errata. Samba 2.2.7 HP OfficeJet K60 - hpoj 0.90-14 Client: Win2K w/sp4 HP OfficeJet K60 driver What I *can* do --- Print just fine on RH9/Samba server to the