Displaying 20 results from an estimated 4000 matches similar to: "[2.0] Experience in production environment"
2009 Feb 12
2
Macintosh rsync: Inconsistent Behaviour: Hints Appreciated
I have a problem with rsync on macintosh copying files that have not been
updated. Despite careful reading of the archives, I can't find an
explanation (or a fix), but I strongly suspect I'm just missing something
that an expert will recognise instantly... Your assistance would be greatly
appreciated.
I'm running a nightly backup of my photo/home video directory from a
partition
2014 Oct 14
1
[Fwd: Re: AIX-5.3 Issue installing Matrix Package]
Hi,
Please help.
Regards,
Shivali
---------------------------- Original Message ----------------------------
Subject: Re: [Rd] AIX-5.3 Issue installing Matrix Package
From: shivali at mail.ncmrwf.gov.in
Date: Wed, October 8, 2014 3:31 pm
To: "Ei-ji Nakama" <nakama at ki.rim.or.jp>
Cc: "Martin Maechler" <maechler at stat.math.ethz.ch>
2015 Jul 01
5
additional leap second
hi,
Index: leap_second/src/library/base/R/zdatetime.R
===================================================================
--- leap_second/src/library/base/R/zdatetime.R (revision 68608)
+++ leap_second/src/library/base/R/zdatetime.R (working copy)
@@ -24,7 +24,8 @@
"1979-12-31", "1981-6-30", "1982-6-30", "1983-6-30",
2012 Oct 05
5
IPv6 & SSL
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have a dual stack server with Dovecot 2.1.10 listening on v4 and v6
Dovecot has a Comodo SSL certificate issued via NameCheap that works as
expected with IPv4
in 10-ssl.conf I have enabled these configuraction directives:
ssl = yes
ssl_cert = < /path/to/file.crt
ssl_key = < /path/to/file.key
ssl_parameters_regenerate = 202 hours
If I
2016 Dec 01
2
Different results for cos,sin,tan and cospi,sinpi,tanpi
Hi,
i try sin, cos, and tan.
> sapply(c(cos,sin,tan),function(x,y)x(y),1.23e45*pi)
[1] 0.5444181 0.8388140 1.5407532
However, *pi results the following
> sapply(c(cospi,sinpi,tanpi),function(x,y)x(y),1.23e45)
[1] 1 0 0
Please try whether the following becomes all right.
diff -ruN R-3.3.2.orig/src/nmath/cospi.c R-3.3.2/src/nmath/cospi.c
--- R-3.3.2.orig/src/nmath/cospi.c 2016-09-15
2008 Sep 14
1
Blackberry suggestions?
Hi, I'm not a Blackberry user, but we have some customers currently
using an Exchange server with some kind of blackberry and interested in
moving their service over to our dovecot 1.1 server
Does anyone have any notes or recommendations on getting a (UK)
Blackberry to talk effectively to a normal Dovecot server, and are there
any things to consider in order to get whatever features they
2016 Dec 01
2
Different results for cos,sin,tan and cospi,sinpi,tanpi
>>>>> Martin Maechler <maechler at stat.math.ethz.ch>
>>>>> on Thu, 1 Dec 2016 09:36:10 +0100 writes:
>>>>> Ei-ji Nakama <nakama at ki.rim.or.jp>
>>>>> on Thu, 1 Dec 2016 14:39:55 +0900 writes:
>> Hi,
>> i try sin, cos, and tan.
>>> sapply(c(cos,sin,tan),function(x,y)x(y),1.23e45*pi)
2016 Dec 01
1
Different results for cos,sin,tan and cospi,sinpi,tanpi
hi,
my environment...
> sessionInfo()
R version 3.3.2 (2016-10-31)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Debian GNU/Linux 8 (jessie)
locale:
[1] LC_CTYPE=ja_JP.UTF-8 LC_NUMERIC=C
[3] LC_TIME=ja_JP.UTF-8 LC_COLLATE=ja_JP.UTF-8
[5] LC_MONETARY=ja_JP.UTF-8 LC_MESSAGES=ja_JP.UTF-8
[7] LC_PAPER=ja_JP.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C
2010 Dec 04
1
SurviveGotoBLAS2 for Win64 (human sacrifice release)
Hi,
I put below Rblas.dll(GotoBLAS2 for Win64).
http://prs.ism.ac.jp/~nakama/SurviveGotoBLAS2/binary/windows/x64/Rblas.dll
It's a tryal phase.
--
EI-JI Nakama? <nakama (a) ki.rim.or.jp>
"\u4e2d\u9593\u6804\u6cbb"? <nakama (a) ki.rim.or.jp>
2002 Jul 08
1
Smbfs crashes
Hi!
The problem appears to be the same I reported months ago:
My Linux box (Hedronn) has //Delenn/C and //Delenn/D mounted to
/mnt/delenn1 and /mnt/delenn2.
I have a music player running on Hedronn almost 24/7, but Delenn runs
W98 and thanks to that crashes quite often. The music played comes from
//Delenn/D. Hedronn has probably been playing music from there when
Delenn crashed, and now
2011 Sep 17
4
Shorewall DNAT to IPSET
I would like to dnat certain protocols (HTTP, HTTPS, SSH) to the
contents of an ipset (lan:+serviceshost or similar) where the ipset is
ensured to contain only one host, but can be changed dynamically when
services are in maintenance mode and go to the "services are down"
message on another server. Will this work, or am I barking up a fish here?
2018 Jul 10
1
problem with display of complex number
Hi,
> 1e10+5i
[1] 1e+10+0e+00i
> Im(1e10+5i)
[1] 5
maybe little better...
--- R-3.5.1.orig/src/main/complex.c 2018-03-26 07:02:25.000000000 +0900
+++ R-3.5.1/src/main/complex.c 2018-07-10 12:50:42.523874767 +0900
@@ -381,6 +381,7 @@
r->i = fround(pow10 * x->i, digits)/pow10;
} else {
digits = (double)(dig);
+ if(digits < 1) digits=1; /* a little better */
2019 Oct 04
4
CentOS 8 network-scripts
On 10/4/19 10:40 AM, Valeri Galtsev wrote:
> My impression is younger generation doesn't value rules that
> programmers were following 2-3 decades ago. One of which is:
>
> Do not make any changes [in the program] unless they are absolutely
> necessary.
>
I have in the past agreed with this assessment more than once.? And I
_am_ somewhat of an old hand at this, having run
2011 Aug 02
5
selinux issues
Please see https://bugzilla.redhat.com/show_bug.cgi?id=727648 for more info.
Shorewall executes some bash code like the following:
while read address interface external haveroute; do
qt $IP -4 neigh del proxy $address dev $external
[ -z "${haveroute}${g_noroutes}" ] && qt $IP -4 route del
$address/32 dev $interface
2011 Aug 03
6
Dual ISP config: How to forward DNS requests to the proper server?
I''m using Shorewall with a load-balanced muti-ISP config along with LSM for
failover. It''s working great, except for DNS requests. I''d appreciate some
advice on how to best configure this.
The WAN connections are a T1 through XO and a cable connection through
Comcast. About 80% of the traffic is routed out the Comcast connection
under normal connections. I would
2012 Mar 05
2
BlackBerry will not setup my POP3 email, all other mail clients fine
Hello, hoping someone here might be able to help me or at least point me in
the right direction.
My company recently (last week) moved to a new dedicated server for website
and email hosting. It is a fairly run-of-the-mill Linux machine running
cPanel and Dovecot (with the BlackBerry Fastmail service enabled) as a mail
server.
When we first set up the server, I was able to create a mailbox,
2015 Mar 28
2
samba4.2.0 crashes on connection attempt with an internal samba error...
Rowland Penny schrieb am 28.03.2015 10:30:
> I do not understand how you managed to install libgnutls-dev in the
> first place, when I try to install it, I get:
Well, it has been about a year ago, when I installed my servers.
And by then libgnutls-dev had been available without any problem.
Maybe there are some remnants on the system - I frankly don't know.
I will definitely try
2011 Aug 09
1
[ips@shaw.ca: Repeat mails. INC000023456674]
Anyone seen this before?
----- Forwarded message from ips at shaw.ca -----
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on doctor.nl2k.ab.ca
X-Spam-Level: *
X-Spam-Status: No, score=1.0 required=5.0 tests=RCVD_IN_BACKSCATTER
autolearn=no version=3.3.2
X-Original-To: root at doctor.nl2k.ab.ca
Delivered-To: root at doctor.nl2k.ab.ca
X-Virus-Scanned: amavisd-new at doctor.nl2k.ab.ca
2011 Feb 14
0
package rgl installation failure due to png
Dear R list,
I am having problem installing the package rgl on a redhat system.
System info:
Linux lci4.eu.novartis.net 2.6.9-22.ELsmp #1 SMP Mon Sep 19 18:00:54 EDT
2005 x86_64 x86_64 x86_64 GNU/Linux
R sessionInfo():
R version 2.12.1 (2010-12-16)
Platform: x86_64-unknown-linux-gnu (64-bit)
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8
2010 Aug 10
1
kvm with bridged network
hi,
we like to use our server to host many guest system. we use these guests
as test for our product testing which can be installed trough pxe
install (we reinstall these guest very often). unfortunately it''s not
possible to use routed network with pxe boot. so we _need_ bridged setup
kvm with config as described in: