Actions
Bug #6268
closedInstall package over pfSsh.php it freeze
Status:
Not a Bug
Priority:
High
Assignee:
-
Category:
Package System
Target version:
-
Start date:
04/26/2016
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3
Affected Architecture:
Description
When trying to install using pfSsh.php (pfSense developer shell) it freezes and does not return anything.
pfSense 2.3
Example:
[root@pfs23-01 ~]# /usr/local/sbin/pfSsh.php playback installpkg "Squid" Starting the pfSense developer shell.... Installing package "Squid"...
Updated by Jim Pingle over 8 years ago
- Status changed from New to Not a Bug
It works here, though it is really not necessary any more. Everything uses pkg
To show that it works, I tried mtr-nox11:
: pfSsh.php playback installpkg mtr-nox11 Starting the pfSense developer shell.... Installing package "mtr-nox11"... Done. : pkg info -x mtr mtr-nox11-0.86 pfSense-pkg-mtr-nox11-0.85.6_1
Use this instead:
pkg install pfSense-pkg-squid
If you don't know the exact name of the pkg, use pkg search, for example:
pkg search squid
Updated by Luiz Gustavo S. Costa over 8 years ago
Jim Pingle wrote:
It works here, though it is really not necessary any more. Everything uses pkg
Thanks Jim, It works here too.
Actions