Displaying 20 results from an estimated 2000 matches similar to: "problem on how R2.0 handle the RAM, maybe a bug"
2007 Oct 10
2
slow load() in R2.6.0
I'm encountering excruciatingly slow load times for character vectors in
R 2.6.0-- up to 30sec for a 15K file that contains a no-attributes
character vector of length ~1e4 and object size ~0.5MB. In R 2.5.1,
repeated loads of the same set of files are near-instantaneous.
The problem is proving tricky to reproduce consistently from scratch, so
I have attached the 3 files used in the examples
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
2006 Jan 20
2
big difference in estimate between dmvnorm and dnorm, how come?
Dear R community,
I was trying to estimate density at point zero of a multivariate
distribution (9 dimensions) and for this I was using a multinormal
approximation and the function dmvnorm , gtools package.
To have a sense of the error I tried to look the mismatch between a
unidimensional version of my distribution and estimate density at
point zero with function density, dmvnorm and dnorm.
At
2004 Nov 08
3
Problems with DCOM client packages under R 2.0
I am trying to use the Windows COM interface under R 2.0, and have
encountered the following difficulties:
- the package RDCOMClient installs, loads and works under R 1.9.1,
installs under R2.0, but does not load or work under R2.0
- the package SWinTypeLibs does not install or load under either R
1.9.1 or under R2.0
For the moment I am concentrating on the RDCOMClient package as it seems
to
2016 Nov 12
1
OpenWrt tinc package, looking for new maintainer
Hello Maxim,
did you send the pull request ? Please send an email to the list when you do
thank you
Saverio
2016-11-05 10:09 GMT+01:00 Saverio Proto <zioproto at gmail.com>:
> Hello Maxim,
> thanks for stepping in !
>
> so, I am not even sure how it works for commit rights, because the
> people I was in touch with now forked the project to LEDE.
>
> Also, I always
2006 Feb 26
0
R2.2.1 source compile problem in MacOS10.3
Dear R-list,
Realising the importance of updating the R base, I tried to compile the
source file of R2.2.1 in my machine, but failed.
According to "R for Mac OS X FAQ", i've got the basic dependencies
which are gcc 3.3 and g77 3.4.
./configure is fine
Here are the errors I got from make:
>make
...
gcc -I../../src/extra/zlib -I../../src/extra/bzip2
-I../../src/extra/pcre
2016 Nov 05
0
OpenWrt tinc package, looking for new maintainer
Hello Maxim,
thanks for stepping in !
so, I am not even sure how it works for commit rights, because the
people I was in touch with now forked the project to LEDE.
Also, I always committed to OpenWrt packages but I see my commits are
there also for LEDE.
If you are on the mailing list of the OpenWrt/LEDE community you
should understand how this is going to work in the future. I have no
idea.
2006 Mar 24
1
how to add list to a list in iterative manner without mixing content
I have a function that generated list and then from those I need to
do some repeated calculation. So I was thinking to put them in
another list and call them one after the other. Given that I have 20
of those it was a bit annoying to typing all of them in one command.
So I need something to do a recursive addition of a list objet to a
list
here a small size example
A<-list()
2016 Feb 24
0
tinc running openwrt (mikrotik metarouter mips)
Hi Saverio
Ok I got back to this project I was working on. I managed to get tinc
running after hunting and finding the correct mipsbe openwrt package to run
as a metaROUTER image on my RouterBoard 951G-2HnD. The only issue I am
facing now is the performance has dropped significantly since switching to
metaROUTER image. I used to be able to get speeds in region of 60Mbps and
now im only getting
2018 Dec 18
0
Tinc: Fix compilation without deprecated OpenSSL APIs
any feedback on this ?
thank you
Saverio
Il giorno gio 13 dic 2018, 11:49 Saverio Proto <zioproto at gmail.com> ha
scritto:
> I received this PR for the tinc package on OpenWrt.
>
> https://github.com/openwrt/packages/pull/7646/files
>
> Not sure if this is something that is better going upstream instead.
>
> Moreover, from a security point of view, is it okay to
2019 Feb 19
1
How to run tinc under openssl 1.1.1a?
Saverio
My current tinc 1.0.35 is running fine on CentOS, and recently and I
upgrade the OpenSSL of the OS to 1.1.1a.
After the upgrade, tinc works fine, but since the OpenSSL library is on a
separate folder compared with previous version, I doubt tinc doesn’t use
the new OpenSSL.
Also, I doubted about whether tinc 1.0.35 support OpenSSL 1.1.1a as well,
should I use the lastest tinc 1.1pre7 to
2016 Jan 27
0
HA firewall with tinc
Hi Saverio, I found conflict:
172.16.1.10 00:50:56:1b:ba:5e VMware, Inc.
172.16.1.10 00:50:56:2b:12:e6 VMware, Inc. (DUP: 2)
172.16.1.10 00:50:56:2b:12:e6 VMware, Inc. (DUP: 3)
172.16.1.10 00:50:56:2b:12:e6 VMware, Inc. (DUP: 4)
172.16.1.10 00:50:56:2b:12:e6 VMware, Inc. (DUP: 5)
So my assumptions were wrong ! :D
Probably Virtual
2004 Sep 02
0
syntex about a nested mixed linear model
I am a novice R user, and have been in trouble to get the right mixed
model syntax in microarray analyses.
There are three factors: Dye(2 levels), Temperature(3 levels) and
Array(3 for each Temperature with a total of 9 arrays). I want to treat
array as random, and to regard array variation different between
Temperatures.
So the model I want to seek is:
Y = Dye + Temp + Dye + Temp*Dye +
2016 Nov 04
2
OpenWrt tinc package, looking for new maintainer
Saverio, it looks I'm using tinc on OpenWRT packaged by you)
Thank you for it
Is something there in that task, what is harder than
https://wiki.openwrt.org/doc/devel/packages ?
Anyway, I want to try
On Thu, Nov 3, 2016 at 5:57 PM, Guus Sliepen <guus at tinc-vpn.org> wrote:
> On Thu, Nov 03, 2016 at 03:43:42PM +0100, Saverio Proto wrote:
>
> > I am not using OpenWrt a
2006 Mar 19
0
Patch -- Decode Position for libFLAC++ file and seekable_stream decoder
Index: src/libFLAC++/file_decoder.cpp
===================================================================
RCS file: /cvsroot/flac/flac/src/libFLAC++/file_decoder.cpp,v
retrieving revision 1.9
diff -u -r1.9 file_decoder.cpp
--- src/libFLAC++/file_decoder.cpp 25 Jan 2005 04:18:35 -0000 1.9
+++ src/libFLAC++/file_decoder.cpp 20 Mar 2006 05:53:19 -0000
@@ -159,6 +159,12 @@
return
2016 Jan 27
0
HA firewall with tinc
This is what I want to avoid :D I want an active Tinc virtual interface active with ip identical of the other firewall, without ip conflict on the same network.
Do you know if Tun type virtual interface on one host can have same ip address of another host in the same network without ip conflict ? ie if a tun virtual interface can work active without transmitting on real network ? or if such a
2012 Jan 25
1
move mails from spool to users home dir(maildir formate) automatically
Hi,
I am using dovecot 2.0.16, and assigend globally procmailrc
(/etc/procmailrc) which delivers mails to user's home directory in maildir
formate. Also I assined quota to User through setquota (edquota) command,
If the quota excedded then this case user's mail store to
/var/spool/mail/user. After incresing quota how to delivered these mails
to user's home dir in maildir formate
2011 Nov 15
3
OpenWRT package for tinc upgraded
For tinc users on OpenWRT:
https://dev.openwrt.org/changeset/29137
ciao :)
Saverio
2015 Jun 15
1
Tinc and OpenWRT
I already have a package made, if anyone would like me to I could submit it.
On 2015-06-13 17:26, Florian Klink wrote:
> Hey Saverio,
>
> I'd really like the idea of a tinc-1.1-pre package for OpenWRT. I'm
> currently using tinc-1.1 with an Ed25519-only network, really like the
> new features and CLI and want to add some OpenWRT routers into the mix.
>
> How do you
2018 Dec 13
2
Tinc: Fix compilation without deprecated OpenSSL APIs
I received this PR for the tinc package on OpenWrt.
https://github.com/openwrt/packages/pull/7646/files
Not sure if this is something that is better going upstream instead.
Moreover, from a security point of view, is it okay to merge this patch ?
thank you
Saverio