Flent-users discussion archives
 help / color / mirror / Atom feed
* Re: [Flent-users] [tohojo/flent] Tests not Completing When Ran in Windows 10 Ubuntu Subsystem (#130)
       [not found] <tohojo/flent/issues/130@github.com>
@ 2018-03-23  9:54 ` Toke Høiland-Jørgensen
  2018-03-23 23:00 ` Toke Høiland-Jørgensen
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: Toke Høiland-Jørgensen @ 2018-03-23  9:54 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed


[-- Attachment #1.1: Type: text/plain, Size: 712 bytes --]

Jonathan Beaudoin <notifications@github.com> writes:

> Setup flent in my Ubuntu subsystem for Windows 10 using Xming server to show the GUI.
>
> When I run the built-in tests they never complete (image below has
> been stuck at 100% for 20 minutes). Is there any additional logging I
> can turn on to try and figure this out?

Hmm, could you try running the test from the command line and enabling
logging?

flent -v -L debug.log rrul_be <hostname>

and see if (a) that works and (b) if not, post the log somewhere?

-Toke


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/130#issuecomment-375599669

[-- Attachment #1.2: Type: text/html, Size: 2924 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Flent-users] [tohojo/flent] Tests not Completing When Ran in Windows 10 Ubuntu Subsystem (#130)
       [not found] <tohojo/flent/issues/130@github.com>
  2018-03-23  9:54 ` [Flent-users] [tohojo/flent] Tests not Completing When Ran in Windows 10 Ubuntu Subsystem (#130) Toke Høiland-Jørgensen
@ 2018-03-23 23:00 ` Toke Høiland-Jørgensen
  2018-03-24 15:36 ` Toke Høiland-Jørgensen
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: Toke Høiland-Jørgensen @ 2018-03-23 23:00 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed


[-- Attachment #1.1: Type: text/plain, Size: 856 bytes --]

Jonathan Beaudoin <notifications@github.com> writes:

> @tohojo 
>
> Unfortunately, command line did not work either. Ran the test and left it for 30 minutes, here is the output from the log file.
>
> `
> 2018-03-23 13:43:23,151 [flent.settings] DEBUG: Executing test environment file /usr/share/flent/flent/tests/rrul_be.conf
> 2018-03-23 13:43:23,159 [flent.settings] INFO: Started Flent 1.2.0 using Python 3.5.2.
> 2018-03-23 13:43:23,163 [flent.settings] DEBUG: Executing test
> environment file /usr/share/flent/flent/tests/rrul_be.conf

Wait, this is the *only* output you see? This is decidedly odd. Could
you run flent under strace to see why it stops?

-Toke


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/130#issuecomment-375820217

[-- Attachment #1.2: Type: text/html, Size: 3228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Flent-users] [tohojo/flent] Tests not Completing When Ran in Windows 10 Ubuntu Subsystem (#130)
       [not found] <tohojo/flent/issues/130@github.com>
  2018-03-23  9:54 ` [Flent-users] [tohojo/flent] Tests not Completing When Ran in Windows 10 Ubuntu Subsystem (#130) Toke Høiland-Jørgensen
  2018-03-23 23:00 ` Toke Høiland-Jørgensen
@ 2018-03-24 15:36 ` Toke Høiland-Jørgensen
  2018-03-24 18:35 ` Toke Høiland-Jørgensen
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: Toke Høiland-Jørgensen @ 2018-03-24 15:36 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed


[-- Attachment #1.1: Type: text/plain, Size: 579 bytes --]

Okay, this is decidedly weird. From the strace output it looks like Flent is writing more stuff to stderr, but it never appears anywhere. But there is also definitely log output missing; looks like only the log lines from the settings module are actually output.

I think I have a windows 10 VM lying around somewhere, so I'll see if I can replicate this. Did you install Flent from the PPA?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/130#issuecomment-375898615

[-- Attachment #1.2: Type: text/html, Size: 2510 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Flent-users] [tohojo/flent] Tests not Completing When Ran in Windows 10 Ubuntu Subsystem (#130)
       [not found] <tohojo/flent/issues/130@github.com>
                   ` (2 preceding siblings ...)
  2018-03-24 15:36 ` Toke Høiland-Jørgensen
@ 2018-03-24 18:35 ` Toke Høiland-Jørgensen
  2018-03-27 14:11 ` Toke Høiland-Jørgensen
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: Toke Høiland-Jørgensen @ 2018-03-24 18:35 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed


[-- Attachment #1.1: Type: text/plain, Size: 323 bytes --]

There is definitely a risk that it is not something that can easily be worked around in flent. But it is still really odd behaviour...


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/130#issuecomment-375915001

[-- Attachment #1.2: Type: text/html, Size: 1972 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Flent-users] [tohojo/flent] Tests not Completing When Ran in Windows 10 Ubuntu Subsystem (#130)
       [not found] <tohojo/flent/issues/130@github.com>
                   ` (3 preceding siblings ...)
  2018-03-24 18:35 ` Toke Høiland-Jørgensen
@ 2018-03-27 14:11 ` Toke Høiland-Jørgensen
  2018-03-27 20:16 ` Toke Høiland-Jørgensen
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: Toke Høiland-Jørgensen @ 2018-03-27 14:11 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed


[-- Attachment #1.1: Type: text/plain, Size: 395 bytes --]

OK, so tried this on win10 and could not reproduce the behaviour you are seeing.

The ping binary doesn't work properly on win10, though; could you try to see what happens if you run the tcp_1up_noping test?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/130#issuecomment-376539566

[-- Attachment #1.2: Type: text/html, Size: 2126 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Flent-users] [tohojo/flent] Tests not Completing When Ran in Windows 10 Ubuntu Subsystem (#130)
       [not found] <tohojo/flent/issues/130@github.com>
                   ` (4 preceding siblings ...)
  2018-03-27 14:11 ` Toke Høiland-Jørgensen
@ 2018-03-27 20:16 ` Toke Høiland-Jørgensen
  2018-03-28  7:43 ` Toke Høiland-Jørgensen
  2018-03-28  9:58 ` Toke Høiland-Jørgensen
  7 siblings, 0 replies; 8+ messages in thread
From: Toke Høiland-Jørgensen @ 2018-03-27 20:16 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed


[-- Attachment #1.1: Type: text/plain, Size: 430 bytes --]

It just occurred to me that the issue might be a hanging hostname lookup. I've added a debug statement before looking up hostnames, so if you could try running the git version with -v, it should be pretty clear if this is what is happening...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/130#issuecomment-376660265

[-- Attachment #1.2: Type: text/html, Size: 2199 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Flent-users] [tohojo/flent] Tests not Completing When Ran in Windows 10 Ubuntu Subsystem (#130)
       [not found] <tohojo/flent/issues/130@github.com>
                   ` (5 preceding siblings ...)
  2018-03-27 20:16 ` Toke Høiland-Jørgensen
@ 2018-03-28  7:43 ` Toke Høiland-Jørgensen
  2018-03-28  9:58 ` Toke Høiland-Jørgensen
  7 siblings, 0 replies; 8+ messages in thread
From: Toke Høiland-Jørgensen @ 2018-03-28  7:43 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed


[-- Attachment #1.1: Type: text/plain, Size: 519 bytes --]

Jonathan Beaudoin <notifications@github.com> writes:

> @tohojo this seems to be an issue with the subsystem in windows.
>
> https://github.com/Microsoft/WSL/issues/2026
>
> thanks for your help.

Ah, right, nice catch. Might be worth dealing with the case where the
metadata gathering commands hang. I'll look into that :)

-Toke


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/130#issuecomment-376792466

[-- Attachment #1.2: Type: text/html, Size: 2502 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Flent-users] [tohojo/flent] Tests not Completing When Ran in Windows 10 Ubuntu Subsystem (#130)
       [not found] <tohojo/flent/issues/130@github.com>
                   ` (6 preceding siblings ...)
  2018-03-28  7:43 ` Toke Høiland-Jørgensen
@ 2018-03-28  9:58 ` Toke Høiland-Jørgensen
  7 siblings, 0 replies; 8+ messages in thread
From: Toke Høiland-Jørgensen @ 2018-03-28  9:58 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed


[-- Attachment #1.1: Type: text/plain, Size: 239 bytes --]

Closed #130 via 92fa82f0f784b9adf43d684d38e703fff195bb39.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/130#event-1545197848

[-- Attachment #1.2: Type: text/html, Size: 2133 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-03-28  9:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tohojo/flent/issues/130@github.com>
2018-03-23  9:54 ` [Flent-users] [tohojo/flent] Tests not Completing When Ran in Windows 10 Ubuntu Subsystem (#130) Toke Høiland-Jørgensen
2018-03-23 23:00 ` Toke Høiland-Jørgensen
2018-03-24 15:36 ` Toke Høiland-Jørgensen
2018-03-24 18:35 ` Toke Høiland-Jørgensen
2018-03-27 14:11 ` Toke Høiland-Jørgensen
2018-03-27 20:16 ` Toke Høiland-Jørgensen
2018-03-28  7:43 ` Toke Høiland-Jørgensen
2018-03-28  9:58 ` Toke Høiland-Jørgensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox