Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2023 00:54:03 +0100
From:      Mario Marietto <marietto2008@gmail.com>
To:        freebsd-hackers@freebsd.org
Subject:   Fwd: linux-miniconda-installer script usage and problems.
Message-ID:  <CA%2B1FSig6rntB6BqXxK2W44-w=mtOX7G0M2S7dn9giZq68Vt%2BVw@mail.gmail.com>
In-Reply-To: <CA%2B1FSigKTCeJQzOUp1kOMxtw4wrNFckGXBtvmAVPE36CxYskDg@mail.gmail.com>
References:  <CA%2B1FSigKTCeJQzOUp1kOMxtw4wrNFckGXBtvmAVPE36CxYskDg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--000000000000096f8805f31f5b4f
Content-Type: text/plain; charset="UTF-8"

Hello to everyone,

I've been able to run the stable diffusion webui of automatic1111. You can
read the post and the tutorial that I have created here :

https://forums.freebsd.org/threads/how-to-run-stable-diffusion-webui-on-freebsd.87610/

What's the problem that I have ? The problem is that it runs only with the
centos7 userland.

As I said,to run it I'm forced to use the centos package installed on
/compat/linux. But I have also installed Ubuntu on /compat/ubuntu with some
important applications inside that I use from time to time,like
brave,chrome,firefox,spotify,Sikulix,etc. As you probably know,we can't use
two linux layers simultaneously. So,if I want to run stable diffusion I
can't run at the same time the linux version of firefox,useful when I want
to watch some DRM protected content. But what happens when I try to run the
commands above using ubuntu instead of centos ? this :

service ubuntu onestop && sysctl compat.linux.emul_path=/compat/ubuntu
&& service ubuntu onestart
cd /compat
source /usr/home/marietto/miniconda3/etc/profile.d/conda.sh
conda activate
cd /compat/ubuntu/home/marietto/stable-diffusion-webui
conda activate automatic
LD_PRELOAD=/compat/dummy-uvm.so  python3 launch.py

Python 3.10.9 (main, Jan 11 2023, 15:21:40) [GCC 11.2.0]
Commit hash: 360feed9b55fb03060c236773867b08b4265645d
Traceback (most recent call last):
  File "/compat/ubuntu/home/marietto/stable-diffusion-webui/launch.py",
line 294, in <module>
    prepare_environment()
  File "/compat/ubuntu/home/marietto/stable-diffusion-webui/launch.py",
line 209, in prepare_environ
ment
    run_python("import torch; assert torch.cuda.is_available(), 'Torch
is not able to use GPU; add -
-skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check'")
  File "/compat/ubuntu/home/marietto/stable-diffusion-webui/launch.py",
line 73, in run_python
    return run(f'"{python}" -c "{code}"', desc, errdesc)
  File "/compat/ubuntu/home/marietto/stable-diffusion-webui/launch.py",
line 49, in run
    raise RuntimeError(message)
RuntimeError: Error running command.
Command: "/home/marietto/miniconda3/envs/automatic/bin/python3" -c
"import torch; assert torch.cuda.
is_available(), 'Torch is not able to use GPU; add
--skip-torch-cuda-test to COMMANDLINE_ARGS variab
le to disable this check'"
Error code: 1
stdout: <empty>
stderr: Traceback (most recent call last):
  File "<string>", line 1, in <module>
AssertionError: Torch is not able to use GPU; add
--skip-torch-cuda-test to COMMANDLINE_ARGS variabl
e to disable this check

I don't know why that error happens,but I know that it does not happen if I
use Centos instead of Ubuntu and I have issued the same commands included
in the tutorial to both "distros". I suspect that centos has some different
software mechanisms than ubuntu. But I want to use only one "distro" and I
would like it to be Ubuntu,because I have a better familiarity with it than
with the centos.

I understand that I have two roads that I can follow :

1) installing Debian in a chroot under CentOS

2) modify the script called "*miniconda-installer.sh*" and / or the script
called "*Miniconda3-latest-Linux-x86_64.sh*" or both,I don't know.

First of all,I have installed ubuntu following this tutorial :


https://forums.freebsd.org/threads/linuxulator-how-to-install-brave-linux-app-on-freebsd-13-0.78879/


and then I've started to follow the instructions and I've reached the point
where miniconda3 should be installed. This is what happens when I try to do
that on a fresh installation of FreeBSD :

# miniconda-installer.sh
/compat/linux/bin/sh: error while loading shared libraries:
libtinfo.so.5: cannot open shared object file: No such file or
directory

As the error says,it refers to /compat/linux,but I'm using
/compat/ubuntu,so,I've thought to make some little modification inside
the script called *"miniconda-installer.sh"*,changing the word linux
with the word ubuntu.
Below you see what happens when I run the modified script :

Miniconda3 will now be installed into this location:
/home/marietto/miniconda3

  - Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below

[/home/marietto/miniconda3] >>>
PREFIX=/home/marietto/miniconda3
md5sum: -: No such file or directory
WARNING: md5sum mismatch of tar archive
expected: 81b26c617ffd9011dea96fd57c13e71b
     got:
Unpacking payload ...

Installing base environment...


Downloading and Extracting Packages


Downloading and Extracting Packages

Preparing transaction: done
Executing transaction: done
Miniconda3-latest-Linux-x86_64.sh: 438: [[: not found

Installing * environment...

Miniconda3-latest-Linux-x86_64.sh: 444: [[: not found

CondaFileIOError: '/home/marietto/miniconda3/pkgs/envs/*/env.txt'.
[Errno 2] No such file or directory:
'/home/marietto/miniconda3/pkgs/envs/*/env.txt


My knowledge of the shell scripting is too low to understand how to fix
that error. But I presume that someone of you can.

It looks like a script requiring bash running in plain /bin/sh. So,I
tried to do something like this :


marietto@marietto:/compat $ bash

[marietto@marietto /compat]$ miniconda-installer

Welcome to Miniconda3 py310_22.11.1-1

In order to continue the installation process, please review the license
agreement.
Please, press ENTER to continue
>>>
======================================
End User License Agreement - Miniconda
======================================

Copyright 2015-2022, Anaconda, Inc.

All rights reserved under the 3-clause BSD License:

This End User License Agreement (the "Agreement") is a legal agreement
between you and Anaconda, Inc
. ("Anaconda") and governs your use of Miniconda.

Subject to the terms of this Agreement, Anaconda hereby grants you a
non-exclusive, non-transferable
 license to:

  * Install and use the Miniconda,
  * Modify and create derivative works of sample source code delivered
in Miniconda subject to the T
erms of Service for the Repository (as defined hereinafter) available
at https://www.anaconda.com/te
rms-of-service <https://www.anaconda.com/te%0Drms-of-service>, and
  * Redistribute code files in source (if provided to you by Anaconda
as source) and binary forms, w
ith or without modification subject to the requirements set forth below.

Anaconda may, at its option, make available patches, workarounds or
other updates to Miniconda. Unle
ss the updates are provided with their separate governing terms, they
are deemed part of Miniconda l
icensed to you as provided in this Agreement. This Agreement does not
entitle you to any support for

Do you accept the license terms? [yes|no]
[no] >>> yes

Miniconda3 will now be installed into this location:
/home/marietto/miniconda3

  - Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below

[/home/marietto/miniconda3] >>>
PREFIX=/home/marietto/miniconda3
md5sum: -: No such file or directory
WARNING: md5sum mismatch of tar archive
expected: 81b26c617ffd9011dea96fd57c13e71b
     got:
Unpacking payload ...

Installing base environment...


Downloading and Extracting Packages


Downloading and Extracting Packages

Preparing transaction: done
Executing transaction: done
Miniconda3-latest-Linux-x86_64.sh: 438: [[: not found

Installing * environment...

Miniconda3-latest-Linux-x86_64.sh: 444: [[: not found

CondaFileIOError: '/home/marietto/miniconda3/pkgs/envs/*/env.txt'.
[Errno 2] No such file or directory:
'/home/marietto/miniconda3/pkgs/envs/*/env.txt

As further experiment I have installed the ubuntu userland under
/compact and I have renamed the name ubuntu
with the name linux and I tried again to install the
linux-miniconda-installer,but it didn't even work.
The error that I get in this case is the same as before. I don't know
what to do next.

-- 
Mario.

--000000000000096f8805f31f5b4f
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div class=3D"gmail_quote"><div dir=3D"ltr"><font size=3D"=
4">Hello to everyone,<br>
<br>
I&#39;ve been able to run the=20
stable diffusion webui of automatic1111. You can read the post and the=20
tutorial that I have created here :</font><br clear=3D"all"><div><br></div>=
<div><a href=3D"https://forums.freebsd.org/threads/how-to-run-stable-diffus=
ion-webui-on-freebsd.87610/" target=3D"_blank">https://forums.freebsd.org/t=
hreads/how-to-run-stable-diffusion-webui-on-freebsd.87610/</a></div><div><b=
r></div><div>
<font size=3D"4">What&#39;s the problem that I have ? The problem is that i=
t runs only=20
with the centos7 userland.=20
<br></font></div><div><font size=3D"4"><br></font></div><div><font size=3D"=
4">As I said,to run it I&#39;m forced to use the centos package installed o=
n=20
/compat/linux. But I have also installed Ubuntu on /compat/ubuntu with=20
some important applications inside that I use from time to time,like brave,=
chrome,firefox,spotify,Sikulix,etc. As you probably=20
know,we can&#39;t use two linux layers simultaneously. So,if I want to run=
=20
stable diffusion I can&#39;t run at the same time the linux version of=20
firefox,useful when I want to watch some DRM protected content. But what
 happens when I try to run the commands above using ubuntu instead of=20
centos ? this :</font></div><div><br></div><div><pre dir=3D"ltr"><code>serv=
ice ubuntu onestop &amp;&amp; sysctl compat.linux.emul_path=3D/compat/ubunt=
u &amp;&amp; service ubuntu onestart
cd /compat
source /usr/home/marietto/miniconda3/etc/profile.d/conda.sh
conda activate
cd /compat/ubuntu/home/marietto/stable-diffusion-webui
conda activate automatic
LD_PRELOAD=3D/compat/dummy-uvm.so  python3 launch.py

Python 3.10.9 (main, Jan 11 2023, 15:21:40) [GCC 11.2.0]
Commit hash: 360feed9b55fb03060c236773867b08b4265645d
Traceback (most recent call last):
  File &quot;/compat/ubuntu/home/marietto/stable-diffusion-webui/launch.py&=
quot;, line 294, in &lt;module&gt;
    prepare_environment()
  File &quot;/compat/ubuntu/home/marietto/stable-diffusion-webui/launch.py&=
quot;, line 209, in prepare_environ
ment
    run_python(&quot;import torch; assert torch.cuda.is_available(), &#39;T=
orch is not able to use GPU; add -
-skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check&#3=
9;&quot;)
  File &quot;/compat/ubuntu/home/marietto/stable-diffusion-webui/launch.py&=
quot;, line 73, in run_python
    return run(f&#39;&quot;{python}&quot; -c &quot;{code}&quot;&#39;, desc,=
 errdesc)
  File &quot;/compat/ubuntu/home/marietto/stable-diffusion-webui/launch.py&=
quot;, line 49, in run
    raise RuntimeError(message)
RuntimeError: Error running command.
Command: &quot;/home/marietto/miniconda3/envs/automatic/bin/python3&quot; -=
c &quot;import torch; assert torch.cuda.
is_available(), &#39;Torch is not able to use GPU; add --skip-torch-cuda-te=
st to COMMANDLINE_ARGS variab
le to disable this check&#39;&quot;
Error code: 1
stdout: &lt;empty&gt;
stderr: Traceback (most recent call last):
  File &quot;&lt;string&gt;&quot;, line 1, in &lt;module&gt;
AssertionError: Torch is not able to use GPU; add --skip-torch-cuda-test to=
 COMMANDLINE_ARGS variabl
e to disable this check<br><br></code></pre></div><div>
<font size=3D"4">I don&#39;t know why that error happens,but I know that it=
 does not happen=20
if I use Centos instead of Ubuntu and I have issued the same commands=20
included in the tutorial to both &quot;distros&quot;. I suspect that centos=
 has=20
some different software mechanisms than ubuntu. But I want to use only one =
&quot;distro&quot; and I would like it to be Ubuntu,because I have a=20
better familiarity with it than with the centos.</font></div><div><font siz=
e=3D"4"><br></font></div><div><font size=3D"4">I understand that I have two=
 roads that I can follow :<br>
<br>
1) installing Debian in a chroot under CentOS<br>
<br>
2) modify the script called &quot;<b>miniconda-installer.sh</b>&quot; and /=
 or the script called &quot;<b>Miniconda3-latest-Linux-x86_64.sh</b>&quot; =
or both,I don&#39;t know.<br>
<br>First of all,I have installed ubuntu following this tutorial :</font><b=
r>
<br>
<br>
<a href=3D"https://forums.freebsd.org/threads/linuxulator-how-to-install-br=
ave-linux-app-on-freebsd-13-0.78879/" target=3D"_blank">https://forums.free=
bsd.org/threads/linuxulator-how-to-install-brave-linux-app-on-freebsd-13-0.=
78879/</a><br>
<br>
<br>
<font size=3D"4">and then I&#39;ve started to follow the instructions and I=
&#39;ve reached the=20
point where miniconda3 should be installed. This is what happens when I=20
try to do that on a fresh installation of FreeBSD : </font></div><div dir=
=3D"ltr" data-smartmail=3D"gmail_signature"><br></div><div dir=3D"ltr" data=
-smartmail=3D"gmail_signature"><pre dir=3D"ltr"><code># miniconda-installer=
.sh
/compat/linux/bin/sh: error while loading shared libraries: libtinfo.so.5: =
cannot open shared object file: No such file or directory<br><br>
<font size=3D"4"><span style=3D"font-family:arial,sans-serif">As the error =
says,it refers to /compat/linux,but I&#39;m using /compat/ubuntu,so,I&#39;v=
e thought to make some little modification inside the script called <span s=
tyle=3D"font-family:arial black,sans-serif"><b>&quot;<code>miniconda-instal=
ler.sh&quot;</code></b></span>,changing the word linux with the word ubuntu=
. <br>Below you see what happens when I run the modified script :</span></f=
ont><br><br></code></pre><div><div dir=3D"ltr">
		<pre dir=3D"ltr"><code>Miniconda3 will now be installed into this locatio=
n:
/home/marietto/miniconda3

  - Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below

[/home/marietto/miniconda3] &gt;&gt;&gt;
PREFIX=3D/home/marietto/miniconda3
md5sum: -: No such file or directory
WARNING: md5sum mismatch of tar archive
expected: 81b26c617ffd9011dea96fd57c13e71b
     got:
Unpacking payload ...
                                                                           =
                  =20
Installing base environment...


Downloading and Extracting Packages


Downloading and Extracting Packages

Preparing transaction: done
Executing transaction: done
Miniconda3-latest-Linux-x86_64.sh: 438: [[: not found

Installing * environment...

Miniconda3-latest-Linux-x86_64.sh: 444: [[: not found

CondaFileIOError: &#39;/home/marietto/miniconda3/pkgs/envs/*/env.txt&#39;. =
[Errno 2] No such file or directory: &#39;/home/marietto/miniconda3/pkgs/en=
vs/*/env.txt</code></pre>
	</div>
</div><br>
<font size=3D"4">My knowledge of the shell scripting is too low to understa=
nd how to fix that error. But I presume that someone of you can.</font><pre=
 dir=3D"ltr"><code><font size=3D"4">
<span style=3D"font-family:arial,sans-serif">It looks like a script requiri=
ng bash running in plain /bin/sh</span>. <span style=3D"font-family:arial,s=
ans-serif">So,I tried to do something like this :</span></font><br><br><cod=
e><br>marietto@marietto:/compat $ bash

[marietto@marietto /compat]$ miniconda-installer

Welcome to Miniconda3 py310_22.11.1-1

In order to continue the installation process, please review the license
agreement.
Please, press ENTER to continue
&gt;&gt;&gt;=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
End User License Agreement - Miniconda
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Copyright 2015-2022, Anaconda, Inc.

All rights reserved under the 3-clause BSD License:

This End User License Agreement (the &quot;Agreement&quot;) is a legal agre=
ement between you and Anaconda, Inc
. (&quot;Anaconda&quot;) and governs your use of Miniconda.

Subject to the terms of this Agreement, Anaconda hereby grants you a non-ex=
clusive, non-transferable
 license to:

  * Install and use the Miniconda,
  * Modify and create derivative works of sample source code delivered in M=
iniconda subject to the T
erms of Service for the Repository (as defined hereinafter) available at <a=
 href=3D"https://www.anaconda.com/te%0Drms-of-service" target=3D"_blank">ht=
tps://www.anaconda.com/te
rms-of-service</a>, and
  * Redistribute code files in source (if provided to you by Anaconda as so=
urce) and binary forms, w
ith or without modification subject to the requirements set forth below.

Anaconda may, at its option, make available patches, workarounds or other u=
pdates to Miniconda. Unle
ss the updates are provided with their separate governing terms, they are d=
eemed part of Miniconda l
icensed to you as provided in this Agreement. This Agreement does not entit=
le you to any support for

Do you accept the license terms? [yes|no]
[no] &gt;&gt;&gt; yes

Miniconda3 will now be installed into this location:
/home/marietto/miniconda3

  - Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below

[/home/marietto/miniconda3] &gt;&gt;&gt;=20
PREFIX=3D/home/marietto/miniconda3
md5sum: -: No such file or directory
WARNING: md5sum mismatch of tar archive
expected: 81b26c617ffd9011dea96fd57c13e71b
     got:=20
Unpacking payload ...
                                                                           =
                        =20
Installing base environment...


Downloading and Extracting Packages


Downloading and Extracting Packages

Preparing transaction: done
Executing transaction: done
Miniconda3-latest-Linux-x86_64.sh: 438: [[: not found

Installing * environment...

Miniconda3-latest-Linux-x86_64.sh: 444: [[: not found

CondaFileIOError: &#39;/home/marietto/miniconda3/pkgs/envs/*/env.txt&#39;. =
[Errno 2] No such file or directory: &#39;/home/marietto/miniconda3/pkgs/en=
vs/*/env.txt<br><br></code></code></pre><pre><font size=3D"4"><code><code><=
span style=3D"font-family:arial,sans-serif">A</span>s further experiment I =
have installed the ubuntu userland under /compact and I have renamed the na=
me ubuntu <br>with the name linux and I tried again to install the linux-mi=
niconda-installer,but it didn&#39;t even work.</code></code></font><code><c=
ode><font size=3D"4"><br>The error that I get in this case is the same as b=
efore. I don&#39;t know what to do next.</font></code></code><br><br></pre>=
</div></div></div>-- <br><div dir=3D"ltr" class=3D"gmail_signature" data-sm=
artmail=3D"gmail_signature">Mario.<br></div></div>

--000000000000096f8805f31f5b4f--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2B1FSig6rntB6BqXxK2W44-w=mtOX7G0M2S7dn9giZq68Vt%2BVw>