Displaying 4 results from an estimated 4 matches for "rbgarga".
Did you mean:
barga
2006 Mar 28
1
Problems with pf + ftp-proxy on gateway
I'm trying to use pf + ftp-proxy n a 6.1-PRERELEASE machine.
I have this line on inetd.conf:
ftp-proxy stream tcp nowait root /usr/libexec/ftp-proxy
ftp-proxy -n
And this lines on pf.conf:
rdr on $int_if proto tcp from any to any port ftp -> 127.0.0.1 port ftp-proxy
pass in quick on $ext_if inet proto tcp from any port ftp-data to
$ext_if:0 user proxy flags S/SA keep
2010 Jan 19
1
Any news about missing SRPMs?
I noted centos-release source rpm is missing on repositories, and
after search a bit I found this thread:
http://www.linux-archive.org/centos/272321-centos-release-srpm.html
Anyone have news about this?
Thanks in advance
--
Renato Botelho
2010 Feb 11
1
Error on php header
I was building a software on CentOS 5.4 and got this:
/usr/include/php/main/streams/php_stream_filter_api.h:65: error: comma
at end of enumerator list
I took a look at header and found this:
typedef enum {
PSFS_ERR_FATAL, /* error in data stream */
PSFS_FEED_ME, /* filter needs more data; stop processing
chain until more is available */
PSFS_PASS_ON, /* filter
2010 Jan 19
3
Moving the system from 5.3 to 5.4
Hello,
I built a system based on centos 5.3, now i'm planing to move to 5.4.
To do it I rebuilt all rpms making some changes.
When I use a common centos 5.3, it automatically detects that 5.4
is available and move update for it when i run yum update. How
does this work? How the system detects new version and update
for it?
I thought centos-release rpm just update repo for it, but I saw this