Displaying 20 results from an estimated 1000 matches similar to: "FTP at rsync.samba.org down?"
2003 May 10
3
benchmarking rsync's -z compression utility
Hi,
Is there a way in which rsync's -z compression (zlib) utility can be
benchmarked?
I'm trying to compare the compression ratio between rsync and external
compression tools like gzip and bzip2.
Are there any advantages to using rsync's internal compression mechanism
specified with the -z option compared to solely applying external
compression i.e. bzip2 to the files and invoking
2002 Nov 28
1
List of rsync service hosts?
Hello,
somewhere on one of the rsync webpages I have seen a list of hosts which
have running public rsync services, at least I think it has been on the
rsync webpages, but I can't find it there anymore.
Or is it anywhere else?
Where can this list of rsync hosts be placed?
I appreciate your feedback.
Have a nice day
Michael
--
Michael Schmidt mschmidt@fh-koblenz.de
MIRROR OF:
2002 Aug 05
1
rsync for PDAs?
I've been working for the past few months with open-source solutions for
syncing Palm PDAs (Coldsync, mostly). I've been becoming increasingly
annoyed with Palm's Desktop Link Protocol and the sync mechanism, and am
considering replacing it with a third-party application for the Palm. Since
I've had good luck with rsync in the past, its seemed an obvious choice.
I've
2003 Jul 20
2
Rolling Checksum Algorithms
Hi,
Where can I get good pointers on the rolling checksum algorithm used in rsync?
I need an 8-bit or 12-bit rolling checksum too. Any place where "rolling"
checksum algorithms are discussed?
Seun Osewa
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
2003 Jun 08
2
state of the rsync nation? (revisited 6/2003 from 11/2000)
I'm interested in these very questions (librsync-rsync relationship,
remaining limitations of rsync, active prospects for ground-up rewrites),
Google searches for rsync info have proved a little too vague due to the
programs ubiquity. Much has certainly changed since this was written,
could some people with knowledge in these areas could update martin's
response for the state of rsync,
2002 Dec 17
2
rsync protocol description
Hello,
I'm currently evaluating the possibility of implementing a rsync client
in a project for my company. The platform used is currently not
supported and implementing the client from scratch currently seems to be
the most feasible approach.
For that I'd be very much interested in a description of the protocol
that rsync talks on port 873. Is such a description available somewhere?
I
2002 Nov 26
1
Prebuilt binaries for Sparc Solaris2.8
Hello,
since a few days I'm fascinated by rsync and could successfully build
rsync on the machine I'm the admin of, it was easy to mirror several
sites we are providing on our ftp server.
These few words only for introduction.
Well, as far as I have seen there are no prebuilt binaries for more
actual versions of Solaris than Solaris2.5.1. What I would like to offer
you is that I can
2002 Dec 16
1
--backup-dir : unrecognized option
Hi
I'm running rsync 2.3.1 and when I run it with the
option --backup-dir=<some_backup_dir>, I get an error message telling that
the option is unrecognized. I'm using the package from
www.sunfreeware.com
If I'm pushing the data:
# /usr/local/bin/rsync -azb --backup-dir=/tmp -e /bin/rsh --delete /home/
backup_host:/home
/usr/local/bin/rsync: unrecognized option
2002 Nov 06
4
offline rsync
hello, I'm new to this list.
here is my question:
I would like to synchronize two computers (say the home one and the job
one) using zip drives or similar (cdroms, etc), since modem lines are
quite slow and expensive (in Italy).
I though I could produce the "signature" of files on home computer, store
it on a zip, go to job, run rsync to copy the missing or
altered files on
2002 Jun 21
2
Release 3 of "rzync" new-protocol test
For anyone who'd like to check out the latest release of my "rzync" [sic]
test release, I've just released a new version. For those that might
not have time to look at the code but could provide some feedback based
on a rough description, I've created the following simple web page:
http://www.clari.net/~wayne/new-protocol.html
Here's the tar file of the new
2003 May 13
3
windows printer queue display fails
I am driving a Suse 8.2 linux with cups 1.1.18 and samba 2.2.7a.
The problem:
The host serves several printers via cups. If some jobs are in one of
the queues "lpq -Pprinter" or "lpstat -o printer" shows up the complete
listing. Fine.
Connected to the same print queue from a Windows (XP/NT/98/2k) box I
cannot see the complete listing. Sometimes I see some of the jobs, most
of
2015 Mar 24
5
Samba server with NFSV4/kerberos
Hello,
I am searching for a solution that I thought should be kind of standard,
but until now I was not successful finding anything. Here is the problem:
At our site we offer windows and linux, most servers (eg file, samba,
web) are linux based. User data is stored on NFS file servers. Windows
systems are part of a Windows domain with an ADS domain controller. At
the moment the linux samba
2015 Mar 24
1
Samba server with NFSV4/kerberos
Hello Luc,
thanks for your answer. If I understand you correctly than you are using
samba4 as windows domaincontroller and you do not have another Windows
DC? So after all you have exactly one Kerberos Server that is part of
the samba4 server?
Thanks
Rainer
Am 24.03.2015 um 12:41 schrieb Luc Lalonde:
> Guten tag Rainer,
>
> We use our Samba4/Win2k8 AD domain to authenticate all our
2000 Jul 12
1
Samba + WAN?
Dear Ladies and Gentlemen!
On a CD-ROM-server at the University Koblenz-Landau we are
using Samba (2.0.5a) with Red Hat Linux (6.0, Kernel 2.2.5).
The server is located here in Koblenz, but also used from
another department of the university at Landau (about 80 miles
from Koblenz; they have their own class B network).
A traceroute from both locations gave a response time of about 10-50
msec.
On
2003 May 14
2
windows printer queue failure
I am driving Suse 8.2, samba 2.2.7a, cups 1.1.18
As I mentioned recently I cannot see the cups printer queues from a
windows client even if lpq -Pprinter on the cups server gives the
correct status.
I tested a litte more and got the following results:
1.) If I configure samba to
printing = CUPS
printcap name = CUPS
I can see all queue entries in the windows status panel, too --
except
2012 Feb 13
3
If (x > 0)
Hi,
I am new to R. I was trying to get a very simple program to run. Take one number from the command line. If the number < 0 return -1. If number > 0 return 1 and if the number == 0 return 0. The code is in a file called test1.R
The code:
#useage: R --no-save --args 5 < test1.R
args = (commandArgs(TRUE))
x = as.numeric(args[1])
print(x)
res <- conditional1(x)
cat("result=
2018 Mar 05
2
SAMBA4 Fileserver & Disk Quota
I tried this. When im creating a folder directly on server, the sticky
bit is working. But it does not work when im doing it from windows.
# ls -l
drwxrws---+ 7 root stickygroup 4096 Mär 5 14:44 00_stickygroup/
Best regards
Micha
Am 05.03.2018 um 14:15 schrieb Michael Wandel:
> IMHO you can use the posix sgid bit.
2003 May 14
1
[cups.general] Re: windows printer queue failure
Christoph Litauer <litauer@uni-koblenz.de> wrote on CUPS digest:
> Message: 6
> From: Christoph Litauer <litauer@uni-koblenz.de>
> Date: Wed, 14 May 2003 17:45:49 +0200
> Organization: Easy Software Products
> To: cups@easysw.com
> Subject: [cups.general] Re: [Samba] windows printer queue failure
> Reply-To: cups@easysw.com
>
> Christoph Litauer wrote:
>
2017 Oct 02
2
System load problem with samba 4.4.2 caused by many ntlm auth client requests
Hello,
since a while I experience a strange problem with my samba 4.4.2 running
on a SLES12SP2 system. The server does what it is supposed to do, so
users can work without any problems and access their files via smb but
since some weeks the server shows a strange and unusual very high
system load.
The samba server is not the domaincrontroller (which is a windows
machine) but member of the
2008 Oct 04
3
Bug#501087: nut: support for a tripplite avr750u
Hi Raphael,
btw, are you 2 bugs today a simple coincidence with my linkedIn
invitation yesterday? ;-)
2008/10/4 Raphael Geissert <atomo64 at gmail.com>:
> Package: nut
> Version: 2.2.2-8
> Severity: wishlist
> Tags: patch
>
> Attached is a patch adding "support" for tripplite's avr750u UPS.
> Issues:
> * productid still needs to be specified in