Packages wishlist?
-
@pbs:
There is actually somebody that was running it on OpenBSD (with few problems) http://forums.hamachi.cc/viewtopic.php?t=1079&highlight=bsd
I believe the topic in question referred to running Hamachi on a Windows or Linux system that was set up behind the pf firewall - not running the client itself on BSD.
-
Now that i had a chance to read it again … it make sense ... sorry! :-X
-
I want a wireless scanning program like kismet if we can get it in.
-
I want a wireless scanning program like kismet if we can get it in.
We have pkg_add.
Run (from a shell prompt):
pkg_add -r ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.0-release/All/kismet-200507.r1a.tbz
rehashThen kismet will be available from a shell
-
Id like to see the broken FreeRadius package updated and fixed. Please? ;)
-
Id like to see the broken FreeRadius package updated and fixed. Please? ;)
Patches accepted – We are busy fixing bugs in the base system.
-
i would like to see a package for cups. it would be useful to have the ability to use this machine as a *nix print server for small businesses
-
i would like to see a package for cups. it would be useful to have the ability to use this machine as a *nix print server for small businesses
Generally an extremely bad idea. Firewalls shouldn't also be used as general purpose servers. But hey, in the spirit of "allowing one to shoot oneself in the foot" I suppose if someone wrote a package for this it'd be added.
-
This will make more sense down the road when the package manager outgrows pfSense and we become a firewalling or server platform. :P
-
Can you add trafd(bpft) with mysql or cnupm, and WEB interface for him?
-
Can you add trafd(bpft) with mysql or cnupm, and WEB interface for him?
Can we? No. Can you? Yes.
We'll happily take package submissions but the coreteam is too busy to create packages.
-
ok, when i build package i tell you.
But i have some question, how to be with /etc/crontab? On update pfsense he is clear, but i need it. Or you use another task sheduler system?
Where can i get specifiaction for xml parametrs for web interface? To do web interface. -
ok, when i build package i tell you.
But i have some question, how to be with /etc/crontab? On update pfsense he is clear, but i need it. Or you use another task sheduler system?
Where can i get specifiaction for xml parametrs for web interface? To do web interface.Use /etc/crontab. We have a function call to update a file with a line.
For studying, use cvs.pfsense.com/cgi-bin/cvsweb.cgi/tools/packages
-
FreeNAS should be pretty easy to integrate into pfSense as a pkg … it seems a good way to use extra HD's :-
http://www.freenas.org/ -
@pbs:
FreeNAS should be pretty easy to integrate into pfSense as a pkg … it seems a good way to use extra HD's :-
http://www.freenas.org/Different goals. We do not plan on turning pfSense into a server platform just yet. We need to focus on firewalling.
-
I wouldnt mind helping with the package development, but I will need to go learn web programming. php it seems.
-
Currently our package manager uses:
-
XML
-
PHP
-
Shell Scripts
-
Much sweat and tears
-
-
Currently our package manager uses:
-
XML
-
PHP
-
Shell Scripts
-
Much sweat and tears
No problem. already got the xml and shell scripting down, its the php part that I have no experience with. anyhow I dont thing It should be hard for me to learn since im a programmer. ;)
-
-
I would love to have nano (the text editor)
Edit
Grrr..here I go and try to figure out how to compile from source code and all that it took was pkg_add -r nano && rehash
Thanks. I'm not so familiar with freebsd so I tend to do stuff backwards ::)http://www.freebsd.org/cgi/man.cgi?query=pkg_add&sektion=1
-
pkg_add -r nano
rehash