search for: nstalling

Displaying 20 results from an estimated 29 matches for "nstalling".

Did you mean: installing
2001 Feb 08
2
nstall.packages
Hi! I am new to R. I want to install "packages" from Package Sources in the web. I follow the instruction and use the "install.packages" but no luck. Here is what I did: > install.packages(gss,"C:/R/rw1021/library", CRAN = options("CRAN"), contriburl = contrib.url("http://cran.r-project.org"),
2006 Aug 09
1
GemNotFoundException installing Rails - actionpack not in the repository
Hi all, I got an error on gem install rails which I do not understand? What am I doing wrong? Any help or suggestions will be greatly appreciated. Cheers, Onno ttempting local installation of ''rails'' ocal gem file not found: rails*.gem ttempting remote installation of ''rails'' pdating Gem source index for: http://gems.rubyforge.org nstall required dependency
2015 Apr 02
1
Centos7: start job running for dev/mapper-centos\x2dhome.device
...Centos7 machine that"s dualbooted with Win7. It's Centos7 with Mate desktop. The upgrade to Centos7.1 was interrupted. I ssh-d into the machine and finished it manualy, by issuing the command package-cleanup --cleandupes and yum update Now I' missing some packages, after some re?nstalling, I can boot again. However, I can not log in. EM:apr 02 13:58:25 jvanbaekel lightdm[1596]: ** (process:2903): WARNING **: Failed to open CK session: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files So far I was n...
2011 Apr 29
1
The bin/R file - hardcoded paths
Hello, I notice that e.g /home/sguha/lib64 is hard coded into the /bin/R file . I nstalled R as ./configure --prefix=$HOME ... What i need to do is ship the entire R distribution to remote nodes, and run R. These are shipped to ephemeral directories so I dont know the path ahead of time. R_HOME doesn't change things either. So i guess one cant run R on a system unless it's been
2012 Feb 27
2
Installing package QRMlib
...b'. The tar.gz file is shown here: http://cran.r-project.org/src/contrib/Archive/QRMlib/ I have downloaded this to my local folder and entered the following command: nstall.packages("myLocalFolder/QRMlib_1.4.5.1.tar.gz", repos = NULL) but I am getting the following error message Installing package(s) into ?C:/Program Files/R/R-2.14.1/library? (as ?lib? is unspecified) Warning in install.packages : error 1 in extracting from zip file Warning in install.packages : cannot open compressed file 'QRMlib_1.4.5.1.tar.gz/DESCRIPTION', probable reason 'No such file or directory...
2008 Dec 07
1
Compile Packages on vista
...be still because of the security properties of vista). I checked several mailing list/forums/website but I did not found any solution. Does anybody have the same problem and found a solution? I''ve got the following error: ################################## R CMD install testPackage installing to ''D:\Rtmp'' ---------- Making package testPackage ------------ adding build stamp to DESCRIPTION installing R files installing inst files find: `D:/Rtmp/ testPackage /doc'': Permission denied find: `D:/Rtmp/ testPackage /unitTests'': Permission deni...
2016 Aug 29
0
Samba4 Centos 7 - CPU 100%
> >You say you have compiled Samba yourself, so I take it that Samba is > i>nstalled at /usr/local/samba, if so, is the new samba in your PATH > i>and > >are there any OS Samba packages installed ? > I compile myself. I removed all packets for samba before start the > instalation. > My options: ./configure --sysconfdir=/etc/samba/ > --mandir=/usr/share/man/
2016 Aug 29
2
Samba4 Centos 7 - CPU 100%
On Mon, 29 Aug 2016 08:09:46 -0300 Maiquel Consalter via samba <samba at lists.samba.org> wrote: > Hi Folks, > i tryed make some tests, but the problem it the same. Someone have > some idea how i solve my problem ? I try the new instalation, upgrade > all packates but before 1 minute the process still in 100% and the > process is rpc_server. > You say you have compiled
2007 Feb 05
1
Build error with last R-devel tarball
Hi, On Windows, with last R-devel tarball (r40647) from ftp://ftp.stat.math.ethz.ch/Software/R/R-devel_2007-02-04.tar.gz I get the following build error: E:\biocbld\bbs-2.0-bioc\R\src\gnuwin32> make ... ... ---------- Making package utils ------------ adding build stamp to DESCRIPTION installing NAMESPACE file and metadata installing R files Error in namespaceExport(ns, exports) : undefined exports :?, CRAN.packages, Rprof, Rprofmem, RShowDo c, RSiteSearch, URLdecode, URLencode, alarm, apropos, argsAnywhere, assignInNamespace, as.roman, as.p erson, as.personList, available.packages, brow...
2016 Aug 29
4
Samba4 Centos 7 - CPU 100%
On Mon, 29 Aug 2016 09:53:33 -0300 Maiquel Consalter <maiquelconsalter at gmail.com> wrote: > >You say you have compiled Samba yourself, so I take it that Samba is > i>nstalled at /usr/local/samba, if so, is the new samba in your PATH > i>and > >are there any OS Samba packages installed ? > I compile myself. I removed all packets for samba before start the >
2019 Oct 30
2
pointer arithmetic with address space attribute not working
Hi, I have a case that for pointer with address space attribute, pointer arithmetic is not work. For example, -bash-4.4$ cat test.c #define __user __attribute__((address_space(1))) void __user * test(void __user *arg) { #ifdef ADD return arg + 4; #else return arg; #endif } -bash-4.4$ -bash-4.4$ clang -g -c test.c -bash-4.4$ clang -g -c -DADD test.c clang-10: ../lib/IR/Instructions.cpp:2749:
2009 Jun 22
10
Could not find an installable distribution
Hi all, I am trying to install OpenSUSE 11.1 as a para-virtualized DomU on an opensolaris2009.06 guest using the xvm packages provided via IPS. I followed the instructions available here: http://www.opensolaris.org/os/community/xen/docs/virtinstall/ but I get the following error when trying to install from a NFS share where I mounted the iso (as far as I understand the only way to get a Linux
2019 Oct 31
2
pointer arithmetic with address space attribute not working
I forgot the -DADD flag earlier but the result did not change: https://godbolt.org/z/NPcn22 ________________________________________ From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Doerfert, Johannes via llvm-dev <llvm-dev at lists.llvm.org> Sent: Wednesday, October 30, 2019 20:18 To: LLVM Developers Mailing List; Y Song Cc: Alexei Starovoitov Subject: Re: [llvm-dev]
2016 Aug 29
0
Samba4 Centos 7 - CPU 100%
>You say you have compiled Samba yourself, so I take it that Samba is i>nstalled at /usr/local/samba, if so, is the new samba in your PATH and >are there any OS Samba packages installed ? I compile myself. I removed all packets for samba before start the instalation. My options: ./configure --sysconfdir=/etc/samba/ --mandir=/usr/share/man/ --enable-debug --enable-selftest && make
2007 Dec 20
1
Upgrading from 1.0.rc2-1ubuntu2.2 on edgy
Hi Guys, Can anyone shed some light as to how I upgrade away from 1.0.rc2-1ubuntu2.2 on edgy? The usual aptitude upgrades aren't doing anything for me, and, downloading the package from another Ubuntu release, and trying a dpkg -i is causing lots of dependency errors. Daragh
2009 Oct 01
0
it''s about xen and xorp
hi alli hope you are all fine,I post this mail with the hope i will find an explanation for my too problems. i ''m actually working on an internship subject about xen technology: i*nstall xorp router in the virtual domain of the xen hypervisor.* this installation should be done on a PC with too NIC. The problem is that i don''t know what is the utility of too NIC in such
2005 Aug 03
1
Is it possible to use CHAN_CAPI with ZAPHFC enabled card ?
I have an ISDN card, Billion ISDN PCI Card I tried to use the ZAPHFC, I patched the kernel, I did anything (also followed reccomandation on use on Suse Linux Professional 9.2 --my box is) using bristuff last version. In the end I succesfully compile zaphfc, but I am not able to use the card (a lot of problem running zapcfg, a loto of problem starting asterisk saying about wrong anything (from
2011 Oct 11
1
R CMD INSTALL configure.args and CC customization
One way to deal with this is to install R itself with mpicc. Then all packages are installed with mpicc and get the required MPI libraries and includes by default. I have done this with R-2.13.0 on an Opteron cluster running CentOS-5 a while ago and so far it has worked out great. I crosspost to r-sig-hpc and welcome others to comment if there are potential downsides to this solution. George
2019 Oct 31
2
pointer arithmetic with address space attribute not working
Thanks for the detailed info! The problem was that I tried without assertions and didn't inspect the IR closely as it contained this, for now, illegal instruction: %6 = bitcast i8* %5 to i8 addrspace(1)* This is clearly a clang error. I suggest opening a bug report, or sending the reproducer to cfe-dev at llvm.lists.org so someone will take a look that has more clang experience. @Matt Do
2017 May 27
0
Centos7: util-linux-2.23.2-33.el7.x86_64 was supposed to be removed but is not!
Hello All, a few weeks ago, I got this output after running yum clean all && yum update. Now after yesterday's updates, things got a little worse: [jvermeulen at localhost ~]$ sudo yum clean all Geladen plugins: fastestmirror Opschonen repo's:adobe-linux-x86_64 base epel extras nux-dextop updates Cleaning up everything [jvermeulen at localhost ~]$ sudo yum update