• Stuck on /dev/sda

    Solved
    14
    0 Votes
    14 Posts
    9k Views
  • Wrong IP on PXE-Boot

    Solved
    10
    0 Votes
    10 Posts
    6k Views
    Wayne WorkmanW

    @Gardinero Added to the wiki here: https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_TFTP

    Didn’t know where else to put it… it’s close enough to a tftp issue.

  • Fog Version 5507 Cannot Access Host Management

    Solved
    12
    0 Votes
    12 Posts
    4k Views
    Wayne WorkmanW

    @Tom-Elliott said:

    I’m not able to replicate the memory usage, but what I could suggest is to up the memory limit? I don’t know, what, on your system is trying to use it all. You can Up the memory limit from FOG Configuration Page->FOG Settings->General Settings->FOG_MEMORY_LIMIT. It’s done in megs, so 128 = 128M, 256 = 256M etc…

    Added here:
    https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_Web_Interface

  • FOG is renaming my Windows hostname?

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    Wayne WorkmanW

    @amr said:

    I will definitely keep it enabled as it takes one step out of the deployment process for us, nice work!

    The client will also auto-name, and auto-join to domain… and a bunch of other things that will take many steps out of your deployment process.

  • Custom menu ISO files

    16
    0 Votes
    16 Posts
    9k Views
    X

    @Wayne-Workman Great, 10x man. I will read and try it as soon as posible!

  • Difficulty Registering and Imaging DELL Venue 11 Pro (7130)

    16
    0 Votes
    16 Posts
    6k Views
    J

    @Wayne-Workman said:

    When I ask about specific settings, did you put anything into the drive field for the tablet? What boot file are you using for it?

    Nothing in the drive field was needed (fog recognized the SSD as /dev/sda ) and I used the stock truck ipxe.efi boot file.

  • Attempting to register... Invalid MAC Address after upgrade to SVN5972

    Solved
    3
    0 Votes
    3 Posts
    919 Views
    G

    Thanks… I’ll check that out… I see that you said you were going to work on something on that post.

  • Checking Package: libapache2-mod-php5....Failed!

    5
    0 Votes
    5 Posts
    2k Views
    J

    @Wayne-Workman

    I’m catting the latest log file and that’s all I’m getting. Should I run the upgrade again and see if it generates a new file?

  • Image Size on Server 0.00iB

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    cotecC

    okay, the folder should have the same name…
    The folder is named the same, size in Image management is still 0iB

    is a reboot or service restart required?

    0_1452865486563_fog-.PNG
    0_1452865348267_fog-.PNG

    edit:
    SOLVED!

    Notice: FOG create the folder without dashes (-)
    renamed the Folder from “Phase1-without-Progs” to “Phase1withoutProgs” and it works

    cd /images mv Phase1-without-Progs Phase1withoutProgs

    Thanks dude 😃

  • I can´t find the option FOG_MULTICAST_ADDRESS in FOG 1.20

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    ch3iC

    @BASURILLABAS2 Ok, now you have a trunk version installed with the good settings in Multicast ?

  • Updated to SVN 5927 and seem unable to use old images?

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    george1421G

    @Andrew-Aitken I’m not saying there isn’t a way, but there is no way that I know of to convert an image other than deploy and recapture. Maybe one of the devs has a better idea. But the quickest route is to deploy and recapture.

  • Cannot Get Capture To Work (New Server)

    37
    0 Votes
    37 Posts
    17k Views
    Wayne WorkmanW

    @nbuursma said:

    Got it, okay first thing that fails is
    Attempting to check in… Failed

    Then screen is filled with complete GARBAGE

    Can you get us a picture?

    How is it that it fails on check in, when before it failed at the very end? What changed?

  • Multicasting Issues

    Solved
    16
    0 Votes
    16 Posts
    6k Views
    K

    Cool - issue resolved!

    This was absolutely an issue on our network, but we’re not sure if it was an old static Rendezvous Point that was configured on our core or if it was our VPC redundancy between our two nexus switches, but we were able to solve it by disabling pim on one of the nexuses and removing that static RP.

    Thanks for the help on investigating, everyone. It’s much appreciated.

  • problem updating to trunk. Stopping web service......failed!

    Solved
    27
    0 Votes
    27 Posts
    18k Views
    T

    @Arrowhead-IT

    “What version of Ubuntu are you running?”

    Ubuntu 14.04 LTS

  • Update Fails on php7.0-*

    Solved
    11
    0 Votes
    11 Posts
    6k Views
    Tom ElliottT

    @Scott-B What I’m saying, somebody edited something in the code.

    I’m not enforcing any PHP 7 anywhere.

    Edit the /opt/fog/.fogsettings file and remove the packages line. Then try re-installing. Maybe it’ll work better?

  • Multicasting without registration in 1.2.0

    8
    0 Votes
    8 Posts
    4k Views
    F

    @Wayne-Workman said:

    If you liked that, FOG Trunk will blow your socks off. 👍

    As far as I know, imaging unregistered computers using FOG Trunk only works with Unicast.

    You can set (in storage management) how many active tasks are allowed. I keep mine set at 2. Then you network boot all machines. 2 will start. The rest wait in line and automatically start.

    Thanks for the suggestion to move to trunk, and thanks Quazz for the clarification on whether or not multicast worked. This is exactly what I wanted/needed! 🙂

    For any wayward googlers:
    I upgraded my install to trunk using these instructions: https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk pretty straight forward.

    After the upgrade completed, I went back to image management in the web gui, selected multicast image, started a new session for the amount of clients I wanted, netbooted each client to fog’s boot menu and selected join multicast session. it goes when the specified number of clients connect.

    Wonderful. Thanks a lot, guys. 🙂

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • FOG Install - sql failed

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    Tom ElliottT

    @cotec sudo is not needed if you’re root, but it mainly depends on how you are in as root. For example, sudo su does not source the root environment which can leave other the paths in a strange status which could cause problems. sudo su - sources the environment but it is more appropriate to use sudo -i.

  • Deploy error

    6
    0 Votes
    6 Posts
    2k Views
    F

    Tom, Thank you for the quick reply. All things are new including pulling the XP image. Vista images are working. We understand we will be moving from the 1.2 Stable to the current Trunk.

  • Strange upload error

    Solved
    24
    0 Votes
    24 Posts
    15k Views
    S

    @Julianh WOW! Not something I’d have ever come up with. Thanks a lot for reporting back. I am really glad that we don’t need any kind of special kernel patch to make this work.

109

Online

12.4k

Users

17.4k

Topics

155.9k

Posts