• Custom MySQL Reports

    8
    0 Votes
    8 Posts
    4k Views
    D

    Man I hate batch script some days. I actually got it working with my .bat file.

    I had to use set vmvar=VMWare%% (double for the escape)
    and then use SELECT * FROM inventory WHERE iSysman NOT LIKE ‘%vmvar%’;

    Batch must’ve been trying to do something with the % originally, but once I had it placed in a variable it knew not to touch it. What a headache. >_<

    Thanks for the help! I’ll have to look into php sometime when I’m not on a bit of a time crunch.

  • Fog security certification

    4
    0 Votes
    4 Posts
    1k Views
    C

    I don’t think there is, but I can’t answer for sure. I guess you can browse/download and scan the svn repository on sourceforge looking for malicious code. FOG is developed by mainly by 3 or 4 people working together remotely and usually on different parts of the project.

    Since it’s open source and freely available via svn on sourceforge, it’s up to the user. Besides, fog is mainly a bunch of scripts and web pages that just use existing application packages available to multiple distributions of Linux (dhcpd, tftpd-hpa, vsftp, mysql, php, apache2, and others).

  • Detected file system: Raw

    8
    0 Votes
    8 Posts
    4k Views
    D

    I’ve got a working set of steps for Windows 7 in VMWare as of just a few days ago. I’ll work on updating the wiki when I get a chance (first I’ll have to figure out how to edit a wiki… haha)

  • Multicast very slow

    13
    0 Votes
    13 Posts
    9k Views
    C

    Sounds like you got this locked down to a problem that only happens to the HP 6000 sff when multicasting right? You’re unicast seems slow also. I average 3.5 GiB/min and you are only seeing 800-900 MiB/min.

    Post a spec sheet of the HW and maybe we can compile a custom kernel to try.

  • Bzimage small terminal

    6
    0 Votes
    6 Posts
    2k Views
    Lee RowlettL

    this was indeed the culprit! thank you very very much, saved me a big headache! 😄

  • Get Error When Trying to Download Image

    19
    0 Votes
    19 Posts
    9k Views
    L

    For the life of me, I cannot figure out why these image drops keeping timing out on the second partition. I’ve even tried a single partition Win7 that I created, still no go. Too many days trying to sort this all out, has to be a better way…

  • Task management status always = 0%

    3
    0 Votes
    3 Posts
    1k Views
    M

    It should only show N/A or hide the column if its not a single partition. Just a suggestion.

  • Failed to mount /dev/sda2 input/output error

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Really big issues with toshiba laptops

    4
    0 Votes
    4 Posts
    1k Views
    C

    If you have recovery partitions which were created by the OEM, then they can cause problems. If you are imaging computers with FOG, you don’t want the recovery partition in most cases. You can’t easily remove it because they try to make it idiot proof and allowing users to delete the recovery partition makes it useless.

    I have a bunch of Fujitsu laptops that shipped with the recovery partition and rather than reload Windows 7 from scratch, I used a USB flash drive with GParted to remove the recovery partition and resize/rearrange the rest.

  • FOG::HostnameChanger Padding is invalid and cannot be removed.

    5
    0 Votes
    5 Posts
    3k Views
    C

    The hostnamechanger performs double duty. It renames the client and joins it to the domain if requested. Also, if a host is a member of the domain and you change the host record, the hostnamechange has to deal with AD to change the host name.

  • Multicast group problems

    2
    0 Votes
    2 Posts
    1k Views
    C

    I don’t think a session will not start until all hosts have checked in. Have you made sure this is not the issue?

  • Using PING images with FOG

    4
    0 Votes
    4 Posts
    2k Views
    B

    The image definition is what you actually create with the FOG interface. Basically follow all the steps for creating an image with FOG, just don’t actually create an upload task, and then copy the image files created with PING to the directory specified for the image file.

  • Getting WOL to work across WAN

    3
    0 Votes
    3 Posts
    2k Views
    S

    You will probably need use something like wireshark and look for the packets to see how far they are getting.
    it uses UDP port 9 i believe so you may have to allow that to go in your router also.

    Also you may want to remember that allowing ip-directed broadcast has the ability to flood your network with broadcast across sub nets unless you put something in place to mitigate that.

  • Google Chrome and management interface

    3
    0 Votes
    3 Posts
    3k Views
    S

    Shows here as well under windows 7 Chrome 20.0.1132

    You aren’t running any extensions like no script or are you?

  • Fog is uploading images as raw file systems

    4
    0 Votes
    4 Posts
    3k Views
    J

    I had a similar problem. I merged two Windows 7 partitions (boot and system) because I wanted to use single resizable partition. The image size was over 200Gb. I restarted the computer, ran chkdisk /f twice, defragged, and used FogPrep and… the new image size was 16GB. I’m using version 0.32

  • Upload of image hangs on certain switches.

    2
    0 Votes
    2 Posts
    958 Views
    C

    unmanaged switches don’t allow switch admins to misconfigure them…

    Check the processor statistics on the switches to see if they are overloaded. There may be too many rules, or rules that are invalid or detrimental.

    If you are allowed and technically able, backup the running config and then reset the switch to factory settings. If it works without issue, compare the configs until you find the issue.

  • Migrating ALL clients from Windows XP to 7

    10
    0 Votes
    10 Posts
    3k Views
    K

    Hi Robin

    I take it you’ve created your new Win7 image and have uploaded it to the server correct? And you’ve associated that new image to the host you’re trying to image and also updated the host os entry to win7 too. If you open the host from the GUI and deploy the image from there what happens?

    Tom

  • Cron style task not showing up in active tasks

    11
    0 Votes
    11 Posts
    5k Views
    A

    The stGroupHostID is the hostID, I believe. Look for hostID=12 in the hosts table:
    select * from hosts where hostID=12;
    See if that host is listed twice in the active tasks on the webpage. You should be able to look up the hostIDs in the hosts table and figure out which ones have “scheduledTasks”.

    astruga

  • Create task... disappears before job starts.

    6
    0 Votes
    6 Posts
    2k Views
    C

    Solved:
    OK, as I said in the last post this is a secondary node with a master storage node for images. I had updated the image and uploaded it directly to the secondary storage node, but the main storage node at the central office still had the previous version of the image. Jus to test I uploaded the image file from the secondary node back up to the main node and tried to multicast again. It worked at it should! Note to self: Always upload to main storage node fresh images and let them replicate down to the secondary nodes at the schools.

  • 0 Votes
    9 Posts
    3k Views
    P

    Thank you, I sent my email address.

164

Online

12.2k

Users

17.4k

Topics

155.6k

Posts