• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. ddavis
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 2
    • Controversial 0
    • Groups 0

    ddavis

    @ddavis

    2
    Reputation
    368
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ddavis Unfollow Follow

    Best posts made by ddavis

    • RE: Ubuntu upgrade to 16.04.4 LTS kills Fog

      I actually had the same issue yesterday when I upgrade the OS from 14.04 to 16.04 then after ran the Fog upgrade. Going in MYSQL and changing the password for ‘root@localhost’ and ‘root@127.0.0.1’ I reran the installer and mostly everything worked fine afterwards. I found another issue that the NIC was renamed from “eth0” to “ens32” so I had to change the grub file (https://www.itzgeek.com/how-tos/mini-howtos/change-default-network-name-ens33-to-old-eth0-on-ubuntu-16-04.html) then re-run the installer again. If you get the issue with the host page not loading do this,

      sudo gedit /etc/php5/apache2/php.ini
      Change
          memory_limit = 1900M
          post_max_size=1900M
          upload_max_filesize=1900M 
      Save Changes
      sudo /etc/init.d/apache2 restart
      

      and

      Raise the web interface’s memory limit: FOG Configuration -> FOG Settings -> General Settings -> FOG_MEMORY_LIMIT
      It’s done in megs, so 128 = 128M, 256 = 256M etc…
      After changing this, a reboot is recommended

      posted in FOG Problems
      D
      ddavis
    • Fog service settings

      After upgrading to version 1.5.2 the host modules won’t enable. I check the boxes, click update and it says successful but if I leave that page then go back to check the settings they’re all unchecked again. Any ideas?0_1526394552943_fog.PNG

      posted in FOG Problems
      D
      ddavis

    Latest posts made by ddavis

    • Imaging with USB ethernet adapter

      Re: Ethernet Adapter and unique identifier

      Is there a way to manually change the unique identifier in Fog or is it done automatically? I’m using the same usb adapters for a bunch of computers and I don’t want Fog trying to use the mac address.

      posted in General
      D
      ddavis
    • Fog service settings

      After upgrading to version 1.5.2 the host modules won’t enable. I check the boxes, click update and it says successful but if I leave that page then go back to check the settings they’re all unchecked again. Any ideas?0_1526394552943_fog.PNG

      posted in FOG Problems
      D
      ddavis
    • RE: Ubuntu upgrade to 16.04.4 LTS kills Fog

      I actually had the same issue yesterday when I upgrade the OS from 14.04 to 16.04 then after ran the Fog upgrade. Going in MYSQL and changing the password for ‘root@localhost’ and ‘root@127.0.0.1’ I reran the installer and mostly everything worked fine afterwards. I found another issue that the NIC was renamed from “eth0” to “ens32” so I had to change the grub file (https://www.itzgeek.com/how-tos/mini-howtos/change-default-network-name-ens33-to-old-eth0-on-ubuntu-16-04.html) then re-run the installer again. If you get the issue with the host page not loading do this,

      sudo gedit /etc/php5/apache2/php.ini
      Change
          memory_limit = 1900M
          post_max_size=1900M
          upload_max_filesize=1900M 
      Save Changes
      sudo /etc/init.d/apache2 restart
      

      and

      Raise the web interface’s memory limit: FOG Configuration -> FOG Settings -> General Settings -> FOG_MEMORY_LIMIT
      It’s done in megs, so 128 = 128M, 256 = 256M etc…
      After changing this, a reboot is recommended

      posted in FOG Problems
      D
      ddavis
    • RE: FTP Delete an image - failing

      I’m still having this issue. I recently updated to version 8415 but I am still getting the following errors,

      PHP Warning: ftp_chmod(): SITE CHMOD command failed. in /var/www/html/fog/lib/fog/fogftp.class.php on line 31

      PHP Warning: ftp_delete(): Delete operation failed. in /var/www/html/fog/lib/fog/fogftp.class.php on line 58

      PHP Warning: ftp_rmdir(): Remove directory operation failed. in /var/www/html/fog/lib/fog/fogftp.class.php on line 172

      PHP Warning: strpos(): Empty needle in /var/www/html/fog/service/progress.php on line 22

      These are not the only errors I get but I’ll start there.

      posted in Bug Reports
      D
      ddavis