search for: 8fba

Displaying 3 results from an estimated 3 matches for "8fba".

Did you mean: 8f4a
2010 Jan 21
2
option 'auth users' in rsyncd.conf
...his 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>
2018 Jun 26
1
Samba works, but no acces to home directories
.../home is on a second disk: UUID=d3100e02-be82-43a0-af5b-054bcf6c0575  /boot        ext4  acl,user_xattr  0  2 UUID=91b5580b-6272-408e-bf24-1b7ffe07da55  swap         swap  defaults        0  0 UUID=d1413106-210d-4f03-8f60-699cf3486251  /            ext4  acl,user_xattr  0  1 UUID=086480e2-d313-495f-8fba-fef25c9149a3  /mnt/home/   ext4  acl,user_xattr  0  1 All shares are working EXCEPT the user homes. With a raised log level I found:   -------------------------- [2018/06/25 16:45:25.652326,  3] ../source3/smbd/smb2_server.c:3171(smbd_smb2_request_error_ex)   smbd_smb2_request_error_ex: smbd_smb2_...
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