[Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
When I get downtime at work I have a Gentoo VM that I fire up on my laptop. Until today's "git pull" it worked just fine. As of today's pull, bootstrap, configure, make, install the IPV4 interfaces that I have defined are now giving a Hard Error. I can ping those IPV4 names from another term

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread Jason Godfrey
It is in mainline. There is a bug I plan on fixing this weekend that might be causing this. Is there any output in the window you run xastir from that seems relevant? - Jason On Fri, Jan 26, 2018 at 4:38 PM David Flood wrote: > When I get downtime at work I have a Gentoo VM that I fire up on my

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread Curt, WE7U
On Fri, 26 Jan 2018, Jason Godfrey wrote: It is in mainline. There is a bug I plan on fixing this weekend that might be causing this. Is there any output in the window you run xastir from that seems relevant? Also, is there a tag that David can check out from to bypass this one until it gets

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
As much as I hate bottom posting, it made sense to paste the window text right after your question below. The only other behavior that seems related is the "looking up " text that appears in the lower right corner of Xastir stays there for a long time before the failure. KD7MYC -Origin

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread Tom Russo
On Fri, Jan 26, 2018 at 02:53:58PM -0800, we recorded a bogon-computron collision of the flavor, containing: > On Fri, 26 Jan 2018, Jason Godfrey wrote: > > > It is in mainline. There is a bug I plan on fixing this weekend that might > > be causing this. > > > > Is there any output in the window

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
I'll probably have to wait until the fix is in: dflood@gentoo ~/src/Xastir $ git checkout -b undo-ipv6client Switched to a new branch 'undo-ipv6client' dflood@gentoo ~/src/Xastir $ git revert d8361698 error: commit d83616984b34c2c7b7bc0e1e76073931bdf6ef09 is a merge but no -m option was given.

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread Tom Russo
On Fri, Jan 26, 2018 at 03:07:58PM -0800, we recorded a bogon-computron collision of the flavor, containing: > I'll probably have to wait until the fix is in: > > > dflood@gentoo ~/src/Xastir $ git checkout -b undo-ipv6client > Switched to a new branch 'undo-ipv6client' > dflood@gentoo ~/src/Xa

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
Refresh my memory on how to run with debug levels?  I've always just run the main program. On 1/26/2018 3:25 PM, Tom Russo wrote: BTW, it seems clear that this bug involves something that's happening in "forked_getaddrinfo." You might gather useful data for Jason by running the buggy code wit

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread Tom Russo
File->Configure->Change Debug Level Set it to 1024 and click OK, should get a bunch of stuff spewed to the terminal when you try to connect to the interfaces that are failing. On Fri, Jan 26, 2018 at 03:47:08PM -0800, we recorded a bogon-computron collision of the flavor, containing: > Refresh

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
Start Host lookup Creating pipe Host fork Parent closing write end of pipe Host fork Child closing read end of pipe Set alarm Child closing write end of pipe Parent closing read end of pipe Socket connection for interface 0 type (10, 1, 6) failed: Network is unreachable This is OK since we have

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread Jason Godfrey
On Fri, Jan 26, 2018 at 5:25 PM, Tom Russo wrote: > > > Now your undo-ipv6client branch is an exact copy of the code from right > before > the ipv6client code was merged, and has none of the later commits, either. > > *NOW* you can switch back and forth between master and undo-ipv6client and > it'

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
alert_display_request alert_display_request alert_display_request shutdown_all_active_or_defined_port: 0 Shutting down port 0 Delete Device start Close a Network stream Net detach Net detach Start, port 0 net_detach():Net Close Returned 0, port 0 Net detach stop, port 0 port detach OK Cancel th

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread Jason Godfrey
Sorry about the bug. It looks like you are hitting the known bug. I've pushed a quick fix to https://github.com/godfreja/Xastir/tree/ipv6fix you can try if you would like. This will also fix the "IPv4 preferred over IPv6" issue that was also reported. Tom - while testing this fix I saw some odd i

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread Tom Russo
On Fri, Jan 26, 2018 at 06:24:50PM -0600, we recorded a bogon-computron collision of the flavor, containing: > Sorry about the bug. > > It looks like you are hitting the known bug. I've pushed a quick fix to > https://github.com/godfreja/Xastir/tree/ipv6fix you can try if you would > like. This

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
Ok, I'll give it all another look-see over the Weekendthat is if I can get X-win working on my home machines again (one of the problems with Gentoo...sometimes something else breaks)... David On 1/26/2018 4:24 PM, Jason Godfrey wrote: Sorry about the bug. It looks like you are hitting t

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread Jason Godfrey
I pushed another small change to the same repo that fixes the interaction between interfaces on error I saw. With that change all issues I am aware of should (knocks on wood) be fixed. 73 - Jason ___ Xastir-dev mailing list Xastir-dev@lists.xastir.org ht

Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread Tom Russo
On Fri, Jan 26, 2018 at 10:15:39PM -0600, we recorded a bogon-computron collision of the flavor, containing: > I pushed another small change to the same repo that fixes the interaction > between interfaces on error I saw. With that change all issues I am aware > of should (knocks on wood) be fixe