• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Adding needed repository Failed!

Scheduled Pinned Locked Moved Solved
Linux Problems
9
30
24.8k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S
    Scott B
    last edited by Jul 7, 2015, 1:27 PM

    I ended up copying the .fogsettings file from a fresh test FOG install and changing the needed IP addresses. Then I could get past the repository failing issue, but would not update/install any needed software. I found that when manually running the installs I needed to say okay to installing to an untrusted resource. After that everything is up and how it should be.

    1 Reply Last reply Reply Quote 0
    • T
      tbs
      last edited by Jul 21, 2015, 6:56 AM

      i am having the same issue on Debian 8.1"jessie" and the installation from trunk (git). It just stalls at " Adding needed repository…"

      and noting ever happens 😞

      1 Reply Last reply Reply Quote 0
      • S
        Scott B @Tom Elliott
        last edited by Aug 11, 2015, 5:33 PM

        @Tom-Elliott I’m getting the repository failed issue again. Current FOG is SVN 4266. Does the same if I use GIT also.

        1 Reply Last reply Reply Quote 0
        • O
          Oleg
          last edited by Aug 18, 2015, 8:35 AM

          Hello to all,

          I have the same problem with the repository. My FOG is behind a proxy but if proxy is enabled or not, the upgrade script is not working. My SVN version is 3735. Tried the upgrade wit git and SVN. Both are failing at this first step.

          W 1 Reply Last reply Aug 18, 2015, 2:08 PM Reply Quote 0
          • W
            Wayne Workman @Oleg
            last edited by Aug 18, 2015, 2:08 PM

            @Oleg What Linux distribution?

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
            Daily Clean Installation Results:
            https://fogtesting.fogproject.us/
            FOG Reporting:
            https://fog-external-reporting-results.fogproject.us/

            1 Reply Last reply Reply Quote 0
            • T
              Tom Elliott
              last edited by Tom Elliott Aug 18, 2015, 8:15 AM Aug 18, 2015, 2:13 PM

              http://askubuntu.com/questions/53146/how-do-i-get-add-apt-repository-to-work-through-a-proxy

              The variables it’s attempting to use should be capable of passing directly from the ./installfog.sh.

              You would change the install part from ./installfog.sh to:

              http_proxy=http://<proxy>:<port> ./installfog.sh This is theory, never fully tested though.

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

              S 1 Reply Last reply Aug 21, 2015, 12:06 PM Reply Quote 1
              • O
                Oleg
                last edited by Aug 18, 2015, 4:24 PM

                My system is Ubuntu Server 14.04.3.
                I cannot fully understand why but this worked for me:

                First add the proxy with:
                export http_proxy=http://username:password@host:port/
                export https_proxy=https://username:password@host:port/

                Then put in /etc/sudoers:
                Defaults env_keep=“https_proxy”

                Last:
                start the installfog.sh as root and not as sudo

                1 Reply Last reply Reply Quote 1
                • S
                  Scott B @Tom Elliott
                  last edited by Aug 21, 2015, 12:06 PM

                  @Tom-Elliott said:

                  http://askubuntu.com/questions/53146/how-do-i-get-add-apt-repository-to-work-through-a-proxy

                  The variables it’s attempting to use should be capable of passing directly from the ./installfog.sh.

                  You would change the install part from ./installfog.sh to:

                  http_proxy=http://<proxy>:<port> ./installfog.sh This is theory, never fully tested though.

                  Any idea if we are not using a proxy?

                  1 Reply Last reply Reply Quote 0
                  • M
                    moto_ryan @Scott B
                    last edited by Sep 10, 2015, 2:58 PM

                    @Scott-B

                    Hello,

                    I am very excited to be upgraded to the builds, from 1.2 - but I am having the same error. It seems the thread died with a solution if you ar
                    e behind a proxy, but both Scott and I are not. First, I was aiming for using btsync, but I am running into a permissions error - appears to be btsync itself, something in the config file I found here: https://github.com/tuxpoldo/btsync-deb/issues/182 . I am going to circle back to that error. For now, I used the wget and extracted the tarball. The installer found all of my old settings, but I am stuck adding a repository.

                    I am running FOG 1.2 on a Debian machine. I am stuck at

                    • Adding needed repository…Failed!
                      System: Host:XXXXX Kernel: 3.16.0-4-amd64 x86_64 (64 bit) Desktop: MATE 1.10.0 Distro: LinuxMint 2 betsy
                    W 1 Reply Last reply Sep 10, 2015, 11:19 PM Reply Quote 0
                    • W
                      Wayne Workman @moto_ryan
                      last edited by Sep 10, 2015, 11:19 PM

                      @moto_ryan said:

                      @Scott-B

                      Hello,

                      I am very excited to be upgraded to the builds, from 1.2 - but I am having the same error. It seems the thread died with a solution if you ar
                      e behind a proxy, but both Scott and I are not. First, I was aiming for using btsync, but I am running into a permissions error - appears to be btsync itself, something in the config file I found here: https://github.com/tuxpoldo/btsync-deb/issues/182 . I am going to circle back to that error. For now, I used the wget and extracted the tarball. The installer found all of my old settings, but I am stuck adding a repository.

                      I am running FOG 1.2 on a Debian machine. I am stuck at

                      • Adding needed repository…Failed!
                        System: Host:XXXXX Kernel: 3.16.0-4-amd64 x86_64 (64 bit) Desktop: MATE 1.10.0 Distro: LinuxMint 2 betsy

                      Future readers, follow @moto_ryan 's specific problem in this thread here: https://forums.fogproject.org/topic/5756/adding-needed-repository-failed-upgrading-from-1-2-0

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                      Daily Clean Installation Results:
                      https://fogtesting.fogproject.us/
                      FOG Reporting:
                      https://fog-external-reporting-results.fogproject.us/

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 2 / 2
                      • First post
                        Last post

                      205

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project