Harris Brakmić

Results 16 comments of Harris Brakmić

Hi, Would it be acceptable to get the **suspicious hosts** from a URL instead of a file? I expanded the makeseeds.py with a small example that gets them from Greg...

> Hi, > > for a recent crash course, I created this fork and added syntax highlighting: https://steffenpl.github.io/Julia-Cheat-Sheet/ > > Shall I create a pull request? > > PS: I...

I have to correct my above post a bit as I ran into this issue with *olad*. ![Screenshot 2021-06-11 at 23 25 09](https://user-images.githubusercontent.com/56779/121750241-4ace1d00-cb0c-11eb-85b1-9101cb23758f.png) There was a problem with *libmicrohttpd*. First,...

Hi @peternewman, > Out of interest, are you wanting to test and make local changes to OLA, or just install it? If the latter, then `sudo port install ola` or...

> > After some searching, I found out that my _libmicrohttpd_, which was installed with _brew_, was not of "universal" type, so that I uninstalled `brew`'s version and went on...

So, here's the result of `olad -l 4`. I have replaced my real MAC address with `XX:XX:XX:XX:XX:XX` ```shell olad/Olad.cpp:98: OLA Daemon version 0.10.8 common/base/Init.cpp:404: Monotonic clock: 30654.011410 common/base/Init.cpp:405: Real clock...

And here the results from `make check`: ```shell /Library/Developer/CommandLineTools/usr/bin/make check-TESTS PASS: common/base/CredentialsTester PASS: common/base/FlagsTester PASS: common/base/LoggingTester PASS: common/dmx/RunLengthEncoderTester PASS: common/export_map/ExportMapTester PASS: common/file/UtilTester PASS: common/io/DescriptorTester PASS: common/io/IOQueueTester PASS: common/io/IOStackTester PASS: common/io/MemoryBlockTester...

Here the `test-suite.log` as well: ```shell ================================== OLA 0.10.8: ./test-suite.log ================================== # TOTAL: 93 # PASS: 87 # SKIP: 0 # XFAIL: 0 # FAIL: 6 # XPASS: 0 #...

After I have installed the python package `six` the results looked like this: ```shell /Library/Developer/CommandLineTools/usr/bin/make check-recursive Making check in java make[2]: Nothing to be done for `check'. /Library/Developer/CommandLineTools/usr/bin/make common/base/CredentialsTester common/base/FlagsTester...

The test-suite.log is still containing errors complaining about a non-existing python module `six`. Not sure why this is still happening as I just installed it.