Package: update-flashplugin

Hi

a little more info, hope this helps.

I have a sarge system in which I tried hacking
  /etc/update-flashplugin.conf.rb
as noted above. This was the result.

# cat /etc/update-flashplugin.conf.rb
# -*- ruby -*-
#

module UpdateFlashPluginConf
  SITES = {
#    "sluglug.ucsc.edu" => "/macromedia/tarball/debian/",
    "ruslug.rutgers.edu " => "/macromedia/tarball/debian/",
    "macromedia.mplug.org" => "/tarball/debian/",
    "macromedia.rediris.es" => "/tarball/debian/",
    "fpdownload.macromedia.com" => "/get/flashplayer/current/",
  }
end


# update-flashplugin -f
Checking new upstream release...
I: checking http://macromedia.rediris.es/tarball/debian/...
No new version is detected. ( = not installed)
Updating flashplugin...
getting install_flash_player_7_linux.tar.gz [322/0 (inf%)]

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: install_flash_player_7_linux/libflashplayer.so: Not found in archive
tar: Error exit delayed from previous errors

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: install_flash_player_7_linux/flashplayer.xpt: Not found in archive
tar: Error exit delayed from previous errors
/usr/sbin/update-flashplugin:208:in `chdir': No such file or directory - /tmp/flashupdater5639.0/install_flash_player_7_linux (Errno::ENOENT)
        from /usr/sbin/update-flashplugin:208:in `install'
        from /usr/sbin/update-flashplugin:220:in `update'
        from /usr/sbin/update-flashplugin:428


# file /tmp/flashupdater5639.0/install_flash_player_7_linux.tar.gz
/tmp/flashupdater5639.0/install_flash_player_7_linux.tar.gz: HTML document text

# cat /tmp/flashupdater5639.0/install_flash_player_7_linux.tar.gz
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL /tarball/debian/install_flash_player_7_linux.tar.gz was not fo
und on this server.<P>
<HR>
<ADDRESS>Apache/1.3.33 Server at macromedia.rediris.es Port 80</ADDRESS>
</BODY></HTML>



I was able to successfully install the player if I commented out all
other entries, ie.

# -*- ruby -*-
#

module UpdateFlashPluginConf
  SITES = {
##    "sluglug.ucsc.edu" => "/macromedia/tarball/debian/",
#    "ruslug.rutgers.edu " => "/macromedia/tarball/debian/",
#    "macromedia.mplug.org" => "/tarball/debian/",
#    "macromedia.rediris.es" => "/tarball/debian/",
    "fpdownload.macromedia.com" => "/get/flashplayer/current/",
  }
end

The files installed are not known to the package management system.
  # dpkg -S /usr/lib/flashplugin-nonfree/flashplayer.xpt
  dpkg: /usr/lib/flashplugin-nonfree/flashplayer.xpt not found.

Were they ever? It seems like the /usr/lib/flashplugin-nonfree directory
should be, but this was not created when I apt-get installed the package.
I did not specify a tarball location or proxy during installation.
Please let me know if you want this filed separately.


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to