On Mon, Jan 05, 2004 at 02:46:52PM -0800, Wayne Davison wrote:
> On Mon, Jan 05, 2004 at 01:12:16PM -0800, jw schultz wrote:
> > - init_hard_links() sets nlinks in file_struct.
>
> I assume you mean by counting adjacent runs of identical inodes after
> the sort is done (while eliminating single-it
On Mon, Jan 05, 2004 at 01:12:16PM -0800, jw schultz wrote:
> - init_hard_links() sets nlinks in file_struct.
I assume you mean by counting adjacent runs of identical inodes after
the sort is done (while eliminating single-item runs from the list at
the same time). I'd like to avoid adding the nl
I was looking at send_deflated_token() when I noticed that it does
int n, r;
...
write_batch_delta_file((char *)&n,sizeof(char));
temp_byte = (char)(n >> 8);
write_batch_delta_file(&temp_byte,sizeof(temp_byte));
Now on a little-endian machine &n will equal the address of the
low-order byte of
I concur, I have just experienced the same issue using FreeBSD 4.9,
removing the switch avoids the problem.
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
I have found reference a couple of places on the web describing the
details of authentication when rsync'ing with the server in
daemon/non-shell mode. For example:
http://www.linuxjournal.com/article.php?sid=6508
"rsync's authentication mechanism, available only when run in dæmon
mode, is base
On Mon, Jan 05, 2004 at 05:34:04AM -0600, John Van Essen wrote:
> On Sun, 4 Jan 2004 16:23:17 -0800, jw schultz <[EMAIL PROTECTED]> wrote:
> > On Sun, Jan 04, 2004 at 05:30:03AM -0800, jw schultz wrote:
> >
> > I'm noodling on the idea of purging the hlink_list of files
> > that don't have links.
...because the code which sets $EGREP is not hit in this case
--
Peter Fales Lucent Technologies, Room 1C-436
N9IYJ 2000 N Naperville Rd PO Box 3033
internet: [EMAIL PROTECTED] Naperville, IL 60566-7033
work
Hi
I cant get the user auth to work. Do anyone have any suggestions. See
config below
---/etc/rsyncd.conf---
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
uid = rsync
gid = users
[user1_dir]
path = /home/rsync
comment = user1 tes
Jim Salter wrote:
yeah, except that the directory is not 700 but 600, so even user backup
cannot traverse it... but root can.
Have you considered using sudo such that the fileserver isn't actually
logging into the backupserver as root, but only logging in as a heavily
*un*privileged account which
I was directed to rsync through a link via Cpan, where the web-page to "NT" gave me a
useful information page on how to setup Windows NT. But the link to the binarys
wouldn't allow an anonymous logon using 2 different ftp clients (bullet ftp usually
works with anonymous logons).
A google searc
On Sun, 4 Jan 2004 16:23:17 -0800, jw schultz <[EMAIL PROTECTED]> wrote:
> On Sun, Jan 04, 2004 at 05:30:03AM -0800, jw schultz wrote:
>> On Sun, Jan 04, 2004 at 06:35:03AM -0600, John Van Essen wrote:
>> > I've modified hlink.c to use a list of file struct pointers instead of
>> > copies of the ac
On Mon, Jan 05, 2004 at 01:44:37AM -0600, John Van Essen wrote:
> On Sun, 4 Jan 2004, jw schultz <[EMAIL PROTECTED]> wrote:
> > On Sun, Jan 04, 2004 at 06:35:03AM -0600, John Van Essen wrote:
>
> >> I've modified hlink.c to use a list of file struct pointers instead of
> >> copies of the actua
On Sun, 4 Jan 2004, jw schultz <[EMAIL PROTECTED]> wrote:
> On Sun, Jan 04, 2004 at 06:35:03AM -0600, John Van Essen wrote:
>> I've modified hlink.c to use a list of file struct pointers instead of
>> copies of the actual file structs themselves, so that will save memory.
>> I'll submit that p
On Sun, 4 Jan 2004, Phil Howard <[EMAIL PROTECTED]> wrote:
> On Sat, Jan 03, 2004 at 01:00:09PM -0800, Wayne Davison wrote:
> | On Sat, Jan 03, 2004 at 02:11:04AM -0600, Phil Howard wrote:
> | > After doing a fresh extraction of the source for 2.6.0, I execute
> | > ./configure and it enters a loop
14 matches
Mail list logo