• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. BPSTravis
    3. Posts
    B
    • Profile
    • Following 0
    • Followers 2
    • Topics 0
    • Posts 214
    • Best 1
    • Controversial 0
    • Groups 1

    Posts made by BPSTravis

    • RE: Windows 8 Deployment Problem

      For now, whatever kernel you want to download, open a terminal to the fog sever and do this:

      [CODE]cd /var/www/fog/service/ipxe

      touch NAMEOFYOURDOWNLOADEDKERNEL

      cd backup

      touch NAMEOFYOURDOWNLOADEDKERNEL[/CODE]

      And then use the UI to download the kernel, it should complete now.

      Just make sure whatever name you are going to type into the box for the kernel is what you replace “NAMEOFYOURDOWNLOADEDKERNEL” with.

      On a side note, if you leave the name bzimage it should download fine.

      posted in FOG Problems
      B
      BPSTravis
    • RE: Windows 8 Deployment Problem

      [QUOTE][SIZE=16px][FONT=Ubuntu][COLOR=#ff0000]Error: Download failed: filesize = 0[/COLOR][/FONT][/SIZE][/QUOTE]
      We are working on that issue.

      posted in FOG Problems
      B
      BPSTravis
    • RE: Windows 8 Deployment Problem

      Then your FOG server sees no external connection(to the internet).

      Did you set it up with two NIC’s or just one?

      posted in FOG Problems
      B
      BPSTravis
    • RE: Windows 8 Deployment Problem

      If those pages don’t work then FOG is not seeing an external connection OR something is blocking the traffic to get to Tom’s site.

      Does the login page display the FOG site info below the login box?:
      [CODE]Estimated FOG sites: 4354

      Latest Version: 0.32[/CODE]

      posted in FOG Problems
      B
      BPSTravis
    • RE: FOG kernel updater GUI will not install kernels

      Permissions and owners:
      [CODE]drwxr-xr-x 2 fog fog 4.0K Apr 23 15:27 backup
      -rw-r–r-- 1 fog root 11M Apr 18 16:32 bzImage
      -rw-r–r-- 1 fog fog 13M Apr 23 15:27 bzImage2
      [/CODE]

      posted in FOG Problems
      B
      BPSTravis
    • RE: Deployment Halts

      SQL Database.

      posted in FOG Problems
      B
      BPSTravis
    • RE: Deployment Halts

      I have exported my images table and imported it to another server, just keep the image names on the hdd the same and you won’t have to change anything.

      Don’t forget to export your hosts and import them again.

      posted in FOG Problems
      B
      BPSTravis
    • RE: Best Distro/Version of Linux to use

      use 12 or 13

      posted in Tutorials
      B
      BPSTravis
    • RE: FTP Issue When Uploading Images to SAN - Fog 0.33b

      1493?

      If so the issue is likely password related.

      Try setting your ftp info under the fog settings tab.

      If that doesn’t work reset the password to what you have in the fog UI settings on the Ubuntu system itself.

      posted in Linux Problems
      B
      BPSTravis
    • RE: FTP Issue When Uploading Images to SAN - Fog 0.33b

      [QUOTE]I’m still getting the same error with the latest revision. [/QUOTE]
      Where did you get the latest version from?

      posted in Linux Problems
      B
      BPSTravis
    • RE: FTP Issue When Uploading Images to SAN - Fog 0.33b

      “Ubuntu Server 14.04” This distro is barely a week old. I wouldn’t recommend using it for a server…

      Also Revision [SIZE=13px][FONT=arial][COLOR=#262626]r1483 fixes your issue.[/COLOR][/FONT][/SIZE]

      Here is the fix as you’ve already installed:

      [LEFT] [/LEFT]
      [QUOTE]
      [LEFT][COLOR=#141414][SIZE=13px][FONT=Tahoma][COLOR=#141414][SIZE=13px][FONT=Tahoma][SIZE=13px][FONT=Tahoma][COLOR=#141414]The fix is to edit the /etc/passwd file[/COLOR][/FONT][/SIZE][/FONT][/SIZE][/COLOR][/FONT][/SIZE][/COLOR][/LEFT]
      [CODE]sudo gedit /etc/passwd[/CODE]

      [LEFT][COLOR=#141414][SIZE=13px][FONT=Tahoma][COLOR=#141414][SIZE=13px][FONT=Tahoma][SIZE=13px][FONT=Tahoma][COLOR=#141414]Edit the bottom line to look like the following[/COLOR][/FONT][/SIZE][/FONT][/SIZE][/COLOR][/FONT][/SIZE][/COLOR][/LEFT]

      [CODE]fog❌1001:1001::/home/fog:/bin/bash[/CODE]

      [LEFT][COLOR=#141414][SIZE=13px][FONT=Tahoma][COLOR=#141414][SIZE=13px][FONT=Tahoma][SIZE=13px][FONT=Tahoma][COLOR=#141414]Save and reboot, all should be well.[/COLOR][/FONT][/SIZE][/FONT][/SIZE][/COLOR][/FONT][/SIZE][/COLOR][/LEFT][/QUOTE][LEFT][/LEFT]
      [LEFT] [/LEFT]

      posted in Linux Problems
      B
      BPSTravis
    • RE: PXE Boot Issue with Fog 0.33b

      Personally I only use the menu for joining new machines to FOG, after that I do everything from the webUI unless I need the debug menu.

      And even now i’m not using that as much thanks to PDQ Invntory, I just export the machines from there into FOG.

      posted in FOG Problems
      B
      BPSTravis
    • RE: Windows 8 Deployment Problem

      From the wiki link I gave you about upgrading:

      [QUOTE]
      [SIZE=6][B]Clean out the old[/B][/SIZE]

      [B]AS THERE ARE SO MANY CHANGES YOU WILL NEED TO MAKE ONE MINOR DATABASE CHANGE TO MAKE THINGS WORK[/B]
      [LIST=1]
      []Login to your mysql system
      [LIST]
      [
      ]MySQL with a password set:
      [][CODE]mysql -u root -p’<YOURPASSWORDHERE>’ fog[/CODE]
      [
      ]MySQL without a password:
      [][CODE]mysql -u root fog[/CODE]
      [/LIST]
      [
      ]Run the following query once you see the mysql> prompt:
      [LIST]
      [][B]THIS REMOVES ALL TASKS FROM THE TASKS TABLE ESSENTIALLY MAKING THE TASKS AS IF THEY HAVE NEVER BEEN PERFORMED. IMAGING LOG IS UNTOUCHED SO IF YOU NEED RECORDS OF THE ACTUAL TASKS MAKE A BACKUP FIRST[/B]
      [
      ][CODE]truncate table tasks;[/CODE]
      [/LIST]
      []Sign into the FOG GUI
      [LIST]
      [
      ]Go to the link you normally go to and you should notice the upgrade/install database screen.
      []Click the submit button and it should move on to say, Click here to login, once complete.
      [
      ]Sign in with your normal user and password.
      [/LIST]
      []Make necessary adjustments.
      [LIST]
      [
      ]As the hostOS column has been moved to the images table rather than the hosts table, you need to specify the Operating system of the images currently on your system.
      []To do so, login to the FOG GUI and navigate to the Image Management Page. Click on each of your images and set the OSID accordingly.
      [/LIST]
      [
      ]You will need adjust tftp values.
      [LIST]
      []Login to the FOG GUI and navigate to FOG Configuration Page.
      [
      ]Click the FOG Settings link on the left hand side of the screen.
      []Select the TFTP Server heading on this page.
      [
      ]Change values accoringly:
      [/LIST]
      [/LIST]
      [/QUOTE]

      posted in FOG Problems
      B
      BPSTravis
    • RE: Windows 8 Deployment Problem

      .32 does not officially support windows 8.

      IF you can, set up a 33b server, it’s stable and nearing official release. It will handle windows 8 without problem.

      If you feel daring here are the upgrade instructions but i STRONGLY recommend a fresh install of 33b.
      [url]http://www.fogproject.org/wiki/index.php/Upgrade_to_0.33[/url]

      posted in FOG Problems
      B
      BPSTravis
    • RE: PXE Boot Issue with Fog 0.33b

      Sometimes a machine will hang when the menu is already loaded causing it to skip right through due to the timeout being met already.

      posted in FOG Problems
      B
      BPSTravis
    • RE: PXE Boot Issue with Fog 0.33b

      It should be 3 seconds by default.

      Keep in mind most of us don’t want that menu hanging for a long period of time or users will ask us what it is or report the machines as not working just because a fog menu is there.

      posted in FOG Problems
      B
      BPSTravis
    • RE: SERVER PXE DIFERENT SERVER DHCP

      [url]https://help.ubuntu.com/community/PXEInstallServer[/url]

      Specifically the configure dhcp section.

      If you have an existing dhcp server, you should point it to your pxe server by doing something like the following
      [CODE]subnet 192.168.0.0 netmask 255.255.255.0 {
      <other config here>
      filename “pxelinux.0”;
      next-server <pxe host>;
      }[/CODE]

      Be sure to restart your dhcp server so that the changes take effect
      [CODE]sudo /etc/init.d/dhcp3-server restart[/CODE]

      posted in General
      B
      BPSTravis
    • RE: Fog 0.33b doesn't begin uploading after task scheduled.

      filename “pxelinux.0”;

      Should be

      filename “undionly.kpxe”;

      posted in FOG Problems
      B
      BPSTravis
    • RE: TFTP Problems?

      I would use .33

      More features and is now a release candidate.

      posted in FOG Problems
      B
      BPSTravis
    • RE: SERVER PXE DIFERENT SERVER DHCP

      Are you using fog .32 or .33?

      .33 ues undionly.kpxe not pxelinux.0

      Also this may help:
      [url]http://www.fogproject.org/wiki/index.php/Integrating_FOG_into_an_Existing_Network_in_non_intrusive_mode[/url]

      posted in General
      B
      BPSTravis
    • 1 / 1