Displaying 20 results from an estimated 11000 matches similar to: "Sharing an R installation via NFS on ubuntu cluster"
2017 Nov 09
1
Sharing an R installation via NFS on ubuntu cluster
I can install R with
sudo apt-get update
sudo apt-get install r-base
this is not my problem, and indeed, not my question. my question was how
could I share the resulting R installation over NFS? Do I have to export
every location where apt-get installs a component or can I force apt-get to
place the installation in a certain location?
On 8 November 2017 at 17:37, Ista Zahn <istazahn at
2017 Nov 08
0
Sharing an R installation via NFS on ubuntu cluster
On Wed, Nov 8, 2017 at 6:14 AM, Florian Oswald <florian.oswald at gmail.com> wrote:
> hi all,
>
> i want to share an R installation from a master node to several compute
> nodes via NFS. all nodes run ubuntu 16.04. I tried building R from source
> but hit a wall several times because of missing dependencies.
apt-get build-dep r-base
should take care of that.
--Ista
So I am
2008 Sep 12
1
Type nfs_share changes exported folder/file ownership
I''ve used the nfs_share type to export NFS shares on server A:
nfs_share { "":
shares => ["/path/to/share/",
"/path/to/another/share/"],
share_access => "server.example.com"
}
The /etc/exports file on server A look like this:
/path/to/share server.example.com(rw,sync)
2012 Jul 18
3
pecl install json on CentOS 5.8
Hi
Any clue about the below issue?
/usr/bin/pecl install json
WARNING: channel "pear.php.net" has updated its protocols, use
"channel-update pear.php.net" to update
downloading json-1.2.1.tgz ...
Starting to download json-1.2.1.tgz (17,780 bytes)
......done: 17,780 bytes
11 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module
2005 Sep 19
2
File access rights on a NFS share: please help !
Hello,
As I didn't get any answer, I'm posting my question again.
Sorry to insist but I'm very embarrassed...
I'm having troubles with access rights on files located on a NFS server
(Solaris 8).
The client machine is a Linux SuSe E9.0 and the samba suite version is
samba-3.0.20, directly installed from a Linux package.
The users connect to the Linux server without any Pb using
2020 Sep 25
2
Re: Help on Meson build Error
On Fri, Sep 25, 2020 at 5:35 PM Daniel P. Berrangé <berrange@redhat.com>
wrote:
> On Fri, Sep 25, 2020 at 05:31:09PM +0800, Wei Wang wrote:
> > On Fri, Sep 25, 2020 at 5:24 PM Andrea Bolognani <abologna@redhat.com>
> > wrote:
> >
> > > On Fri, 2020-09-25 at 10:16 +0100, Daniel P. Berrangé wrote:
> > > > On Fri, Sep 25, 2020 at 05:03:24PM
2005 Jan 08
1
Where is ethereal?
YUM says I already have ethereal installed, but I have no /usr/sbin/ethereal.
I have 3 directories about but no executable.
--
<<JAV>>
2010 Nov 13
2
can't find ldapseaerch
hello list
I'm having a very strange problem with my centos 5.5 system. For some
strange reason, this machine cannot find ldapsearch:
[root at VIRTCENT13 ~]# ldapsearch
ldapsearch: Command not found.
[root at VIRTCENT13 ~]# whereis ldapsearch
ldapsearch: /usr/bin/ldapsearch /usr/share/man/man1/ldapsearch.1.gz
ldapsearch currently lives at /usr/bin along with a lot of other
really very
2005 Feb 06
1
further issues with install.packages
Hi again,
I run R under SuSE 9.2 Professional (installed via rpm) and I am trying to
install some packages from CRAN. The trouble is, after successful
installations, my destdir directory is deleted...!
My command:
install.packages("Rcmdr", "/usr/lib/R/library",
CRAN="http://cran.r-project.org", destdir="/home/adi/Kituri/R.packages",
dependencies=TRUE)
2018 Jul 27
4
[SOLR] Where is solr-schema.xml?
Hello,
running dovecot 2.3.2.1 on Arch Linux, and installed solr 7.4.0.
According to the wiki, there should be doc/solr-schema.xml, but I cannot
find it.
Tried "whereis dovecot":
dovecot: /usr/bin/dovecot /usr/lib/dovecot /etc/dovecot
/usr/include/dovecot /usr/share/dovecot /usr/share/man/man1/dovecot.1.gz
But I cannot find any xml files using
find /usr/{lib,share}/dovecot -name
2011 Sep 07
2
Installing the openssl on CentOS
Hi, all
Please look my error message ,
$ which openssl
/usr/bin/openssl
$ whereis openssl
openssl: /usr/bin/openssl /usr/lib/openssl
/usr/share/man/man1/openssl.1ssl.gz
$ openssl version
OpenSSL 1.0.0-fips 29 Mar 2010
$ irb
irb(main):001:0> require ''openssl''
LoadError: no such file to load -- openssl
from
2008 Apr 16
4
"radio mobile" difficulty by wine newbie
This is my first attempt at using wine. [Well, you know what I mean. ;-) The program I am trying to run is
http://www.cplus.org/rmw/english1.html
There is a data for the program under wine:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=3756
However, the data needed to run the program under wine can be found here:
http://www.vias.org/wirelessnetw/wndw_05_08_05.html
The
2005 Sep 23
2
CENTOS 3.5 (AMD64) NFS install issue
We operate a cluster of Sun Xeon IA32 servers with Centos 3.5. Nodes are
installed via a host-specific kickstart script which is generated for
each node from a master template. Thus all kickstart scripts are clones
of the master, edited for hostname, IP address etc only.
The CENTOS 3.5 ISO images are exported from a server & that remote NFS
mount is also configured in the master template.
2019 Jan 28
2
r-base is already the newest version (3.5.2-1bionic)
After a great deal of apparently irrelevant kerfuffle, with which I have
been boring this list, I managed to do:
sudo apt-get dist-upgrade
without getting error messages. I was told that there was nothing to
do. I then (to make sure?) did:
sudo apt-get install r-base
and was told:
> r-base is already the newest version (3.5.2-1bionic).
> 0 to upgrade, 0 to newly install, 0
2005 Sep 08
0
Pb with file access rights on a NFS server
Hello,
I'm having troubles with access rights on files located on a NFS server
(actually an EMC NAS NS600).
The client machine is a Linux SuSe E9.0 and the samba suite version is
samba-3.0.14a-0.4, directly installed from a Linux package.
The users connect to the Linux server without any pb using their MS Windows
account through Winbind+Kerberos.
They belong to the right Windows groups but
2020 Sep 25
2
Re: Help on Meson build Error
On Fri, Sep 25, 2020 at 5:24 PM Andrea Bolognani <abologna@redhat.com>
wrote:
> On Fri, 2020-09-25 at 10:16 +0100, Daniel P. Berrangé wrote:
> > On Fri, Sep 25, 2020 at 05:03:24PM +0800, Wei Wang wrote:
> > > /usr/local/bin/rst2html5 --stylesheet= --strict docs/manpages/virsh.rst
> > > docs/manpages/virsh.rst:41: (ERROR/3) Error in "code-block"
2005 Apr 19
1
Problems installing Centos 3.4 & 4 using NFS + Kickstart
My hardware is Sun V65x servers, (6GB RAM/2xXeon3GHZ/36GB SCSI disk).
I have NFS repositories of Centos 3.1, Centos 3.4, Centos 4 & RedHat 9.0
ISO distros set up. I use boot floppies for each o/s with the same
kickstart file which is of course altered to point at the desired
distro. With Centos 4 I have to use a boot CDROM, of course, rather than
floppy disk. I wish to set up servers with
2004 Dec 01
2
Asterisk Call Monitor and soxmix error
Asterisk Monitor seems to be working fine. Though the problem I am
having is the two files (in & out) muxing.
I added ,m to the string, yet the call records two files still, and I
get the resulting error, at the bottom.
monitor executing ( nice -n 19 soxmix
/var/spool/asterisk/monitor/rec_fr_1624672199_to_621950_at_01122004-13:4
8:23-in.gsm
2006 Aug 09
3
categorical data
Dear List,
I neeed a grouped list with two sort of categorical data. I have a data
.frame like this.
year cat. b c
1 2006 a1 125 212
2 2006 a2 256 212
3 2005 a1 14 12
4 2004 a3 565 123
5 2004 a2 156 789
6 2005 a1 1 456
7 2003 a2 786 123
8 2003 a1 421 569
9 2002 a2 425 245
I need a list with the sum of b and c for every year and every cat (a1,
a2 or a3) in this year. I had used the tapply
2000 Jun 20
1
unequalspaced time-series data
Dear R-users,
is there any object-type or routine/function in R which can handle
unequally spaced time-series data? I know that there is the library
OSWALD for S-Plus, which is able to do so, but I was not successful in
running it under R. Does anyone can help?
Thank's in advance!
INGO
--
-----------------------------------------------------------------
Ingo Roeder
Institute for