Thank you for replies.

yes, you are right, my repo is not set correctly.
Apache? hmm
Dan: could you please tell me how to set apache correctly?
Here is my configuration:

$ cat /etc/apache2/2.2/conf.d/repos.conf
  Redirect /contrib http://lepra.czech/contrib
  ProxyPass /contrib http://lepra.czech:12000  timeout=10 nocanon
  Redirect /pending http://lepra.czech/pending
  ProxyPass /pending http://lepra.czech:11000  timeout=10 nocanon
  Redirect /dev http://lepra.czech/dev/
  ProxyPass /dev/ http://lepra.czech:10000/  timeout=10 nocanon
  Redirect /extra http://lepra.czech/extra
  ProxyPass /extra http://lepra.czech:13000  timeout=10 nocanon
  Redirect /kde http://lepra.czech/kde
  ProxyPass /kde http://lepra.czech:20000  timeout=10 nocanon
  Redirect /extra2 http://lepra.czech/extra2
  ProxyPass /extra2 http://lepra.czech:30000  timeout=10 nocanon
$

pkg.depotd runs with: --proxy-base=http://lepra.czech/dev

Thank you.
Regards,

Jan Hlodan

Dan Price wrote:
On Fri 24 Apr 2009 at 03:31PM, Danek Duvall wrote:
On Sat, Apr 25, 2009 at 12:00:09AM +0200, Jan Hlodan wrote:

pkg: Could not retrieve manifest 'developer%2fnetbeans%2fplugin%[email protected]%2c5.11-0.111%3a20090418t200132z' from 'http://lepra.czech/dev' Exception: str:http://lepra.czech/dev/ doesn't speak a known version of manifest operation repr:<exceptions.RuntimeError instance at 0x10211c8c>
Seems like a problem with the way the depot is set up.

    
fmri=developer%2fnetbeans%2fplugin%[email protected]%2c5.11-0.111%3a20090418t200132z
    curl http://ipkg.sfbay/dev/manifest/0/$fmri
    curl http://lepra.czech/dev/manifest/0/$fmri

The first command returns a manifest, the latter a 404.  Maybe it has
something to do with '/' <-> '%2F' translation.

Yeah-- you have to be **very** careful if you have an apache in the
middle doing translation.

        -dp

_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to