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

    Trunk Update Failing

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    6
    32
    15.6k
    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.
    • PsycholiquidP
      Psycholiquid Testers
      last edited by

      Trying to update to latest trunk failing on Adding needed repository.

      help?

      I am using SVN from Sourceforge, if that is incorrect let me know I will adjust.

      Tom ElliottT 1 Reply Last reply Reply Quote 0
      • PsycholiquidP
        Psycholiquid Testers
        last edited by

        and yes I have an internet connection on the box, I can ping Google and other such sites

        1 Reply Last reply Reply Quote 0
        • PsycholiquidP
          Psycholiquid Testers
          last edited by

          Also cert failing all over the place. I wouldn’t think they are the responsibility of FOG but I see it on Sourceforge and Git.

          1 Reply Last reply Reply Quote 0
          • S
            sacha marin
            last edited by

            Mine is failling at " Backing up old Data" then the fog web page give me 403 Forbiden

            1 Reply Last reply Reply Quote 0
            • PsycholiquidP
              Psycholiquid Testers
              last edited by

              I am thinking I am not getting that far:

              upload-0631b557-c98e-4397-975a-4e293116bde3

              1 Reply Last reply Reply Quote 0
              • george1421G
                george1421 Moderator
                last edited by

                Just for clarity how do you have internet access on this box? Does it have direct internet access or is this box sitting behind a proxy server of some sort?

                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!

                1 Reply Last reply Reply Quote 0
                • PsycholiquidP
                  Psycholiquid Testers
                  last edited by

                  Direct access I can wget from other sites without problems

                  1 Reply Last reply Reply Quote 0
                  • george1421G
                    george1421 Moderator
                    last edited by

                    Sorry for the 20 questions,

                    What OS and version is this on?
                    Can you try to use subversion to checkout the current trunk?

                    It sounds like the installer script can’t reach the correct repositories. Have you don’t a OS update apt-get/yum ??

                    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!

                    1 Reply Last reply Reply Quote 0
                    • PsycholiquidP
                      Psycholiquid Testers
                      last edited by

                      20 questions are no problem.

                      Ubuntu 14.04.3. Already did an apt-get update a few times ot make sure I had everything.

                      I am currently trying to use subversion but it wasn’t working so I tried git also an just downloaded to different folder to see if that would work and no dice.

                      1 Reply Last reply Reply Quote 0
                      • PsycholiquidP
                        Psycholiquid Testers
                        last edited by

                        Just tried from another server I have in another state and same problem. Was going to setup a node over the WAN to get another one of my office running smoothly.

                        Loving when the internet is messing with me. Wanna punch it in the endbaby. (Yes that is spelled like I want it)

                        1 Reply Last reply Reply Quote 0
                        • george1421G
                          george1421 Moderator
                          last edited by

                          Interesting, (just questioning). You say you have direct internet access yet svn did not work?
                          SVN should work right out of the box without any changes, if you had a proxy server between your FOG server and the internet then you need to make a few adjustments. Something is up here. The first thing that the update does is tries (at this point) is to talk to your distribution repository server(s).

                          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!

                          1 Reply Last reply Reply Quote 0
                          • PsycholiquidP
                            Psycholiquid Testers
                            last edited by

                            SVN is working I think I mistyped. I can download form SVN but when I launch ./installfog.sh it fails trying to add Repository. It does this on the download of GIT or SVN.

                            1 Reply Last reply Reply Quote 0
                            • george1421G
                              george1421 Moderator
                              last edited by

                              I guess I’m going to have to defer to one of the developers on this one. It almost sounds like there is a bad setting in the .fogsettings file because its trying to use a resource that it doesn’t have access to.

                              Was this a fully functional FOG server at any time?

                              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!

                              1 Reply Last reply Reply Quote 0
                              • PsycholiquidP
                                Psycholiquid Testers
                                last edited by

                                Yes, just imaged 4 machines during this forum posts. I didnt break it since it was never able to update.

                                1 Reply Last reply Reply Quote 0
                                • PsycholiquidP
                                  Psycholiquid Testers
                                  last edited by

                                  I just saw an updated trunk go up but still no dice. Dang I was hoping for a win today, I need one…

                                  1 Reply Last reply Reply Quote 0
                                  • george1421G
                                    george1421 Moderator
                                    last edited by

                                    I’m just pecking in the dark here. But looking at the installer script (actually a called subfunction). This is what is going on in that area.

                                     add-apt-repository -y ppa:ondrej/php5-5.6 
                                     if [ "$?" != 0 ]; then
                                        apt-get update
                                        apt-get -yq install python-software-properties
                                        add-apt-repository -y ppa:ondrej/php5-5.6
                                    fi
                                    

                                    I might suggest that you try the apt commands one at a time and see what fails. Again I’m just guessing here, these commands will not do anything destructive.

                                    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!

                                    1 Reply Last reply Reply Quote 1
                                    • PsycholiquidP
                                      Psycholiquid Testers
                                      last edited by

                                      I have a snapshot so I will give it a try worse case I roll back. Let give it a try, I was looking through the install.sh to see if I could find something also, lol.

                                      1 Reply Last reply Reply Quote 0
                                      • PsycholiquidP
                                        Psycholiquid Testers
                                        last edited by

                                        Yeah that has to be it:

                                        root@CINDSV10011:/home/ladmin# add-apt-repository -y ppa:ondrej/php5-5.6
                                        Cannot add PPA: ‘ppa:ondrej/php5-5.6’.
                                        Please check that the PPA name or format is correct.

                                        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                                        • Wayne WorkmanW
                                          Wayne Workman @Psycholiquid
                                          last edited by

                                          @Psycholiquid So what’s the correct format? A quick google search yeilded this: http://serverfault.com/questions/666754/ppaondrej-php5-5-6-on-ubuntu

                                          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/

                                          PsycholiquidP 1 Reply Last reply Reply Quote 1
                                          • PsycholiquidP
                                            Psycholiquid Testers
                                            last edited by

                                            I’m not sure, but the site that is the landing for the PPA is showing just fine.

                                            root@CINDSV10011:/home/ladmin# apt-add-repository ppa:ondrej/php5-5.6 -y
                                            Cannot add PPA: ‘ppa:ondrej/php5-5.6’.
                                            Please check that the PPA name or format is correct.

                                            The change in format didnt make a difference. But even if I manually put it in there it wont allow the installer to work since it will still be trying to add it its own way correct?

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

                                            180

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project