Displaying 4 results from an estimated 4 matches for "d1d5".
Did you mean:
d15
2010 Jan 21
2
option 'auth users' in rsyncd.conf
...in this module?
Greets
Alex
? http://www.eisfair.org/
--
?With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.? (Jean-Luc Picard, quoting Judge Aaron Satie)
*** GnuPG-FP: 02C8 A590 7FE5 CA5F 3601 D1D5 8FBA 7744 CC87 10D0 ***
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/rsync/attachments/20100121/c5b4f6e4/attachment.pgp>
2007 Nov 14
4
xnbu_cksum_from_peer(), bug with NETTXF_data_validated?
In usr/src/uts/common/xen/io/xnbu.c, function xnbu_cksum_from_peer()
http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/xen/io/xnbu.c#110
we have this:
if ((flags & NETTXF_csum_blank) != 0) {
/*
* The checksum is blank. We must fill it in here.
*/
mp = xnb_process_cksum_flags(xnbp, mp, 0);
2013 Nov 22
2
how to exports facts from puppetdb
Hi,
How can i export all the facts for all the nodes from puppetdb in cvs/xls
format.
My objective is to us Business Object or some other tool for creating my
infrastructure reports.
Can someone help/redirect me to the right documentation?
Kaustubh
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and
2010 Dec 15
2
rsync server bootscript - stop and status considerations
Hello :-)
I want to create a boot/shutdown script including the usual restart, start,
status and stop options (on Slackware64 13.1). Netsearching for prior art,
I did not find any comprehensive examples. The normal technique seems to be
to kill the process recorded in the PID file (let's call it the daemon) but
this does not terminate all the rsync server processes.
Experimenting and