Hi all, i'm brand new on FreeBSD, i want to run a python script for pfsense firewall running on FreeBSD (FreeBSD 10.3-RELEASE-p9)
this is the script
https://github.com/edgauthier/pfsense-backup
I already installed beautifulsoup4 (py27-beautifulsoup-4.4.1)
So, when i make this as root
...
I'm building out a hosting environment for my customers. I typically use Linux but FreeBSD offers some features of interest to my customers. I've used FreeBSD before (version 9), but my experience is limited.
The hosting architecture I'd like to setup is (focusing on two servers):
Server 1...
Hello everyone.
I'm new to FreeBSD and I'm developing a Download Manager written in python.
we ported this software on some Linux Distros and Mac OS.
Now, I'm working on making it usable in FreeBSD, The FreeBSD handles all the requirements except PyQt5 which is I'm wondering why it can not be...
Hello,
I've been trying to install Virtual Box on my system.
When I try to install it from ports tree I got this error:
===> virtualbox-ose-5.1.10 depends on executable: yasm - found
===> virtualbox-ose-5.1.10 depends on executable: xsltproc - found
===> virtualbox-ose-5.1.10 depends...
Has anyone managed to get pycdio running under FreeBSD?
My foolish attempt to just install it didn't go too well
tingo@kg-core1$ sudo pip install pycdio
Collecting pycdio
Downloading pycdio-0.20.tar.gz (197kB)
100% |################################| 204kB 2.3MB/s
Installing collected...
Hello folks,
I'm trying to run security/py-certbot on a FreeBSD 10.3 stable jail. When I try to launch it I get the following messages:
root@nope:~ # certbot
Traceback (most recent call last):
File "/usr/local/bin/certbot", line 11, in <module>
load_entry_point('certbot==0.9.3'...
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...
PyFilesystem
1. Are there any tutorials on how to use FuseFS on FreeBSD?
2. Is the py27-fs package broken?
Setup:
freebsd-version -> 11.0-RELEASE-p1
sudo pkg install py27-fs
/boot/loader.conf
kern.geom.label.gptid.enable="0"
zfs_load="YES"
kern.vty=sc
fuse_load="YES"
/etc/sysctl.conf...
Hi,
For some reason, my python-setup seems to be messed up. Packages fail to compile and complain about: ImportError: No module named pbr.pbr_json
No matter what I try, there seems to be something wrong with devel/py-pbr, devel/py-pip and devel/py-setuptools. I suppose there is some sort of...
Hello,
I am in the process of porting numba to FreeBSD, the submitted port 211347 has an outstanding issue. Documentation requires that a user should be able to type from a python interpreter:
import numba
However, this complains with /lib/libgcc_s.so.1 not using the gcc48 library. Instead the...
Hello,
I am looking at porting over llvmlite, and numba for python. It builds just fine with the documentation provided, however it is required to pass LLVM_CONFIG:
LLVM_CONFIG=/usr/local/bin/llvm-config37 python setup.py
Which works fine as an install for myself. However as a port, I wasn't...
Unbound has an optional scriptable interface: https://www.unbound.net/documentation/pythonmod/
Starting from a fresh install of FreeBSD 10.3 Release (AMD64), I want to rebuild unbound with the option for python module support. The focus of my question is on how to do this.
Hi all,
When in blender, I try to load an addon using numpy or to import numpy in the blender's console, and I get the following error :
ImportError: No module named numpy
But numpy was installed with blender.
pkg info | grep numpy
py27-numpy-1.11.0,1 The New Numeric Extension 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...
Below is the code am writing in FreeBSD. Before this code, I did pkg install xorg-vfbserver but after this I don't know which environment variable to set. Like in Ubuntu you have to do like this before using this program
apt-get install xvfb
export DISPLAY =:1
In FreeBSD, what is the...
I am new to FreeBSD, when iI tried to run the pybsm.c code iI got an error "python.h not found". I read many solutions on the forum regarding python package and cython, and tried all still am unable to run that file! Any suggestions?
I just installed lang/python34.
I now have two questions?
1) In what directory do I find the executable?
2) What command do I type to start it (I know it isn't "python", or "python34", because I just tried those.)?
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.