The OpenSolaris.org website was overhauled this week and almost all URL's are now redirected to pages on the new site. It looks like update manager was using one of these URL's that didn't get redirected as expected, and it's now redirecting to the main page - so I've cc'ed the pkg-discuss & website-discuss mailing lists, where the engineers on both sides can work out who needs to fix what to make that functional again.
-Alan Coopersmith- alan.coopersmith at sun.com Sun Microsystems, Inc. - X Window System Engineering Miles Benson wrote: > Hi All, > > I recently started getting emails from root like the following > > --------------- > Your "cron" job on muttley > /usr/lib/update-manager/update-refresh.sh > > produced the following output: > > > gzip: stdin: not in gzip format > /usr/gnu/bin/tar: Child returned status 1 > /usr/gnu/bin/tar: Error exit delayed from previous errors > --------------- > > I tracked this down further and by turning on debug in update-refresh.sh I > can see the following output > > [root at muttley]/usr/lib/update-manager# ./update-refresh.sh > Using CACHE_DIR: /var/pkg/gui_cache/startpagebase > Using TMP_DIR: /var/pkg/gui_cache/startpagebase.2425 > Using: > Locale: en_GB Download File: startpagebase-en_GB.tar.gz > Got: > http://opensolaris.org/os/project/indiana/resources/packagemanager/startpagebase/startpagebase-en_GB.tar.gz > cp: cannot access startpagebase-en_GB.tar.gz > Err: unpacking startpagebase-en_GB.tar.gz > > so then I go an look at what it's downloaded and it appears to have created > the following > > /var/pkg/gui_cache/startpagebase: > total 126 > -rw-r--r-- 1 root root 63605 Oct 28 19:31 index.html > > and its contents are the general homepage it seems > > [root at muttley]/usr/lib/update-manager# head > /var/pkg/gui_cache/startpagebase/index.html > <?xml version="1.0" encoding="UTF-8" ?> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> > <head> > <title> > Welcome to OpenSolaris.org (Main.WebHome) - XWiki > </title> > <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> > <meta http-equiv="imagetoolbar" content="no"/> > ... > > Anyone got any ideas? I've googled everything I can think of, and I can't > imagine that I'm the only person in the world seeing this... > > All suggestions welcome. > Ta > Miles