Displaying 20 results from an estimated 800 matches similar to: "rsyncd 2.5.6 still treats sysmlinks differently"
2002 Oct 16
0
rsyncd treats symlinks differently
I have an administrative server that I use to rsync data between two
hosts. It has root access to our fileserver but does not mount
directories using the same paths as a client machine. In some
directories I have symbolic links that are invalid on the admin server,
but valid on a client (due to automounter magic). When I use command
line rsync, all is well. When I converted to using rsyncd,
2002 Oct 15
1
Older directory overwrites newer file with -u flag
If I remove a directory 'foo' and create a file foo, and then do a resync from a remote server
with the -u flag, the file will be replaced by the directory, even though
the file is newer than the directory. Is this a bug, or a feature?
--
Karl A. Wieman voice: 212-409-3371
Director, Technology fax: 212-407-5697
BlackRock Financial
2012 Jul 11
0
read.xls question
Hello,
I've been using: tmp.df = read.xls(filename, stringsAsFactors = FALSE) to read in my files. Even though I get the "There were 50 or more warnings" thing, for the most part most of the data is read in correctly. However, there are a few select rows where there are values but they are being read in as NA. I copy and pasted those rows to their own individual xls file and
2005 Apr 13
0
Data Mining in Europe, please advise
Our CEO, Dr. Dan Steinberg, is planning to visit Europe in May. He
would like the opportunity to introduce statisticians (and statistically
minded people) to data mining, data mining applications and to forefront
data mining tools. Our algorithms are probably familiar to many
statisticians (CART, MARS, MART, TreeNet and RandomForests), although it
isn't necessary to be a statistician to
2010 Jan 13
8
How to use getCenter
Hi,
I am starting to use Mapstraction with the openlayers provider, and I am not
sure how to retrieve the current center of a map in a cross-provider way.
i.e. currently when calling map.getCenter(), the result returned is the
openlayers internal one, not the long/lat used when calling setCenter().
Is that the expected behaviour?
Regards,
Philippe
-------------- next part --------------
An
2004 Apr 27
1
No error messages in rsyncd log in 2.6.1pre-1
(As I was composing this, the 2.6.1 release notice on the rsync
list rolled in. The quoted source, below, hasn't changed, so
I'll leave the 'pre-1' references unchanged...)
I have a situation where an error message seems to be sent from
the daemon to the client, but none is logged in the daemon's log.
Daemon is 2.6.1pre-1, with --timeout=3600, light CPU load.
Client is
2012 Aug 21
2
How dovecot treats UTF8 mailbox names in sieve scripts and `namespace' section
Hello.
I read on upgrading page that one can use UTF8 mailbox names for
plugins. As i understand i do not need to convert UTF8 names to mUTF-7
and can use raw UTF8 in plugins section, e.g.:
/etc/dovecot/dovecot.conf
...
plugin {
...
# Autocreate \Spam folder
autocreate = ????
autosubscribe = ????
...
But what about sieve scripts and other configuration sections:
1. Do i need to convert UTF8
2005 Apr 02
0
Processed: Re: Processed: Re: Bug#302689: treats non-zero egrep exit status as failure
Processing commands for control at bugs.debian.org:
> tags 302689 pending
Bug#302689: treats non-zero egrep exit status as failure
Tags were: patch
Tags added: pending
> thanks
Stopping processing here.
Please contact me if you need assistance.
Debian bug tracking system administrator
(administrator, Debian Bugs database)
2019 Mar 01
0
Bug: as.matrix.data.frame() treats numeric vectors with "levels" attribute as factors
Hello,
I think I've found a bug in as.matrix.data.frame().? The function's
documentation says: "The method for data frames will return a character
matrix if there is only atomic columns and any
non-(numeric/logical/complex) column, applying as.vector to factors and
format to other non-character columns. Otherwise, the usual coercion
hierarchy (logical < integer < double
2009 Apr 09
1
pdftex treats R pdf figures incorrectly
Hello!
I use R 2.8.1 under Debian GNU/Linux. I've run into a problem
including R pdf figures into LaTeX document. To reproduce:
1) Execute the following minimal R script:
pdf('fig.pdf', family = 'URWTimes', width = 5, height = 5)
plot(rnorm(10), main = '????', xlab = '????????', ylab = '????????')
dev.off()
embedFonts('fig.pdf')
2) Open
2023 Dec 12
0
[Bug 3642] New: GSS treats hostnames case sensitive -> suggestion for docs of GSSAPIStrictAcceptorCheck setting
https://bugzilla.mindrot.org/show_bug.cgi?id=3642
Bug ID: 3642
Summary: GSS treats hostnames case sensitive -> suggestion for
docs of GSSAPIStrictAcceptorCheck setting
Product: Portable OpenSSH
Version: 9.5p1
Hardware: amd64
OS: FreeBSD
Status: NEW
Severity: enhancement
2010 Nov 13
3
How to set an argument such that a function treats it as missing?
Dear expeRts,
I would like to call a function f from a function g with or without an argument.
I use missing() to check if the argument is given. If it is not given, can I set
it to anything such that the following function call (to f) behaves as if the argument
isn't given? It's probably best described by a minimal example (see below).
The reason why I want to do this is, that I do
2015 Apr 21
7
[Bug 2387] New: sshd treats certificate extensions as critical
https://bugzilla.mindrot.org/show_bug.cgi?id=2387
Bug ID: 2387
Summary: sshd treats certificate extensions as critical
Product: Portable OpenSSH
Version: 6.8p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2002 Oct 21
1
dist() {"mva" package} bug: treats +/- Inf as NA
Vince Carey found this (thank you!).
Since the fix to the problem is not entirely obvious, I post
this to R-devel as RFC:
help(dist) says:
>> Missing values are allowed, and are excluded from all computations
>> involving the rows within which they occur. If some columns are
>> excluded in calculating a Euclidean, Manhattan or Canberra
>> distance, the sum is
2003 May 07
1
Bug report: "exclude from" in rsyncd.conf is not effective.
The attached script file gives all the relevant details - I hope -
please ask if you need any more information.
/Sam
Sam Sexton <mailto:sam.sexton@reuters.com>
Reuters Coventry
Automated Dealing Technologies
Phone: +44 24 7625 6562
Fax: +44 24 7655 5203
-------------------------------------------------------------- --
Visit our Internet site at
2023 Jun 24
1
Why is WebRTC treated differently from regular SIP in Asterisk
I'm learning about WebRTC clients, and am wondering why Asterisk treats them
differently from any other SIP client.
The media (RTP) should be no different, so the only difference should be on
the signaling side. I noticed that the Asterisk wiki mentions the need for
res_pjsip_transport_websocket, so does that mean Asterisk requires the
signaling to occur over a websocket?
If I used
2009 Dec 31
2
Benefit of treating NA and NaN differently for numerics
Hello,
I notice in main/arithmetic.c, that NA and NaN are encoded
differently(since every numeric NA comes from R_NaReal which is
defined via ValueOfNA)
. What is the benefit of treating these two differently? Why can't NA
be a synonym for NaN?
Thank you
Saptarshi
(R-2.9)
2003 Oct 30
0
build of 2.5.6 on AIX 4.3.3
Hi,
i was using rsync 2.4.5 for AIX 4.3 binary downloaded from
http://rsync.samba.org/ftp/rsync/binaries/AIX/ .
I now compiled the latest 2.5.6 on AIX 4.3.3 and created a tarball to use like
the one available from http://rsync.samba.org/ftp/rsync/binaries/AIX/ .
root@b50srv1:/usr/local/src# uname -a
AIX b50srv1 3 4 000B14FD4C00
root@b50srv1:/usr/local/src# oslevel
4.3.3.0
2003 Jan 28
2
rsync 2.5.6 fails on Tru64 v5.0 with rsync://<hostname>/
I've just compiled 2.5.6 release on Tru64 V5.0A (configure detects
alphaev67-dec-osf5.0, gcc release is a 3.1.1).
rsync fails using rsync://<hostname>/ syntax.
> lct@goliath(32) [rsync-2.5.6]$ ./rsync rsync://stitch/
> rsync: getaddrinfo: stitch 873: servname not supported for ai_socktype
> rsync error: error in socket IO (code 10) at clientserver.c(83)
Is there anyone else
2003 May 21
2
patch to avoid race condition in rsync 2.5.6
There is a small race condition in rsync 2.5.6. When the transfer is
finished, and the file is moved into place, there is a short time
period where the new file is in place with the wrong permissions.
When using rsync on a busy email server to replace the exim config
file with a new file, exim will produce several complaints in that
short period. This small patch fixes the problem, by making