Displaying 3 results from an estimated 3 matches for "siulung".
Did you mean:
sibling
2006 May 18
8
DO NOT REPLY [Bug 3784] New: Showing Progress without being Verbose
...g Progress without being Verbose
Product: rsync
Version: 3.0.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: Tam@SiuLung.com
QAContact: rsync-qa@samba.org
I'd like to rsync 100+ million files. I want to show the overall progress (e.g.
20% done) instead of generating one line per file like --progress.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving t...
2005 Feb 27
1
"not listening" notification
Hi dovecot,
My dovecot log shows this:
Feb 27 03:08:38 eta imap-login: Login: sltam [X.X.X.X]
Feb 27 03:09:38 eta imap-login: Disconnected: Inactivity [X.X.X.X]
Feb 27 03:10:32 eta dovecot: login: received another "not listening"
notification (if you can't login at all, see src/lib/fdpass.c)
Feb 27 03:10:42 eta dovecot-auth: Login process has too old (124s)
requests, killing it.
2005 Feb 03
2
dovecot-auth hangs with IO leak
Hi dovecot,
I am using the debian dovecot packages on a system running LDAP.
My /etc/pam.d/common-* looks like this, which simply means try /etc/passwd first, and try LDAP using the same password if it is failed.
account [success=1 default=ignore] pam_unix.so
account required pam_ldap.so use_first_pass
account required pam_permit.so
auth [success=1 default=ignore] pam_unix.so
auth