Displaying 20 results from an estimated 400 matches similar to: "How to Vary Module Path Based on User"
2010 Nov 09
5
Changes made to main.c on implementing real time Rsync
Hi, All,
I am implementing real-time Rsync on Windows 2008 system. I set up Rsync
server and Rsync client on two machines. An windows service is watching all
the Windows file events with FileSystemWatcher. However, the service
cannot tell the exactly what happened to folders such as create, delete, or
modified. So, I ignored folder event, and only catch file changing events.
After I catch
2009 Mar 16
2
DO NOT REPLY [Bug 6191] New: rsyncd path does not support environmental variables
https://bugzilla.samba.org/show_bug.cgi?id=6191
Summary: rsyncd path does not support environmental variables
Product: rsync
Version: 2.6.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: jerome@6251100.com
2017 Aug 23
2
rsync got stuck
Hi
I rsync from 4 machines to a single destination one, and I am certain the filenames they sync do not overlap. But from time to time rsync from a source machine gets stuck (not always the same source machine).
I followed https://rsync.samba.org/issues.html and I gathered strace, lsof and netstat when the freeze occurred. I'd like to ask for any further debug info or ideas!
General info
2015 Jun 16
1
Strange problem with rsync and expect
Version: 3.0.6OS: CentOS 6.6
I met a strange problem when using rsync with expect. I wrote a script backing up using rsync and expect. However when I run the script twice for two different files at same time, the two files on destination path would be deleted automatically before the files closed. The output of inotify_wait was like:
./ MODIFY .redo02.log.dOlbek
./ DELETE .redo02.log.dOlbek
2009 Mar 16
1
Creating variables with different levels depending on conditions
Dear R-help-list,
I started using R coming from the former use of SPSS, mainly writing my own
syntax.
I do classical experimental cognitive psychology and am interested in the
cognitive control of task sequences (i.e. classification task). Especially I
am interested in the performance of the actual depending on the tasks
before. Thus, in SPSS I create variables like this one:
Compute cond =
2017 Sep 05
1
rsync got stuck
On 08/30/2017 05:39 PM, Paul Slootman wrote:
> On Wed 23 Aug 2017, Vangelis Katsikaros via rsync wrote:
>
>> abc 3797 3796 0 01:12 ? 00:03:14 /usr/bin/rsync --compress --compress-level=9 --bwlimit=512k --recursive --delay-updates --quiet --update --exclude=/.* /SRC_PATH/ DEST_____IP:/DEST_PATH/
>
> Try running rsync without the --compress option, that has been
2007 May 23
0
Samba priting problem, might be windows printer defintion
Hi Sunmanagers
I still have a problem with my samba printing mechanism.
When I log on some windows machines it will not print. I have found out
that when I print from some machines while the print queu is stopped
then the jobs are saved there as root. When I print from other machines
they are saved as my name.
I can print from dos by using echo something > \\server\printer.
I can print with
2009 Dec 03
3
imap crash with backtrace (1.2.8)
The Log:
Dec 3 10:14:35 postamt dovecot: dovecot: child 27689 (imap) killed with signal 11 (core dumped)
Backtrace:
GNU gdb (GDB) 7.0-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
2017 Aug 30
0
rsync got stuck
On Wed 23 Aug 2017, Vangelis Katsikaros via rsync wrote:
> abc 3797 3796 0 01:12 ? 00:03:14 /usr/bin/rsync --compress --compress-level=9 --bwlimit=512k --recursive --delay-updates --quiet --update --exclude=/.* /SRC_PATH/ DEST_____IP:/DEST_PATH/
Try running rsync without the --compress option, that has been the
source of problems in the past.
If you do need compression you
2006 Apr 10
2
using web service for authenitcation
I am writting a web service for authenitcation of users and was using
web_service_scaffold :invoke for testing it out...and was able to consume it
using .NET. But my question is, whats the simplest method using which i can
use the same web service in the current Web App. I mean, not from an external
application or something but from the current web apps itself.
I found one method in AWDR, and
2006 Sep 08
2
post-xfer exec -- more juice!
Hello,
I'm attempting to use the pre-xfer exec and post-xfer exec utilities to
replace a complicated script which tails the rsync log and does A Bunch
Of Stuff at the beginning and completion of rsync transfers.
(It will also allow us to throw away a nasty hack which forces rsync to
log the fact that is exiting - trying to provide a catch for /all/
possible exit conditions (ie, strings in the
2006 Apr 27
3
Permissions causing full backups?
I am using rsync/rsnapshot on Windows XP (via cygwin) to backup to a mapped
share (/u) on a Linux server. I’m hoping to get this to work so that I
don’t have to open an XP share to the network for Linux “pull” backups.
My current setup doesn’t seem to give me incremental backups. See the “du”
output…
$ /usr/bin/du -csh /cygdrive/u/docs_bkup/daily.0/
/cygdrive/u/docs_bkup/daily.1/
2009 Aug 26
3
Enhanced authentication and authorization in rsyncd
Hi,
I added a few things to allow the rsync daemon?more refined
authorization and authentication than the current implementation.
The attached patch file is against the 3.0.6 version.
Additions:
1. allow the uid and gid used to access a certain module to be
determined by the authenticated user -
??? uid = __auth__ will use the auth_user's uid
??? gid = __auth__ will use the auth user's
2002 May 16
9
WinY2k Access Denied on Printing
I have a Red Hat Linux release 7.1 (Seawolf) Samba 2.2.4 PDC and fileserver
built with --with-ldapsam. The clients are either win9x or WinY2k.
Authenitcation, etc... all works great.
But print sharing is a real pain. Under 2.2.1a printing worked great, but our
VOIP phone system wouldn't joint the domain until we upgraded to 2.2.4. Initial
testing of 2.2.4 made it seem like everything
2001 Mar 09
1
Forcing PTY usage.
I have been studing the OpenSSH code, and am looking to use it in an
envriornment with untrusted local users. I have some patches to this
effect, which I will post to the list in due course.
In any case, I would like all users who sucessfully authenitcate to
leave their mark in the system logs, in particular utmp and wtmp. As
these logs mean didily-squat without unique terminal names (and
2020 Nov 18
1
Sync'ing Samba LDAP with MySQL?
Hey all. I started asking about this about a week ago, then got so sick I could hardly get out of bed. Now that I' m basically recovered(and no, it wasn't Covid, thank goodness), I want to pick up where left off. I'm about to provision the samba domain for my test setup. As long as that works, the next step is to ensure that information in Samba's LDAP database is properly
2003 Jan 16
3
unsafe_symlink change (Re: CVS update: rsync)
The patch from 2-1/2 years ago for changing copy-unsafe-links to follow
unsafe links on the destination side also included essentially this patch.
When I looked at it, however, I asked why in the world is unsafe_symlink()
doing strdup() in the first place. I think you could get rid of the
calls to strdup() and the new local variables and possibly do a couple
casts inside the function instead.
-
2006 Jan 05
5
File_column crashing WEBrick when using :magick options
I''m trying to use file_column in an app I''m writing. Simple file uploads
are working fine.
However, when I try and use the :magick options to make resized
versions, WEBrick dies.
This is the Media model:
class Media < ActiveRecord::Base
file_column :media_item,
:magick => {
:versions => {
:thumb => {:size =>
2011 Mar 22
0
why the survival function estimate using package 'mstate' & package 'cmprsk' vary from sas and LTA (From WHO).
hello,everyone:
I am now confused in multistate survival , when I want to poccess a multistate survival analysis, I turn to R and the package 'mstate' and packege 'cmprsk'. When I come to publishing the article.
Follow requirement of the magzine, the statistic is carry out in LTA package (which was said to be a authority in intauterine from WHO) . There we found difference
2011 Jan 03
0
Keeping lattice plot axes in the same place when legend sizes vary
Dear all,
I am generating a number of lattice plots with common axes but varying
legends. There is one plot in the window at a time. I would like the
plot axes to always appear in the same place within the window (and
saved images) so the plots do not move around when they are combined in
a video or browsed in something like an HTML document.
The default behaviour of the lattice package is