Octoprint Jail

hantrax

Dabbler
Joined
Nov 4, 2019
Messages
24
Ciao,
sto cercando di seguire questa guida per installare Octoprint su Freenas,
quando arrivo a: root@OctoPrint2:~/OctoPrint # virtualenv venv mi dice "command not found"
devo installare qualcosa prima?

Grazie
Stefano
 

glauco

Guru
Joined
Jan 30, 2017
Messages
524
Ciao, probabilmente ti è sfuggito il comando pkg install pkg nano python python27 py27-virtualenv py27-pip git bash.
 

proto

Patron
Joined
Sep 28, 2015
Messages
269
virtualenv venv mi dice "command not found"

prova ad eseguire rehash sulla csh dopo aver installato i pkgs:

Code:
root@OctoPrint2:~ #pkg install pkg nano python python27 py27-virtualenv py27-pip git bash

root@OctoPrint2:~ # rehash

root@OctoPrint2:~ # mkdir OctoPrint && cd OctoPrint
root@OctoPrint2:~/OctoPrint # virtualenv venv
root@OctoPrint2:~/OctoPrint # source venv/bin/activate.csh
 

hantrax

Dabbler
Joined
Nov 4, 2019
Messages
24
Ho provato..dopo aver lanciato pkg install pkg nano python python27 py27-virtualenv py27-pip git bash alla fine mi da tutte queste note:
Dopo rehash on dice nulla

Se lancio virtualenv venv mi da comando non trovato


[OctoPrint2] [59/60] Extracting git-2.26.2: 100%
[OctoPrint2] [60/60] Installing bash-5.0.16...
[OctoPrint2] [60/60] Extracting bash-5.0.16: 100%
=====
Message from ca_root_nss-3.53:

--
FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.

Assessment and verification of trust is the complete responsibility of the
system administrator.


This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.

This enables SSL Certificate Verification by client software without manual
intervention.

If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.

* /etc/ssl/cert.pem
* /usr/local/etc/ssl/cert.pem
* /usr/local/openssl/cert.pem
=====
Message from trousers-0.3.14_2:

--
To run tcsd automatically, add the following line to /etc/rc.conf:

tcsd_enable="YES"

You might want to edit /usr/local/etc/tcsd.conf to reflect your setup.

If you want to use tcsd with software TPM emulator, use the following
configuration in /etc/rc.conf:

tcsd_enable="YES"
tcsd_mode="emulator"
tpmd_enable="YES"

To use TPM, add your_account to '_tss' group like following:

# pw groupmod _tss -m your_account
=====
Message from perl5-5.30.2:

--
The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:

#!/usr/local/bin/perl

or

#!/usr/bin/env perl

The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.
=====
Message from apr-1.7.0.1.6.1_1:

--
The Apache Portable Runtime project removed support for FreeTDS with
version 1.6. Users requiring MS-SQL connectivity must migrate
configurations to use the added ODBC driver and FreeTDS' ODBC features.
=====
Message from gnupg-2.2.20:

--
GnuPG, when run on hosts without IPv6 connectivity, may fail to connect to
dual-stack hkp servers [1]. As a workaround, add

disable-ipv6

to

/usr/local/etc/dirmngr.conf

[1] https://dev.gnupg.org/rGecfc4db3a2f8bc2652ba4ac4de5ca1cd13bfcbec
=====
Message from python27-2.7.18:

--
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

bsddb databases/py-bsddb
gdbm databases/py-gdbm
sqlite3 databases/py-sqlite3
tkinter x11-toolkits/py-tkinter
--
===> NOTICE:

This port is deprecated; you may wish to reconsider installing it:

EOLed upstream.

It is scheduled to be removed on or after 2020-12-31.
=====
Message from python37-3.7.7:

--
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

py37-gdbm databases/py-gdbm@py37
py37-sqlite3 databases/py-sqlite3@py37
py37-tkinter x11-toolkits/py-tkinter@py37
=====
Message from py27-setuptools-44.0.0:

--
Only /usr/local/bin/easy_install-2.7 script has been installed
since Python 2.7 is not the default Python version.
=====
Message from py27-pip-19.1.1:

--
pip MUST ONLY be used:

* With the --user flag, OR
* To install or manage Python packages in virtual environments

Failure to follow this warning can and will result in an inconsistent
system-wide Python environment (LOCALBASE/lib/pythonX.Y/site-packages) and
cause errors.

Avoid using pip as root unless you know what you're doing.
=====
Message from git-2.26.2:

--
If you installed the GITWEB option please follow these instructions:

In the directory /usr/local/share/examples/git/gitweb you can find all files to
make gitweb work as a public repository on the web.

All you have to do to make gitweb work is:
1) Please be sure you're able to execute CGI scripts in
/usr/local/share/examples/git/gitweb.
2) Set the GITWEB_CONFIG variable in your webserver's config to
/usr/local/etc/git/gitweb.conf. This variable is passed to gitweb.cgi.
3) Restart server.
 

proto

Patron
Joined
Sep 28, 2015
Messages
269

proto

Patron
Joined
Sep 28, 2015
Messages
269
prego
 
Top