similar to: R-beta: R on IBM RS6000/AIX

Displaying 20 results from an estimated 20000 matches similar to: "R-beta: R on IBM RS6000/AIX"

1997 Nov 17
0
R-beta: Shared libraries on AIX
I've installed R on AIX. For starters, this did not work out of the box. I got the following error message: cd graphics; make gcc -g -I../include -c gdevice.c In file included from /usr/include/sys/lockf.h:41, from /local/gnu/lib/gcc-lib/rs6000-ibm-aix4.1.3.0/2.7.2.1/include/unistd.h:354, from /usr/include/fcntl.h:156, from
1998 Oct 01
2
R-beta: dyn.load() on a Linux Red Hat 3.0.3 system
I'm trying to install R on a Red Hat 3.0.3 system, but cannot seem to get dyn.load() to fuction. The configure script says: checking for dlopen in -ldl... no And compiling fails at ../lib/libunix.a Any suggestions? What should I do to be able to use dyn.load()? I cannot upgrade the system to a higher version of Red Hat, but I will probably get away with installing some new
1999 Apr 26
3
Invoking shell commands from within R
In S-Plus, one can invoke a shell command by prepending it with a "!", e.g.: > !ls Is something similar available in R? Is it possible to execute shell commands from within R? Fredrik -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
1999 Jan 21
0
Q: problem with samba on AIX / RS6000 (Unix)
Hello, I'm trying to configure samba on AIX / RS6000. I have the smbd part of it running well . The nmbd part is giving us problems. Nmbd daemon dies as soon as started ! When I issue a 'ps -ef ' to see the processes, smbd runs but nmbd never. When using 'smbclient -L JAWS ' to debug the problem, I have the following output : Unknown parameter encountered : "local
2000 Jul 12
1
Compiling R on RS6000 AIX 4.3
Hi, I've been searching through the R help archives and came across only one AIX compilation question in March, which received no public responses. I'm currently having the same problems with the "Illegal instruction" and core dump of running R 1.0.1 on AIX 4.3. Firstly, the R distribution was missing some FORTRAN routines, which I found on the net and added, by modifying
2000 Jul 12
1
Compiling R on RS6000 AIX 4.3
Hi, I've been searching through the R help archives and came across only one AIX compilation question in March, which received no public responses. I'm currently having the same problems with the "Illegal instruction" and core dump of running R 1.0.1 on AIX 4.3. Firstly, the R distribution was missing some FORTRAN routines, which I found on the net and added, by modifying
1998 Oct 16
1
Compiling on a Red Hat 5.1 system
I'm feeling kinda stupid right now, but I'm actually having problems compiling R-0.62.3 on a Red Hat 5.1 Linux system. I'd be happy if someone could point out for me where to look to fix the problem. I've included the output from the compiling below. Thanks for any help. Fredrik make -f Makefile.2nd all make[1]: Entering directory `/home/fredrigl/R-0.62.3' Building R cd
1997 Jul 09
1
R-beta: Problem with `rpois'
There is a problem with `rpois'. It does seem to take care about the order of the arguments. This is an example: > rpois(n=1,lambda=2) [1] 3 > rpois(lambda=2,n=1) [1] 2 0 It obviously uses the first argument as the number of samples to be drawn, which is wrong. I used Version 0.49 Beta (April 23, 1997). Fredrik
1997 Jul 09
1
R-beta: Problem with `rpois'
There is a problem with `rpois'. It does seem to take care about the order of the arguments. This is an example: > rpois(n=1,lambda=2) [1] 3 > rpois(lambda=2,n=1) [1] 2 0 It obviously uses the first argument as the number of samples to be drawn, which is wrong. I used Version 0.49 Beta (April 23, 1997). Fredrik
1997 Apr 24
1
R-beta: Inf
I read in the FAQ that `Inf'-values are not supported in R. I find this kinda awkward, as I use `Inf' quite often in S-Plus, and hence need to rewrite my programs to fit them into R. Is R planned to support `Inf' in the near future? Fredrik =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read
1997 Apr 14
1
R-beta: arima
Has anybody ported the `arima'-package to R? I'm specially interested in the `arima.mle'-thingy. Fredrik =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To:
2000 Apr 25
3
passwords for NT and AIX
I've finally gotten Samba (version 1.9.18p4) working on a RS/6000 server running AIX version 4.3.2, for a group of Windows NT 4.0 workstations on build 5 to access some shared directories. Everything works fine when I set them up - I have encrypt passwords = yes smb passwd file = /usr/local/samba/private/smbpasswd in my smb.conf, added the passwords to the smbpasswd file, and it
2005 Dec 04
1
Back-UPS RS6000
Hi all, I have an APCC Back-UPS XS 1000 (it's a USB device) that I'm using with nut 2.0.2 that came with Fedora Core 4. It reports itself like this: Back-UPS RS 1000 FW:7.g8 .D USB FW:g8 in the nut web status page, which seems a tad messy. It otherwise works fine, except I don't get any information on the input and output voltages. I'm using the hidups driver. My
2000 Mar 07
4
Error compiling R on RS6000 (PR#475)
Full_Name: Paul Gutwin Version: R-1.0.0 OS: AIX 4.2.1 Submission from: (NULL) (198.133.22.67) R-1.0.0 fails to compile. I'm using the config.cache file from a successful compliation of R-0.65.0 (prob #290, fixed thanks to Thomas Vogels @ CMU). Compiling R-1.0.0 fails with the following error messages: make Target "R" is up to date. gcc -I. -I../include -I../../src/include
2018 Oct 30
2
IBM buying RedHat
On 30/10/2018 14:49, mark wrote: > I wouldn't expect a system 1, if that's the current name AS/400 -> eServer iSeries -> System i -> Power Systems RS/6000 -> eServer pSeries -> System p -> Power Systems So the current 'Power Systems' range combines what was AS/400 with what was RS/6000. They all use Power CPUs now and run Linux, IBM i, or AIX. "IBM
2002 Dec 16
1
Compiling R under IBM-AIX using IBM native C-compiler
Would anybody have any experience with that ? (that's the first time I use AIX) The configure step is incredibly slow... any hint ? L.
1999 Nov 11
0
Printing Problems w/Samba on AIX (2nd Try)
Hello all, I have been running Samba on various versions of UNIX for quite a while now without ever encountering any major problems. However, I have now run into a problem that has me stumped. I am running Samba 2.0.5a on an RS/6000 running AIX. Up until a month or so ago we were running on AIX version 4.2.1. At that time we upgraded to 4.3.2 and Samba continued to function properly.
1998 Feb 17
1
R-beta: R on AIX running with errors
Hi, I am doing a project to make R-0.61.1 available on 30 IBM RISC/6000 machines running AIX 4.1.5.0. Running the make command works fine after some changes, but R does not behave as it should. Here some examples of error messages which I get: > plot(1:20) Error: Length cannot be negative > hist(1:20) Error in seq(z$l, z$u, length = z$n + 1) : negative length vectors are not allowed >
2018 Oct 30
0
IBM buying RedHat
Mark Rousell wrote: > On 30/10/2018 14:49, mark wrote: > > >> I wouldn't expect a system 1, if that's the current name >> > > AS/400 -> eServer iSeries -> System i -> Power Systems > RS/6000 -> eServer pSeries -> System p -> Power Systems > > > So the current 'Power Systems' range combines what was AS/400 with what > was
2002 Aug 02
1
AIX as PDC: troubles with length of usernames.
Hi, I want to migrate our NT domain to SAMBA over a RS/6000 F50 machine with AIX 4.3.3. ?Are there successful attempts out there on AIX ? Currently I have some problems because the machine accounts (AIX has a hard limit of eight characters in the usernames and the final '$' character break this rule). Thanks in advance for any help. Regards, -- Mauricio Strello C. Systems Engineer IBM de