Hello.
I'm trying to make custom FreeBSD install on VPS from installation ISO.
All installation steps are available in ansible playbook, but it needs python interpreter installed.
That's how I run sshd there:
#!/bin/sh
mkdir /tmp/etc
mount_unionfs /tmp/etc /etc
echo...
Freebsd install the latest version of yt-dlp even if you are running quarterly packages.
Quarterly packages are released every 3 months which means the version of yt-dlp will be quite old
freebsd yt-dlp latest release install...
I keep getting this error.
Is the package itself broken?
Even after I clean out /var/cache/pkg and run pkg upgrade again I get the same error
[36/38] Fetching sqlite3-3.41.2,1.pkg: 100% 1 MiB 1.1MB/s 00:01
[37/38] Fetching glib-2.76.2,2.pkg: 100% 3 MiB 3.5MB/s 00:01...
I am trying to write a script in Python 3.7 that will run at night and keep an exact replica of a source ZFS pool on a remote machine, all datasets and snapshots included. Of course, it has to an incremental replication. I know for one thing that I can use the subprocess module, but that has...
I seem to be having issues with python's pip search functionality, and I'd like to see if there is a workaround before submitting a bug. When I try to run: pip search 'any search paramater' I get the following error message:
ERROR: Exception:
Traceback (most recent call last):
File...
I played with watchmedo and renamed files, I got no output. So I tried on my Raspberry, there it works:
weberjn@pi:~/watcht $ watchmedo shell-command --patterns='*.part' --command='echo "${watch_src_path} ${watch_dest_path}"'
./x.zip.part ./x.zip
./x.zip ./x.zip.part
./x.zip.part ./x.zip
On...
I am trying to build qemu-devel from source so I go:
/usr/ports/emulator/qemu-devel/ # make config-recursive && make -DBATCH install clean
it goes on until it fails here:
===> llvm80-8.0.1_3 needs Python 3.6 at least, but 2.7 was specified.
*** Error code 1
Stop.
make[5]: stopped in...
Hey guys,
I have a jail which depends on Python3 with some packages I have installed via pip. With every major upgrade of Python3 I have to reinstall all packages via pip which itself has to be installed via '-m ensurepip'. Is there some better routine to upgrade Python3 as this is prone to...
After getting my code running "properly" under Mac OS X and Python 3.6, I moved it over to a jail on FreeBSD 11.1-RELEASE-p1 and python36-3.6.1_4 and found that selectors.select() would block as expected until the first data was written to and read from the pipe, but then no longer block...
I noticed that the Ports Collection and PKG binary repositories contain an abundance of libraries for Python2.7.x (denoted py27-* usually), however a lot less for Python 3.x.y. Off the top of my head I can think of at least 2 reasons for this trend:
1) Python 3 is a moving target and one would...
Hi there people.
I've been searching Google up and down without results on how to install chromedriver on FreeBSD for selenium in python. The last thing I found was use linux_base but I cannot install that as when I try kldload linux it says operation not permitted. It's a rented shell so I...
From ftp server code, we are limiting the connections to1024 (s.listen (1024) call), but when I do the sockstress tool test it overflowing the listen backlog limit to 12000+ connection. So my system reaching the kern.maxfile limit.
Overflow scenario is Vulnerable to the system with sockstress...
Hi,
has anyone managed to actually build the math/py-matplotlib port with some version of python 3? The history on freshports mentions that some time ago it couldn't be built without human intervention due to some other ports build failures. Unfortunately I can't find any description on how to...
I used to have postfix-policyd-spf-python working fine with my FreeBSD 9.3 box and Python 2.7. Then some update introduced py3dns to the mix and my setup broke, since py3dns requires Python 3. Well, I thought, I'll update Python while I am at it. I can't get it to work. My Python appears to be...
Hello!
Is there any port or package that enables to import the lxml library in python3?
py27-lxml and devel/py-lxml are both python2 libraries. Couldn't find anything for python3.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.