On 04/ 9/10 04:17 AM, Adam Leventhal wrote:
Hey folks,
I'm trying to build an install image using the IPS tools. I've built my
repo as part of running nightly and stood up a depot:
$ /usr/lib/pkg.depotd -d pkgarchive-nd/repo.redist -p 12345
I try to perform a 'pkg create-image', but that fails:
$ pkg image-create -f -p http://localhost:12345 /var/tmp/root
pkg image-create: The package repository at http://localhost:12345 does not
provide publisher configuration information or the information provided is
incomplete.
What's the output of "pkg version" ?
So then I did the image-create using the opensolaris repo server to see if I
could move onto the next step. I was able to do the image-create, but pkg
fails as follows:
$ pkg -R /var/tmp/root set-publisher -g http://localhost:12345 on-nightly
pkg set-publisher: The origin URIs for 'on-nightly' do not appear to point to a
valid pkg server.
Please check the server's address and client's network configuration.
Additional details:
Unable to contact valid package server: http://localhost:12345/
Encountered the following error(s):
Transport errors encountered when trying to contact depot server.
Reported the following errors:
http protocol error: code: 504 reason: Gateway Timeout
URL: 'http://localhost:12345'. (happened 4 times)
The gateway timeout error is a bit odd to me.
What happens if you go to http://localhost:12345/ in your browser?
Do you see anything there?
-Shawn
_______________________________________________
on-ips-dev mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/on-ips-dev