Finally figured out what was happening. Symantec running on the firewalls which are in front of both of my subnets was seeing one of the files within the python-26 package as a virus, and killing the download stream. I set up the system temporarily directly to a simple NAT router and it worked great. Man I hope this information helps someone else avoid this issue.
Thank you to all of you who were so willing to help. People like you are what makes working with complex systems possible, and OpenIndiana in particular such a great OS. Best regards, Mark On Wed, Dec 14, 2011 at 3:13 PM, Mark Creamer <[email protected]> wrote: > Bummer I thought that was a good possibility but it seems ipv6 is already > not enabled > > > On Wed, Dec 14, 2011 at 3:02 PM, Jake <[email protected]> wrote: > >> Try disabling ipv6. >> >> I had some issues with pkg stuff when using ipv6 on a 50Mbps Comcast >> cable modem in the US. >> >> Jake >> >> On Dec 14, 2011, at 11:47 AM, Mark Creamer <[email protected]> wrote: >> >> > Just tried from a different OI 151a box, in a different physical >> location >> > with different Internet access. It fails too, but just to keep things >> > interesting, it fails on a different package: >> > >> > mcreamer@sdbackup:/zones$ sudo zoneadm -z testzone install >> > WARNING: skipping network interface 'vnic0' which is used in the global >> > zone. >> > Publisher: Using openindiana.org (http://pkg.openindiana.org/dev/ ). >> > Image: Preparing at /zones/testzone/root. >> > Cache: Using /var/pkg/download. >> > Sanity Check: Looking for 'entire' incorporation. >> > Installing: Core System (output follows) >> > Packages to install: 1 >> > Create boot environment: No >> > DOWNLOAD PKGS FILES XFER (MB) >> > Completed 1/1 3/3 0.0/0.0 >> > >> > PHASE ACTIONS >> > Install Phase 15/15 >> > >> > PHASE ITEMS >> > Package State Update Phase 1/1 >> > Image State Update Phase 2/2 >> > Packages to install: 50 >> > Create boot environment: No >> > Services to restart: 3 >> > DOWNLOAD PKGS FILES XFER (MB) >> > runtime/perl-510/extra 3/50 5706/22960 41.8/117.8 >> > >> > >> > Errors were encountered while attempting to retrieve package or file >> data >> > for >> > the requested operation. >> > Details follow: >> > >> > http protocol error: code: 500 reason: Internal Server Error >> > URL: ' >> > >> http://pkg.openindiana.org/dev/openindiana.org/file/1/7b885b7c9957a5e76a00f938eae75049947e8c79 >> > '. >> > ERROR: failed to install package >> > >> > I'd love to try this from a internal repository. Is it possible for me >> to >> > set up a repository on my own network to point these installs to? By the >> > way, last week I did try switching to a different (Internet) repository >> at >> > someone's suggestion. I think it was in Germany (.de domain). It failed >> > too. >> > >> > 'Bout out of ideas (and time)...any other ideas? I greatly appreciate >> > everyone's help. >> > >> > >> > >> > On Wed, Dec 14, 2011 at 9:01 AM, Mark Creamer <[email protected]> >> wrote: >> > >> >> OK Thanks for that explanation. Yes it does match. >> >> -Mark >> >> >> >> >> >> On Tue, Dec 13, 2011 at 6:19 PM, Joshua M. Clulow <[email protected]> >> wrote: >> >> >> >>> On 14 December 2011 09:44, Mark Creamer <[email protected]> wrote: >> >>>> It does download via wget, but I haven't used shasum before. So I >> wasn't >> >>>> sure which shasum command to use. I tried sha1sum and it does not >> match: >> >>> >> >>> The file will be gzipped, so you'll need to: >> >>> >> >>> wget -q -O - $URL | gunzip -c | sha1sum - >> >>> >> >>> -- >> >>> Joshua M. Clulow >> >>> UNIX Admin/Developer >> >>> http://blog.sysmgr.org >> >>> >> >>> _______________________________________________ >> >>> OpenIndiana-discuss mailing list >> >>> [email protected] >> >>> http://openindiana.org/mailman/listinfo/openindiana-discuss >> >>> >> >> >> >> >> >> >> >> -- >> >> Mark >> >> >> > >> > >> > >> > -- >> > Mark >> > _______________________________________________ >> > OpenIndiana-discuss mailing list >> > [email protected] >> > http://openindiana.org/mailman/listinfo/openindiana-discuss >> >> _______________________________________________ >> OpenIndiana-discuss mailing list >> [email protected] >> http://openindiana.org/mailman/listinfo/openindiana-discuss >> > > > > -- > Mark > -- Mark _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
