Announcement

Collapse
No announcement yet.

Linux 3.0.0.94 unable to check for plugins

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Linux 3.0.0.94 unable to check for plugins

    Anyone else getting flooded with these when checking for plugins?

    Aug-10 10:12:50 PM Updater An item in the Updater is temporarily unavailable due to: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure Item: http://dl.dropbox.com/u/7088674/Home...on/updates.txt
    Aug-10 10:12:50 PM Updater An item in the Updater is temporarily unavailable due to: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure Item: http://dl.dropbox.com/u/7088674/Home...SS/updates.txt
    Aug-10 10:12:48 PM Updater An item in the Updater is temporarily unavailable due to: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure Item: http://dl.dropbox.com/u/7088674/Home...RT/updates.txt
    Aug-10 10:12:48 PM Updater An item in the Updater is temporarily unavailable due to: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure Item: http://dl.dropbox.com/u/7088674/Home...ch/updates.txt
    Aug-10 10:12:47 PM Updater An item in the Updater is temporarily unavailable due to: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure Item: http://dl.dropbox.com/u/7088674/Home...ad/updates.txt
    Aug-10 10:12:47 PM Updater An item in the Updater is temporarily unavailable due to: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure Item: http://dl.dropbox.com/u/7088674/Home...re/updates.txt
    Aug-10 10:12:46 PM Updater An item in the Updater is temporarily unavailable due to: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure Item: http://dl.dropbox.com/u/7088674/Home...RA/updates.txt


    It's a fresh install of Linux 3.0.0.94.

    #2
    Yep, just installed HS3 under Xubuntu and have the same issue.
    Best regards,
    -Mark-

    If you're not out on the edge, you're taking up too much room!
    Interested in 3D maps? Check out my company site: Solid Terrain Modeling

    Comment


      #3
      The problem is that mono does not have any CA certs trusted by default. The easiest way to fix this is to use the default one from mozilla.

      Code:
      apt-get install mono-devel
      mozroots --import
      This did is for me.

      Comment


        #4
        solved for debian linux

        Thanks! solved (debian)

        Comment


          #5
          no luck

          Comment


            #6
            Worked like a champ, thanks!
            Best regards,
            -Mark-

            If you're not out on the edge, you're taking up too much room!
            Interested in 3D maps? Check out my company site: Solid Terrain Modeling

            Comment


              #7
              Solved the problem for me on UBUNTU/LUBUNTU 14.
              To get all the CA certs without the hassle of typing yes for each I used the command
              mozroots --import --sync

              Comment


                #8
                mozroots --import fails (Debian):
                "Couldn't retrieve the file using the supplied information."

                It seem it is no longer supposed to work:
                https://github.com/KSP-CKAN/CKAN/issues/1787

                Any ideas on how to get around this?

                Comment


                  #9
                  Solved it!
                  Use "certmgr -m -ssl https://files.dropbox.com"
                  Answer "y" to all prompts.

                  Comment


                    #10
                    Usually the certs are already on your machine but the mono certificate store didn't get updated with them. Next time try:

                    > sudo dpkg-reconfigure ca-certificates-mono

                    You can save the fingerache from pushing y 173 times.

                    Comment


                      #11
                      Originally posted by mikaluch View Post
                      Usually the certs are already on your machine but the mono certificate store didn't get updated with them. Next time try:

                      > sudo dpkg-reconfigure ca-certificates-mono

                      You can save the fingerache from pushing y 173 times.
                      Can't find that package?
                      Anyway, it was just 4-5 prompts.

                      Comment


                        #12
                        I am probably being dense but when I ran that I got.....

                        Mono Certificate Manager - version 3.2.8.0
                        Manage X.509 certificates and CRL from stores.
                        Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

                        Usage: certmgr [action] [object-type] [options] store [filename]
                        or: certmgr -list object-type [options] store.............etc etc

                        What did I do wrong, I suspect I need to substitute something here ? "https://files.dropbox.com"

                        Comment


                          #13
                          Originally posted by SgtBilko View Post
                          I am probably being dense but when I ran that I got.....

                          Mono Certificate Manager - version 3.2.8.0
                          Manage X.509 certificates and CRL from stores.
                          Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

                          Usage: certmgr [action] [object-type] [options] store [filename]
                          or: certmgr -list object-type [options] store.............etc etc

                          What did I do wrong, I suspect I need to substitute something here ? "https://files.dropbox.com"
                          Seems I gave the wrong command, drop the "-m"... Sorry!
                          Use "certmgr -ssl https://files.dropbox.com"

                          Comment

                          Working...
                          X