https://bugzilla.novell.com/show_bug.cgi?id=282196 ------- Comment #4 from axboe@kernel.dk 2007-06-08 06:10 MST ------- The test above was run on 10.3-alpha4, the strace there apparently knows about splice. Perhaps the compile flags has something to do with it as well, try: gcc -Wall -O2 -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 and see if it still works. EINVAL is somewhat odd, is the kernel too old? You should not see an EINVAL, unless your filesystem doesn't support splice. Again, that might be due to an older kernel. ext2/ext3/reiser should be fine since the beginning irc. Also, if you can give it a go on a 10.3-alpha and verify with strace there as well, it would help. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.