On Fri, Jan 23, 2009 at 12:04:50PM -0600, Kevin Monceaux wrote: > # pkgsend open [email protected] > pkgsend: open failed (status 400)
I'm not sure how this can happen. All paths I see that would return a 400 also send back a message that should be printed at the end of the line. But you should also be seeing something in the log as well, which makes me think that you're not connecting to the server you think you are. 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). Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
