Displaying 20 results from an estimated 3000 matches similar to: "Existing Rsync Benchmarks"
2025 Jan 12
1
Package compression benchmarks for zstd vs gzip
Can't speak for Jeroen, but it sounds like it's worth adding support
for tar.zstd package files, just like how tar.gz, tar.xz, and
tar.bzip2 are currently supported. I'd also argue for support zstd
compression throughout R, including adding zstdfile(), support for
saveRDS(..., compress = "zstd"), and so on. Then it could be discussed
later what the default(s) should be.
2014 Jul 19
0
Fwd: Re: demote DC
Hi Marc,
Thanks for your reply.
On 18/07/2014 21:19, Marc Muehlfeld wrote:
> Hello Fernando,
>
> Am 18.07.2014 20:14, schrieb Fernando Rodriguez:
>> I am having a problem while demoting a DC.
>>
>> The DC i want to demotes is still online. When i try to use the command
>> samba-tool domain demote this is the message i get:
>>
>> root at
2014 Jul 24
2
Failed to bind to uuid (GUID)._msdcs.DOMAIN NT_STATUS_NO_LOGON_SERVERS & IRPC callback failed for DsReplicaSync - NT_STATUS_IO_TIMEOUT
Hello everyone.
After all the problems I had demoting my DC and managed it to work
again, it was working for only a week.
Now i am getting this messages on the log:
[2014/07/22 16:13:11.745783, 0]
.../source4/librpc/rpc/dcerpc_util.c:681(dcerpc_pipe_auth_recv)
Failed to bind to uuid e3514235-4b06-11d1-ab04-00c04fc2dcd2 for
e3514235-4b06-11d1-ab04-00c04fc2dcd2 at
2014 Jul 18
1
demote DC
Hello everyone!
I am having a problem while demoting a DC.
The DC i want to demotes is still online. When i try to use the command
samba-tool domain demote this is the message i get:
root at hoorn:/home/newhang# samba-tool domain demote
ERROR: Current DC is still the owner of 2 role(s), use the role command
to transfer roles to another DC
root at hoorn:/home/newhang#
But after a fsmo show,
2025 Jan 11
1
Package compression benchmarks for zstd vs gzip
zstd is accessible within R using the archive package [1]. I use it
all the time when saving large objects, using code I adapted from [2].
Is your suggestion to import the libraries/source code into base?
[1] https://CRAN.R-project.org/package=archive
[2] https://coolbutuseless.github.io/2018/10/02/using-lz4-and-zstandard-to-compress-files-with-saverds/
On Fri, Jan 10, 2025 at 6:17?PM Jeroen
1997 Oct 16
0
Samba / automounter
Hi folks,
in our group we're working with samba on a SunOS 4.1.3 workstation and
about 30 wfwg and win95 clients for several time without any trouble
(samba-1.9.16p6 release). Now i've installed version 1.9.17p2 and got the
following problem:
I can't reach directories on an automounted volume on the Server which is
not currently mounted by changing directory to that drive on the
2024 May 28
1
Security Implications of "ldap server require strong auth"?
Hi,
there is a suitable HowTo on how to create your own CA at:
https://checkmk.com/de/blog/how-become-your-own-certificate-authority
So long
Thom
Am 28.05.24 um 09:20 schrieb Matthias K?hne | Ellerhold
Aktiengesellschaft via samba:
> Hello Thomas,
>
> we've done the exact same thing: we have a few nextcloud instances bound
> to Samba (now 4.20, but 4.19 worked too).
>
2017 Mar 05
2
Upgrade from 2.0. to 2.2
Am 05.03.2017 um 22:49 schrieb Peter:
> On 04/03/17 00:22, Jakob Curdes wrote:
>> Hello, we have a centos 6 server running dovecot 2.0 provided with the
>> OS, currently 2.0.9. We would like to upgrade to the 2.2.19 package
>> provided by the mailserver.guru repo.
>
> Why upgrade to such an old version? You can get 2.2.27 (2.2.28 in
> testing) packages from
2019 Jan 24
1
Bug or undocumented behavior in normalizePath() with file system links on windows
Hello,
I discovered a bug or undocumented behavior in normalizePath
steps to reproduce:
execute normalizePath on a folder link on windows. When you are on a
non-english windows box, you likely have links in place for windows'
default folders, e.g. "C:\Programme" linking to "C:\Program Files" on
german windows boxes.
Thus executing
2008 Feb 11
2
RGTK2 and glade on Windows - GUI newbie
Hallo,
I'd like to write a GUI (first choice with GTK+).
I've surfed through the R- an Omegahat-Pages, because I'd like to use
RGTK2, GTK 2.10.11 in combination with glade on Windows XP (perhaps later
Unix, Mac).
I've found a lot of different information. Because of the information I'm
not sure, if this combination is running on Windows XP and I'm unsure how
it works.
Is
2010 Sep 20
10
Tinc performance on a Dir-300
Hi,
we are using Tinc in our Freifunk Network in Oldenburg for internode
connections over the internet. So Tinc is running on OpenWrt 10.03 on Dlink
Dir-300 Routers.
We all have enough internet bandwith (1,6 MB/sec and more) but we only get a
maximum speed of ~350KB/sec between two tinc nodes because then tinc uses 99%
of the cpu.
Is it possible to get more Speed with tinc on this machines?
2007 Dec 03
0
12 commits - libswfdec/Makefile.am libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_gradient_pattern.c libswfdec/swfdec_gradient_pattern.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_pattern.c
libswfdec/Makefile.am | 2
libswfdec/swfdec_as_strings.c | 17 +
libswfdec/swfdec_as_types.c | 16 +
libswfdec/swfdec_as_types.h | 2
libswfdec/swfdec_gradient_pattern.c | 129 +++++++++++++++
libswfdec/swfdec_gradient_pattern.h | 67 +++++++
2008 Sep 15
1
modifying this barplot
Here is an example barplot that needs some tweaking:
library(gplots)
ratios <- data.frame(c(0.05,0.10,0.9),c(0.06,0.15,0.76))
rownames(ratios) <- c("T1","T2","T3")
colnames(ratios) <- c("A1","A2")
ratios <- as.matrix(ratios)
myplot <- barplot2(ratios, beside = TRUE,col = c("blue",
2018 Feb 26
0
Compiling a benchmark to IR (either from test-suite, or other benchmarks)
There is no immediate support for this in the test-suite cmake buildsystem. There is something in the Makefile system indeed, but it lacks documentation and I'm not aware of any examples of how to use it.
I would recommend to use `CMAKE_C_FLAGS=--save-temps=obj cmake ...` in the test-suite. The --save-temps=obj flag will make clang place a bitcode file next to each .o file.
- Matthias
>
2006 Nov 21
0
2.6.19-rc5-git4 benchmarks
Apologies for the wide alias, but as it may interest serveral
fs groups, here it is:
In the everlasting search for the best fs for my shiny new disks, I
was interested in some numbers, here're the results:
http://nerdbynature.de/bench/amd64/2.6.19-rc5-git4/test-3/dm-crypt-3.html
details: http://nerdbynature.de/wp/?cat=4
(in short: ext3 pretty fast in all operations. then again, the numbers
2005 Oct 07
0
benchmarks galore...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
[cc'ing 4 mailing lists, please reply to *one* list only!]
hi,
every now and then i'm running some benchmarks on filesystems i really
use...here are the results:
http://nerdbynature.de/bench/prinz64/2.6.14-rc2-mm2/bonnie.html
http://nerdbynature.de/bench/prinz64/2.6.14-rc2-mm2/
may it be of some help....
thanks,
Christian.
PS:
2005 May 08
0
2.6.12-rc3-mm2 benchmarks
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
[!! i've Cc'ed several fs lists, please remove when when replying !!]
hi all,
from time to time i do some benchmarks for several filesystems and several
crypto-algorithms too, details here:
http://nerdbynature.de/bench/
latest results here:
http://nerdbynature.de/bench/prinz/2.6.12-rc3-mm2/bonnie.html
2005 Apr 21
0
benchmarks galore...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
[cc'ing 4 mailing lists, please reply to *one* list only!]
hi,
i was about to set up a new fs for my desktop machine and i could not
decide which fs it should be. i've written a wrapper script for some
benchmarks before, but it was not really good. i tried to rewrite it and
so, here are the results:
http://nerdbynature.de/bench/
2004 Mar 03
0
Desktop Filesystem Benchmarks in 2.6.3
Unfortunately it is a bit more complex, and the truth is less
complementary to us than what you write. Reiser4's CPU usage has come
down a lot, but it still consumes more CPU than V3. It should consume
less, and Zam is currently working on making writes more CPU efficient.
As soon as I get funding from somewhere and can stop worrying about
money, I will do a complete code review, and
2003 Jun 19
2
htree and nfs benchmarks
Well here is what I got from testing htree with NFS.
http://labs.zianet.com/benchmarks_html/postmark_benchmarks_NFS_100_htree.html
It looks like htree improves performance when the storage device is
local(as per
my previous post) but it looks like htree degrades performance when used
in conjunction
with NFS. I am going to try it with gigabit ethernet when I get the
time to see if
maybe I am