<br><br>On Friday, April 17, 2020,  <<a href="mailto:users-request@dragonflybsd.org">users-request@dragonflybsd.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Users mailing list submissions to<br>
        <a href="mailto:users@dragonflybsd.org">users@dragonflybsd.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.dragonflybsd.org/mailman/listinfo/users" target="_blank">http://lists.dragonflybsd.org/<wbr>mailman/listinfo/users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:users-request@dragonflybsd.org">users-request@dragonflybsd.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:users-owner@dragonflybsd.org">users-owner@dragonflybsd.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. RE:wifi drops out (Jonathan Engwall)<br>
   2. Re: Has anyone installed TensorFlow? (Michael Neumann)<br>
   3. Re: Has anyone installed TensorFlow? (Gerald Henriksen)<br>
   4. Re: New "chromium" does not sync bookmarks or any data<br>
      (Matthew Dillon)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Thu, 16 Apr 2020 19:55:04 -0700<br>
From: Jonathan Engwall <<a href="mailto:engwalljonathanthereal@gmail.com">engwalljonathanthereal@gmail.<wbr>com</a>><br>
To: 1@tse.gratis<br>
Cc: DragonFlyBSD Users <<a href="mailto:users@dragonflybsd.org">users@dragonflybsd.org</a>><br>
Subject: RE:wifi drops out<br>
Message-ID:<br>
        <CAP=T6ZMB=tL_a0=<a href="mailto:YaTzGAgasiYBKRZ1SBJGTA0SSJd4asH6k+Q@mail.gmail.com">YaTzGAgasiYBK<wbr>RZ1SBJGTA0SSJd4asH6k+Q@mail.<wbr>gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hello Tse,<br>
If it works a little then stops that is one thing. But if it is not<br>
actually working at all when it should you can try a few different things.<br>
So can you clarify: does it work for a few minutes then stop; does it say<br>
it is working but then prove not too; or does it seem to work only until<br>
you need more than today's headline story or the Google splash?<br>
Why is your wifi on a NIC and a PCIE? Does this make sense? The OS is<br>
looking for it, and it is not there. Where is it really, that is the<br>
question I think. But this is not the only possibility.<br>
PCIE lanes lead to NICs which are physical components, on the other hand a<br>
MAC is an IPV6 address; IPV6 is not exactly necessary, you can turn it off.<br>
This was not the first hint of trouble, maybe it is something else.<br>
You may need only update ipfw3. If you can access the router, reset it.<br>
To get a bigger picture in a terminal type: "ifconfig", "dmesg", and<br>
"netstat -a | less" then share the results.<br>
Jonathan Engwall<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.dragonflybsd.org/pipermail/users/attachments/20200416/37612e8d/attachment-0001.htm" target="_blank">http://lists.dragonflybsd.<wbr>org/pipermail/users/<wbr>attachments/20200416/37612e8d/<wbr>attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 17 Apr 2020 10:27:18 +0200<br>
From: Michael Neumann <<a href="mailto:mneumann@ntecs.de">mneumann@ntecs.de</a>><br>
To: Jonathan Engwall <<a href="mailto:engwalljonathanthereal@gmail.com">engwalljonathanthereal@gmail.<wbr>com</a>><br>
Cc: DragonFlyBSD Users <<a href="mailto:users@dragonflybsd.org">users@dragonflybsd.org</a>><br>
Subject: Re: Has anyone installed TensorFlow?<br>
Message-ID: <<a href="mailto:20200417082718.xpqpttv3grj64qff@ntecs.de">20200417082718.<wbr>xpqpttv3grj64qff@ntecs.de</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
On Thu, Apr 16, 2020 at 11:00:14AM -0700, Jonathan Engwall wrote:<br>
> Michael,<br>
> No, bazel won't build. No protoc, I tried the BUILD from third party, I<br>
> cloned from github and downloaded from the project main page with the same<br>
> results.<br>
<br>
With some effort, we might get protoc to build on DragonFly... but not so sure<br>
about TensorFlow.<br>
<br>
> I am not running linux.ko for compatibility, and would rather not. What are<br>
> the steps to use PyTorch?<br>
<br>
I haven't tried myself on DragonFly, so you might also run into problems with<br>
PyTorch. You need to install from source:<br>
<br>
<a href="https://github.com/pytorch/pytorch#from-source" target="_blank">https://github.com/pytorch/<wbr>pytorch#from-source</a><br>
<br>
There are some alternatives to PyTorch or TensorFlow:<br>
<br>
  * MLPack (pkg ins mlpack) <br>
  * Keras (pkg ins py37-keras)<br>
  * Theano (pkg ins py37-theano)<br>
<br>
Regards,<br>
<br>
  Michael<br>
<br>
<br>
> Thank you,<br>
> Jonathan Engwall<br>
> <br>
> On Thu, Apr 16, 2020, 12:59 AM Michael Neumann <<a href="mailto:mneumann@ntecs.de">mneumann@ntecs.de</a>> wrote:<br>
> <br>
> > On Wed, Apr 15, 2020 at 05:20:42PM -0700, Jonathan Engwall wrote:<br>
> > > It seems DragonFly is practically locked out of TensorFlow. Bazel is just<br>
> > > too finicky.<br>
> > > Is there a work around?<br>
> ><br>
> > Can you describe more precisely, why TensorFlow is not working on<br>
> > DragonFly?<br>
> ><br>
> > Can't you get bazel to build?<br>
> ><br>
> > Have you tried PyTorch instead?<br>
> ><br>
> > Regards,<br>
> ><br>
> >   Michael<br>
> ><br>
> ><br>
<br>
-- <br>
Michael Neumann<br>
NTECS Consulting<br>
<a href="http://www.ntecs.de" target="_blank">www.ntecs.de</a><br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 17 Apr 2020 09:55:46 -0400<br>
From: Gerald Henriksen <<a href="mailto:ghenriks@gmail.com">ghenriks@gmail.com</a>><br>
To: <a href="mailto:users@dragonflybsd.org">users@dragonflybsd.org</a><br>
Subject: Re: Has anyone installed TensorFlow?<br>
Message-ID: <<a href="mailto:30dj9fpb5os74cc97km6hmsn7rql5tf99t@4ax.com">30dj9fpb5os74cc97km6hmsn7rql5<wbr>tf99t@4ax.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
On Wed, 15 Apr 2020 17:20:42 -0700, you wrote:<br>
<br>
>It seems DragonFly is practically locked out of TensorFlow. Bazel is just<br>
>too finicky.<br>
<br>
Depending on what you want to do, and how serious any Tensorflow/ML<br>
stuff is, none of the BSD's are great.<br>
<br>
You really need GPU support to effectively do ML, which for most cases<br>
means CUDA (not available on BSD), or to a lesser extent whatever AMD<br>
uses on their GPUs.  The AMD stuff is less supported in the ML world,<br>
and not sure what level of support there is in the AMD open source<br>
stuff on the BSD's regarding OpenCL, SYCL, and ROCm.<br>
<br>
<br></blockquote><div>A few days ago I installed Spyder which I like very much, Spyder was crashing. So I started adding support for IPython.</div><div>My system started building wheels which I found very interesting. Main packages however, even csv, will not install.</div><div>Thank you for your help</div><div>Jonathan Engwall</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 17 Apr 2020 07:26:13 -0900<br>
From: Matthew Dillon <<a href="mailto:dillon@backplane.com">dillon@backplane.com</a>><br>
To: Siju George <<a href="mailto:sgeorge.ml@gmail.com">sgeorge.ml@gmail.com</a>><br>
Cc: DragonFlyBSD Users <<a href="mailto:users@dragonflybsd.org">users@dragonflybsd.org</a>><br>
Subject: Re: New "chromium" does not sync bookmarks or any data<br>
Message-ID:<br>
        <<a href="mailto:CAOZ7CpANGANDUqsmzg3zdMyY5ityAnz1cf9-ocmoDmnYHLNTCA@mail.gmail.com">CAOZ7CpANGANDUqsmzg3zdMyY5ity<wbr>Anz1cf9-ocmoDmnYHLNTCA@mail.<wbr>gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
As per a conversation on IRC I think we can summarize the issue as being<br>
related to the Google API keys that the chromium package is compiled with.<br>
Historically we just used the FreeBSD keys, but in recent times I've<br>
questioned whether we should use any keys at all.  The keys are required by<br>
google to integrate with google services such as account synchronization<br>
and automatic translation.  Without the keys, those services will not<br>
operate in a fully integrated manner (for example, no auto-translation, but<br>
you can still go directly to the translation URL).  It's a bit of a mess,<br>
we're mulling over what to do.  Honestly I'm leaning towards not building<br>
chromium with any API keys at all since doing so marries the browser to<br>
google's integrated services.<br>
<br>
-Matt<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.dragonflybsd.org/pipermail/users/attachments/20200417/69dec8f6/attachment-0001.htm" target="_blank">http://lists.dragonflybsd.<wbr>org/pipermail/users/<wbr>attachments/20200417/69dec8f6/<wbr>attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@dragonflybsd.org">Users@dragonflybsd.org</a><br>
<a href="http://lists.dragonflybsd.org/mailman/listinfo/users" target="_blank">http://lists.dragonflybsd.org/<wbr>mailman/listinfo/users</a><br>
<br>
<br>
------------------------------<br>
<br>
End of Users Digest, Vol 92, Issue 13<br>
******************************<wbr>*******<br>
</blockquote>