Re: [pfSense Support] Next proxy for pfSense firewall

2007-01-12 Thread Joseph Favia Jr.
Is there any update on this issue? have you done any testing to see if the packages get installed? All my attempts were unsuccessful. Thanks Joe Bill Marquette wrote: On 1/4/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, The list of available packages gets displayed just fine, but

Re: [pfSense Support] Next proxy for pfSense firewall

2007-01-12 Thread Bill Marquette
On 1/12/07, Joseph Favia Jr. [EMAIL PROTECTED] wrote: Is there any update on this issue? have you done any testing to see if the packages get installed? All my attempts were unsuccessful. Thanks Joe Nope. I know what the problem is though...when calling pkg_add -r we need to set the

RE: [pfSense Support] Next proxy for pfSense firewall

2007-01-04 Thread Holger Bauer
Do you mean the pfSense itself has to go to the internet through a proxy? This is not supported and there are no settings for it. The package manager tries to access the package repository at pfsense.com and is not able to utilize a proxy for that. Maybe you can setup rules at the proxy to allow

Re: [pfSense Support] Next proxy for pfSense firewall

2007-01-04 Thread Bill Marquette
On 1/4/07, Holger Bauer [EMAIL PROTECTED] wrote: Do you mean the pfSense itself has to go to the internet through a proxy? This is not supported and there are no settings for it. The package manager tries to access the package repository at pfsense.com and is not able to utilize a proxy for

Re: [pfSense Support] Next proxy for pfSense firewall

2007-01-04 Thread Bill Marquette
On 1/4/07, Bill Marquette [EMAIL PROTECTED] wrote: Actually, not entirely true :) If you feel like editing code, this is a simple change. /etc/inc/xmlrpc_client.inc around line 645 you should see: /** * The name of the proxy server to use, if any * @var string */ var

Re: [pfSense Support] Next proxy for pfSense firewall

2007-01-04 Thread joseph . favia
Hi, Is the modified globals.inc file kept anywhere that can be downloaded? I tried modifying the xmlrpc_client.inc file myself but keep getting an error when I attempt to access the packages. A complete example would be appreciated. This is the message in the system log : php: /pkg_mgr.php:

RE: [pfSense Support] Next proxy for pfSense firewall

2007-01-04 Thread Holger Bauer
http://cvstrac.pfsense.com/chngview?cn=16046 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 4:47 PM To: support@pfsense.com Subject: Re: [pfSense Support] Next proxy for pfSense firewall Hi, Is the modified globals.inc

Re: [pfSense Support] Next proxy for pfSense firewall

2007-01-04 Thread joseph . favia
Hi, The list of available packages gets displayed just fine, but the installation procedure produces a regular error on all of the packages I've tried to installed. This is what kind of appear on screen : Downloading package configuration file... done. Saving updated package information...

Re: [pfSense Support] Next proxy for pfSense firewall

2007-01-04 Thread Bill Marquette
On 1/4/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, The list of available packages gets displayed just fine, but the installation procedure produces a regular error on all of the packages I've tried to installed. This is what kind of appear on screen : Downloading package configuration

Re: [pfSense Support] Next proxy for pfSense firewall

2007-01-04 Thread Bill Marquette
I'm not seeing that on my test install. You might make sure that the changes you made to xmlrpc_client.inc have been reverted. --Bill On 1/4/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, Another side effect that I've been seeing is the following after applying any changes in the