[Bug 197035] sysutils/bbcp: segmentation fault and core dump when running latest version (20150113)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 18 20:16:56 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197035

--- Comment #14 from fjwcash at gmail.com ---
Aha!  Reading all of the comments in depth is helpful.  :)  I didn't notice the
mention of the net.inet6.ip6.v6only sysctl.

The following makes things work:

On the receiving server:
    sysctl net.inet6.ip6.v6only=0
    install bbcp-20150116.txz

On the sending server:
    sysctl net.inet6.ip6.v6only=0
    install bbcp-20150116.txz
    add "-4 c" to the start of the bbcp command

With the above, I am able to use the latest version of the bbcp package to send
data between servers.

Command-line used:

bbcp -4 c -N io "zfs send -I ${localpool}/${localfs}/${site}@${lastsnap} \
     ${localpool}/${localfs}/${site}@${yesterday}" \
     ${user}@${remotehost}:"${zfs} recv ${recvopts} ${rempool}"


Would it be possible to get a brief blurb about what the -4 option parameters
are?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list