Displaying 20 results from an estimated 2000 matches similar to: "'veto oplock files' option in 3.0.2a broken ???"
2003 May 22
7
extract half a matrix
Dear all,
I'm new to matrix operations in R. I couln't find a solution to the
following problem among earlier help mails or in An introd to R, I guess
because the question is really basic.
I want to extract all above the diagonal, i.e. from
1 2 3 4
1 0 26 49 49
2 26 0 44 40
3 49 44 0 21
4 49 40 21 0
I want
26
49
44
49
40
21
Thanks in advance!
Sincerely,
Tord
2011 Aug 30
5
Message flags
How do I set message flags in sieve rules in such a way that e.g.
Thunderbird is displaying the mail as "important"? Is there a list of
hwo flags are interpreted by different IMAP clients?
--
Ralf Hildebrandt
Gesch?ftsbereich IT | Abteilung Netzwerk
Charit? - Universit?tsmedizin Berlin
Campus Benjamin Franklin
Hindenburgdamm 30 | D-12203 Berlin
Tel. +49 30 450 570 155 | Fax:
2006 Oct 02
3
line plot through NA
Dear R-help list,
I hope I did not miss something obvious, because my question seems very
simple, but I couln't figure out how to do it.
If I have the following data:
Day<-c(1,2,3,4,5,6,7)
V<-c(5,NA,10,30,45,NA,10)
than the line in plot
plot(V~Day, type="b")
will start with the 3rd value and stop stop at the 5th value because all NA
are omitted. Is there now a parameter
2006 Jan 18
4
Coercing a list to integer?
Dear group,
I am nearly beside myself. After an entire night spent on a niggling little detail, I am no closer to to the truth. I loaded an Excel file in .csv form into R. It apparentely loads as a list, but not the kind of list you can use. Oh no, it converts into a list that cannot be converted into an integer, numeric, or vector, only a matrix, whihc is useless without integers.
2011 Jun 21
2
function to undo the DIFF command in ARIMA command
Hi users.
I'm new user in R.
I'm workiing with Time series and I would like to know how can I do to undo
the command DIFF(X), for exemple:
If I have the model: m=arima(X, order=c(0,1,1),
seasonal=list(order=c(0,0,1))) (note that have d=1 one difference), to find,
in the same scale, the original numbers (like one "unDiff"), after the
forecast, I need to develop some function or in
2012 Jun 08
1
dovecot ignores entries in virtual_alias_maps when using dovecot lda
hello list,
i need help. dovecot dont look into my virtual_alias_maps .
i set via postzfixadmin an alias postmaster at domain.tld to
newmail at domainother.tld.
when i send mails to postmaster at domain.tld mails are rejected. dovecot
authworker tells
me in log: user unknown.
but i can request the data via postmap -v -q postmaster at domain.tld
mysql:/etc/postfix/mysql_virtual_alias.cf
and get
2002 Dec 27
1
OT: cvs passwd scripting
Howdy and sorry 'bout the OT:
I'd like to write a script that once a week updated my wine CVS
sources for me. There's just one catch: I don't know how to give a
response to the passwd for the cvs tree from a script. I checked out
the advanced bash scripting at tldp.org, but I couln't get Standard
I/O rerouting to do what I wanted. Could someone give me a pointer,
or point me
2004 Sep 10
1
Off Topic: Thanks to all flac developers!
Thank you all for working so hard to create FLAC. You guys are incredible!
Sorry for posting to the dev list, but I couln't find any emails.
Gerret Swearingen
Houston, TX
2007 Nov 07
3
ztdummy, zttest
Hello,
Today we setted up a server that needs to use MeetMe but doesn't have
any Zap hardware. So we need to use ztdummy (at least, this was our
idea).
Rarely: zttest is not working at all (100% bad, using zttest -v doesn't
give anything, etc.). Of course, after load ztdummy, there isn't any
background or anything.
It is the same kernel (Debian Etch default kernel, 2.6.18) than
2003 Sep 01
1
troubles with PXE APIS
Hi everybody,
I'm a french student employed to develop the boot loader of some
commercial kernel (real time one). Since the goal is to have a universal
x86 netboot I had to use PXE apis.
However I have troubles using them. Since our kernel is not GPL based I
can't just patch syslinux for our purpose. I tryed to make a very simple
netboot loader using intel doc but I was not able to
2013 Apr 11
2
Make barplot with error bars, anova out of a table
Helo everybody,
I'm new to R and have some issues with my data in R.
My raw data look like that:
ID Day size 1 1 7 1 1 7.2 1 1 7.1 2 1 7.3 2 1 7.4 2 1 7.2 3 1 7 3 1 7.1 3 1
7.5 4 1 7.3 4 1 7.2 4 1 7.6 1 2 7 1 2 7.2 1 2 7.1 2 2 7.1 2 2 7.4 2 2 7.2 3
2 7.5 3 2 7.1 3 2 7.5 4 2 7.2 4 2 7.2 4 2 7.3 1 3 7.4 1 3 7.2 1 3 7.1 2 3
7.2 2 3 7.4 2 3 7.2 3 3 7.4 3 3 7.2 3 3 7.5 4 3 7.4 4 3 7.2 4 3 7.7
2011 Jun 21
1
Doubit about ts() functions
Hi everyone
Please, I need one more help you
I have some data that need to make a forecast.
I´m using the command: Yst<-print(ts<-ts(Y,start=c(1,5),freq=7),calendar=T)
to create the dayly time series by the dataframe Y.
My data Y means: Y=measure dayly , start at 01/jul/2010 (thursday), for this
reason that I use c(1,5).
I need to create the time series aggregate by weakly (and not dayly as
2004 Feb 03
2
e2undel for ext3
Is there an ext3 version of this? Something in ext3 makes e2undel unable to
recover unlinked inodes. I just deleted something, umounted the drive to
preserve the state. I used e2undel to look for stuff to recover and it found
0 deleted files.
I have been using e2undel for quite a while with great success and I know hwo
to use it, but it seems to not be able to recover stuff on ext3. Is there
2014 Oct 27
1
how to migration exchange'mail to dovecot?
hi :
i want to migration all users's mails of exchange server to our dovecot:but i don't know how to do this ?
i know that exchange server can put users's mails to file.pst , but i don't know hwo to convent file.pst to file.eml .
please help thanks !
2011 Apr 17
2
Counting elements in columns
I have two columns and I want to count hwo many pairs I have of the same
element. For example. If I have
a = c(1,2,3,4,5)
b= c(12, 1, 34, 2, 5, 0, 10, 100, 11)
It should return 3 (since 1, 2 and 5 occur in both columns).
Columns need not be of the same length.
--
Thanks,
Jim.
[[alternative HTML version deleted]]
2007 May 25
1
Variable expansion in LDA vs POP/IMAP
Hello all,
I'm trying to understand when exactly the variable substitution
happens in Dovecot, as I get different results in the LDA and in the POP/IMAP
server.
Here's my general setup:
- Postfix MTA, delivers mail via Dovecot LDA
- users list sits in a database
- mail directory is stored in the database, but with
Dovecot variables inside
Delivery works perfectly fine,
2006 Sep 20
2
Bug#388486: xen-utils-common: upgrade new 2.6.17-2-xen breaks create domU until modprobe netloop nloopbacks=n
Package: xen-utils-common
Version: 3.0+hg11292-2
Severity: normal
After a recent etch upgrade (2.6.17, xen-3.0.2) I was unable to "xm create" until I
"modprobe netloop nloopbacks=10"
Error was network-bridge couln't create vif interface (backend not found).
brctl addbr ... fails because of no free netloop device.
passing more nloopbacks device to the module fixed the
2011 Oct 21
2
Arima Models - Error and jump error
Hi people,
I´m trying to development a simple routine to run many Arima models result
from some parâmeters combination.
My data test have one year and daily level.
A part of routine is:
for ( d in 0:1 )
{ for ( p in 0:3 )
{ for ( q in 0:3 )
{ for ( sd in 0:1 )
{ for ( sp in 0:3 )
{ for ( sq in 0:3 )
{
2004 May 05
3
Blocking options !! I can't open the same file in two diferents clients (win98) in same time
Hi all !
I changed my win2k server last night for Mandrake 9.2 and made my shares in Samba, and everything goes fine...
but today when we try to run our software, that access the database (data.mdb) in Linux server, the error: the file is locked...
Only one user can open the file...
Plz, someone can help me?? I'm in trouble!
thanx
Fl?vio Henrique
2004 Jun 24
2
Roaming profiles. How to do it ?
Hi all..
I'm using Samba 3.0.2a on Mandrake 10, serving +/- 50 win98 clients.
I'm using this options:
logon path = \\%N\%U\profile
logon home = \\%N\%U\profile
but the roaming profile seems do not working... at least the way that I
want. (maybe this is the right behavior).
What I want:
-> When an user logins on MACHINE1 the profile that is saved in
Linux begin download to