similar to: rsyncd treats symlinks differently

Displaying 17 results from an estimated 17 matches similar to: "rsyncd treats symlinks differently"

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
2003 Jan 30
1
rsyncd 2.5.6 still treats sysmlinks differently
With much hope I upgraded to rsync version 2.5.6 in hopes that it would correct the symbolic link bug I have been wrestling with... No dice. It still insists on dropping the leading slash from a symbolic link outside the source tree. Interactively it still works fine, but as a daemon it's busted. See previous posting 'rsyncd treats symlinks differently' for details. Can someone
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
2010 Nov 04
0
certdnsnames question
Hi All Apologies if this is obvious, but I''m a bit flaky around SSL certificates. NB puppet version 0.25.5 We use the brilliant feature of certificates where you can have Alternate DNS names for a certificate which is manifested in the puppet master config file as certdnsnames. All our clients connect to puppet-$ location.example.com, and if $location is down, we can point the CNAME to
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
2016 Sep 28
4
Migrating, Upgrading & Testing Samba 4 PDC/BDC
Hi folks, I've been tasked with a migration of our servers and, as the subject implies, part of it involves a PDC and BDC that were set up before my time. However, I'm trying to accomplish a little bit more to give myself, the sysadmin, a little bit more automation capability: ยท Migrate the PDC and BDC both to new servers (part of this I've already done with copying
2011 Feb 26
1
How to manage the form of a model that has two foreign keys
Hi, Basically I have two models: User and Godfather. The godfather table has three columns: - user_id (FK --> User) - user_godfather_id (FK --> User) - description (text) Inside each model class, I am adding the following associations: class User < ActiveRecord::Base has_many :godfathers # for user_id has_many :godfathers, :foreign_key =>
2010 Jul 20
2
Rsync sequence
Hi all, I am running Ubuntu server 10.04 and use rsync to do all my backups. I would like to backup multiple directories to my external hard drive, but I am faced with a problem on how to set up crontab -e to allow each rsync statement to perform one after the other. Right now I have each one set to run on different nights, but I would like them all to run the same night to allow for a more
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