Displaying 20 results from an estimated 3000 matches similar to: "Installation of R_2.9.1 & readline (PR#13805)"
2009 Jul 06
1
Starting R Commander doesn't work (PR#13806)
Full_Name: Noyb
Version: 2.9.1
OS: Ubuntu 9.04
Submission from: (NULL) (141.53.34.152)
Hello,
I installed the GUI R Commander and tried to open it out of R by
> library("Rcmdr").
The following message occurred:
"Lade n?tiges Paket: tcltk
Error in firstlib(which.lib.loc, package) :
Tcl/Tk auf diesem System nicht verf?gbar
Fehler: Paket 'tcltk' konnte nicht geladen
2005 Jun 24
1
mounting ocfs2 partitions on boot
Hi list,
today, I installed a two node Oracle 10g RAC system on SLES9 SP2 RC2 which
shares
(via a SAN) a database volume and a quorum (ocr and voting). This volumes
are formated
with ocfs2 - so far no problem.
At the moment I'm stuck with the mounting of these volumes at boot time.
The user-guide
of ocfs2-tools mentions to add the corresponding lines to fstab - but at
the time when
fstab
2016 Feb 29
6
Timout for LDAP connection
Hi,
we are using a round robin dns record for connections to our ldap
system. This works fine for almost all cases. In particular, for
dovecot does this mean, when an ldap server is stopped, dovecot
instantly reconnects to another ldap server.
But when the network connection to the active ldap server is broken,
dovecot sticks to the failed ldap server. Is there any possibility to
define a
2006 Oct 02
1
separation depending on equal contents in more than one field
Hi,
I have a dataframe:
(obs <- data.frame(a=c(1,2,2,3,3,3), b=c(1,2,3,4,4,5), c=1:2))
attach(obs)
In reality its about 1 million rows.
Some of the datasets have same contents in col a and! b like row 4 and 5.
I want to do some calculations on col c within the duplicated rows and
merge them afterwards:
layer <- function(x) round((1-prod(1-x/100))*100,0)
(covnew <- aggregate(c,
1998 Nov 16
1
Strange behaviour with domain login
Hi there,
I have Samba 1.9.18p18 installed on Linux (S.u.S.E. 5.3). It
is configured to act as a domain controler for the Windoze
machines.
One of my users, which can login from his Win95 (plain text
password) without problems, wants to change his password
from the Control Panel. But every time when he logs out
after changing his password and re-logs in, the new password
is refused by the
2005 Jun 28
3
OCFS2 volumes do no mount automatically on RHEL4 also
On RHEL4 also, the service o2cb starts later than _netdev device mounts.
So mount fails. Should the o2cb service start earlier to fix this?
Zafar
-----Original Message-----
From: ocfs2-users-bounces@oss.oracle.com
[mailto:ocfs2-users-bounces@oss.oracle.com] On Behalf Of
ocfs2-users-request@oss.oracle.com
Sent: Tuesday, June 28, 2005 12:00 PM
To: ocfs2-users@oss.oracle.com
Subject: Ocfs2-users
2016 Mar 10
3
Timout for LDAP connection
Hi Timo,
On 01.03.2016 22:51, Timo Sirainen wrote:
> On 29 Feb 2016, at 17:18, Gordon Grubert <gordon.grubert+lists at uni-greifswald.de> wrote:
>>
>> Hi,
>>
>> we are using a round robin dns record for connections to our ldap
>> system. This works fine for almost all cases. In particular, for
>> dovecot does this mean, when an ldap server is stopped,
2013 Oct 04
4
fail2ban
For dovecot 2.1
as per wiki2, is this still valid? noticed a problem before and saw
it does seem to be triggering, I use:
maxretry = 6
findtime = 600
bantime = 3600
and there was like, 2400 hits in 4 minutes, it is pointing to the
correct log file, but I am no expert with fail2ban, so not sure if the
log format of today is compatible with the wiki2 entry
filter.d/dovecot.conf
[Definition]
2004 Sep 10
2
Blocking and compression.
Hello. I thought I'd introduce myself. I'm the guy that wrote kexis way
back when. For those of you that dont know, kexis was written before
flac, and pretty much does what flac does, although its not nearly as
nice or robust. I wrote kexis actualy cause I was interested in playing
around with lossless compression and shorten was about the only tool
that was linux friendly, but had a
2003 Nov 04
1
hclust doesn't return merge details [Solved]
Thanks to Andy and Thomas,
Reading help(hclust) more carefully would have done it but sometimes you do not
see the wood for the trees...
So hc$merge does exactly what I want.
I have never been aware of the command str to get the structure of an R-object. It
seems pretty useful to me.
Thanks,
Arne
> -----Original Message-----
> From: Liaw, Andy [mailto:andy_liaw at merck.com]
>
2007 Sep 24
2
Performance problems to fill up a dataframe
Dear Listmembers,
I'm trying to fill up a dataframe depending on an arbitrary list of
references:
Here is my code, which works:
dat <- data.frame(c(60001,60001,60050,60050,60050),c(27,129,618,27,1579))
LR <- sort(unique(dat[,1]))
LC <- sort(unique(dat[,2]))
m <- as.data.frame(matrix(data=NA, nrow=length(LR), ncol=length(LC),
dimnames=list(LR,LC)))
for(i in 1:nrow(dat)){
1998 Nov 03
3
SOLARIS_2.6: request_oplock_break
I saw a little discussion about this a few weeks ago but nothing concrete.
We're running samba-1.9.18p8 under Solaris 2.6x86. I am periodically
getting the following in the logfiles, usually _many_ at a time:
1998/11/03 14:42:00 request_oplock_break: no response received to oplock
break request to pid 5411 on port 40884 for dev = 1980040, inode = 33c4d
When I look up the PID (in this case
2008 Oct 28
5
Sendmail for Voicemail
When I send email from my local asterisk machine, my IP address get's
RBL'd.
Asterisk is my only reason for running sendmail, so to keep it simple, I
tried to make my ISP's mail server a 'smart host' (relaying to a trusted
mail server) but my ISP doesn't allow ANY kind of relaying these days.
I imagine there are many like me who are not sendmail experts who want
to
2003 Nov 03
2
hclust doesn't return merge details
Dear R-users,
I tried to receive the merge details of a clustering by using the
summary function of hclust.
For illustration I use the Longley data as done by Prof Ripley (Wed 11
Apr 2001)
d <- dist(longley.y)
d <- d/max(d)
hc <- hclust(d, "ave")
But instead of getting a matrix for $merge I get:
>summary(hc)
Length Class Mode
merge 30 -none- numeric
2003 Dec 17
5
Readline & readline-devel installation on RH9
I have a new user question. Sorry I know most of you are Linux experts
I am not! I am just getting my feet wet with this. And I am sorry to
ask this stupid question.
I was following an installation post from Wiki that said when using RH 9
you need to make sure that you have the following installed first and
you should check them with the following command. Are there any other
items I need to
2017 Jun 05
2
corrupted indexes rebuilding over and over
Hi,
On saturday one of our dovecot machines had an OOPS, and we had to
powercycle it. When it came up, it did a filesystem fsck (ext4) and
fixed a couple things, but nothing in lost+found.
Now, about 50 users have a problem where their indexes are
corrupted. Dovecot tries to fix them, but for some reason it is
failing. The users are seeing their mails duplicated and they cannot
delete mails. I
2007 Jan 29
1
Problem with "readline" in compilatio of R for Solaris 11 (Nevada) in x86
Dear friends,
In configuring R 2.4.1 for Solaris 11, using SunStudio 11 compilers, I
get the following error.
checking readline/history.h usability... no
checking readline/history.h presence... no
checking for readline/history.h... no
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking for rl_callback_read_char
2020 Apr 22
4
pad length mismatch error message
Well,
If you running with bind9_DLZ, you also should enable it.
Based on what i see below, its not enable, you installed it your not done yet. ;-)
Verify the settings ( debianize the paths )
https://wiki.samba.org/index.php/BIND9_DLZ_DNS_Back_End
Then then its all done, reboot the server.
Run this script, anonimized it and post the content to the list.
Then i know all i want to know.
2003 Jan 31
3
tftp-hpa and readline
I have tried compiling tftp-hpa on Red Hat 7.3, 8.0, and Debian
testing/unstable...I haven't been able to get readline to link on any of
them, regardless of passing --with-readline.
Likewise, I am having trouble getting regex maps to compile on Debian
testing/unstable (though it works on Red Hat).
Can anyone give me some pointers?
I suspect something with autoconf, though I also saw
2011 Dec 30
1
configure can't find readline -- but it's there!
Am trying to install 2.14.0 on a CentOS system. The configure script
apparently can't find something to do with the readline library:
Configure: error: --with-readline=yes (default) and headers/libs are not
available
Yes, I know I need readline 4.2 or later. "yum" assures me that rev 5.1
is already installed.
And I know I need to provide configuration flags if it is in