Displaying 20 results from an estimated 90 matches similar to: "[Bug 11704] New: rsyncstats sorts dates wrong"
2003 Jul 25
0
rsyncstats
Hi,
this is a rewritten rsynctats of the version which ships with rsync
2.5.6. No new features, just some things fixed:
o -l <depth> works for other values than 2
o -h, -t, -d can be switched on, the old version didn't allow -h and
-t to be off... default is off for all now!
o datecompare() didn't sort correclty (at least for me ;-))
o output of MB limited to 3
2005 Oct 27
2
Critical Bug in type conversions: as.integer, trunc, ... (PR#8255)
Full_Name: Grischa T?dt
Version: 2.1.1
OS: windows XP
Submission from: (NULL) (192.108.25.32)
I have a strange behaviour in R, looks like type conversions are messed up.
To reproduce:
expected:
> typeof(3)
[1] "double"
> as.integer(3)
[1] 3
!!!! strange:
> typeof((0.3/0.1))
[1] "double"
> as.integer((0.3/0.1))
[1] 2
also for trunc:
>trunc(c(5,7))
2005 Oct 27
3
Strange behaviour of type conversion (PR#8256)
Where is my error??
I have a strange behaviour in R, looks like type conversions are messed =
up.
Maybe i just make a stupid mistake, but help would be appreciated.
To reproduce:
expected:
> typeof(3)
[1] "double"
> as.integer(3)
[1] 3
> typeof((0.3/0.1))
[1] "double"
!!!! strange:
> as.integer((0.3/0.1))
[1] 2
also for trunc:
>trunc(c(5,7))
[1] 5 7
2003 Apr 15
0
Patch for stderr logging
Rsync team, and interested parties:
i was attempting to get rsync to launch from tcpserver[0] (an inetd
replacement from djb) and log to stderr for logging via multilog[1]
(syslog replacement by djb) and i was unable to get it to log to stdout/
stderr at all.
[0] http://cr.yp.to/ucspi-tcp/tcpserver.html
[1] http://cr.yp.to/daemontools/multilog.html
i have attached a patch that allows
2007 Mar 19
0
Re: Multiple users without write permission on "drive_c"
Grischa Stegemann <grix7-usenet@yahoo.de> wrote:
> I have a multiuser environment with lots of users. Some of them are supposed to
> use a program running with wine. The problem is how to make the users in
> question use a global "drive_c" directory without giving them write permissions
> to it?
>
> So far I have a wrapper script which copies a '.wine'
2005 Apr 10
1
PATCH: cosmetic fix to output with --existing -vv
Currently, rsync --delete -avvn test1/ test2/ --existing
will give output such as:
not creating new file "newdir"
not creating new file "newdir/newfile"
not creating new file "newdir/subdir"
It would make more sense if it said:
not creating new directory "newdir"
not creating new file "newdir/newfile"
not creating new directory
2006 Mar 13
1
rsync log file question
I saw in the rsync.d documentation that there is a perl script to parse the
default log format for tranferred files.
Is there a utility out there that will handle the server/client log files
even if you chaneg the format around?
thanks
Doug
--
What profits a man if he gains the whole world yet loses his soul?
-------------- next part --------------
HTML attachment scrubbed and removed
2008 Aug 30
1
logging rsync transfers in processable format
For my rsync daemon, I would like it to log in a format that I could run
some stats on, eg by webalizer that I use for http and ftp transfers.
Is that doable?
best regards
keld
2006 May 09
1
Reverse sorts by score
The docs for Sort.new say:
reverse: pass true if you want the sort order to be reversed. Only works
if you pass the field names.
Does this mean it''s not possible to do a reverse sort by score? If it is
it seems to be broken as I don''t seem to be able to reverse the order of
the sort. I''ll write a test case if this is not a known problem.
Greetings,
Pedro.
2019 Oct 08
2
[Bug 1369] New: ipset save|list -sorted sorts alphabetically instead of naturally
https://bugzilla.netfilter.org/show_bug.cgi?id=1369
Bug ID: 1369
Summary: ipset save|list -sorted sorts alphabetically instead
of naturally
Product: ipset
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: default
2010 Apr 12
1
Amazon S3FS Automounter of sorts
Hi,
I?ve just started using Amazon S3 for storage and have used s3fs to mount
the buckets on the file system.
1. I was wondering if anyone has a better method ? even though this meets my
current needs.
2. if there is an automounter that could be tweaked to work with s3fs. The
entries in my fstab are rather different to the normal disk based ones,
s3fs#BUCKETNAME /mnt/s3/BUCKETNAME fuse
2008 Apr 26
2
3 questions: debug R script, multi-level sorts, and multi-gsub
Hi,
1) I ran a script say test.R. It ran and terminated with an error. However,
I am not sure where the error occur.
> source("test.R")
Loading required package: tools
Welcome to Bioconductor
Vignettes contain introductory material. To view, type
'openVignette()'. To cite Bioconductor, see
'citation("Biobase")' and for packages
2005 Mar 02
1
Using varPower in gnls, an answer of sorts.
Back on January 16, a message on R-help from Ravi Varadhan described a
problem with gnls using weights=varPower(). The problem was that the
fit failed with error
Error in eval(expr, envir, enclos) : Object "." not found
I can reliably get this error in version 2.0.1-patched 2004-12-09 on
Windows XP and 2.0.1-Patched 2005-01-26 on Linux.
The key feature of that example is that the
2010 Aug 26
3
Non-standard sorts on vectors
I have a dataset I need to sort:
test.df<-data.frame(Zone=c("Floodplain", "Lake",
"Shoreline"),Cover=c(50,60,70))
However, I don't want it sorted ascending/descending but in an order that I
define via a vector:
sort.v<-data.frame(c("Lake","Shoreline","Floodplain"))
I realize I could probably just create the vector of
2005 Oct 11
2
Samba 3.0 PDC + XP + roaming profile = big, strange mistery of sorts
Please bear with me as this is quite a complicated problem which has
eluded me for days now...
I recently upgraded a Samba 2.2 PDC to Samba 3.0 [3.0.20a as of now].
After upgrading, I had problems with two XP machines, among 16 of them.
One of them didn't validate the domain users correctly. That was
immediately taken care of by having said machine leave and re-join the
domain. Nothing
2011 Oct 18
3
Ordering of stack in ggplot (package ggplot2)
I'm trying to reproduce the 3rd graph on the page of this site:
http://learnr.wordpress.com/2009/03/17/ggplot2-barplots/ . However, the data
below produces a ggplot with the stacks sorted in alphabetical order from
the bottom up. I'd like the stacks to be in the order "Europe", "Asia",
"Americas, "Africa", "Oceania". Is there an easy way to
2006 Jul 12
6
Showing rows on a page
This is my first rails program and I?m having trouble figuring out how
to show rows on the page when there may not be rows in the database.
There are 3 tables, employees, cost_codes and timesheet, I will simplify
them when describing them later on.
When an employee logs in, I would like to pull up their timesheet, which
should consist of one row per cost code. So timesheet would look a
2008 Aug 17
1
Wichmann-Hill Random Number Generator and the Birthday Problem
Dear all,
Recently I am generating large random samples (10M) and any duplicated
numbers are not desired.
We tried several RNGs in R and found Wichmann-Hill did not produce
duplications.
The duplication problem is the interesting birthday problem. If there are
M possible numbers, randomly draw N numbers from them,
the average number of dupilcations D = N(N-1)/2/M.
For Knuth-TAOCP and
2010 Dec 04
3
1.2.15 - segfault if host field attribute not present in ldap. (proxy)
In case this is relevant:
kernel: [17549.714369] imap-login[11704]: segfault at 0 ip b75c3d23 sp
bf888178 error 4 in libc-2.11.2.so[b7551000+140000]
If no host field attribute is present in ldap (like mailHost for
qmail-ldap), and we are trying to use proxy, then dovecot segfaults. If
more information's needed, let me know.
Also, somewhat unrelated, but maybe the wiki needs to be edited
2010 Sep 26
1
Bugzilla 3.6.2 + sendmail + SELinux
Hello,
I have deployed Bugzilla 3.6.2 on CentOS 5 (with rpmforge perl-*
packages) and I have a problem with SELinux preventing mail being sent
via sendmail.
(see SELinux reports below, especially the second one)
When SELinux is in permissive mode, mail sending from Bugzilla is
working properly.
Has anybody got recent Bugzilla to work with SELinux on CentOS?
Thanks in advance!
Mathieu