Lightsquid and Lighttpd
-
The cron entries need to be added to config.xml now.
First, download config.xml from a recent snapshot and look how the items look.
Now, CAREFULLY read that function that I pointed out that adds the items to cron. The point is, you need to add items to cron in the same fashion that the function I showed you does… The function is an example only.
-
This files with new cron function (tested on 1.0.1-SNAPSHOT-03-27-2007)
Cron task's safe setup to config.xml (But i I have to was set new field 'task_name' for safe).
Now correctly add/delete only my jobs and block adding job's, if some job present in items list2 Scott:
May be need write user's cron-function for safe install cron-jobs to config.xml?
Or(and) create special 'pkg_cron' part in config.xml? -
It needs to write the cron entries on installation and remove them on deinstallation.
-
This already realised. I tested success instal/deinstall.
-
will this be available as a package for pfsense?
-
will this be available as a package for pfsense?
Official package - may be for pfSense 1.2. In last step i create cron shedules for this versions compatible.
Manually installation for current version - plz looking previous sources posting -
My new skin's for lightsquid - novosea (blue) and novopf (pf colors)
Have 'Home button' - link to pfSense root page from lightsquid pages.
–--------
Update themes :( - re-archive 'novopf' theme. Now this must worked.
Update GUI - added this 2 themes to menu. But this themes must be added manually to '/usr/local/www/lightsquid/tpl', another will used 'base' as default. -
now i'm testing lightsquid too…
-
troubles on install .. .can you lend me lights ? how can i install it ?
-
Looking topic about squidGuard on RU forum part :)
-
i take squidguard.inc and .xml … a pkg_config.xml and i cant installl .. something is missing ?
do you have an new pkg_confi.xml ???
-
i take squidguard.inc and .xml … a pkg_config.xml and i cant installl .. something is missing ?
do you have an new pkg_confi.xml ???
I update new file.
http://diskatel.narod.ru/pfSense/packages/pkg_config.xml
Now contains squidGuard & lightsquidDownload and replace you local pkg_config.xml
-
As I install the packages squidguard and lightsquid , I do not obtain to find the archive using the command find / -name pkg_config.xml, why >:(
-
As I install the packages squidguard and lightsquid , I do not obtain to find the archive using the command find / -name pkg_config.xml, why >:(
Use this way
1\. Need install local xml-rpc. How - pls looking for this topic http://forum.pfsense.org/index.php/topic,312.0.html 2\. Download pkg_config.xml for this package from http://diskatel.narod.ru/pfSense/packages/pkg_config.xml and put them to you xml-rpc (as '/usr/local/www/packages' path). If all placed correct - in package list you looking packages list - squidGuard & etc. 3\. Install this package.
-
I FOUND the ARCHIVE xmlrpc.php on /usr/local/www, I have that to create the folder /usr/local/www/packages and
to place these two archives xmlrpc.php and pkg_config.xml …
-
I FOUND the ARCHIVE xmlrpc.php on /usr/local/www, I have that to create the folder /usr/local/www/packages and
to place these two archives xmlrpc.php and pkg_config.xml …
http://forum.pfsense.org/index.php?topic=312.msg16925#msg16925
http://forum.pfsense.org/index.php?topic=312.msg17011#msg17011 -
I made the following steps :
* Modify /etc/inc/globals.inc and change:
"xmlrpcbaseurl" => "my ip pfsense",
"xmlrpcpath" => "/usr/local/www/packages/",copy pkg_config.xml and xmlrpc.php for diretory /usr/local/www/packages/
error browser System: Package Manager
Unable to retrieve package info from my ip pfsense . Cached data will be used.
-
"xmlrpcbaseurl" => "my ip pfsense", "xmlrpcpath" => "/usr/local/www/packages/",
No, only 'xmlrpcbaseurl' !
Return all back
"xmlrpcbaseurl" => "www.pfsense.com",
"xmlrpcpath" => "/pfSense/xmlrpc.php",and in down page before '?>' line write
$g["xmlrpcbaseurl"]="127.0.0.1";
it's all in globals.inc... /* IP TOS flags */ $iptos = array("lowdelay", "throughput", "reliability", "congestion"); /* TCP flags */ $tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg"); $g["xmlrpcbaseurl"]="127.0.0.1"; ?>
Also must be installed all need rpcxml files to '/usr/local/www/pfSense' and inserted pkg_config.xml to '/usr/local/www/packages'
-
where I can find these archives, I am all the archives in such a way *.inc as *.xml …
thanks reply messages
-
It's full '/usr/local/www/pfSense' folder content
Unpack & enjoy :)