From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) by mail.toke.dk (Postfix) with ESMTPS id C883285646E for ; Tue, 8 Jun 2021 12:46:05 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=B/6mrOaI Received: from github.com (hubbernetes-node-0cf6174.ash1-iad.github.net [10.56.110.58]) by smtp.github.com (Postfix) with ESMTPA id 250D0840325 for ; Tue, 8 Jun 2021 03:46:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1623149164; bh=YP2uZ7+lgtlMibJC8wgefTbDSaEqDZmaQD8ZB3SvEWc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=B/6mrOaICp/NTq6EX6bd+YIRx65LCe2cGMziJJkFX6CDJX380eQNy+OQAfJ6Ssoru UN92ibSREBs28puoFJY/RDBEyEkeyw6DerRO8oB3UcCNnAOSChUmKyFQkmsD+ok1fP lNQY6U/t6xZjOpXIGGap2K1VexsKqJicTO/daUqc= Date: Tue, 08 Jun 2021 03:46:04 -0700 From: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_60bf4a6c221f9_1149c6fc839a2"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: tohojo 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: 4T7GP5QSIHI7FHMWCXQ4ZUIOUHT65KKZ X-Message-ID-Hash: 4T7GP5QSIHI7FHMWCXQ4ZUIOUHT65KKZ 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] Re: [tohojo/flent] Issues running flent / packaging into container (#226) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_60bf4a6c221f9_1149c6fc839a2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable xciter327 ***@***.***> writes:=0D =0D > I wanted to run some test on Fedora 34, which seems to have lost the ne= tperf package. So I decided to give packaging Flent into a container a go= . I'm having some issues actually running the thing.=0D > Output from tring to run it:=0D > ```=0D > =E2=9E=9C flent git:(master) =E2=9C=97 podman run -it --network=3Dhost= 0c4ea2cce3e flent rrul -p all_scaled -l 60 -H netperf.bufferbloat.net=0D= > Started Flent 2.0.0 using Python 3.9.5.=0D > Traceback (most recent call last):=0D > File "/usr/bin/flent", line 33, in =0D > sys.exit(load_entry_point('flent=3D=3D2.0.0', 'console_scripts', 'r= un')())=0D > File "/usr/share/flent/flent/__init__.py", line 59, in run_flent=0D > b.run()=0D > File "/usr/share/flent/flent/batch.py", line 617, in run=0D > return self.run_test(self.settings, self.settings.DATA_DIR, True)=0D= > File "/usr/share/flent/flent/batch.py", line 505, in run_test=0D > record_metadata(res, settings.EXTENDED_METADATA,=0D > File "/usr/share/flent/flent/metadata.py", line 132, in record_metada= ta=0D > m['MODULE_VERSIONS'] =3D get_module_versions()=0D > File "/usr/share/flent/flent/metadata.py", line 514, in get_module_ve= rsions=0D > version_strings.split(=0D > AttributeError: 'NoneType' object has no attribute 'split'=0D > ```=0D =0D Hmm, my guess would be that this happens because the container doesn't=0D= have 'hexdump' available. Really shouldn't cause a crash, though, that's=0D= definitely a bug...=0D =0D And yeah, I really ought to do something about that missing netperf=0D package (you're the second person pointing it out in the last couple of=0D= days)...=0D =0D =0D -- =0D You are receiving this because you are subscribed to this thread.=0D Reply to this email directly or view it on GitHub:=0D https://github.com/tohojo/flent/issues/226#issuecomment-856657814= ----==_mimepart_60bf4a6c221f9_1149c6fc839a2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

=0D xciter327 ***@***.***> writes:
=0D
=0D > I wanted to run some test on Fedora 34, which seems to have lost the= netperf package. So I decided to give packaging Flent into a container a= go. I'm having some issues actually running the thing.
=0D > Output from tring to run it:
=0D > ```
=0D > =E2=9E=9C flent git:(master) =E2=9C=97 podman run -it --network=3Dh= ost 0c4ea2cce3e flent rrul -p all_scaled -l 60 -H netperf.bufferbloat.net=
=0D > Started Flent 2.0.0 using Python 3.9.5.
=0D > Traceback (most recent call last):
=0D > File "/usr/bin/flent", line 33, in <module>
=0D= > sys.exit(load_entry_point('flent=3D=3D2.0.0', 'conso= le_scripts', 'run')())
=0D > File "/usr/share/flent/flent/__init__.py", line 59, in r= un_flent
=0D > b.run()
=0D > File "/usr/share/flent/flent/batch.py", line 617, in run=
=0D > return self.run_test(self.settings, self.settings.DATA_DIR, True= )
=0D > File "/usr/share/flent/flent/batch.py", line 505, in run= _test
=0D > record_metadata(res, settings.EXTENDED_METADATA,
=0D > File "/usr/share/flent/flent/metadata.py", line 132, in = record_metadata
=0D > m['MODULE_VERSIONS'] =3D get_module_versions()
=0D > File "/usr/share/flent/flent/metadata.py", line 514, in = get_module_versions
=0D > version_strings.split(
=0D > AttributeError: 'NoneType' object has no attribute 'spli= t'
=0D > ```
=0D
=0D Hmm, my guess would be that this happens because the container doesn'= t
=0D have 'hexdump' available. Really shouldn't cause a crash, tho= ugh, that's
=0D definitely a bug...
=0D
=0D And yeah, I really ought to do something about that missing netperf
=0D= package (you're the second person pointing it out in the last couple = of
=0D days)...
=0D =0D =0D

&m= dash;
You are receiving this because you are subscribed to this thre= ad.
Reply to this email directly, view it on GitHub, or unsubscribe.3D""

=0D = ----==_mimepart_60bf4a6c221f9_1149c6fc839a2--