https://bugzilla.samba.org/show_bug.cgi?id=7438
way...@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Comment #1 from way...@samba.org 2010-06-19 11:54 CST ------- A non-killable process typically means that it is stuck in the kernel, and can't be killed until it comes out again. That is also likely to be the cause of the hang -- it is trying to perform an operation that is hanging in the kernel. You should check the system calls that rsync is doing, perhaps by running it under an "strace" or "truss" type of program. That can help you to find out what is triggering the problem. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html