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

    Posts made by John Finley

    • RE: Looking for Hard Drives ... Then Freeze

      So I found the solution to this issue. I had installed Windows 7 on a machine that formerly was a Ubuntu Box. I tried to use Clonezilla - which identified the issue. I won’t pretend I knew what was going on so here is what they said about it:

      [FONT=Bitstream Vera Sans][COLOR=#000000]You might have installed an OS with GPT partition table, and later overwrite the disk by installing another OS with MBR partition table. The MBR partition table editor, e.g. fdisk, sfdisk, or cdisk does not know GPT, so it overwrite part of the GPT partition table, but did not clean the rest completely. Therefore that’s why you got such a message.[/COLOR][/FONT]
      [FONT=Bitstream Vera Sans][COLOR=#000000]If you are sure your running OS is using MBR partition table, not GPT one, you can run[/COLOR][/FONT]
      [FONT=Bitstream Vera Sans][COLOR=#000000]sudo sgdisk -z /dev/sdx[/COLOR][/FONT]

      The box I was trying to image was formerly an Ubuntu box, which I installed Windows 7 on. I did delete the partitions, but apparently that didn’t matter.

      [FONT=Bitstream Vera Sans][COLOR=#000000]This worked. Just thought I’d include this for posterity. Thankfully now that this is out of the way hopefully I can put the FOG server I’ve (and the excellent guys who support FOG) invested so much time into to good use.[/COLOR][/FONT]

      posted in FOG Problems
      J
      John Finley
    • RE: Looking for Hard Drives ... Then Freeze

      It created a folder named after the mac address of the machine in my /images/dev folder , but there’s nothing in there and there’s no HDD activity on either machine

      posted in FOG Problems
      J
      John Finley
    • RE: Looking for Hard Drives ... Then Freeze

      No it froze after Looking for hard disks… Done

      posted in FOG Problems
      J
      John Finley
    • RE: Looking for Hard Drives ... Then Freeze

      Done

      posted in FOG Problems
      J
      John Finley
    • RE: Looking for Hard Drives ... Then Freeze

      Yes it does

      posted in FOG Problems
      J
      John Finley
    • Looking for Hard Drives ... Then Freeze

      So - totally fresh install of Ubuntu 13.10 Server x64 on newly formatted HDD. Download a fresh copy of fog 0.33b at ~11:55 EDT install. Goes smooth. Task scheduled, loads bzimage and init.xz. It gets to “Looking for Hard drives… Done” - then it’s just a cursor in the lower left. No action on the HDDs of the fog server or the client I’m trying to upload.

      posted in FOG Problems
      J
      John Finley
    • RE: Fog 0.33b doesn't begin uploading after task scheduled.

      yea i restarted dhcp and the server fog is installed on- this time it came up and didn’t even display the fog menu- there was some text about pxe i couldn’t quite catch it - then straight to windows

      posted in FOG Problems
      J
      John Finley
    • RE: Fog 0.33b doesn't begin uploading after task scheduled.

      and that’s it - nothing about this 66 and 67 should be in there as well?

      posted in FOG Problems
      J
      John Finley
    • RE: Fog 0.33b doesn't begin uploading after task scheduled.

      tftp is running

      This is what I put in my dhcpd.conf

      if substring (option vendor-class-identifier, 0, 9) = “PXEClient” {
      next-server 10.233.219.152;
      filename “pxelinux.0”;
      }

      What should it say instead?

      posted in FOG Problems
      J
      John Finley
    • Fog 0.33b doesn't begin uploading after task scheduled.

      So I gave up on 14.04. I installed fresh w/ Ubuntu 12.04.4 server x64 - Updated the packages and whatnot. (Maybe that’s my problem.) Anyway setup with FOG 0.33b went smooth. Registered my first host with quick register, created new image in the web gui and assigned it to the host, ran fogprep, scheduled the upload through the task manager - It shows up in the list of scheduled tasks. However when I restart the machine it just boots Windows again after 3 seconds on the boot menu. Tried shutting it all the way down and scheduling it. Turn the machine on - same thing. Am I missing something obvious here?

      Thanks,

      John

      posted in FOG Problems
      J
      John Finley
    • RE: TFTP Problems?

      Sure no problem - I was using 0.32. Would you recommend I use 0.33 with 13.10? or is 0.32 known to work well with 13.10 - I’m willing to use whatever version is most likely to work at this point ha.

      posted in FOG Problems
      J
      John Finley
    • RE: TFTP Problems?

      Ok I will use 13.10. I chatted with Tom Elliot for a while last night trying to straighten it out. I set all the passwords to password right from the start this time so I don’t know if it’s something funny with 14.04. I saw you had posted that you didn’t have any problems with it other than something minor in another thread.

      posted in FOG Problems
      J
      John Finley
    • RE: TFTP Problems?

      I’ve now done a reinstall of ubuntu server 14.04 and a clean install of fog with the same problems

      posted in FOG Problems
      J
      John Finley
    • RE: TFTP Problems?

      Yes indeed I did

      posted in FOG Problems
      J
      John Finley
    • RE: TFTP Problems?

      I’m using Fog 0.32

      posted in FOG Problems
      J
      John Finley
    • RE: TFTP Problems?

      Just for clarification - This

      FOG_TFTP_FTP_USERNAME
      FOG_TFTP_FTP_PASSWORD

      Is not part of the preceding line - but the username and password in both of those fields in the web gui matches what’s in the config.php file.

      posted in FOG Problems
      J
      John Finley
    • TFTP Problems?

      This is a new install on Ubuntu 14.04 - I followed the instructions for installing on 14.04.
      I can get the Fog menu on the machine. I’m trying to pull my first image.
      But when I schedule the task - I also get this Unable to connect to tftp server.
      I didn’t create a “fog” user. I tried changing the following entries to match:

      In /var/www/fog/commons/config.php
      define( “TFTP_FTP_USERNAME”, “fog” );
      define( “TFTP_FTP_PASSWORD”, “xxxx” );
      define( “STORAGE_FTP_USERNAME”, “fog” );
      define( “STORAGE_FTP_PASSWORD”, “xxxx” );

      They also match what is in the gui password settings
      The /tftpboot directory is owned by fog:root all the way down through the directories.

      This is the kernel
      3.13.0-24-generic

      When I tail out the apache log - well there are a lot of errors, but this is among them:
      PHP Warning: ftp_login(): Login incorrect. in /var/www/fog/commons/functions.include.php on line 2283
      This is that line
      $ftp_loginres = ftp_login($ftp, getSetting( $conn, “FOG_TFTP_FTP_USERNAME” ), getSetting( $conn, “FOG_TFTP_FTP_PASSWORD” ));
      FOG_TFTP_FTP_USERNAME
      FOG_TFTP_FTP_PASSWORD
      WTF?
      There’s also a lot of this:
      Undefined index: uname in /var/www/fog/management/includes/processlogin.include.php on line 17
      Undefined variable: SERVER in /var/www/fog/management/includes/mainmenu.include.php on line 32,
      And this:
      PHP Notice: Undefined index: groupid in /var/www/fog/commons/init.php on line 5, referer:
      PHP Notice: Undefined index: id in /var/www/fog/commons/init.php on line 5, referer:
      PHP Notice: Undefined index: imageid in /var/www/fog/commons/init.php on line 5, referer:
      PHP Notice: Undefined index: snapinid in /var/www/fog/commons/init.php on line 5, referer:
      PHP Notice: Undefined index: userid in /var/www/fog/commons/init.php on line 5, referer:
      PHP Notice: Undefined index: storagegroupid in /var/www/fog/commons/init.php on line 5, referer:
      PHP Notice: Undefined index: storagenodeid in /var/www/fog/commons/init.php on line 5, referer:
      PHP Notice: Undefined index: crit in /var/www/fog/commons/init.php on line 5, referer:
      PHP Notice: Undefined index: sort in /var/www/fog/commons/init.php on line 5, referer:
      PHP Notice: Undefined index: userid in /var/www/fog/commons/init.php on line 5, referer:
      PHP Notice: Undefined index: tab in /var/www/fog/commons/init.php on line 5, referer:
      Not sure if any of that helps…
      Any guesses?

      posted in FOG Problems
      J
      John Finley
    • 1 / 1