Announcement

Collapse
No announcement yet.

flashplugin-nonfree update problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    flashplugin-nonfree update problem

    When trying to upgrade from flashplugin-nonfree 7.0.63.3ubuntu3 to 7.0.68~ubuntu1~dapper1:

    usage: update-rc.d [-n] [-f] <basename> remove
    update-rc.d [-n] <basename> defaults [NN | sNN kNN]
    update-rc.d [-n] <basename> start|stop NN runlvl [runlvl] [...] .
    -n: not really
    -f: force
    dpkg: error processing flashplugin-nonfree (--configure):
    subprocess post-installation script returned error exit status 1
    Errors were encountered while processing:
    flashplugin-nonfree
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    E: flashplugin-nonfree: subprocess post-installation script returned error exit status 1
    I forced back to 7.0.63.3ubuntu3. What now ?



    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    #2
    Re: flashplugin-nonfree update problem

    Have you ever tried the manual way?
    I think I saw it somewhere in here (I don't really remember the post, sorry, you'll have to search).

    Comment


      #3
      Re: flashplugin-nonfree update problem

      I've had some problems with the Ubuntu packages that include Flash. For me, getting Flash right from www.adobe.com and running their install script was painless and has the best results so far.

      The only drawback of doing that is that you don't get automatic updates to it. Not that there are any anyway, but on the chance in hell that there was an update, you wouldn't get it.
      https://www.linuxcounter.net/user/267216

      Comment


        #4
        Re: flashplugin-nonfree update problem

        http://macromedia.mplug.org/ tells:

        Critical Security Vulnerability, Please Upgrade to 7.0.68

        So i downloaded flash from adobe. But is there bug in the repository version ? Or is it just me ?

        About manually installing (from Readme):

        To manually install the Plug-in Player for Linux, follow these directions:

        - Copy the following files to your browser's plugins folder:
        libflashplayer.so
        flashplayer.xpt
        And aboutlugins tells
        File name: libflashplayer.so
        Shockwave Flash 7.0 r68
        Before you edit, BACKUP !

        Why there are dead links ?
        1. Thread: Please explain how to access old kubuntu forum posts
        2. Thread: Lost Information

        Comment


          #5
          Re: flashplugin-nonfree update problem

          Originally posted by Rog131

          So i downloaded flash from adobe. But is there bug in the repository version ? Or is it just me ?
          Looks like a syntax error on 'update-rc.d' in the post-installation script, this should fix it:

          1. edit /var/lib/dpkg/info/flashplugin-nonfree.postinst
          Line 35, change:
          update-rc.d flashplugin-nonfree multiuser >/dev/null
          to:
          update-rc.d flashplugin-nonfree defaults >/dev/null

          2. run
          Code:
          sudo dpkg --configure -a

          Comment


            #6
            Re: flashplugin-nonfree update problem

            Bug has been reported (actually 9 times ) and is being worked on.
            https://launchpad.net/products/dappe...rts/+bug/61404

            In the meantime, downgrade to the last working version using this command:

            Code:
            sudo apt-get install flashplugin-nonfree/dapper
            Jucato&#39;s Data Core

            Comment


              #7
              Re: flashplugin-nonfree update problem

              Thank you for all the good advices.
              Before you edit, BACKUP !

              Why there are dead links ?
              1. Thread: Please explain how to access old kubuntu forum posts
              2. Thread: Lost Information

              Comment


                #8
                Re: flashplugin-nonfree update problem

                Thanks for the advice, the downgrade works.

                I hope that the kubuntu devs get it working soon.

                Comment


                  #9
                  Re: flashplugin-nonfree update problem

                  Found easy 2 line fix on ubuntu forums - works great:

                  sudo sed -e 's/multiuser/defaults/' -i /var/lib/dpkg/info/flashplugin-nonfree.postinst
                  sudo dpkg --configure -a

                  Cheers,
                  -Dan

                  Comment


                    #10
                    Re: flashplugin-nonfree update problem

                    Thanks kubicle your fix works well.
                    &quot;The problem with reality is that it leaves a lot to the Imagination&quot; - John Lenon.

                    Comment


                      #11
                      Re: flashplugin-nonfree update problem

                      A fixed flashplugin-nonfree update is now available in dapper-backports. Mirrors/servers might take time to update, but it's already on the main server (archive.ubuntu.com). Just make sure that you will be installing/upgrading to flashplugin-nonfree 7.0.68~ubuntu2~dapper1 (the bugged version was ~ubuntu1~dapper1).
                      Jucato&#39;s Data Core

                      Comment

                      Working...
                      X