• Changing computer name on Windows

    11
    0 Votes
    11 Posts
    6k Views
    C

    that sounds good 😛

    I don’t know if I exactly follow… the menu item sounds good… it’s kinda like what I am doing with unicasting, having a menu item for a particular image? What do you mean about a false task?

  • Can't access the FOG web management inteface

    36
    0 Votes
    36 Posts
    24k Views
    Jaymes DriverJ

    Quick question, what OS are you running?

    I found that the latest Ubuntu 13.10, I had to manually restart the services after installation of FOG, I restarted the mysql and apache2 services and I was able to communicate with my web gui. (no errors were ever reported.) but I was unable to access the web page.

    May be something to think about.

  • Full Device Inventory Host Name Problem

    8
    0 Votes
    8 Posts
    2k Views
    Tom ElliottT

    No problem, and glad I could be of assistance.

  • Setting up and building UDPCast...Failed!

    93
    0 Votes
    93 Posts
    84k Views
    U

    [quote=“Tom Elliott, post: 23193, member: 7271”]You’re welcome.

    All is working then I presume?[/quote]

    I have succesfull created an image of a Windows 7 machine. I have not tried to deploy the image back to the Windows 7 machine, but I assume that this is going to work, otherwise I let it know. 🙂

  • Unable to move /images/dev/*mac to /images/*image

    6
    0 Votes
    6 Posts
    3k Views
    O

    I have completed all of those steps, then tried to upload the image once again. I do get something a little different now. When it boots to pxe, it flashes some numbers, to quick for me to read, then boots back to windows. Once I go back into the fog console, the task is gone. If I create the task again, it gives me the same move error as before.

    I do notice that before it gets to the failed to move error, a lot of bios and driver checks fail. Not sure if this has any effect on the above.

  • Drm_kms_helper panic occurred switching back to text console

    13
    0 Votes
    13 Posts
    15k Views
    Jaymes DriverJ

    Thank for letting us know where the issue was! I haven’t worked with Azure, so I am sorry I couldn’t be of assistance.

  • Lenovo M93p issue after init.gz 'More than 8 outputs detected'

    7
    0 Votes
    7 Posts
    5k Views
    Tom ElliottT

    My guess as to the issue you’re seeing could be a couple things.

    NFS isn’t loading so the starting point would be to make sure the nfs server is running.

    Most systems now use nfs in conjunction with rpcbind. Some Debian based systems use portmap so replace rpcbind with portmap if necessary.

    Try to verify nfs server is running. On Redhat based systems the code to make sure should be:
    [code]sudo service rpcbind restart
    sudo service nfs restart[/code]

    On Debian based systems it should be:
    [code]sudo service rpcbind restart
    sudo service nfs-kernel-server restart[/code]

    The next step is to verify your permissions are correct on the /images folder (or what ever directory structure you’re using for your images).

    [code]chmod -R 777 /images[/code]

    The last thing to verify is to ensure .mntcheck files are in the right places. The commands below should verify.
    [code]rm -rf /images/{.mntcheck,/dev/.mntcheck}
    touch /images/.mntcheck /images/dev/.mntcheck
    chmod -R 777 /images[/code]

    Hopefully this helps you out.

  • No Image found

    2
    0 Votes
    2 Posts
    839 Views
    Tom ElliottT

    Have you uploaded an image first?

  • After "Boot from hard disk" nothing happens

    17
    0 Votes
    17 Posts
    10k Views
    Tom ElliottT

    The reason output is useful is it can tell what’s going wrong. It may say, not correct format which would tell us to use a newer or different file. Maybe it’s just not reaching the tftpserver for some reason, in which case it may be saying timeout or cannot load file.

    Either way, outout is always useful, even if it isn’t helpful.

    That being said, one resource to look at for efi pxe booting could be:
    [url]https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-netboot-pxe-config-efi.html[/url]

    While I don’t know all the possible methods that will get your system actually working, it’s one place to start.

  • Clone a hard disk to a smaller drive?

    11
    0 Votes
    11 Posts
    9k Views
    Lee RowlettL

    the code tom’s posted is what i actively use to handle Win7/8/8.1 (mutli-partition) and i build my image in vm and have the disk only a few GB’s bigger than the image (20-25GB) and expand if the image gets bigger that way you never have to worry about putting it onto a “smaller hard drive” and extend partition in the unattend handles the rest 🙂

  • Windows 7 host renaming

    1
    0 Votes
    1 Posts
    854 Views
    No one has replied
  • "Can't unmount /ntfs: Invalid argument" on Deployment

    11
    0 Votes
    11 Posts
    6k Views
    M

    [quote=“Matthew Hood, post: 10086, member: 353”]The fix that I have found is to run a startup repair with the windows 7 cd then try reimaging.[/quote]

    Just wanted to add that this fixed the problem for me. The log from the repair stated ‘Corrupted MBR’. I think this means the HD had itself confused with a toaster.

  • Failed to connect to database server, will try again in next iteration.

    48
    0 Votes
    48 Posts
    49k Views
    C

    [quote=“mpmackenna, post: 893, member: 373”]
    [LEFT][COLOR=#333333]I have the below error over and over again in my FOG log viewer. I checked to see if my /var/www/fog/commons/config.php file had the correct settings and it does. I also was able to log in to the mysql db on the fog box without trouble. The db is on the same local machine as the FOG installation. Can someone please tell me how I can further troubleshoot this error?[/COLOR][/LEFT]
    [LEFT][COLOR=#333333]I am running FOG 0.32 on Debian 5.[/COLOR][/LEFT]
    [LEFT][COLOR=#333333]Thanks,[/COLOR][/LEFT]
    [LEFT][COLOR=#333333]Mike[/COLOR][/LEFT]
    [LEFT][COLOR=#333333][01-30-12 1:12:13 pm] Failed to connect to database server, will try again in next iteration.[/COLOR][/LEFT]
    [LEFT][COLOR=#333333][01-30-12 1:12:23 pm] Failed to connect to database server, will try again in next iteration.[/COLOR][/LEFT]
    [/quote]
    My problems with task hanging and getting [COLOR=#333333]“Failed to connect to database server” messages, [/COLOR]were solved by changing “WOL_INTERFACE”, “eth0” from 0 to “eth1” in both config files
    /var/www/fog/commons/config.php
    and
    /opt/fog/service/etc/config.php

  • Invalid number of device nodes returned !

    3
    0 Votes
    3 Posts
    1k Views
    E

    I solved it this morning and now, I found the same problem that yesterday “Unable to move /images/dev/00XX… to /images/…”.
    I’m testing many solutions found on Internet…

  • FOG Newbie - Snapin Problem

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Multicast

    6
    0 Votes
    6 Posts
    2k Views
    Jaymes DriverJ

    <begin rant>
    I run into that problem as well, cisco has been SO KIND to provide me with the software to manage them [B](COMPLETE AND TOTAL SARCASM!!!)[/B]

    I’ve been in the run around with them for months, I keep getting those emails saying “this ticket will close in 4 days because there is no response” so I blast them with “I still need software and I still need these switches added to my account so I can service them” and good ol Mark Long will hit me with his “Our apologies, your product WS-C2960S-48LPD-L serial number EXPUNGED is not covered by a service contract. In order for you to receive support today you will need to purchase a service contract from your local partner / reseller.”

    Such bullshit, I can buy a cheap DLink switch (I have a couple already) and have FREE software to manage them, spend a crap load on Cisco Switches, get no software to manage them. What a joke! I don’t see why a “service contract” isn’t provided with the switches, you pay an arm and a leg for these damn things!</end rant>

  • Unbale to move /images/dev ....

    21
    0 Votes
    21 Posts
    8k Views
    E

    I tested with:
    //10…
    \10…
    10…
    None works.

    Ideas ???

  • Adding hosts to existing group duplicates entries

    2
    0 Votes
    2 Posts
    1k Views
    J

    Hi,

    I know this is an old thread, but I just discovered this exact error today. I can’t remember that it’s ever done this before, but can’t be sure. Using FOG 0.32.

  • Hard Drive Size change

    4
    0 Votes
    4 Posts
    2k Views
    R

    Well I am okay with that. I am glad they did not purchase 2tb drives at this point then.

  • 4k Advanced Format Drives

    34
    0 Votes
    34 Posts
    15k Views
    R

    I am derailing this thread, I will start another.

97

Online

12.2k

Users

17.4k

Topics

155.6k

Posts