Displaying 20 results from an estimated 10000 matches similar to: "merge in data.tables -- "non-visible""
2011 Feb 08
1
goto blas related R segfault
Hi,
i have been running R 2.11 compiles with the goto blas libraries
successfully for about a year. I am running Ubuntu 10.10 64 bit.
However, recently I have been periodically getting a segfault when running R
(and numpy -- also compiled against goto blas).
When I check the dmesg error log I get the following message
R[28792]: segfault at 7f4183ed4000 ip 00007f4196f05f03 sp 00007f4192d55d20
2011 Jul 04
1
R CMD SHLIB with ifort
Hi,
I am running Linux (64 bit) R, compiled under gnu compilers. I am looking
to compile a Fortran program with the ifort (the intel compiler) and then be
able to import that as a library into my version of R. I am using the
flags FC=ifort and SHLIB_FCLD=ifort, however ifort does not seem to
recognize the libR.so file.
Does any one have experience with this/know of a a way to load an ifort
2010 Jun 16
2
Parallel computing on Windows (foreach) (Sergey Goriatchev)
foreach (or virtually anything you might use for concurrent programming)
only really makes sense if the work the "clients" are doing is substantial
enough to overwhelm the communication overhead. And there are many ways to
accomplish the same task more or less efficiently (for example, doing blocks
of tasks in chunks rather than passing each one as an individual job).
But more to the
2009 Apr 08
1
Sweave problem, with multicolumn tables from R to LaTeX
Hi there,
I have been using the example provided bellow for a while, and It was
working without any problem. Nevertheless, just since 2-3 days is not
working, probably because I did update.packages(). I have tried to
re-install the older versions of the packages Hmisc() and xtable(), but
still does not work. Can you run this example, and tell me if you got
the same problems?
I use
2008 Aug 01
0
Problem with RSPython
I am very much a beginner at Python and am trying to get RSPython to work
for me to solve a specific problem with geocoding addresses using the geopy
library for Python (which appears to be an easy way to geocode large numbers
of addresses).
While I can load up the RSPython library just fine, when I try to load the
geopy module using the importPythonModule('geopy') command, I get an error
2010 Feb 06
2
question about bigmemory: releasing RAM from a big.matrix that isn't used anymore
Hi all,
I'm on a Linux server with 48Gb RAM. I did the following:
x <- big.matrix(nrow=20000,ncol=500000,type='short',init=0,dimnames=list(1:20000,1:500000))
#Gets around the 2^31 issue - yeah!
in Unix, when I hit the "top" command, I see R is taking up about 18Gb
RAM, even though the object x is 0 bytes in R. That's fine: that's how
bigmemory is supposed to
2009 Aug 18
1
Strange package installation error
Hi. I'm trying to install a new package. I'm a relatively long-time
(though not advanced) R user and have never seen this error before.
For the first example, I tried a few different CRAN mirrors. In the
second example, the file does exist; I downloaded it from the CRAN
website for the package and pasted in the name exactly a few different
times to make sure it was right.
>
2024 May 08
1
Samba domain name in short format
On Tue, 7 May 2024 22:19:38 +0000
"Sun, Zhongdong" <zhongdong.sun at yale.edu> wrote:
> Hi Rowland,
>
> You are right. We are running some old software here, such as NIS.
> All these started in 20 years ago when I joined the group and we had
> about 20-30 workstations running Linux. NIS was chosen at that time
> to manage user accounts. Some users were not
2003 Mar 14
2
numbers and decimal points
I have a question for our European readers: how common is it to use
commas as decimal points in spread-sheet and statistics applications?
Is it an inconvenience to require that all data use a period as decimal point?
(i.e., 3.14159 rather than 3,14159).
We're trying to make our program as foolproof as possible, and would
prefer not to give users a chance to have commas as both decimal
2019 Mar 01
3
Can't authenticate to AD using Samba with SSSD
Would someone please tell me where I can find some good troubleshooting documents to resolve AD authentication issues when using Samba? Is this mailing list the best place?
I was able to setup a working WINBIND-Samba setup on CentOS 7.6, but I am required to use SSSD on a different CentOS 7.6 server. Using a test VM, I can get services running, but I can't authenticate from a Mac or
2019 Feb 18
1
Authenticating AD users and Local users
Thank you for replying!
I can login with my Active Directory credentials, but I can’t login using the local CentOS “svc_dictations” account.
I created the local account usingusing “adduser”, “smbpasswd”, and then updating my smb.conf file (below).
Thank you,
Brian
[global]
workgroup = YALE
password server = ad1.yu.yale.edu<http://ad1.yu.yale.edu>
2024 May 06
1
Samba domain name in short format
On Mon, May 06, 2024 at 09:03:14PM +0000, Sun, Zhongdong via samba wrote:
>Hi Rowland,
>
>Thanks for your quick response.
>
>Yes, it's Samba+sssd+krb5+AD. So many technologies wrapped together,
> and I don't know which part can go wrong. We managed to make them work
>together with the full domain name format such as yu.yale.edu\zs24.
>But it didn't work with
2004 Nov 05
3
Resources for optimizing code
I want to eliminate certain observations in a large dataframe (21000x100).
I have written code which does this using a binary vector (0=delete obs,
1=keep), but it uses for loops, and so it's slow and in the extreme it
causes R to hang for indefinite time periods.
I'm looking for one of two things:
1. A document which discusses how to avoid for loops and situations in
which it's
2024 May 07
1
Samba domain name in short format
Hi Rowland,
You are right. We are running some old software here, such as NIS. All these started in 20 years ago when I joined the group and we had about 20-30 workstations running Linux. NIS was chosen at that time to manage user accounts. Some users were not familiar with Linux, so we provided Samba to them so that they could map Linux file systems to their computers. I know NIS is old
2004 Aug 06
3
Re: Please confirm your message
icecast@xiph.org wrote:
> Hello, this is the mailing list anti-spam filter at Xiph.Org.
> We need you to confirm your e-mail message with the subject of
> "(no subject)".
>
> Please send a message to the following address, or simply use your
> mailer's "Reply" feature.
>
> icecast+confirm+1053014484.2633.87372b@xiph.org
>
> Rather than
2024 May 06
1
Samba domain name in short format
Hi Rowland,
Thanks for your quick response.
Yes, it's Samba+sssd+krb5+AD. So many technologies wrapped together, and I don't know which part can go wrong. We managed to make them work together with the full domain name format such as yu.yale.edu\zs24. But it didn't work with short format as YALE\zs24. When I did this in a Windows computer, it reported "We can't sign you in
2024 May 06
1
Samba domain name in short format
On Mon, 6 May 2024 19:50:18 +0000
"Sun, Zhongdong via samba" <samba at lists.samba.org> wrote:
> Hello everyone,
>
> We have a Samba server that experiences very strange problems. I
> wonder if anyone can provide some advice.
>
> This is a Redhat 8.4 machine with Samba 4.13.3. We setup Samba
> according to Redat document
>
2013 Apr 22
2
R not loading
I am having a problem with loading R on my 64 bit computer. It used to load perfectly until I upgraded to R 3.0.0 now it takes about 10 to even 20 minutes ? Does anyone know how to remedy this problem?
Russell " Skip" Barbour Ph.D.
Associate Director for Statistics
Center for Interdisciplinary Research on AIDS
Yale School of Medicine
135 College St. Suit 200
New Haven ,
2024 May 06
1
Samba domain name in short format
Hello everyone,
We have a Samba server that experiences very strange problems. I wonder if anyone can provide some advice.
This is a Redhat 8.4 machine with Samba 4.13.3. We setup Samba according to Redat document https://access.redhat.com/solutions/3802321 .It works well in most cases but has some issues. When user tries to mount a share from his/her PC, he/she must use the long format of
2024 May 10
1
Samba domain name in short format
Hi Rowland,
Thanks for your advice. I discussed this with my manager and we will plan to upgrade the old system. But this will not be finished with short time.
After reading many old emails in this forum, I made some changes in our Samba settings. First, we turned on winbind and added all necessary packages and setup for winbind. Finally, we can login with the short format, such as YALE\zs24.