Displaying 20 results from an estimated 2000 matches similar to: "bi monthly based Mail/News backup scheme"
2011 Jan 17
1
Using anova() with glmmPQL()
Dear R HELP,
ABOUT glmmPQL and the anova command. Here is an example of a repeated-measures ANOVA focussing on the way starling masses vary according to (i) roost situation and (ii) time (two time points only).
library(nlme);library(MASS)
2005 Aug 09
8
call "load balancing"
Hello All,
Wondering what sort of real world mileage people are getting out of
different internet connecions - i.e. different DSL connection speeds,
cable modems, etc... Is it reasonable to hope to carry 10 - 15
concurrent calls on a 768K DSL? I'm not talking about theoretical BW or
looking for any difinitive absolute guarantee... With DSL and Cable -
there is no guarantee, so I'm
2003 Jul 02
2
using [i] to plot & label all vector elements
I'm using 1.6.2 on a win 2k box. (I know I'm due for an upgrade.)
I've used brute force to label a series of vectors, and I'm wondering if
there's a better way to do this. I wanted to create a biplot of the 2nd
& 3rd PCs, and did this:
test <- edit(loadings(cv.prc.spr))
test.1 <- test[,1]
test.2 <- test[,2]
test.3 <- test[,3]
x0 <- 0
y0 <- 0
i <-
2010 Dec 03
0
Calculating weekly/bi-monthly average for time series data
Dear all, given a daily time series data, I am able to calculate monthly average, quarterly average like:
library(zoo)
dat <- zooreg(rnorm(500), start=as.Date("2000-01-01"), frequency=1)
mo.ave <- aggregate(dat, as.yearmon(index(dat)), "mean")
head(dat)
head(mo.ave)
However is there any direct way like above to calculate the weekly average, bi-monthly average?
Thanks
2009 Sep 16
0
Change "bi-weekly" newsletter on "FrontPage" to "monthly"
Dear all,
FrontPage currently mentions a bi-weekly newsletter. This should be
changed to "monthly".
Regards,
Timothy Lee
2004 May 05
1
[LLVMdev] What about next monthly news release? :)
thanks!
---
Valery A.Khamenya
2008 Dec 08
2
No more monthly World Wine News?
I was just wondering if there was a change applied in the release format and dates of these newsletters. I noticed that before the WineConf issue they were released monthly; since then there hasn't been one published. I just enjoyed reading these and getting informed about WINE development; hence no big deal, but it would be great to hear what decisions have been taken in the timespan between
2005 May 05
6
Need some quick help with lattice - barchart
For the following code below, the x-axis ticks are 1,2,3,4,5,6,7 when I was expection them to be 1,2,8,9,10,11,12. Please help me figure out where is the mistake.
library(lattice)
testdata <- as.data.frame(t(structure(c(
1,2005,9.24,6.18,634,
2,2005,8.65,6.05,96,
8,2004,6.81,6.51,16,
9,2004,9.0,7.29,8,
10,2004,8.84,6.18,524,
11,2004,8.54,6.35,579,
12,2004,9.97,6.3,614,
12,2005,8.75,5.84,32,
2005 May 31
1
Suppress "Missed Calls" 7960 SIP
Does anyone know how to suppress the "Missed Calls" indication --
perhaps on a per-line basis -- on the 7960 running SIP?
Reason: I've configured a group of extensions to ring for inbound calls
and it seems pointless to accrue missed calls on those line
presentations.
/rg
2017 Sep 28
2
questions about maildir to mdbox migration
Hi folks! I converted some of the spools on my mail server from
maildir to mdbox. It went smoothly and the performance has been great.
However, I have two questions regarding the process.
First, I failed to notice the fairly low default mdbox_rotate_size,
and I changed it in dovecot.conf after the migration. Is it possible to
somehow make that change retroactive, to coalesce the couple
2019 Jan 23
2
nobody account already in shared directory write list, can not write
Hi all,
Now I have a directory shared with anonymous account nobody. And I have add it to the write list of my share.
When i mount it by windows 10, I create a sample file name test.txt, I check it in backend file system looks like this:
-rwxr—r— 1 nobody nobody test.txt
I can delete/create/rename a file, but can not write into it. Please help me.
My samba version is 4.4.4, samba server
2004 Feb 12
3
fs block level syncing
Right now we do a lot of hard to hard disk backup by using rsync to weekly
"mirror" the source filesystem to a backup filesystem. This works fairly
well for most sources. However, one issue with rsync is that simple things
like changing the file name or directory name cause the whole file or
directory structure to get recopied over a previous sync. Also, like for
mail spools, large
2014 Aug 18
2
antispam plugin crash
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mon, 18 Aug 2014, Thomas Witt wrote:
> On 18/08/14 09:02, Steffen Kaiser wrote:
>> does it crashes all of the time or for specific messages, mailboxes,
>> etc.pp? What version of Dovecot and which configuration do you use?
>
> Dovecot version is 2.2.13. It crashes on every incoming mail as long as
> the antispam plugin is
2004 Apr 14
1
Re: [R] Execute function at startup
I think you can already do this via .First(). If you start your .First with something like this [give or take some parentheses]
if( !is.null( runfirst <- Sys.getenv( 'RUNFIRST')))
try( eval( parse( text=runfirst))))
then whatever you pass in as RUNFIRST=... should get executed on startup. Could even be a call to source(...) if you want to source a particular file. I have a similar
1999 Sep 07
2
weird printing problems.
I'm experiencing some weird printing problems with samba connected
printers. When I'll bring up a 95/98 workstation, sometimes it will say
that the printer is offline, when it clearly isn't, or it will see
everything fine, but it simply won't print.
These are remote lpd connected printer to the samba server, and lpd can
print fine. These are JetDirect HP printers.
Any
2017 Sep 08
2
cyrus spool on btrfs?
Mark Haney wrote:
> On 09/07/2017 01:57 PM, hw wrote:
>>
>> Hi,
>>
>> is there anything that speaks against putting a cyrus mail spool onto a
>> btrfs subvolume?
>>
> I might be the lone voice on this, but I refuse to use btrfs for anything, much less a mail spool. I used it in production on DB and Web servers and fought corruption issues and scrubs
2017 Sep 08
3
cyrus spool on btrfs?
I hate top posting, but since you've got two items I want to comment on,
I'll suck it up for now.
Having SSDs alone will give you great performance regardless of
filesystem.? BTRFS isn't going to impact I/O any more significantly
than, say, XFS.? It does have serious stability/data integrity issues
that XFS doesn't have.? There's no reason not to use SSDs for storage of
2005 Jul 09
1
Mail spools keep getting corrupted with .99.x
Hi all,
My mail spools (mbox format) keep getting corrupted with .99.x. I was
thinking of running dovecot-stable-20050709.tar.gz ... is this fairly
stable? Also, can I use the .99 config file with that code?
Thanks!
-MAtt
2006 Aug 17
2
dovecot mbox to dovecot maildir migration
Hi,
I'm migrating accounts from one server with dovecot mbox and pam
nss-ldap authentication to a new server with dovecot maildir and mysql
auth (no posix accounts).
My problem is the pop3 uidl format on the two servers are different,
even though I'm using pop3_uidl_format = %08Xu%08Xv in both configs,
I'm always re-downloading left messages on my test runs. Is there a
way I could
2002 Sep 14
3
printing in dos slows
Hi,
I have an issue in dos printing. My okidata dot matrix printer is directly
connected to linux box and is a shared printer in samba . I am using lprng.
My problem is with dos printing. When i print, it spools first indicated in
the windows printer window. It takes a minute before it actually sends to
the linux box, you will see an indicator of spooled bytes. Once it is
submitted it prints