[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Error when installing flashplugin-nonfree on sid amd64



On Sun, Aug 17, 2008 at 3:53 AM, Florian Kulzer
<florian.kulzer+debian@icfo.es> wrote:
> On Sat, Aug 16, 2008 at 16:26:29 +0800, Star Liu wrote:
>> Here is the output when i install flashplugin-nonfree on sid amd64
>> -----------------------
>> Setting up flashplugin-nonfree (1:1.6.2) ...
>> wget failed to download
>> http://people.debian.org/~bartm/flashplugin-nonfree/md5.pgp.asc
>> -----------------------
>>
>> in fact, i can get the file successfully by manully typing "wget
>> http://people.debian.org/~bartm/flashplugin-nonfree/md5.pgp.asc";
>> i need to install it for i want to view some video in flash 9 format
>> by iceweasel. Anyone can help me? thanks
>
> The current version of the package is 1:1.6.3, did you already try that
> one?
mine is 1:1.6.2, i have used apt-get update, is it because mine is amd64?
---------------------------
Package: flashplugin-nonfree
Priority: optional
Section: contrib/web
Installed-Size: 132
Maintainer: Bart Martens <bartm@debian.org>
Architecture: amd64
Version: 1:1.6.2
----------------------------
> Did you test the wget command as root or as your normal user? There
> might be differences that break the download for root, e.g. the
> http_proxy environmental variable. Also, the script uses wget with
> additional options, so maybe that is what causes the problem.
Yes, i run it as root, here is the output, so the error is caused by
the options of wget.
--------------------------------------
StarLiu:~# wget -t 3 -T 15 -P . -v --progress=dot:default
http://people.debian.org/~bartm/flashplugin-nonfree/md5.pgp.asc
--2008-08-17 06:18:03--
http://people.debian.org/~bartm/flashplugin-nonfree/md5.pgp.asc
Resolving people.debian.org... failed: Connection timed out.
wget: unable to resolve host address `people.debian.org'

StarLiu:~# wget http://people.debian.org/~bartm/flashplugin-nonfree/md5.pgp.asc
--2008-08-17 06:18:54--
http://people.debian.org/~bartm/flashplugin-nonfree/md5.pgp.asc
Resolving people.debian.org... 192.25.206.10
Connecting to people.debian.org|192.25.206.10|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 472 [text/plain]
Saving to: `md5.pgp.asc.1'

100%[======================================>] 472         --.-K/s   in 0s

2008-08-17 06:19:16 (27.2 MB/s) - `md5.pgp.asc.1' saved [472/472]
--------------------------------------


when i switch to a common user and run it again, it outputs like this:
---------------------------------
apt-get install flashplugin-nonfree
E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
---------------------------------
> If nothing else helps then you can edit the file
>
> /usr/sbin/update-flashplugin-nonfree
>
> and change line 38 from
>
> verbose=no
>
> to
>
> verbose=yes
>
> . Then run "update-flashplugin-nonfree --install" as root and you should
> get more verbose messages about what is going on. Post the output here,
> it will hopefully give us a clue.
thank you very much!
and i also found a way to manually install it:
--------------------------------------
For amd64 OS, follow the steps below to support flash 9
1. download latest plugin from adobe,
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&P2_Platform=Linux&P3_Browser_Version=Netscape4
2. unzip the downloaded package to a location like
/root/Software/flash/install_flash_player_9_linux, it will contain
libflashplayer.so
3. close the web browser
4. install nspluginwrapper by exe "apt-get install nspluginwrapper"
5. register the plugin by "nspluginwrapper -i
/root/Software/flash/install_flash_player_9_linux/libflashplayer.so"
6. open the browser, it can play flash 9 now.
-------------------------------------



> --
> Regards,            | http://users.icfo.es/Florian.Kulzer
>          Florian   |
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>


Reply to: