From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) by mail.toke.dk (Postfix) with ESMTPS id CCE5987EA58 for ; Thu, 19 Aug 2021 04:00:39 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=I1X5MGtd Received: from github.com (hubbernetes-node-895fcae.ac4-iad.github.net [10.52.200.39]) by smtp.github.com (Postfix) with ESMTPA id 45126520606 for ; Wed, 18 Aug 2021 19:00:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1629338438; bh=Js+p5vnNEoNOsw1h45tkHkEReLMD80aiO869/uSzOzU=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=I1X5MGtdaoS4ZRCy6iOsSKfkJVR+d+3e+A/8Rh+ucvkUwDVGn1pZqLbCoGUAwBDfS Hq8WI16rGXJP+GWYX8hFSDMFMfQreGGBJe6TOYZXdoZe3HL+1frT1f26scVbdnMe6r XZ4X7zCFBTnqQ2A20FVYLgdJ5yeM4ZI7Mc9jRf4Y= Date: Wed, 18 Aug 2021 19:00:38 -0700 From: luochongjun To: tohojo/flent Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_611dbb4641d26_5f9c74c67270"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: luochongjun X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Message-ID-Hash: RUP34AZINWXRLOOPCWHVGNTJLLKD4UZ2 X-Message-ID-Hash: RUP34AZINWXRLOOPCWHVGNTJLLKD4UZ2 X-MailFrom: noreply@github.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.4 Reply-To: tohojo/flent Subject: [Flent-users] [tohojo/flent] dosen't run on windows (#233) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_611dbb4641d26_5f9c74c67270 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit In win10 environment running flent, the following error appears, is it possible to fix? ``` [D:\]$ flent rrul -p ping_cdf -l 60 -H netperf.bufferbloat.net -t text-to-be-included-in-plot -o filename.png Starting Flent 2.0.1 using Python 3.8.0. Starting rrul test. Expected run time: 70 seconds. Traceback (most recent call last): File "e:\python38\lib\runpy.py", line 192, in _run_module_as_main return _run_code(code, main_globals, None, File "e:\python38\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "E:\python38\Scripts\flent.exe\__main__.py", line 9, in File "e:\python38\lib\site-packages\flent\__init__.py", line 60, in run_flent b.run() File "e:\python38\lib\site-packages\flent\batch.py", line 618, in run return self.run_test(self.settings, self.settings.DATA_DIR, True) File "e:\python38\lib\site-packages\flent\batch.py", line 515, in run_test res = self.agg.postprocess(self.agg.aggregate(res)) File "e:\python38\lib\site-packages\flent\aggregators.py", line 237, in aggregate measurements, metadata, raw_values = self.collect() File "e:\python38\lib\site-packages\flent\aggregators.py", line 110, in collect signal.signal(signal.SIGUSR1, handle_usr1) AttributeError: module 'signal' has no attribute 'SIGUSR1' ``` -- 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/233 ----==_mimepart_611dbb4641d26_5f9c74c67270 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

In win10 environment running flent, the following error appears, is it possible to fix?

[D:\]$ flent rrul -p ping_cdf -l 60 -H netperf.bufferbloat.net -t text-to-be-included-in-plot -o filename.png
Starting Flent 2.0.1 using Python 3.8.0.
Starting rrul test. Expected run time: 70 seconds.
Traceback (most recent call last):
  File "e:\python38\lib\runpy.py", line 192, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "e:\python38\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "E:\python38\Scripts\flent.exe\__main__.py", line 9, in <module>
  File "e:\python38\lib\site-packages\flent\__init__.py", line 60, in run_flent
    b.run()
  File "e:\python38\lib\site-packages\flent\batch.py", line 618, in run
    return self.run_test(self.settings, self.settings.DATA_DIR, True)
  File "e:\python38\lib\site-packages\flent\batch.py", line 515, in run_test
    res = self.agg.postprocess(self.agg.aggregate(res))
  File "e:\python38\lib\site-packages\flent\aggregators.py", line 237, in aggregate
    measurements, metadata, raw_values = self.collect()
  File "e:\python38\lib\site-packages\flent\aggregators.py", line 110, in collect
    signal.signal(signal.SIGUSR1, handle_usr1)
AttributeError: module 'signal' has no attribute 'SIGUSR1'


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

----==_mimepart_611dbb4641d26_5f9c74c67270--