Displaying 8 results from an estimated 8 matches for "25jan2003".
2002 Sep 22
2
[patch] SLP support (+ question)
...th
Erik Guttman.
* Needs to do smarter things if hostname or domainname are broken.
* Probably needs to do smarter things for multi-homed hosts.
If anyone was in doubt after all that: DON"T APPLY THIS TO A PRODUCTION BOX.
Any comments - let me know.
Brad
- --
http://conf.linux.org.au. 22-25Jan2003. Perth, Australia. Birds in Black.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9jdXbW6pHgIdAuOMRAkNGAJ9JcyAK2JNyNqVOOWY30mwwjaW+rgCgr5kh
ax9uEHJ+BssRWUW0mglWe8I=
=C0Bl
-----END PGP SIGNATURE-----
-------------- next part -------...
2002 Oct 09
0
GUI - handling motd
...st not worry about it. However that may not make some
server admins too happy, and the idea of throwing away information isn't too
attractive.
Or a one-time popup (per instance of the using app?)?
Or make it appear across the top of the page?
Any ideas?
Brad
- --
http://linux.conf.au. 22-25Jan2003. Perth, Aust. I'm registered. Are you?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9o6k0W6pHgIdAuOMRApLfAJ42Kq1Nx2ycKheex6QxuWbnORlWpQCfTmjq
xkEFiWPWkEZ258aNZUHNE2M=
=7VTr
-----END PGP SIGNATURE-----
2002 Oct 11
0
rsync kioslave - future direction
...st
suffer from the performance problems.
I'm also open to ideas about how to take some advantage of the rsync
capabilities.
If anyone has given any thought to this, I'd be keen to hear from you. Hell,
I'd be appreciative if anyone even noticed.
Brad
- --
http://linux.conf.au. 22-25Jan2003. Perth, Aust. I'm registered. Are you?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9pnYAW6pHgIdAuOMRAgmLAJ4i0hDfagI9KIE06kHUnUJIUtqigQCdE+Jf
VBIPnm51maQ5spMdUFCHRRY=
=X4lz
-----END PGP SIGNATURE-----
2002 Oct 13
3
rsync + SSL
Hello -
I'd like to encrypt rsync traffic over the wire, and for various
reasons, I can't use ssh. I'd like to use SSL. Having spent the last day or
so trying to wrap my brain around what that's going to take, I'm wondering
if anyone has tried this before? Is it un-doable for one reason or another?
TIA,
-justinb
2002 Oct 16
0
Possible memory leak?
...ever appear to be a free of
that memory. client_run() returns, and the pointer is lost.
I tried to fix it with a simple free(), but according to valgrind, that makes
to leak worse, for reasons I am confused about.
In anycase, does this look like a problem?
Brad
- --
http://linux.conf.au. 22-25Jan2003. Perth, Aust. I'm registered. Are you?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9rWArW6pHgIdAuOMRAoZWAKC2JqowLCH5lVPFzzVltOdXxjk2+QCgnB6U
CdpWKEpq2ryO2LG00TJYQYE=
=w3Rv
-----END PGP SIGNATURE-----
2002 Oct 03
2
How to run rsync as a daemon program taht runs at particular time given
Hi,
I want to run rsync as a daemon program so that it can run at particular time in nights given by us
any help greatly appreciated
Thks in advance
--Venkat
2002 Oct 05
2
Question on "base directory"
Hi,
I've read the manpage, but I got a simple question on the expression "base
directory" used in the "exclude patterns"-section.
When I synchronize ie:
rsync -avzu /home/gregor/ notebook:/home/gregor/
and want to use an exclude-pattern: --exclude "/foo", what is the base
directory?
The manpage's explanation is following: --exclude "/foo" would
2002 Oct 15
3
synchronizing part of a file
Hi all,
I would like to synchronize a part of the source file with a part of the
destination file. In detail I would like to
- synchronize a file on a remote host from line "n" onwards with the
file content on the local host starting with line "n" in the file.
- the firs "n" lines of the files on the local and remote host should
not be changed.
My questions