Displaying 20 results from an estimated 500 matches similar to: "Strange behaviour of as.Date function"
2009 Feb 05
2
How to implement HA and Live Migration with a SAN?
Hello,
I''ve configured two xen hosts (dom0) sharing a LUN on a SAN.
My firs obiective is to run different domU on the two hosts, and
implement live migration between them.
Subsequently, I''d like to implement HA, so if a xen host goes down,
domUs will be restarted on the other one.
What''s the better way to obtain this? I think I need a cluster file
system to
2011 Jan 29
2
dovecot@dovecot.org
I apologize, but I can not find a complete list of directives in
dovecot.conf possible. where can I find? thanks
excuse my for my orrible english
--
Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f
Sponsor:
Apri Conto Corrente Arancio entro il 28 febbraio 2011 e ricevi 100 euro da spendere su Media
2006 Oct 20
1
non-threaded Ogg/Vorbis/Theora player implementation(java)
hi,
i'm a student of Udine University in Italy.
I'm writing a project for Java Micro Edition to send a video stream from pc to phone.
The player in that Java Platform doesn't work so I have to write "some" code.
I'm looking for a java implementation for h263-mpg codec.
Can you help me please? I'was looking for that since 10 days without results
very glad for any
2005 Aug 22
3
FXRuby 1.4.2 Now Available
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
All,
FXRuby version 1.4.2 is now available for download from this page:
http://rubyforge.org/frs/?group_id=300&release_id=2738
Since this is the second release in this series (i.e. those compatible
with FOX 1.4), it should still be considered unstable. Please report
any problems either to the mailing list, or even better, log them in
the
2001 Dec 27
3
reshape error in 1.4 (PR#1231)
Full_Name: Kevin Wright
Version: 1.4
OS: Windows 95
Submission from: (NULL) (170.54.59.160)
Note: This was the 1.4 build for Windows that Brian Ripley made available.
The first example in the help for reshape doesn't work for me. When I cut and
paste, this is what happens:
> data(Indometh,package="nls")
> summary(Indometh)
Subject time conc
2009 Jul 01
2
xen-tools: does not unmount disks and mounts proc into the new VM - why?
Hi!
I am using xen-tools version: 3.9-4 to create domUs:
1. time xen-create-image --verbose --dist=lenny
--install-source=/mnt/xen-file-images/lenny-64-template-debootstrap-30Jun09-fix2.tar --hostname dummy --ip xxx.xxx.xxx.xxx --force
2. xm create dummy.cfg
Then I get the message
Device /dev/vg0/dummy-disk is mounted in the privileged domain,
and so cannot be mounted by a guest.
3. When I
2006 Oct 17
0
OpenSSH not compliant with RFC 4253? (Protocol Version Exchange string not ending with CR LF)
(Maybe this is a re-posting: sorry for that.)
Hello,
a SonicWALL appliance that protects my servers' LAN has suddenly begun to
refuse OpenSSH connections with the following message:
'SSH 2.0 Overly Long Protocol Version Exchange String, SID: 3696,
Priority: High - This signature detects overly long "Protocol Version
Exchange"
string in SSH 2.0. The maximum length of the
2016 Dec 27
3
Fatal error with IMAP MOVE from a shared mailbox to Trash folder
Hello everyone.
I have a problem using Dovecot 2.2.26 with ACL plugin and deleting e-mails
from a shared mailbox.
My user doesn't have the "expunge" permission on the shared mailbox, but it
has the "write-deleted" permission. So, when I delete a message from the
shared mailbox using a client that implements the IMAP MOVE command, it
tries to move the message to my Trash
2017 May 30
1
Fatal error with IMAP MOVE from a shared mailbox to Trash folder
On Tue, Jan 3, 2017, at 06:14 PM, Aki Tuomi wrote:
>
>
> On 12/27/2016 06:35 PM, Daniele Barresi wrote:
> > Hello everyone.
> > I have a problem using Dovecot 2.2.26 with ACL plugin and deleting e-mails
> > from a shared mailbox.
> >
> > My user doesn't have the "expunge" permission on the shared mailbox, but it
> > has the
2006 Feb 22
1
unused factor levels in reshape
When reshaping a dataframe in which there are unused factor levels in the id variable, I get the following error:
Error in if (!all(really.constant)) warning(gettextf("some constant variables (%s) are really varying", :
missing value where TRUE/FALSE needed
For example,
> df <- data.frame(i = factor(rep(1:5, each = 2)), t = factor(rep(1:2, 5)), x = rep(rbinom(5, 1,
2018 Nov 03
0
Encode raw audio samples using Vorbis JAVA
Hello,
I'm trying to encode a raw audio file (16kHz or 22050Hz, stereo) in an ogg file by using vorbis-java library.
I always obtain an error when calling:
encoder.vorbis_encode_init_vbr( vorbisInfo, 2, 22050, 1);
The error is:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
at org.xiph.libvorbis.vorbisenc.get_setup_template(vorbisenc.java:321)
at
2003 Aug 18
1
round.POSIXt sometimes crashes R (PR#3763)
Full_Name: andrea capodicasa
Version: 1.7.0
OS: w2k sp3
Submission from: (NULL) (212.17.194.154)
Hi all,
the problem is when you try to round.Posix an empty vector of dates
Please give a look to this code:
> data=seq(ISOdate(2001,1,1),by="day",length=3)
> data
[1] "2001-01-01 13:00:00 ora solare Europa occidentale"
[2] "2001-01-02 13:00:00 ora solare Europa
2009 Jun 11
1
[SPAM] Re: SV: HyperVM
Oh, it''s also in debian official repositories.
Ok, i''ll try it!
--------- Original Message --------
Da: "Thomas Goirand" <thomas@goirand.fr>
To: "xen-users@lists.xensource.com" <xen-users@lists.xensource.com>
Oggetto: Re: SV: [Xen-users] HyperVM
Data: 11/06/09 14:22
mattias wrote:
> yes
>
2013 Mar 18
2
melt with complications
## Can someone suggest a simpler expression than either of these, with the
goal
## of taking a long matrix into a wide one with exactly one of the factors
converted to
## columns and all the rest retained as factors. I want something that
generalizes beyond
## the three factors illustrated here.
## Rich
meltTest <- data.frame(A=rep(c("B","C"), each=12),
2006 Jul 21
0
tsDyn and RTisean packages on CRAN
Dear R users,
I've just uploaded 2 packages on CRAN, RTisean and tsDyn, both for time
series analysis (joint research projects with members of the Statistics
Department, University of Udine). Brief descriptions follow.
RTisean is an R interface to TISEAN executables
(http://www.mpipks-dresden.mpg.de/~tisean/). TISEAN is a suite of C
and Fortran routines for nonlinear time series analysis,
2006 Jul 21
0
tsDyn and RTisean packages on CRAN
Dear R users,
I've just uploaded 2 packages on CRAN, RTisean and tsDyn, both for time
series analysis (joint research projects with members of the Statistics
Department, University of Udine). Brief descriptions follow.
RTisean is an R interface to TISEAN executables
(http://www.mpipks-dresden.mpg.de/~tisean/). TISEAN is a suite of C
and Fortran routines for nonlinear time series analysis,
2004 Mar 04
0
WSEAS NEWSLETTER in MECHANICAL ENGINEERING
If you want to contact us, the Subject of your email must contains the code:
WSEAS
CALL FOR PAPERS -- CALL FOR REVIEWERS -- CALL FOR SPECIAL SESSIONS
wseas at canada.com
http://wseas.freeservers.com
****************************************************************
Udine, Italy, March 25-27, 2004:
IASME/WSEAS 2004 Int.Conf. on MECHANICS and MECHATRONICS
2019 Oct 02
3
Removed a DC but...
Hai,
The steps shown here dont work?
https://wiki.samba.org/index.php/Demoting_a_Samba_AD_DC
If that is the case and you besides that free of errors.
Then upgrade, and try again once your on at least samba 4.9 or 4.10.
As im hoping you are upgrade straight to Buster.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
2013 Feb 08
1
Moving index files on another disk: no troubles but need more assurances
Hi,
I'm using dovecot 1.2.15 on debian squeeze with maildir, and I want to
move index files out of the mailboxes disk to reduce disk I/O.
I need to get the assurance that the switch is completely transparent
to my clients (IMAP and POP).
I read the wiki documentation and have found this thread
(http://dovecot.org/pipermail/dovecot/2009-September/042665.html),
which makes me
2010 Apr 07
3
DHCP server and Windows XP clients : set hostname ?
Hi,
For the last few years, I've been using exclusively Linux on servers and
desktops, so I don't know anything about Microsoft products.
When setting up a 100% GNU/Linux LAN, I use a local DHCP and DNS caching
server, and then all the clients are configured to use DHCP. Hostnames
are all handled by the server. This works very well and never causes any
headaches.
Now a local town