=== neversfelde|mobi [n=neversfe@p548D9D2A.dip0.t-ipconnect.de] has joined #ubuntu-classroom === nalioth [i=nalioth@freenode/staff/ubuntu.member.nalioth] has joined #ubuntu-classroom === Crusher [n=You@ppp121-45-32-146.lns10.adl2.internode.on.net] has joined #ubuntu-classroom === merriam [n=merriam@82-133-115-120.dyn.gotadsl.co.uk] has joined #ubuntu-classroom === dgeorge [n=dgeorge@d235-155-93.home1.cgocable.net] has joined #ubuntu-classroom === Paddy_EIRE [n=patrick@89.240.251.170] has joined #ubuntu-classroom [02:35] hello there [02:35] hi [02:35] you get any output to the terminal when you started firefox? [02:36] NP_Initialize [02:36] New [02:36] SetWindow [02:36] SetWindow [02:36] NewStream [02:36] WriteReady [02:36] Write [02:36] !paste [02:36] decoding... [02:36] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic) [02:36] DestroyStream [02:36] SetWindow [02:36] New [02:36] SetWindow === mode/#ubuntu-classroom [+o jrib] by ChanServ === dgeorge [n=dgeorge@d235-155-93.home1.cgocable.net] has left #ubuntu-classroom [requested] === mode/#ubuntu-classroom [-o jrib] by jrib === dgeorge [n=dgeorge@d235-155-93.home1.cgocable.net] has joined #ubuntu-classroom [02:37] im back [02:37] there was some output [02:37] k, you got the message about using http://paste.ubuntu-nl.org ? [02:37] right [02:38] so how im i going to fix this flash issue [02:39] have you put the output on http://paste.ubuntu-nl.org ? [02:40] http://paste.ubuntu-nl.org/34359/ [02:40] there u go [02:40] what does this return: ls ~/.mozilla/plugins/ [02:42] ls: /home/dgeorge/.mozilla/plugins: No such file or directory [02:42] ok [02:43] close all firefox windows again and do this: mv ~/.mozilla/pluginreg.dat ~/.mozilla/pluginreg.dat.backup [02:44] what directory should i be in [02:44] doesn't matter [02:44] thats not working [02:44] tell me more [02:44] mv: cannot stat `/home/dgeorge/.mozilla/pluginreg.dat': No such file or directory [02:45] uh huh [02:45] that's kind of strange [02:46] ok why [02:46] because that file is supposed to be created [02:46] how can i check for that file [02:46] you just did [02:47] what does this return: ls -ld ~/.mozilla [02:47] drwx------ 3 dgeorge dgeorge 4096 2007-08-02 09:04 /home/dgeorge/.mozilla [02:47] ah I see what I did [02:47] close all firefox windows again and do this: mv ~/.mozilla/firefox/pluginreg.dat ~/.mozilla/firefox/pluginreg.dat.backup [02:48] ok that worked [02:48] alright [02:48] start firefox again and visit that macromedia page again [02:49] checking now [02:50] version information still blank [02:50] pastebin what you see when you visit "about:plugins" in your browser [02:50] do you want to see the entire page or [02:50] sure [02:52] http://paste.ubuntu-nl.org/34360/ [02:52] ah [02:52] libflash-mozplugin.so [02:53] do "locate libflash-mozplugin.so" [02:53] getting a syntax error there [02:53] paste what you typed [02:54] and the output [02:54] ok i found it [02:54] where? [02:54] /usr/lib/firefox/plugins/libflash-mozplugin.so [02:54] /usr/lib/mozilla/plugins/libflash-mozplugin.so [02:54] ok [02:54] do: dpkg -S /usr/lib/firefox/plugins/libflash-mozplugin.so [02:55] permission denied [02:55] sudo? [02:55] or [02:55] you shouldn't need sudo [02:55] permission denied [02:55] ok, sudo then but be sure you haven't made a typo [02:56] lets see who is faster, you or ubotu :) [02:56] !find libflash-mozplugin.so [02:56] File libflash-mozplugin.so found in libflash-mozplugin [02:56] ubotu wins [02:56] Sorry, I don't know anything about wins - try searching on http://bots.ubuntulinux.nl/factoids.cgi [02:56] command not found [02:56] ok, ubotu told us where it came from anyway so it's ok [02:57] no found [02:57] Here's what I think is happening. libflash-mozplugin.so is overriding libflashplayer.so, so we are going to remove libflash-mozplugin.so [02:57] cool lets do it [02:57] do this: sudo aptitude remove libflash-mozplugin [02:58] ok i have done that [02:58] how di i know its removed [02:59] it will tell you if it fails [02:59] restart firefox and try the macromedia page again [02:59] i didn''t [03:00] now it says click here to download plugin [03:00] erm [03:01] ls /usr/lib/firefox/plugins/ returns what now? [03:01] flashplayer.xpt libjavaplugin_oji.so libvlcplugin.so nphelix.xpt [03:01] libflashplayer.so libunixprintplugin.so nphelix.so [03:02] and "about:plugins"? [03:02] flash not listed [03:03] close firefox, sudo aptitude purge flashplugin-nonfree, start firefox, close firefox, sudo aptitude install flashplugin-nonfree, start firefox [03:04] Download done. [03:04] md5sum mismatch install_flash_player_9_linux.tar.gz [03:04] The Flash plugin is NOT installed. [03:05] that is what i got at the end of the download install [03:05] do you have backports enabled? [03:05] yes [03:05] i can double check if you like [03:06] how would i do that [03:06] what does this return: apt-cache policy flashplugin-nonfree [03:07] http://paste.ubuntu-nl.org/34362/ [03:07] k, enable the proposed repo and see if you have a version available to you on dapper [03:08] im sorry i don;t know what that means [03:08] pastebin your /etc/apt/sources.list [03:09] how do i bring that up [03:09] gksudo gedit /etc/apt/sources.list [03:10] http://paste.ubuntu-nl.org/34363/ [03:10] bug 125131 [03:10] btw [03:10] what does that mean [03:11] it's the bug that is causing your error [03:11] add this line to your sources.list: [03:11] oh really [03:11] deb http://archive.ubuntu.com/ubuntu/ dapper-proposed universe main restricted multiverse [03:12] you may get prompted to install updates while we do this, don't install any [03:12] ok i have added it [03:12] not prompted for any updates [03:12] now save and close the file [03:12] done [03:12] then run: sudo apt-get update && apt-cache policy flashplugin-nonfree [03:13] ok done [03:13] no errors [03:14] output at the end? [03:14] what does this return: apt-cache policy flashplugin-nonfree [03:14] http://paste.ubuntu-nl.org/34364/ [03:15] k, it hasn't been put into dapper then, we'll install it manually. But first lets remove -proposed [03:15] do 'gksudo gedit /etc/apt/sources.list ' and remove the line we added. Then save and close and run 'sudo apt-get update' [03:16] ok [03:17] updating now... [03:17] update done [03:17] k [03:17] now: cd && wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz [03:18] download it manually to desktop"? [03:18] i have open with... screen now [03:18] well that puts it in your HOMe [03:18] open with archive manger [03:19] tar xf install_flash_player_9_linux.tar.gz [03:19] close the archive manager [03:19] what do i type in the terminal [03:20] this: tar xf install_flash_player_9_linux.tar.gz [03:20] didn't work [03:20] instead of saying "didn't work" just say the error [03:20] tar: install_flash_player_9_linux.tar.gz: Cannot open: No such file or directorytar: Error is not recoverable: exiting now [03:21] where did you download that tar.gz to? [03:21] desktop? [03:22] yes [03:23] then do this first: cd ~/Desktop [03:23] then this: tar xf install_flash_player_9_linux.tar.gz [03:23] ok [03:24] ok that worked nor error [03:24] ok [03:24] run this to get rid of the failed package install: sudo aptitude purge flashplugin-nonfree [03:25] then do: cd install_flash_player_9_linux && ./flashplayer-installer [03:26] ok i have an installer in the termial now [03:26] k, follow the directions [03:26] /home/dgeorge/.mozilla should be the install directory correct [03:26] yes [03:27] ok its complete [03:27] how what [03:27] now close all firefox windows and open it again [03:27] i have a folder on the desktop now called install flash player 9 linux [03:27] is flash working? [03:28] ok i have the "adobe flash is installed message man [03:28] weeeeee [03:28] what do i do with the folder [03:28] you can delete it [03:28] and the tar.gz too [03:30] testing cnn now [03:31] cnn working now... awesome man, thanks .. what was the problem there [03:32] well originally, the other package was blocking adobe's flash [03:32] and then when we tried to install adobe's flash after removing the gpl flash we came across a bug [03:33] what was the bug [03:33] basically, the package tries to do what we did manually but it checks that the file is the right file when it downlaods it. That causes problems when adobe releases a new minor version of the plugin and the package doesn't know about it [03:34] cool was there anything that i did wrong [03:34] nope [03:35] in feisty you can just visit a page and a popup appears to install the plugin so it's a bit easier now :) [03:35] cool I will have to install feisty when i have time === tonyy [n=anthony@ubuntu/member/tonyyarusso] has joined #ubuntu-classroom === Starting logfile irclogs/ubuntu-classroom.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-classroom === Topic for #ubuntu-classroom: Ubuntu Open Week info: Information and Logs: https://wiki.ubuntu.com/UbuntuOpenWeek | Ubuntu classroom transcripts: https://wiki.ubuntu.com/ClassroomTranscripts === Topic (#ubuntu-classroom): set by nalioth at Fri Jun 8 21:28:23 2007 === zween__ [n=zween@Z403e.z.pppool.de] has joined #ubuntu-classroom === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-classroom === Crusher [n=You@121.45.19.234] has joined #ubuntu-classroom === neuratix [n=lorents@static149-194.adsl.no] has joined #ubuntu-classroom === Crusher [n=You@121.45.19.234] has joined #ubuntu-classroom === DreamThief [n=mathias@unaffiliated/dreamthief] has joined #ubuntu-classroom === ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-classroom === AndrewB [n=andy@freenode/helper/ubuntu.member.AndrewB] has joined #ubuntu-classroom === sacater [n=sacater@ubuntu/member/colchester-lug.sacater] has joined #ubuntu-classroom === vistakiller [n=spiros@ppp3-217.adsl.forthnet.gr] has joined #ubuntu-classroom === hjmf_ [n=hjmf@7.Red-83-44-173.dynamicIP.rima-tde.net] has joined #ubuntu-classroom === croppa [n=stuart@135.27.233.220.exetel.com.au] has joined #ubuntu-classroom === AndyP [n=andyp@ubuntu/member/welshbyte] has joined #ubuntu-classroom === zween__ [n=zween@Z403e.z.pppool.de] has joined #ubuntu-classroom === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-classroom === neuratix [n=lorents@static149-194.adsl.no] has joined #ubuntu-classroom === tonyyarusso [n=anthony@ubuntu/member/tonyyarusso] has joined #ubuntu-classroom === merriam [n=merriam@82-133-115-120.dyn.gotadsl.co.uk] has joined #ubuntu-classroom === allee [n=ach@lapex-mcallee.mpe.mpg.de] has joined #ubuntu-classroom === PWill [n=paul@unaffiliated/pwill] has joined #ubuntu-classroom === emonkey [n=emonkey@static-pro-212-101-27-121.adsl.solnet.ch] has joined #ubuntu-classroom === n2diy [n=darryl@wlk-barre-208-103-147-177.dynamic-dialup.coretel.net] has joined #ubuntu-classroom === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-classroom === elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-classroom === jenda [n=jenda@freenode/staff/ubuntu.member.jenda] has joined #ubuntu-classroom === MootBot [i=mootbot@kryten.incognitus.net] has joined #ubuntu-classroom === Crusher [n=You@121.45.19.234] has joined #ubuntu-classroom === DreamThief [n=mathias@unaffiliated/dreamthief] has joined #ubuntu-classroom === ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-classroom === AndrewB [n=andy@freenode/helper/ubuntu.member.AndrewB] has joined #ubuntu-classroom === nalioth [i=nalioth@freenode/staff/ubuntu.member.nalioth] has joined #ubuntu-classroom === Crusher [n=You@121.45.116.140] has joined #ubuntu-classroom === vistakiller [n=spiros@ppp3-217.adsl.forthnet.gr] has left #ubuntu-classroom [] === zween [n=zween@Z4e6b.z.pppool.de] has joined #ubuntu-classroom === vistakille1 [n=spiros@ppp190-112.adsl.forthnet.gr] has joined #ubuntu-classroom === jrib [n=jrib@upstream/dev/jrib] has joined #ubuntu-classroom === Paddy_EIRE [n=patrick@89.240.251.170] has joined #ubuntu-classroom === vistakille1 [n=spiros@ppp190-112.adsl.forthnet.gr] has left #ubuntu-classroom [] === Germol [n=usuario@77.Red-88-3-112.dynamicIP.rima-tde.net] has joined #ubuntu-classroom [05:25] Hello === Germol [n=usuario@77.Red-88-3-112.dynamicIP.rima-tde.net] has left #ubuntu-classroom [] === Paddy_EIRE [n=patrick@89.240.251.170] has joined #ubuntu-classroom === darich [n=trickyki@89.240.98.100] has joined #ubuntu-classroom === Paddy_EIRE [n=patrick@89.240.251.170] has joined #ubuntu-classroom === HarKoT [n=tony@bpb01-1-88-162-5-1.fbx.proxad.net] has joined #ubuntu-classroom === Wayne_ [n=wayne@pool-72-87-64-96.prvdri.east.verizon.net] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pdpc.supporter.student.PriceChild] has joined #ubuntu-classroom === croppa_ [n=stuart@135.27.233.220.exetel.com.au] has joined #ubuntu-classroom