Kevin Monceaux wrote:
> Dane,
> 
> On Fri, 23 Jan 2009, Danek Duvall wrote:
> 
>> I'd start by trussing the client (possibly with "-w all") to see exactly 
>> what's getting sent across the wire.  There may be something 
>> enlightening in that.  Or use snoop.  You'll probably also want to see 
>> what's getting returned, and "-r all" is going to be noisy (though you 
>> could run truss once to find out what the socket fd is; it should be 
>> predictable).
> 
> I've never used truss before.  I've tried the above and the problem might 
> be staring me in the face without me knowing it.  I've put the output of 
> truss -w all and truss -r all runs at:
> 
> http://www.RawFedDogs.net/pkgsend-truss-r-all.txt
> 
> http://www.RawFedDogs.net/pkgsend-truss-w-all.txt
> 
> if anyone would be willing to take a look at.

Did you check to see if you already have a package server running on 
port 10000?

http://localhost:10000/

...in a web-browser should give you a clue.

If not, what's the value of the environment variable $PKG_REPO ?

The error here is indicating a bad request.

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

Reply via email to