Displaying 20 results from an estimated 1000 matches similar to: "Internal login failure"
2003 Jul 08
4
how to rename rows/columns of a matrix?
Hi
I get a matrix with the columns named like "X13 X22 X1 X14 ...", i.e. not
successively. That has it's good reasons, but now how can I rename the
columns to "X1 X2 X3 ..."?
Thanks a lot,
David
2003 Jul 08
7
rbind question
Hi
I am trying to replicate a vector in n rows for comparison purposes with
another matrix.
foo <- c(1,2,3)
bar <- rbind(foo,foo) # does the trick for 2 rows
bar <- rbind(rep(foo,2)) # does something else
How do I generate a matrix with all rows=foo without writing 'foo' n times as
arg?
Thanks,
David
2004 Mar 09
2
use of split lines in ess
Hi all
I am very astonished that R generates a "syntax error" when I want to
split up a line with a backslash, which usually works in any shell script.
R itself generates the "+" symbols at the beginning of following lines
in a splitted line so I've tried with them as well, but also without
success.
Searching in the h-help archive did not reveal any answer either.
2003 Jul 15
2
matrix manipulations
Hi
cor(x,apply(x,1,sum)) gives me the correlations of each column with the sums of each row (correct me if I'm wrong, please).
What I need are the correlations of each column with the sums of each row except the entry in the given column. It seems that for any one column i I get it by doing:
cor(x[,i],apply(x[,-i],1,sum))
But I struggle to get it for all the columns. I was trying things
2004 Mar 18
2
character -> list
Hi
I have a matrix of type "character" (strangly) and am trying to apply
the function "aggregate" to it, but unfortunately without success.
It seems to me that aggregate would work, if I only could get rid of the
quotation marks around each item.
So for a very simple example which looks as my actual data look (of
course here I put the quotation marks on purpose, but I have
2003 Jun 17
1
How to generate a pairwise non-parametric comparison table?
Dear list
I am comparing the results of several different experimental setups. With kruskal.test() I can test if there is any difference at all in any of them, if I understand it correctly. But now, when there is a difference, how do I generate a (half-) table of pairwise comparisons, using e.g. wilcox.test(), to find the ones where the difference actually occurs.
I guess I don't have to
2008 Nov 21
2
Dendrogram labels
Is there any way to change the orientation of the labels on the end of the dendrograms to horizontal rather than vertical? If so, how can I do that.
_____________________________________________
Patrick Richardson
Biostatistician - Program of Translational Medicine
Van Andel Research Institute - Webb Lab
333 Bostwick Avenue NE
Grand Rapids, MI 49503
ph. 616.234.5787
This email message,
2018 Nov 28
0
Dovecot crash
Hi,
I had the similar messages after an upgrade then downgrade. I was able to fix by removing all indexes files.
Thomas
> Le 28 nov. 2018 ? 22:02, JCA <1.41421 at gmail.com> a ?crit :
>
> This happening when my Thunderbird client is trying to establish a connection with a Dovecot server. Some background first:
>
> 1) I am running Thunderbird 6.20.1 from a Linux
2003 Jul 17
3
how to divide a string into characters? - for comparing strings that is
Hi
I am searching for a way to do something like "ABC" -> c("A","B","C"). How can this be accomplished?
I tried cut() and split(), but they do something else, it seems.
The purpose for doing this is to find the number of common (and uncommon) characters, i.e. ultimately I want something like this:
> foo("ABD","ADE")
c(2,1) # 2
2018 Nov 30
0
Dovecot crash
Exactly - I removed then with
find . -name "dovecot.index*" -type f -delete
There is no need to restart dovecot. IMAP client will be forced to resync all the emails from the server.
> Le 28 nov. 2018 ? 23:20, JCA <1.41421 at gmail.com <mailto:1.41421 at gmail.com>> a ?crit :
>
> Thanks. Assuming that the IMAP mail directory for the account affected is under
2018 Nov 30
1
Dovecot crash
Thanks. Unfortunately, that made no difference.
On Fri, Nov 30, 2018 at 1:20 PM Thomas Durand <tom at rezoo.org> wrote:
> Exactly - I removed then with
> *find* . -name "dovecot.index*" -type f -delete
>
> There is no need to restart dovecot. IMAP client will be forced to resync
> all the emails from the server.
>
>
> Le 28 nov. 2018 ? 23:20, JCA
2018 Nov 28
2
Dovecot crash
This happening when my Thunderbird client is trying to establish a
connection with a Dovecot server. Some background first:
1) I am running Thunderbird 6.20.1 from a Linux client.
2) Other clients (e.g. Maildroid in my Android phone) do not have any
issues.
3) The Dovecot software is version 2.2.9, running in a Linux server.
4) This may be the root of the problem: at some point, the
2007 Feb 26
2
fs quota - what I am doing wrong?
Hi everyone,
on my server, i have quota set on /home partition (ext3). mount says:
root at zen:/var/log# mount |grep quo
/dev/sda8 on /home type ext3 (rw,noatime,usrquota)
/dev/sda7 on /tmp type ext3 (rw,noatime,usrquota,data=writeback)
System is debian/stable (distribution 2.6.8-3-686-smp kernel), quotas
are working:
root at zen:/var/log# quota ax
Disk quotas for user ax (uid 506):
2006 Aug 08
1
2.0.1 upsmon memory leak
Hi;
I have ran into an issue with the upsmon tool leaking memory over a
two month period. It seems to be due to one of my UPS hosts offline.
System is a debian stable with the default nut package. Here's the
data so far:
companyfs1:/var/log# ps aux | grep [n]ut
nut 2439 0.0 3.6 380800 18800 ? S Jun05 6:41 /sbin/upsmon
>From my logfiles its failing on one of my UPS
2006 Jul 03
0
[Bug 490] New: ROUTE extension module unusable since 2.6.16
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=490
Summary: ROUTE extension module unusable since 2.6.16
Product: netfilter/iptables
Version: patch-o-matic-ng
Platform: i386
OS/Version: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P2
Component: ip_tables (kernel)
AssignedTo:
2006 Nov 03
1
[Bug 1257] Wrong times in log files....
http://bugzilla.mindrot.org/show_bug.cgi?id=1257
Summary: Wrong times in log files....
Product: Portable OpenSSH
Version: 4.4p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sftp-server
AssignedTo: bitbucket at mindrot.org
ReportedBy: jean-yves at
2007 Jun 06
2
upsdevctl is -rwxr-xr-x
Hi,
I've installed the debian package of these
ups tools and everything looks good.
debian:/var/log# upsdrvctl -h
Network UPS Tools - UPS driver controller 2.0.1
(Though I'll have to wait for a quieter time to pull
the plug and test it.)
debian:/var/log# ls -l `which upsdrvctl`
-rwxr-xr-x 1 root root 18232 Sep 22 2005 /sbin/upsdrvctl
I notice that upsdrvctl is
2018 Nov 28
3
Dovecot crash
Thanks. Assuming that the IMAP mail directory for the account affected is
under /home/xyz/mail, are you talking about the contents of the index
directory, excluding the log file therein?
On Wed, Nov 28, 2018 at 2:29 PM Thomas Durand <tom at rezoo.org> wrote:
> Hi,
>
> I had the similar messages after an upgrade then downgrade. I was able to
> fix by removing all indexes files.
2007 Sep 28
4
Testing sieve filter
Hi,
I am trying to get sieve working with dovecot. Dovecot itself is
working fine, and I have the following config:
root at master:/var/log# dovecot --version
1.0.rc2
root at master:/var/log# dovecot -n
# /etc/dovecot/dovecot.conf
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap
ssl_disable: yes
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable:
2002 Jan 23
2
Rsync 2.5.1 on Solaris 8 reverse lookup failures
I get the following log messages using rsync 2.5.1 compiled on Solaris 8
when using the "hosts allow" option in rsyncd.conf:
2002/01/23 12:09:51 [28276] rsync: reverse name lookup mismatch on fd0 -
spoofed address?
2002/01/23 12:10:18 [28276] rsync: connection unexpectedly closed (16 bytes
read so far)
Resolv.conf/DNS are configured and working properly with both A and PTR
records