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

Updating to FOG 1.0.0 from 0.33b

Scheduled Pinned Locked Moved
FOG Problems
2
5
1.7k
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.
  • B
    BigMan99211
    last edited by May 13, 2014, 2:44 PM

    Hi Guys! It’s been quite a while since I posted anything… I’ve been SUPER busy with other work upgrades!

    Anyway, I finally got around to updating my FOG install. I went through my normal update procedures through svn update, and everything seemed normal. I ran “sudo ./installfog.sh”, and all was running fine until I got to:

    “* Setting up and starting Apache Web Server…Failed!”

    I checked “/var/log/apache2/error.log” and this is all that it says:


    [Tue May 13 10:18:56 2014] [notice] caught SIGTERM, shutting down
    [Tue May 13 10:19:09 2014] [notice] Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.11 with Suhosin-Patch configured – resuming normal operations
    [Tue May 13 10:19:48 2014] [notice] caught SIGTERM, shutting down


    I haven’t seen anything on the forums describing this issue… has anyone else experienced this?

    "Failure is not an option. It come pre-installed on Windows…" - Anonymous

    "Life is hard; It's harder if you're stupid" - John Wayne

    1 Reply Last reply Reply Quote 0
    • J
      Jaymes Driver Developer
      last edited by May 13, 2014, 2:47 PM

      when you get the sigterm shutdown command is apache still serving on port 80?

      [code]
      sudo netstat -nlp | grep 80[/code]

      Do you restart the apache service when you see these errors? Does apache restart correctly without errors?

      WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

      1 Reply Last reply Reply Quote 0
      • B
        BigMan99211
        last edited by May 13, 2014, 3:02 PM

        I’ll try that shortly…
        I also tried to start the apache 2 service manually, and this is what I get:


        administrator@FOG:/opt/svn_fog/fog_0.33b/bin$ sudo service apache2 start

        • Starting web server apache2
          apache2: Syntax error on line 210 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/php5.load: Cannot load /usr/lib/apache2/modules/libphp5.so into server: /usr/lib/apache2/modules/libphp5.so: cannot open shared object file: No such file or directory
          Action ‘start’ failed.

        I then looked in “/usr/lib/apache2/modules/” directory, and I see a similar file called “libphp5filter.so”…

        "Failure is not an option. It come pre-installed on Windows…" - Anonymous

        "Life is hard; It's harder if you're stupid" - John Wayne

        1 Reply Last reply Reply Quote 0
        • J
          Jaymes Driver Developer
          last edited by May 13, 2014, 3:11 PM

          try this
          [code]
          sudo apt-get --purge remove php5 php5-common php5-cli php5-gd[/code]

          then
          [code]
          sudo apt-get install php5 php5-common php5-cli php5-gd[/code]

          WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

          1 Reply Last reply Reply Quote 0
          • B
            BigMan99211
            last edited by May 13, 2014, 3:29 PM

            That did the trick!

            Thanks Jaymes!

            "Failure is not an option. It come pre-installed on Windows…" - Anonymous

            "Life is hard; It's harder if you're stupid" - John Wayne

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

            156

            Online

            12.1k

            Users

            17.3k

            Topics

            155.3k

            Posts
            Copyright © 2012-2024 FOG Project