View Single Post
Posts: 10 | Thanked: 2 times | Joined on Oct 2009 @ Slovakia
#85
extras and extras-devel non-free Packages.gz is returning error message, extras-testing is OK

Code:
error:   	Can't locate object method "remote_ip" via package "Apache2::Connection" at /var/www/dhandler line 59.
context:  	
...  	
55:  	# Marcell
56:  	# Always allow access from Ixonos intranet
57:  	# (this is needed to work around the 401 errors for the autobuilder)
58:  	my $c = $r->connection;
59:  	my $ip = $c->remote_ip;
60:  	if ($ip =~ '10\.5\.1\.\d+') {
61:  	$access{allowdownload} = 1;
62:  	}
63:  	# -------
...  	
code stack:  	/var/www/dhandler:59
http://repository.maemo.org/extras/d...el/Packages.gz
http://repository.maemo.org/extras-d...el/Packages.gz

Last edited by kayle.sk; 2010-01-18 at 08:20.