Lets make wifi fast again!
 help / color / mirror / Atom feed
* [Make-wifi-fast] Fastest way to setup netperf and flent?
@ 2019-09-04  9:36 Valent Turkovic
  2019-09-04 10:03 ` Toke Høiland-Jørgensen
  2019-09-04 10:31 ` Louie Lu
  0 siblings, 2 replies; 14+ messages in thread
From: Valent Turkovic @ 2019-09-04  9:36 UTC (permalink / raw)
  To: make-wifi-fast

[-- Attachment #1: Type: text/plain, Size: 859 bytes --]

Hi all,
what is the easiest way to get flent and netperf running?

I'm helping one student with his paper which is comparing effect of AQM
protocols, and I suggested that he uses flent and netperf. He contacted me
and said that he had problems with running netperf, I tought that it was
only his lack of linux knowledge and that I'll get him unstuck really fast.

I'm a Fedora user and I tried all Fedora and CentOS rpm packages I found
for netperf and all of them are missing correct compile option and give
this error:
ERROR: Runner TCP upload BE failed check: /usr/bin/netperf does not support
demo mode.

Seams that Fedora packages didn't read instructions for compiling and I'll
contact them and let them know.

So now I'm looking for your experience and to point me in the right
direction. Should I try some version of Ubuntu or Arch?

Thanks!

Valent.

[-- Attachment #2: Type: text/html, Size: 1084 bytes --]

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

* Re: [Make-wifi-fast] Fastest way to setup netperf and flent?
  2019-09-04  9:36 [Make-wifi-fast] Fastest way to setup netperf and flent? Valent Turkovic
@ 2019-09-04 10:03 ` Toke Høiland-Jørgensen
  2019-09-04 10:32   ` Valent Turkovic
  2019-09-04 10:31 ` Louie Lu
  1 sibling, 1 reply; 14+ messages in thread
From: Toke Høiland-Jørgensen @ 2019-09-04 10:03 UTC (permalink / raw)
  To: Valent Turkovic, make-wifi-fast

Valent Turkovic <valent@otvorenamreza.org> writes:

> Hi all,
> what is the easiest way to get flent and netperf running?
>
> I'm helping one student with his paper which is comparing effect of AQM
> protocols, and I suggested that he uses flent and netperf. He contacted me
> and said that he had problems with running netperf, I tought that it was
> only his lack of linux knowledge and that I'll get him unstuck really fast.
>
> I'm a Fedora user and I tried all Fedora and CentOS rpm packages I found
> for netperf and all of them are missing correct compile option and give
> this error:
> ERROR: Runner TCP upload BE failed check: /usr/bin/netperf does not support
> demo mode.
>
> Seams that Fedora packages didn't read instructions for compiling and I'll
> contact them and let them know.
>
> So now I'm looking for your experience and to point me in the right
> direction. Should I try some version of Ubuntu or Arch?

The package in Debian/Ubuntu  non-free should work. Otherwise, it's
fairly straight forward to compile netperf from source. If you just
stick it in /usr/local/bin (i.e., $PATH before the system-package
version), Flent should pick it up from there...

-Toke

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

* Re: [Make-wifi-fast] Fastest way to setup netperf and flent?
  2019-09-04  9:36 [Make-wifi-fast] Fastest way to setup netperf and flent? Valent Turkovic
  2019-09-04 10:03 ` Toke Høiland-Jørgensen
@ 2019-09-04 10:31 ` Louie Lu
  2019-09-04 10:34   ` Valent Turkovic
  1 sibling, 1 reply; 14+ messages in thread
From: Louie Lu @ 2019-09-04 10:31 UTC (permalink / raw)
  To: Valent Turkovic; +Cc: make-wifi-fast

[-- Attachment #1: Type: text/plain, Size: 1520 bytes --]

Hi Valent,

You will need to build netperf from source:

   https://github.com/HewlettPackard/netperf

   $ ./configure --enable-demo
   $ make
   $ make install

You may need to install devel package first (compiler ...etc)


Then you should get the netperf that enable the demo mode

Best Regards,
Louie.

Valent Turkovic <valent@otvorenamreza.org> 於 2019年9月4日 週三 下午5:37寫道:

> Hi all,
> what is the easiest way to get flent and netperf running?
>
> I'm helping one student with his paper which is comparing effect of AQM
> protocols, and I suggested that he uses flent and netperf. He contacted me
> and said that he had problems with running netperf, I tought that it was
> only his lack of linux knowledge and that I'll get him unstuck really fast.
>
> I'm a Fedora user and I tried all Fedora and CentOS rpm packages I found
> for netperf and all of them are missing correct compile option and give
> this error:
> ERROR: Runner TCP upload BE failed check: /usr/bin/netperf does not
> support demo mode.
>
> Seams that Fedora packages didn't read instructions for compiling and I'll
> contact them and let them know.
>
> So now I'm looking for your experience and to point me in the right
> direction. Should I try some version of Ubuntu or Arch?
>
> Thanks!
>
> Valent.
> _______________________________________________
> Make-wifi-fast mailing list
> Make-wifi-fast@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/make-wifi-fast

[-- Attachment #2: Type: text/html, Size: 2403 bytes --]

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

* Re: [Make-wifi-fast] Fastest way to setup netperf and flent?
  2019-09-04 10:03 ` Toke Høiland-Jørgensen
@ 2019-09-04 10:32   ` Valent Turkovic
  0 siblings, 0 replies; 14+ messages in thread
From: Valent Turkovic @ 2019-09-04 10:32 UTC (permalink / raw)
  To: Toke Høiland-Jørgensen; +Cc: make-wifi-fast

[-- Attachment #1: Type: text/plain, Size: 381 bytes --]

>
> The package in Debian/Ubuntu  non-free should work. Otherwise, it's
> fairly straight forward to compile netperf from source. If you just
> stick it in /usr/local/bin (i.e., $PATH before the system-package
> version), Flent should pick it up from there...
>
> -Toke
>

Thanks, you were right, it was easy to compile netperf on Fedora, got it
running without problems.

Valent.

[-- Attachment #2: Type: text/html, Size: 637 bytes --]

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

* Re: [Make-wifi-fast] Fastest way to setup netperf and flent?
  2019-09-04 10:31 ` Louie Lu
@ 2019-09-04 10:34   ` Valent Turkovic
  2019-09-04 20:06     ` Valent Turkovic
  0 siblings, 1 reply; 14+ messages in thread
From: Valent Turkovic @ 2019-09-04 10:34 UTC (permalink / raw)
  To: Louie Lu; +Cc: make-wifi-fast

[-- Attachment #1: Type: text/plain, Size: 1941 bytes --]

Just a small correction, there is one step before ./configure, and full
procedure to compile netperf is:

   $ git clone git@github.com:HewlettPackard/netperf.git
   $ cd netperf
   $ ./autogen.sh
   $ ./configure --enable-demo
   $ make
   $ sudo make install

Cheers,
Valent.

On Wed, Sep 4, 2019 at 12:32 PM Louie Lu <me@louie.lu> wrote:

> Hi Valent,
>
> You will need to build netperf from source:
>
>    https://github.com/HewlettPackard/netperf
>
>    $ ./configure --enable-demo
>    $ make
>    $ make install
>
> You may need to install devel package first (compiler ...etc)
>
>
> Then you should get the netperf that enable the demo mode
>
> Best Regards,
> Louie.
>
> Valent Turkovic <valent@otvorenamreza.org> 於 2019年9月4日 週三 下午5:37寫道:
>
>> Hi all,
>> what is the easiest way to get flent and netperf running?
>>
>> I'm helping one student with his paper which is comparing effect of AQM
>> protocols, and I suggested that he uses flent and netperf. He contacted me
>> and said that he had problems with running netperf, I tought that it was
>> only his lack of linux knowledge and that I'll get him unstuck really fast.
>>
>> I'm a Fedora user and I tried all Fedora and CentOS rpm packages I found
>> for netperf and all of them are missing correct compile option and give
>> this error:
>> ERROR: Runner TCP upload BE failed check: /usr/bin/netperf does not
>> support demo mode.
>>
>> Seams that Fedora packages didn't read instructions for compiling and
>> I'll contact them and let them know.
>>
>> So now I'm looking for your experience and to point me in the right
>> direction. Should I try some version of Ubuntu or Arch?
>>
>> Thanks!
>>
>> Valent.
>> _______________________________________________
>> Make-wifi-fast mailing list
>> Make-wifi-fast@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/make-wifi-fast
>
>

[-- Attachment #2: Type: text/html, Size: 3186 bytes --]

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

* Re: [Make-wifi-fast] Fastest way to setup netperf and flent?
  2019-09-04 10:34   ` Valent Turkovic
@ 2019-09-04 20:06     ` Valent Turkovic
  2019-09-04 20:32       ` Valent Turkovic
  0 siblings, 1 reply; 14+ messages in thread
From: Valent Turkovic @ 2019-09-04 20:06 UTC (permalink / raw)
  To: make-wifi-fast

[-- Attachment #1: Type: text/plain, Size: 465 bytes --]

Finally got netperf and flent working on Raspberry Pi, thanks Toke to
pushing me in the right direction of manual compilation.

Here are the steps to get netperf and flent working of latest clean Rasbian
install:

   $ sudo apt install autotools-dev automake
   $ git clone https://github.com/HewlettPackard/netperf.git
   $ cd netperf
   $ ./autogen.sh
   $ ./configure --enable-demo
   $ make
   $ sudo make install
   $ sudo pip install flent

And that is it :)

[-- Attachment #2: Type: text/html, Size: 1214 bytes --]

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

* Re: [Make-wifi-fast] Fastest way to setup netperf and flent?
  2019-09-04 20:06     ` Valent Turkovic
@ 2019-09-04 20:32       ` Valent Turkovic
  2019-09-04 20:35         ` Valent Turkovic
  0 siblings, 1 reply; 14+ messages in thread
From: Valent Turkovic @ 2019-09-04 20:32 UTC (permalink / raw)
  To: make-wifi-fast

[-- Attachment #1: Type: text/plain, Size: 860 bytes --]

On Wed, Sep 4, 2019 at 10:06 PM Valent Turkovic <valent@otvorenamreza.org>
wrote:

> Finally got netperf and flent working on Raspberry Pi, thanks Toke to
> pushing me in the right direction of manual compilation.
>
> Here are the steps to get netperf and flent working of latest clean
> Rasbian install:
>
>    $ sudo apt install autotools-dev automake
>    $ git clone https://github.com/HewlettPackard/netperf.git
>    $ cd netperf
>    $ ./autogen.sh
>    $ ./configure --enable-demo
>    $ make
>    $ sudo make install
>    $ sudo pip install flent
>
> And that is it :)
>

In order to get plots to work matplotlib needs to be installed, so:
    $ sudo pip install matplotlib

I also answered this question raised on Raspberry Pi StackExchange:
https://raspberrypi.stackexchange.com/questions/99695/netperf-command-doesnt-exist-on-raspbian/102218#102218

[-- Attachment #2: Type: text/html, Size: 1686 bytes --]

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

* Re: [Make-wifi-fast] Fastest way to setup netperf and flent?
  2019-09-04 20:32       ` Valent Turkovic
@ 2019-09-04 20:35         ` Valent Turkovic
  2019-09-05  9:57           ` Toke Høiland-Jørgensen
  0 siblings, 1 reply; 14+ messages in thread
From: Valent Turkovic @ 2019-09-04 20:35 UTC (permalink / raw)
  To: make-wifi-fast

[-- Attachment #1: Type: text/plain, Size: 1866 bytes --]

Strange, flent is not seeing matplotlib, any ideas?

pi@raspberrypi:~/netperf $ sudo pip install matplotlib
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: matplotlib in
/usr/local/lib/python2.7/dist-packages (2.2.4)
Requirement already satisfied: subprocess32 in
/usr/local/lib/python2.7/dist-packages (from matplotlib) (3.5.4)
Requirement already satisfied: cycler>=0.10 in
/usr/local/lib/python2.7/dist-packages (from matplotlib) (0.10.0)
Requirement already satisfied: python-dateutil>=2.1 in
/usr/local/lib/python2.7/dist-packages (from matplotlib) (2.8.0)
Requirement already satisfied: kiwisolver>=1.0.1 in
/usr/local/lib/python2.7/dist-packages (from matplotlib) (1.1.0)
Requirement already satisfied: numpy>=1.7.1 in
/usr/lib/python2.7/dist-packages (from matplotlib) (1.16.2)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in
/usr/local/lib/python2.7/dist-packages (from matplotlib) (2.4.2)
Requirement already satisfied: backports.functools-lru-cache in
/usr/local/lib/python2.7/dist-packages (from matplotlib) (1.5)
Requirement already satisfied: six>=1.10 in
/usr/lib/python2.7/dist-packages (from matplotlib) (1.12.0)
Requirement already satisfied: pytz in
/usr/local/lib/python2.7/dist-packages (from matplotlib) (2019.2)
Requirement already satisfied: setuptools in
/usr/lib/python2.7/dist-packages (from kiwisolver>=1.0.1->matplotlib)
(40.8.0)
pi@raspberrypi:~/netperf $
pi@raspberrypi:~/netperf $ flent rrul -p all_scaled -l 60 -H
netperf.bufferbloat.net -t "Download and upload test" -o flent.png
Started Flent 1.3.0 using Python 2.7.16.
Starting rrul test. Expected run time: 70 seconds.
Data file written to
./rrul-2019-09-04T223321.866440.Download_and_upload_test.flent.gz.
ERROR: Unable to plot -- matplotlib is missing! Please install it if you
want plots.

[-- Attachment #2: Type: text/html, Size: 2149 bytes --]

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

* Re: [Make-wifi-fast] Fastest way to setup netperf and flent?
  2019-09-04 20:35         ` Valent Turkovic
@ 2019-09-05  9:57           ` Toke Høiland-Jørgensen
  2019-09-05 18:17             ` Valent Turkovic
  0 siblings, 1 reply; 14+ messages in thread
From: Toke Høiland-Jørgensen @ 2019-09-05  9:57 UTC (permalink / raw)
  To: Valent Turkovic, make-wifi-fast

Valent Turkovic <valent@otvorenamreza.org> writes:

> Strange, flent is not seeing matplotlib, any ideas?

Could you try running Flent with `-v --debug-error`, please? My guess
would be a missing backend or something like that...

-Toke

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

* Re: [Make-wifi-fast] Fastest way to setup netperf and flent?
  2019-09-05  9:57           ` Toke Høiland-Jørgensen
@ 2019-09-05 18:17             ` Valent Turkovic
  2019-09-05 20:22               ` Toke Høiland-Jørgensen
  0 siblings, 1 reply; 14+ messages in thread
From: Valent Turkovic @ 2019-09-05 18:17 UTC (permalink / raw)
  To: Toke Høiland-Jørgensen; +Cc: make-wifi-fast

[-- Attachment #1: Type: text/plain, Size: 414 bytes --]

On Thu, Sep 5, 2019 at 11:57 AM Toke Høiland-Jørgensen <toke@redhat.com>
wrote:

> Valent Turkovic <valent@otvorenamreza.org> writes:
>
> > Strange, flent is not seeing matplotlib, any ideas?
>
> Could you try running Flent with `-v --debug-error`, please? My guess
> would be a missing backend or something like that...
>
> -Toke
>

Sure, here it is - https://pastebin.com/raw/MWnbKrXn

Valent.

[-- Attachment #2: Type: text/html, Size: 866 bytes --]

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

* Re: [Make-wifi-fast] Fastest way to setup netperf and flent?
  2019-09-05 18:17             ` Valent Turkovic
@ 2019-09-05 20:22               ` Toke Høiland-Jørgensen
  2019-09-05 20:59                 ` Valent Turkovic
  0 siblings, 1 reply; 14+ messages in thread
From: Toke Høiland-Jørgensen @ 2019-09-05 20:22 UTC (permalink / raw)
  To: Valent Turkovic; +Cc: make-wifi-fast

Valent Turkovic <valent@otvorenamreza.org> writes:

> On Thu, Sep 5, 2019 at 11:57 AM Toke Høiland-Jørgensen <toke@redhat.com>
> wrote:
>
>> Valent Turkovic <valent@otvorenamreza.org> writes:
>>
>> > Strange, flent is not seeing matplotlib, any ideas?
>>
>> Could you try running Flent with `-v --debug-error`, please? My guess
>> would be a missing backend or something like that...
>>
>> -Toke
>>
>
> Sure, here it is - https://pastebin.com/raw/MWnbKrXn

Hmm. It seems that matplotlib is not pulling in numpy as a dependency;
try 'pip install numpy'?

-Toke

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

* Re: [Make-wifi-fast] Fastest way to setup netperf and flent?
  2019-09-05 20:22               ` Toke Høiland-Jørgensen
@ 2019-09-05 20:59                 ` Valent Turkovic
  2019-09-05 22:36                   ` Dave Taht
  0 siblings, 1 reply; 14+ messages in thread
From: Valent Turkovic @ 2019-09-05 20:59 UTC (permalink / raw)
  To: Toke Høiland-Jørgensen; +Cc: make-wifi-fast

[-- Attachment #1: Type: text/plain, Size: 970 bytes --]

On Thu, Sep 5, 2019 at 10:22 PM Toke Høiland-Jørgensen <toke@redhat.com>
wrote:

> Valent Turkovic <valent@otvorenamreza.org> writes:
>
> > On Thu, Sep 5, 2019 at 11:57 AM Toke Høiland-Jørgensen <toke@redhat.com>
> > wrote:
> >
> >> Valent Turkovic <valent@otvorenamreza.org> writes:
> >>
> >> > Strange, flent is not seeing matplotlib, any ideas?
> >>
> >> Could you try running Flent with `-v --debug-error`, please? My guess
> >> would be a missing backend or something like that...
> >>
> >> -Toke
> >>
> >
> > Sure, here it is - https://pastebin.com/raw/MWnbKrXn
>
> Hmm. It seems that matplotlib is not pulling in numpy as a dependency;
> try 'pip install numpy'?
>
> -Toke
>

Seams like numpy is already installed:

pi@raspberrypi:~ $ sudo pip install numpy
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: numpy in /usr/lib/python2.7/dist-packages
(1.16.2)

Valent

[-- Attachment #2: Type: text/html, Size: 1806 bytes --]

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

* Re: [Make-wifi-fast] Fastest way to setup netperf and flent?
  2019-09-05 20:59                 ` Valent Turkovic
@ 2019-09-05 22:36                   ` Dave Taht
  2019-09-06 10:52                     ` Valent Turkovic
  0 siblings, 1 reply; 14+ messages in thread
From: Dave Taht @ 2019-09-05 22:36 UTC (permalink / raw)
  To: Valent Turkovic; +Cc: Toke Høiland-Jørgensen, Make-Wifi-fast

Um, I'd switch to python3 entirely

pip3 install bla


On Thu, Sep 5, 2019 at 1:59 PM Valent Turkovic <valent@otvorenamreza.org> wrote:
>
> On Thu, Sep 5, 2019 at 10:22 PM Toke Høiland-Jørgensen <toke@redhat.com> wrote:
>>
>> Valent Turkovic <valent@otvorenamreza.org> writes:
>>
>> > On Thu, Sep 5, 2019 at 11:57 AM Toke Høiland-Jørgensen <toke@redhat.com>
>> > wrote:
>> >
>> >> Valent Turkovic <valent@otvorenamreza.org> writes:
>> >>
>> >> > Strange, flent is not seeing matplotlib, any ideas?
>> >>
>> >> Could you try running Flent with `-v --debug-error`, please? My guess
>> >> would be a missing backend or something like that...
>> >>
>> >> -Toke
>> >>
>> >
>> > Sure, here it is - https://pastebin.com/raw/MWnbKrXn
>>
>> Hmm. It seems that matplotlib is not pulling in numpy as a dependency;
>> try 'pip install numpy'?
>>
>> -Toke
>
>
> Seams like numpy is already installed:
>
> pi@raspberrypi:~ $ sudo pip install numpy
> Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
> Requirement already satisfied: numpy in /usr/lib/python2.7/dist-packages (1.16.2)
>
> Valent
>
> _______________________________________________
> Make-wifi-fast mailing list
> Make-wifi-fast@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/make-wifi-fast



-- 

Dave Täht
CTO, TekLibre, LLC
http://www.teklibre.com
Tel: 1-831-205-9740

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

* Re: [Make-wifi-fast] Fastest way to setup netperf and flent?
  2019-09-05 22:36                   ` Dave Taht
@ 2019-09-06 10:52                     ` Valent Turkovic
  0 siblings, 0 replies; 14+ messages in thread
From: Valent Turkovic @ 2019-09-06 10:52 UTC (permalink / raw)
  To: Dave Taht; +Cc: Toke Høiland-Jørgensen, Make-Wifi-fast

[-- Attachment #1: Type: text/plain, Size: 1731 bytes --]

Thanks Dave,
I can confirm that using python3 works, flent now draws lots with
matplotlib and shows no errors.

On Fri, Sep 6, 2019 at 12:36 AM Dave Taht <dave.taht@gmail.com> wrote:

> Um, I'd switch to python3 entirely
>
> pip3 install bla
>
>
> On Thu, Sep 5, 2019 at 1:59 PM Valent Turkovic <valent@otvorenamreza.org>
> wrote:
> >
> > On Thu, Sep 5, 2019 at 10:22 PM Toke Høiland-Jørgensen <toke@redhat.com>
> wrote:
> >>
> >> Valent Turkovic <valent@otvorenamreza.org> writes:
> >>
> >> > On Thu, Sep 5, 2019 at 11:57 AM Toke Høiland-Jørgensen <
> toke@redhat.com>
> >> > wrote:
> >> >
> >> >> Valent Turkovic <valent@otvorenamreza.org> writes:
> >> >>
> >> >> > Strange, flent is not seeing matplotlib, any ideas?
> >> >>
> >> >> Could you try running Flent with `-v --debug-error`, please? My guess
> >> >> would be a missing backend or something like that...
> >> >>
> >> >> -Toke
> >> >>
> >> >
> >> > Sure, here it is - https://pastebin.com/raw/MWnbKrXn
> >>
> >> Hmm. It seems that matplotlib is not pulling in numpy as a dependency;
> >> try 'pip install numpy'?
> >>
> >> -Toke
> >
> >
> > Seams like numpy is already installed:
> >
> > pi@raspberrypi:~ $ sudo pip install numpy
> > Looking in indexes: https://pypi.org/simple,
> https://www.piwheels.org/simple
> > Requirement already satisfied: numpy in /usr/lib/python2.7/dist-packages
> (1.16.2)
> >
> > Valent
> >
> > _______________________________________________
> > Make-wifi-fast mailing list
> > Make-wifi-fast@lists.bufferbloat.net
> > https://lists.bufferbloat.net/listinfo/make-wifi-fast
>
>
>
> --
>
> Dave Täht
> CTO, TekLibre, LLC
> http://www.teklibre.com
> Tel: 1-831-205-9740
>

[-- Attachment #2: Type: text/html, Size: 3187 bytes --]

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

end of thread, other threads:[~2019-09-06 10:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-04  9:36 [Make-wifi-fast] Fastest way to setup netperf and flent? Valent Turkovic
2019-09-04 10:03 ` Toke Høiland-Jørgensen
2019-09-04 10:32   ` Valent Turkovic
2019-09-04 10:31 ` Louie Lu
2019-09-04 10:34   ` Valent Turkovic
2019-09-04 20:06     ` Valent Turkovic
2019-09-04 20:32       ` Valent Turkovic
2019-09-04 20:35         ` Valent Turkovic
2019-09-05  9:57           ` Toke Høiland-Jørgensen
2019-09-05 18:17             ` Valent Turkovic
2019-09-05 20:22               ` Toke Høiland-Jørgensen
2019-09-05 20:59                 ` Valent Turkovic
2019-09-05 22:36                   ` Dave Taht
2019-09-06 10:52                     ` Valent Turkovic

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