Re: [osol-help] Problem downloading VirtualBox from "extra" repository

2010-01-23 Thread Gary Bainbridge
This problem occurs randomly and I would think Sun could have figured out the 
problem by now and resolved it so it doesn't keep happening.  It doesn't happen 
often, but it's happened more times than it should and keep popping up.  Expect 
this problem to continue.  One time it took 3 days for it to be resolved.
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Problem downloading VirtualBox from "extra" repository

2010-01-23 Thread Anon Y Mous
I had this similar problem installing a zone in OpenSolaris build 129 running 
inside virtualbox 3.0.4 on top of OpenSolaris 2009.06 snv_11b. The funny thing 
here is that my OpenSolaris 2009.06 host box is in a datacenter and has a full 
100mb/s connection out to the internet, but my build 129 guest is having 
problems with downloading IPS packages even though there's not all that much 
network activity on the host. Here's the output from installing a zone (which 
of course, downloads packages from IPS which seems unneccessary IMO):

# zoneadm -z dhcpzone install
A ZFS file system has been created for this zone.
   Publisher: Using opensolaris.org (http://pkg.opensolaris.org/dev/ ).
   Image: Preparing at /export/zones/dhcpzone/root.
/usr/lib/python2.6/vendor-packages/pkg/client/api_errors.py:295: 
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  self.message = message
pkg: 0/1 catalogs successfully updated:
   
1: Framework error: code: 28 reason: Operation too slow. Less than 1024 
bytes/sec transfered the last 30 seconds
URL: 'http://pkg.opensolaris.org/dev'. (happened 7 times)
2: Framework error: code: 28 reason: Connection time-out
URL: 'http://pkg.opensolaris.org/dev'.

/usr/bin/pkg:2014: DeprecationWarning: BaseException.message has been 
deprecated as of Python 2.6
  if cre.message:
ERROR: failed to create image
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Problem downloading VirtualBox from "extra" repository

2009-08-04 Thread Patrick Van de Casteele

Hi Andrew,

A colleague of mine had similar problems installing Sun Studio 12, and 
tweaked the PKG_CLIENT_TIMEOUT value. This worked for him, and after 
doing the same, I could install Virtualbox as well:


   # export PKG_CLIENT_TIMEOUT=300
   # pkg install virtualbox
   DOWNLOAD  PKGS   FILESXFER (MB)
   Completed  2/2 324/32474.0/74.0

   PHASEACTIONS
   Install Phase401/401
   PHASE  ITEMS
   Reading Existing Index   8/8
   Indexing Packages2/2

I suggest you also give that a try :)

Kind regards,

Patrick.

andrew wrote:



Hi Andrew,

I'm getting the same, so I doubt it's your
  

specific


system that is the
cause. I tried using Package Manager as well as
command line.
  

OK, so the problem looks like it is with the
repository itself. Unfortunately there is no contact
email address or telephone number on the extra
repository registration page so I've no idea who to
contact about this problem. Hm. I'll cross-post
to indiana-discuss in case someone there knows what
to do.

Cheers

Andrew.



Oops - forgot to include the original problem in my CC. Basically downloading VirtualBox 
from the "extra" repository fails - it gets to about 57MB then jumps back to 
51MB, continues to 57MB then jumps back. It does this a few times then fails complaining 
about a network error. A second person has posted to opensolaris-help to say they are 
having the same problem, so it looks like it could be a problem with the file in the 
repository itself.

Cheers

Andrew.
  
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Re: [osol-help] Problem downloading VirtualBox from "extra" repository

2009-08-04 Thread Hillel Lubman
I get the same problem trying to install Sun Studio update 12 on OpenSolaris 
snv_118.

I did: pfexec pkg install -v sunstudio12u1

It downloaded around 180+Mb when download failed. I retried to install it 
again, and it pretty fast repeated the download of that part (it was probably 
cached). But afterward it started to behave strange. When it reaches 186 Mb it 
falls back to 181 Mb (and the number of files jumps back to 6630 from 6631). 
And this pattern repeats itself many times until it fails. Here is the part of 
the output:

pfexec pkg install -v sunstudio12u1
Creating Plan | Before evaluation:   
UNEVALUATED:
+pkg:/sunstudio1...@12.1,5.11-0.111:20090617T225413Z

After evaluation:
None -> pkg:/sunstudio1...@12.1,5.11-0.111:20090617T225413Z
None -> pkg:/sunwj6...@0.5.11,5.11-0.118:20090707T220736Z
None -> pkg:/sunwj6...@0.5.11,5.11-0.118:20090707T220752Z
None -> pkg:/sunwj6...@0.5.11,5.11-0.118:20090707T220814Z
None -> pkg:/sunwj6...@0.5.11,5.11-0.118:20090707T220753Z
None -> pkg:/sunwj6...@0.5.11,5.11-0.118:20090707T220725Z
None -> pkg:/sunwj6...@0.5.11,5.11-0.118:20090707T220756Z
None -> pkg:/sunwj6...@0.5.11,5.11-0.118:20090707T220724Z
Actuators:
  restart_fmri: svc:/application/desktop-cache/gconf-cache:default
  restart_fmri: svc:/application/font/fc-cache:default
None
DOWNLOAD  PKGS   FILESXFER (MB)
sunstudio12u1  0/8   6630/8881  181.4/302.0


Errors were encountered while attempting to retrieve package or file data for
the requested operation.
Details follow:

1: Framework error: code: 28 reason: Operation timed out after 3 
milliseconds with 5331492 out of 8290912 bytes received
URL: 
'http://pkg.opensolaris.org/dev/file/0/63d1d68adc62ddb6ab7269c260dcac1ea396c936'.
2: Framework error: code: 28 reason: Operation timed out after 3 
milliseconds with 5471480 out of 7859155 bytes received
URL: 
'http://pkg.opensolaris.org/dev/file/0/46ace7fe165a55e31c125cf996a55878621bb7bd'.
3: Framework error: code: 28 reason: Operation timed out after 3 
milliseconds with 5369572 out of 6677299 bytes received
URL: 
'http://pkg.opensolaris.org/dev/file/0/4692572f20f972e5f40f8f398cd1c43f65278633'.

etc. etc.

Is there any way to remedy this?
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Problem downloading VirtualBox from "extra" repository

2009-07-29 Thread andrew
> > 
> > 
> > Hi Andrew,
> > 
> > I'm getting the same, so I doubt it's your
> specific
> > system that is the
> > cause. I tried using Package Manager as well as
> > command line.
> 
> OK, so the problem looks like it is with the
> repository itself. Unfortunately there is no contact
> email address or telephone number on the extra
> repository registration page so I've no idea who to
> contact about this problem. Hm. I'll cross-post
> to indiana-discuss in case someone there knows what
> to do.
> 
> Cheers
> 
> Andrew.

Oops - forgot to include the original problem in my CC. Basically downloading 
VirtualBox from the "extra" repository fails - it gets to about 57MB then jumps 
back to 51MB, continues to 57MB then jumps back. It does this a few times then 
fails complaining about a network error. A second person has posted to 
opensolaris-help to say they are having the same problem, so it looks like it 
could be a problem with the file in the repository itself.

Cheers

Andrew.
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Problem downloading VirtualBox from "extra" repository

2009-07-29 Thread andrew
> 
> 
> Hi Andrew,
> 
> I'm getting the same, so I doubt it's your specific
> system that is the
> cause. I tried using Package Manager as well as
> command line.

OK, so the problem looks like it is with the repository itself. Unfortunately 
there is no contact email address or telephone number on the extra repository 
registration page so I've no idea who to contact about this problem. Hm. 
I'll cross-post to indiana-discuss in case someone there knows what to do.

Cheers

Andrew.
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Problem downloading VirtualBox from "extra" repository

2009-07-29 Thread Patrick Van de Casteele

Hi Andrew,

I'm getting the same, so I doubt it's your specific system that is the 
cause. I tried using Package Manager as well as command line.


This is what I'm getting:

   ~$ pfexec pkg install virtualbox
   DOWNLOAD  PKGS   FILESXFER (MB)
   virtualbox 0/2 320/32451.0/74.0


   Errors were encountered while attempting to retrieve package or file
   data for
   the requested operation.
   Details follow:

   1: Framework error: code: 28 reason: Operation timed out after 3
   milliseconds with 7413184 out of 24161996 bytes received
   URL: 'https://pkg.sun.com/opensolaris/extra'.
   2: Framework error: code: 28 reason: Operation timed out after 3
   milliseconds with 8044544 out of 24161996 bytes received
   URL: 'https://pkg.sun.com/opensolaris/extra'.
   3: Framework error: code: 28 reason: Operation timed out after 3
   milliseconds with 8183616 out of 24161996 bytes received
   URL: 'https://pkg.sun.com/opensolaris/extra'.
   4: Framework error: code: 28 reason: Operation timed out after 3
   milliseconds with 8215040 out of 24161996 bytes received
   URL: 'https://pkg.sun.com/opensolaris/extra'.

The error message would indicate a network problem, but other packages 
seem to work OK (e.g., SUNWjsnmp).


Kind regards,

Patrick.
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Re: [osol-help] Problem downloading VirtualBox from "extra" repository

2009-07-28 Thread Anon Y Mous
Would like to help you but I've never installed VirtualBox from an IPS 
repository. I always just downloaded the Sys V packages and used the 

   pkgadd -d

command to install them.
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] Problem downloading VirtualBox from "extra" repository

2009-07-28 Thread andrew
I cannot download VirtualBox from the "extra" repository. I' using the Package 
Manager GUI to install VirtualBox and every time it gets to about 57MB it jumps 
back to 51MB, continues, then jumps back to 51MB. It does this a few times, 
then eventually stops complaining that there is a network problem. I was 
browsing the web using Firefox when this happened for the first time but I 
don't know if that is related. I have deleted /var/pkg/download, rebooted then 
tried again but it still does the same thing. Here is the error Package Manager 
produces:

Error:
Please check the network connection.
Is the repository accessible?

1: Framework error: code: 28 reason: Operation timed out after 3 
milliseconds with 7274112 out of 24161996 bytes received
URL: 'https://pkg.sun.com/opensolaris/extra'.
2: Framework error: code: 28 reason: Operation timed out after 3 
milliseconds with 7347648 out of 24161996 bytes received
URL: 'https://pkg.sun.com/opensolaris/extra'.
3: Framework error: code: 28 reason: Operation timed out after 3 
milliseconds with 7059968 out of 24161996 bytes received
URL: 'https://pkg.sun.com/opensolaris/extra'.
4: Framework error: code: 28 reason: Operation timed out after 3 
milliseconds with 7126464 out of 24161996 bytes received
URL: 'https://pkg.sun.com/opensolaris/extra'.

I am trying to download this package:

pkg://extra/virtual...@3.0.2,5.11-0.101:20090714T183200Z

I'm assuming this is a problem with my system rather than the repository, since 
I haven't seen anyone else complain about this problem. I'm using a clean 
install of build 118. How can I troubleshoot this?

Thanks

Andrew.
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org