On Tue, 2010-07-13 at 08:59 -0400, Kyle McDonald wrote:
> Ok. I left this running all night with no sucess:
>
> LOOP=true
> while [ "${LOOP}" = "true" ]; do
> clear
> if /usr/bin/rsync -a pkg-rsync.opensolaris.org::osol_dev_files
> /export/pkg/file; then
> LOOP=false
> fi
> sleep 10
> dons
>
> It's been 12 hours. I think something might really be wrong.
ok, just making sure your environment is not off somehow: can you try
this:
rsync --port=873 -avz 192.9.164.17::osol_dev_files /tmp/test
and see if that starts pulling files?
Erik
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss