After building and installing the latest pkg.depotd on our repository server, we are getting timeout issues. When trying to install a single package, I get the following:

-----------------------------------
$ pfexec pkg install system/openjdk7/runtime
DOWNLOAD                                  PKGS       FILES    XFER (MB)
system/openjdk7/runtime                    0/1     563/564    14.1/30.2


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 30000 milliseconds with 4905994 out of 16900743 bytes received
URL: 'http://osol-re.sfbay:10800'.
2: Framework error: code: 28 reason: Operation timed out after 30000 milliseconds with 4660890 out of 16900743 bytes received
URL: 'http://osol-re.sfbay:10800'.
3: Framework error: code: 28 reason: Operation timed out after 30000 milliseconds with 5726994 out of 16900743 bytes received
URL: 'http://osol-re.sfbay:10800'.
4: Framework error: code: 28 reason: Operation timed out after 30000 milliseconds with 5795946 out of 16900743 bytes received
URL: 'http://osol-re.sfbay:10800'.

-------------------------------

The behavior I was that at about 14.1 MB transferred it started to go really slow, and when it hit 19.1 MB transferred it jumped back to 14.1 and repeated 3 more times.

When I tried an image-update in a VirtualBox window, I got the following:

$ pfexec pkg  image-update -v
Creating Plan \ Before evaluation: UNEVALUATED:
+pkg:/[email protected],5.11-0.118:20090707T230302Z
Creating Plan -
pkg: Maximum number of network retries exceeded during download. Details follow:

1: Transfer from 'http://<our IP address>:10800' timed out: timed out.
2: Transfer from 'http://<our IP address>:10800' timed out: timed out.
3: Transfer from 'http://<our IP address>:10800' timed out: timed out.
4: Transfer from 'http://<our IP address>:10800' timed out: timed out.

Our pkg.depotd is running with 50 threads and a 60-second timeout.

Our apache2 httpd.conf file contains:
ProxyTimeout 30
ProxyRequests Off
AllowEncodedSlashes On
ProxyPass /dev-private http://oursystem.domain:10800 nocanon disablereuse=On

Do we have a bad setup somewhere, or is there a bug in the new transport code?

-- Alan

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

Reply via email to