• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Tom Elliott
    3. Posts
    • Profile
    • Following 27
    • Followers 80
    • Topics 116
    • Posts 18,783
    • Best 2,568
    • Controversial 0
    • Groups 0

    Posts made by Tom Elliott

    • RE: Setting up and starting MySql...failed! FOG_0.32 on Ubuntu 13.10 32bit

      It’s because the /opt/fog/service/etc/config.php file is generated, from what I can tell, before the actual information is stored in place.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Some machines not talking to fog from service?

      This message, in particular, means it’s not communicating with the FOG Server:
      21/01/2014 13:34 FOG::SnapinClient at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
      at System.Net.WebClient.DownloadString(Uri address)
      at FOG.SnapinClient.startWatching()

      For that machine, check the:

      IF 32 BIT Windows 7
      C:\Program Files\FOG\etc\config.ini

      IF 64 BIT Windows 7
      C:\Program Files (x86)\FOG\etc\config.ini

      Check to verify the ipaddress is set correctly on the system that’s giving you issues.

      If not, simply uninstall the FOG Client, and reinstall it (or just add the ipaddress in the appropriate field) making sure to set the fog server information on the system.

      posted in Windows Problems
      Tom ElliottT
      Tom Elliott
    • RE: Latest FOG 0.33b

      Partimage does not work with ext4 partitions at all. This is why you were seeing an issue. It does, however, work with ext3 partitions which was common place for a long time. It wouldn’t surprise me if what you’re referring to was ext3. The differences between partclone and partimage are great. The Pros far outweigh the cons to switch to Partclone, but one of the drawbacks is you have to specify the file system architecture in the partclone binary. This is why I was interested in what the output of blkid was.

      I can use a grep command with awk to get each partitions type so that I can set the fstype for the partclone binary. Right now I haven’t the time as it will also require rebuilding the init.gz. I will try to get to this today, but I’ve got to mount a few WAPs thoughout my school district.

      posted in General
      Tom ElliottT
      Tom Elliott
    • RE: Setting up and building UDPCast...Failed!

      Log into the FOG Server as root and go to your installation folder.
      Something like:
      [code]cd /opt/fog_0.32[/code]

      Then cd into the packages folder

      [code]cd packages[/code]

      Then run these commands:
      [code]wget https://svn.code.sf.net/p/freeghost/code/trunk/packages/udpcast-20120424.tar.gz
      rm -f udpcast-20071228.tar.gz
      sed -i ‘s/udpcastout=“udpcast-20071228”/udpcastout=“udpcast-20120424”/’ …/lib/common/config.sh
      sed -i ‘s/udpcastsrc=“…/packages/udpcast-20071228.tar.gz”/udpcastsrc=“…/packages/udpcast-20120424.tar.gz”/’ …/lib/common/config.sh
      cd …/bin
      ./installfog.sh[/code]

      EDIT: Fixed a typo in the command above

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Setting up and building UDPCast...Failed!

      Yep. Give me a moment to provide the info.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: [fog 0.32] multiple partitions on a disk

      And I thought this worked in 0.32.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Problem Deploying Dell3010

      Can you perform a compatibility check?

      From the PXE Boot Menu, choose Client Information. Then a menu will come up, I think it’s option 4. Both network and hard-drive need to say pass.

      My suspicion is it doesn’t recognize your hard drive. The errors you report seeing, aren’t usually indicative of the actual problem, though in your case the one that worries me is the hdparm, It feels like your hard-drive is not recognized though I may be wrong. I say this because you wouldn’t typically get to that phase in the menu if your network was incompatible.

      The operation mode could be an issue, though I’ve included AHCI into the kernel, so it shouldn’t pose as much a threat and we use AHCI were I work without issue on FOG 0.32.

      I may need to build a new kernel so your system will recognize the drivers.

      posted in Windows Problems
      Tom ElliottT
      Tom Elliott
    • RE: Some machines not talking to fog from service?

      What fog version are you running? FOG 0.32, FOG 0.33?

      posted in Windows Problems
      Tom ElliottT
      Tom Elliott
    • RE: Latest FOG 0.33b

      @rado,

      I’ve already been working on that element, though it doesn’t truncate the command, rather just destroy’s the related associations and, once the associations for that task are all complete/canceled, sets the multicastSessions state field to (complete/canceled) respectively.

      That said, I’m currently having trouble with it killing the udp-sender task if you kill the tasks. The multicast.log file shows the task starting, but if you kill the tasks (or kill the multicastSession related to those tasks) it doesn’t kill the task. That may be because I need to actually destroy the session that’s created versus trying to keep it stored in canceled though. So that’s easy to work out.

      @fabritreno,
      I haven’t added the “fixes” as you’ve recommended yet. Yesterday I was more focused on getting the multicastSessions working. They do work now, however if you update, you may have to perform a service FOGMulticastManager restart.

      I don’t know what your many php statements are looking like.

      @jbsclm
      I’m not seeing a corresponding error, though I do see it repeatedly trying to get the imagelookup based on the key you’ve provided. One thing that makes me wonder, do you have image id AND a dmi key? This may be my fault, but If I’ve read the rewritten capone script (while rewriting of course) properly, it’s checking if either the dmi OR the imagelookup is set.

      posted in General
      Tom ElliottT
      Tom Elliott
    • RE: Unable to Mount NFS

      chad,

      progress does get displayed now, on all imaging tasks.

      posted in FOG Problems
      Tom ElliottT
      Tom Elliott
    • RE: Bugs in FOG 0.33

      I’ll try and post more formal HowTo to build the kernel using the TomElliott.config as there is an extra step involved now that I’m building firmware’s into the kernel.

      posted in Bug Reports
      Tom ElliottT
      Tom Elliott
    • RE: Bugs in FOG 0.33

      Download my latest kernel from The local normal place and it already has that exact firmware loaded into the kernel.

      posted in Bug Reports
      Tom ElliottT
      Tom Elliott
    • RE: Latest FOG 0.33b

      Should be fixed here shortly, forgot to save the association.

      r1128 released.

      posted in General
      Tom ElliottT
      Tom Elliott
    • RE: FOG setup without PXE/DHCP, custom boot disks

      PXE, in and of itself, does not need to have DHCP Server installed.

      You can install FOG without DHCP Server and have little to no issues.

      Do you not want PXE because you can’t add Options to the DHCP Server or is there already a PXE Server?

      I Understand that environments can be rather unforgiving, but I don’t think there’s any easy way to perform this methodology. Then again, I’ve never had to.

      posted in General
      Tom ElliottT
      Tom Elliott
    • RE: Latest FOG 0.33b

      I figured out the issue. r1127 is released and should set the correct port now.

      posted in General
      Tom ElliottT
      Tom Elliott
    • RE: Latest FOG 0.33b

      can you give me output of your apache2/httpd error log?

      @jbsclm

      posted in General
      Tom ElliottT
      Tom Elliott
    • RE: Latest FOG 0.33b

      can you update to the latest revision? r1126 and try again.

      posted in General
      Tom ElliottT
      Tom Elliott
    • RE: Latest FOG 0.33b

      I want to make sure I get this right!

      Are you creating a multicast task for the individual hosts? (One task per host)

      Or are you creating a multicast task from the group? (One task to multiple hosts)

      I haven’t implemented a code base to kill the original task/job/command and regenerate if the two individual tasks have the same image id.

      Does this make sense?

      posted in General
      Tom ElliottT
      Tom Elliott
    • RE: Latest FOG 0.33b

      I guess I don’t understand? Are the tasks going to different hosts on different ports from within the same tasking?

      posted in General
      Tom ElliottT
      Tom Elliott
    • RE: Latest FOG 0.33b

      Also,

      Instead of reinstalling the DB.

      Just clear out the sessions and Assocs:

      truncate table multicastSessions;
      truncate table multicastSessionsAssoc;

      posted in General
      Tom ElliottT
      Tom Elliott
    • 1
    • 2
    • 874
    • 875
    • 876
    • 877
    • 878
    • 939
    • 940
    • 876 / 940