• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. JBurgin
    3. Topics
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 45
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by JBurgin

    • J

      Alternatives to DiskPart

      General
      • • • JBurgin
      1
      0
      Votes
      1
      Posts
      2.2k
      Views

      No one has replied

    • J

      "Can't read the following volume file" error after Ubuntu 12.04 update

      FOG Problems
      • • • JBurgin
      3
      0
      Votes
      3
      Posts
      2.0k
      Views

      J

      I hate to tell you this, but I had to blowout my fog server and start over. Also, any images I created during the reign of 12.04 had to be removed as well. The recovery wasn’t that bad since I backup my SQL database, tftpboot folder, and images folder manually. Until a new version of FOG comes out, I’m staying at 10.04.

    • J

      FOG Uploading image as raw?

      FOG Problems
      • • • JBurgin
      4
      0
      Votes
      4
      Posts
      3.1k
      Views

      M

      I ran into a similar issue, but only on one model of laptop, Dell E6510. I tested the same Windows 7 image on another model (HP) and it worked and uploaded as NTFS versus Raw. If anyone gets any information on how to fix this issue, it would be greatly appreciated. Again - Windows 7 64 bit - NTFS File System according to Windows and Partition Magic - Fog only sends up as Raw regardless of image type (Single Partition/NTFS Resizable, Multiple Partition/Single Disk).

      Thanks.

    • J

      Scheduled WOL not working

      FOG Problems
      • • • JBurgin
      1
      0
      Votes
      1
      Posts
      1.3k
      Views

      No one has replied

    • J

      FOG Server TFTPboot curiosity

      FOG Problems
      • • • JBurgin
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      A

      Couldn’t you just store them in another folder and create soft links to them from the tftpboot folder? I haven’t tried it, but I suspect it would work. Just need to make sure the perms are the same.

    • J

      Scheduled Tasks

      FOG Problems
      • • • JBurgin
      3
      0
      Votes
      3
      Posts
      2.1k
      Views

      S

      You can use MySQL Workbench and cancel the task under “scheduledTasks.”

      I submitted a bug sometime at the end of last year. It will be fixed in version 0.33.

    • J

      Importing CSV host file into FOG

      FOG Problems
      • • • JBurgin
      5
      0
      Votes
      5
      Posts
      6.6k
      Views

      J

      Gotcha, will try all this out once I get some data gathered 🙂 Thanks a bunch.

    • J

      Adding Image Definitions via terminal

      FOG Problems
      • • • JBurgin
      9
      0
      Votes
      9
      Posts
      3.7k
      Views

      J

      Wow, thanks afmrick! I’ll definitely be checking this out. I just discovered “webmin” today that’s going to help me to more simply manage all my fog servers and easily transfer files between systems, etc. So All knowledge today is certainly a HUGE help! Most appreciated!

    • J

      FOG and SSDs

      FOG Problems
      • • • JBurgin
      6
      0
      Votes
      6
      Posts
      2.6k
      Views

      J

      In case anybody goes digging through this, I thought I’d share my experiences.

      We finally got around to our upgrade and performed these steps:

      Used Server Management program Webmin to perform Filesystem backups of the /tftpboot, /var/www folders and our users home directory too, since some ssh settings and such were stored there(in a tar format). Also used it to export the mySQL database to a sql file.

      Did a fresh Ubuntu 10.04 install on the SSD. Performed the steps for optimization listed here: [url]http://www.howtogeek.com/62761/how-to-tweak-your-ssd-in-ubuntu-for-better-performance/[/url]

      Installed new 1tb hard drive and mounted as /images, outlined here: [url]http://www.fogproject.org/wiki/index.php/Moving_your_images_directory/Adding_Storage_to_the_Images_directory[/url]

      Switched back to original hard drive, remount 1tb drive and transferred image files. (This step could be performed so many ways that I’ll leave it to you)

      Switched to new SSD again. Installed a fresh install of FOG. Once it’s finished, installed Webmin to restore filesystem backups of TFTPBOOT and VAR/WWW.

      Then performed this command in terminal to restore MySQL database:

      [CODE]sudo mysql fog < fog.sql[/CODE]

      That assumes that your mySQL exported file was called fog.sql

      All in all, the transition was smooth, after I learned the right order in which to import stuff. The performance of the website/system was noticeable as the system now booted in 6 seconds flat. This speed increase seemed to have caused an issue in tftpd-hpa (which is what drives the FOG tftp server), in that the service was trying to start before eth0 was ready (with an ip address) and would fail out. Manually starting the service showed that there were no problems. . This also seemed to be part of a bug that a newer version of tftpd-hpa has, as none of my other 10.04 servers have this issue.

      It took me several hours of reading, but I finally figured out a fix (not sure if it’s a good fix, but it worked for me)

      From the terminal:

      [CODE]sudo nano /etc/init/tftpd-hpa.conf

      [/CODE]

      Add this text after the line beginning with “author” (line 4 for me)

      [CODE]pre-start script
      #take a nap so eth0 can wake up
      sleep 15s
      end script[/CODE]

      and then finally, change the line beginning with “start on” (line 11 after you add the information above) to resemble this:

      [CODE]start on (filesystem and net-device-up IFACE!=bond0.80)[/CODE]

      After a reboot, run

      [CODE]status tftpd-hpa[/CODE]

      To see if your service auto started. If so, you’re all set.

      There is probably a better way to have transferred the information around, but I’m kind of new at this kind of stuff, this is just what worked for me. Hopefully it’s helpful to you.

    • J

      FOG Server won't show Scheduled Tasks

      FOG Problems
      • • • JBurgin
      1
      0
      Votes
      1
      Posts
      1.4k
      Views

      No one has replied

    • 1 / 1