https://bugzilla.samba.org/show_bug.cgi?id=6280
------- Comment #1 from sebastian_kap...@gmx.net 2009-04-20 16:00 CST ------- Three additional comments: 1. Updating the Solaris side of things to rsync-3.06 does not help. 2. Pushing to instead of pulling from Linux does not help. 3. Reproduce the behaviour with this code#include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> int main () { if (mknod ("test_fifo_fifi", 0777 | S_IFIFO, (dev_t)-1)) { perror ("mknod"); return 1; } unlink ("test_fifo_fifi"); return 0; } This works on Solaris, and does not work on Linux. The Linux docs are not completely clear as to if this should work. -- 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