Skip to content

tmux troubles with port_associate on pkgsrc illumos #988

@whorfin

Description

@whorfin

Greetings
And apologies if this is "the wrong place", I took the "please file it" request to heart, and the mailinglist link was broken.
Using

https://pkgsrc.joyent.com/packages/SmartOS/trunk/x86_64/All

on

$ uname -a
SunOS serverbox 5.11 omnios-r151030-5bd7739fe4 i86pc i386 i86pc illumos

and having installed tmux-3.2

I noticed that vim "fakeclip" package was badly misbehaving. And I tracked it down to a very simple repro case:

$ tmux load-buffer test.txt
[warn] port_associate: Not owner

I don't always get the port_associate message, but it's not just a warning - the tmux command hangs and must be manually killed. Sometimes it works fine.
Something is annoyingly, intermittently amiss.

tmux show-buffer is similarly affected, although I have found that this always works:

$ tmux show-buffer

while redirection sometimes triggers the port_associate hanging "warning"

$ tmux show-buffer >/tmp/busted
[warn] port_associate: Not owner
[warn] port_associate: Not owner

Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions