Displaying 20 results from an estimated 100 matches similar to: "cannot compile R on Cray XE6 HLRS HERMIT"
2006 Mar 29
0
qdisc prio problem
Hi to all!
I''m studying qdisc prio but I have some problems.
I want to create 3 queue (3 bands prio), each one associated to a
workstation.
I mark (with iptables) packets using workstation mac address and then send
all packets in a particular queue.
qdisc prio with handle 10: (default priomap)
WS1 -> queue 10:1
WS2 -> queue 10:2
WS3 -> queue 10:3
I set it correctly (with
2004 Dec 18
2
3ware 9000 install
I'm trying to do a fresh install on a new server that has a 3ware 9000
controller. I followed the instructions on the 3ware manual and used a floppy
with the drivers for RH WS3 (Update 2) but it doesn't work. After it asks me to
load the disk it reads for a while and then it says it did not find any drivers
that pertain to this system. I tried loading the 3w9xxx driver unsuccesfully,
it
2003 Nov 07
2
samba + user/host authentification
hi, i'm using suse 7.3 with samba 2.2.8 as PDC and openldap for
authentification in network with wfw-, winnt-, w2k-clients. everything works
fine.
because not every client has the same configuration (same progs, same
path's, hardware...), i got problems, if a user dosn't login from his
ordinary workstation, his roaming-profile doesn't work fine.
now, how can i force users only
2004 Jul 20
1
Virus checker leaving "chmod of" files in samba log
Hi all,
I am running a Samba 3.0.0-14.3E server on a RedHat Enterprise WS3.
Here's the problem:
When I am connected from my PC (Windows 2000) and run the
MacAffee v4.5.1 virus scanner on the connected share, I see the following
in the Samba log file (debug level=2) for what appears to be each file in
the share:
[2004/07/20 13:02:51, 2] smbd/open.c:open_file(250)
sullivan opened file
2004 Apr 05
2
winbind fails
We have a windows 2003 dc here at the university and I have successfully
setup samba-3.0.2-6.3E on a RHEL WS3 machine. The problem is that after
several hours, or several days winbind stops running and connections
fail. I have seen instances of this on other sites, but no firm
answers. I can provide files and logs if helpful
2005 Jul 29
1
[Fwd: Re: wine-20050725 feedback : lots of graphical glitches]
Ths list was forgotten. Forwarding.
Vincent
-------- Original Message --------
Subject: Re: [Wine]wine-20050725 feedback : lots of graphical glitches
Date: Thu, 28 Jul 2005 17:45:44 -0700
From: George Lober <glober@telus.net>
To: Vincent Rubiolo <vincent.rubiolo@free.fr>
References: <42E8D1CC.5010006@free.fr>
Vincent Rubiolo wrote:
> Hello wine-users,
>
> I built and
2005 Jul 28
0
wine-20050725 feedback : lots of graphical glitches
Hello wine-users,
I built and installed (with wineinstall) wine-20050725 [see system info
at end of mail].
While it works OK for most of the applications that I use (I still have
some crashes, I will investigate them), I have lots of graphical
glitches, some of which greatly reduce the usability of the applications :
Firefox :
----------
+ Installation problems, esp. with respect to icons and
2001 Oct 18
2
Ultimate Linux Box (was RE: optimal windows R machine)
Well, maybe this is sort of related...
Eric Raymond has written an article for the Linux Journal on how to build an
Ultimate Linux Box. You can find the whole thing at
http://www2.linuxjournal.com/cgi-bin/frames.pl/articles/style/0014.html
The machine is said to compile the Linux 2.4.9 kernel in 1 min. 50 sec. I
wonder how long it might take to build R on this beast...
Cheers,
Andy
>
2006 Mar 31
1
Oracle 8 to 9 strange performance issue
Hello,
Got Ruby 1.8.2, RAILS 1.0, Windows2kx and Ruby-OCI8.mswin (1.1.3)
I try a migration test drive for one legacy DB from an original Ora
win32 8.1.7 server to a better hardware running Win32 Oracle 9.2.
The two DB have 99,999% identical datas.
My rails app run on a independant serveur (W2003) using an Oracle
Client 8.1.7. I''ve the same results using IIS/FastCgi or script/server
2001 Aug 31
1
RODBC SQLSave
I am having the following problem with RODBC
I connect to an oracle 8i (8.1.7) database using RODBC as follows;
dbConn <-
odbcConnect("mydatabase","myuserid","mypassword",case="oracle")
Then I extract some data, actually a whole table;
orgdata <- sqlQuery(dbConn, "select * from organism", na.strings = "NA")
Then I try to save it
2005 Dec 05
1
Lack of 'LEFT JOIN' in Oracle 8, any patch for theta style (+)
Dears,
Oracle 8 don''t support ANSI syntax with :
SELECT e.emp_id,
e.fname,
e.lname,
j.jobdesc
FROM employe e
LEFT JOIN jobs j ON e.job_id = j.job_id
but only
SELECT e.emp_id,
e.fname,
e.lname,
j.jobdesc
FROM employe e,
jobs j
WHERE j.job_id (+) = e.job_id
JOIN syntax came with 9i.
Anyone patched Rails
2012 Mar 20
3
Graphic legend with mathematical symbol, numeric variable and character variable
Hi,
I'd like to make a legend with a mix of mathematical symbol (tau),
numeric variable and character variables.I have tried :
types<-c("Type 1","Type 2","Type 2")
tau<-c(1,3,2)
legend(x="topright",legend=paste(types,"tau=",expression(tau)))
but it doesn't work: the 'tau' symbol is not written in its 'symbol
2004 Jan 20
1
Roracle pre-compile error?
Hi,
trying ROracle failed? I'm using Oracle.8.1.7 which is on another machine.
With Tora i get access to the database what i wish to get with R-Project, too.
What does the message mean?
"Oracle pre-compiler proc not in /opt/oracle/OraHome1/bin/proc
you may not be able to compile ROracle"
I'm using linux sue9 and R.1.8.1.
many thanks for any help!
[snip]
2002 Aug 20
0
RODBC/Solaris/Oracle - No Data
Hi,
Version info:
R: 1.5.1
RODBC: 0.8.3
Oracle: 8.1.7
unixODBC: 2.2.2
Easysoft ODBC driver: 1.0.0.6
SunOS/Solaris: 5.7
I'm trying to get RODBC working with Oracle on Solaris. I've installed unixODBC and the Easysoft ODBC driver. There are no problems connecting to the DB and executing queries using unixODBC's isql interactive client. Using R and RODBC however, I can open a connection
2001 Oct 16
5
optimal windows R machine
For some mysterious reason I do not believe this was delivered to the list.
Sorry if it turns out to be a duplicate.---Bob
>> Subject: optimal R windows machine
I have the happy task of purchasing a new windows desktop PC. I have a
limited but not unreasonable budget and access to discounts and so forth.
What would be folks' suggestions of priorities and requirements be if I
will
2012 Sep 13
6
[newbie] aggregating table() results and simplifying code with loop
Dear all,
I'm looking for primary help at aggregating table() results and at
writing a loop (if useful)
My dataset ( http://goo.gl/gEPKW ) is composed of 23k rows, each one
representing a point in the space of which we know the land cover over
10 years (column y01 to y10).
I need to analyse it with a temporal sliding window of 5 years (y01 to
y05, y02 to y06 and so forth)
For each period
2008 Mar 18
9
Needs an administrator user to install
I'm trying to install a scientific app called Bruker TopSpin and during the installation process it asks for the name of an administrator user (<mymachine>\Administrator, by default). However, no matter what I try the app keeps on showing the following message:
...Cannot find the user Administrator (or whoever)
And thus the installation process cannot succeed.
Any idea to workaround
2002 Aug 29
1
Oracle 8.1.7 client
I am SOOOOOOOOOOOOOO close to getting my ERP package to run. GRRR. Latest
version of Codeweaver WINE, just downloaded yesterday. IE works, MSOffice
works well - no icons, but still runs, including JAVA. So, WINE seems to
work OK.
The program is a Delphi EXE, using the BDE. I can even run BDEADMIN, but
when attempting to login to the database, there is a lot of disk churning
(indicating I am
2001 Aug 03
1
Disconnecting: protocol error: rcvd type 98
When I SSH using protocol 1 from a Debian box running OpenSSH 2.9p2-4
to a sparc.sunos5 box running vanilla OpenSSH 2.9.1, after a little
while (of inactivity?) I get the following message on the client
terminal:
Disconnecting: protocol error: rcvd type 98
Looking further, this message is actually caused by the SSH daemon.
However, I'm at a loss to determine why sshd is doing this.
I attach
2009 Feb 16
1
Conncetion Problem on XP client against Samba 3.2.8 on AIX 5.3.9
Hi everyone,
we have a funny problem connection from an XP machine to a 3.2.8 server. The level 10 log is copied in. Please look at the end of the log entries. Has anybody seen that kind of message?!
Regards
Volker
---
[2009/02/16 13:15:08, 3] smbd/sec_ctx.c:set_sec_ctx(324)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2009/02/16 13:15:08, 5] auth/token_util.c:debug_nt_user_token(466)