• FOG Communication ERROR after power on (not after FOGservice restart)

    Solved
    8
    0 Votes
    8 Posts
    4k Views
    Z

    @Jbob I confirm the problem has been resolved! Thnx a lot for the fix, keep up the good work!

  • GIT 5676 Multicast results in bad images on machines.

    Solved
    16
    0 Votes
    16 Posts
    9k Views
    Tom ElliottT

    @Tom-Elliott to further iterate and give some more specific information.

    Unicast worked because while the order was not “proper” it pulled the partition number from the iterated item. Example /dev/sda1 would look for file d1p1.img. /dev/sda10 would actually look for and use d1p10.img.

    In multicast this iteration happens but the data is sent by the server.

    It did not scan for a particular file.

    So in your case the commands were sent in expected order.

    udp-sender would send in order
    d1p1.img, d1p2, d1p10

    It sent the commands in that specific order. The partition receiving the file was not matching the file it was receiving. /dev/sda1 would get d1p1.img properly but /dev/sda10 was getting d1p2.img. Hopefully that helps make sense of the problem.

  • Private Key Failed - New FOG Client

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    Wayne WorkmanW

    Got this solved.

    I removed both the CA and ssl directories totally, and then reran the installer with the recreate ca and ssl keys arguments, reinstalled the client once more and one reboot later, it’s working.

    rm -rf /opt/fog/snapins/CA
    rm -rf /opt/fog/snapins/ssl
    ./installfog.sh -yCK

    @Developers I wonder if the installer properly removes the old stuff when the -CK arguments are used?

  • Failing to Upload TFTP Connection Failure Invalid Password

    Solved
    18
    0 Votes
    18 Posts
    8k Views
    J

    Got it fixed.

    The Storage Management password was goof’d.

    Corrected it to match, and it completed the TFTP upload.

  • Scheduled tasks not running.

    Solved
    9
    0 Votes
    9 Posts
    6k Views
    J

    Okay, it’s fixed but I’m still scratching my head about it.

    I was having an additional issue where occasionally upon rebooting the server, MySql died and I had to manually restart it.
    I fixed it by following these instructions (The part under “Ubuntu 13.04 14.04 15.04 and higher with FOG 1.2.0”).
    I really can’t see how that fixed it but it’s somehow working now…

    So consider the problem solved. Thank you for your time.

  • PXE boot failure

    Solved
    11
    0 Votes
    11 Posts
    10k Views
    S

    @monasmith529 said:

    Yes it is a vm single nic vmxnet 3. No bridging.

    No bridging??? Wouldn’t work I guess. Could you please explain a little more about your setup when asking a question next time. We cannot properly help you otherwise.

  • Client boot to HD goes to memtest.

    Solved
    19
    0 Votes
    19 Posts
    10k Views
    Tom ElliottT

    I added code last night to find out data and always failback to my suggested default in case it isn’t set.

  • SVN 5680 Error log from Server

    Solved
    2
    0 Votes
    2 Posts
    809 Views
    Tom ElliottT

    Should be fixed in current. I’m no longer flushing all the output.

  • Can't register any more hosts

    Solved
    3
    0 Votes
    3 Posts
    846 Views
    Wayne WorkmanW

    Registration works fine now - We’ve pointed the separate buildings DHCP 66 and 67 to the main fog server. Works.

  • High Utilization and PHP Warnings

    Solved
    17
    0 Votes
    17 Posts
    6k Views
    Scott BS

    @Tom-Elliott said:

    What VM is FOG in? I may need to remote in once I get back from my appointment to see your issue. Right now, Wayne’s issue is not related to fog in any way. It is because he’s running a hyper-v VM and the systemd-udev is using all the cpu trying to set a file it can’t access.

    Our two FOG servers are both physical boxes.

  • Host registration stuck at Registering host

    4
  • Replication to storage nodes not working - Trunk version 4487

    Solved
    14
    0 Votes
    14 Posts
    6k Views
    Tom ElliottT

    If the filesize a are the same this would explain why they where in defunct status. The commands run but have no work to perform. I believe the defuncts you’re seeing are simply because of this. If you’re daring you could delete one of the images from the annex node and restart the replicator on the master. Then check your bandwidth and see if things are happening.

  • Fatal Error message when opening the FOG page http://IP/fog/management

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    Tom ElliottT

    Remoted in and fixed.

    Issue is ubuntu had docroot of /var/www/ but really the files existed in /var/www/html. So the current was placed in /var/www/fog, but web was looking at /var/www/html/fog.

    Fixed by removing /var/www/html/fog, moving /var/www/fog /var/www/html/fog, and creating a link from /var/www/html/fog to /var/www/fog.

  • 0 Votes
    18 Posts
    11k Views
    Tom ElliottT

    Seeing as the problem of getting the boot menu was the problem of this posting, I’m solving this thread.

    Please create a separate issue in regards to the registration problem. You can link back to this thread too so you don’t have to rewrite all the details. Just give the new posting a title that says (Using /dev/sda) Host Registration Hung or something like that.

  • sed error reported on latest git version

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    K

    Thanks as always Tom for the quick fix - all good now, this can be marked as solved.

    Ref the Apache and php files error - think that was an additional symptom of the sed missing character.

  • Fog server keeps going down

    Solved
    103
    0 Votes
    103 Posts
    146k Views
    Wayne WorkmanW

    Well… if we didn’t hear from him this morning, that probably means the FOG server stayed up all week. Thread solved.

  • Snapin-Issue

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    PsycholiquidP

    not yet, been on the road will test when I get back on Monday

  • 5592 Uncaught exception on deploy

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    Tom ElliottT

    Hopefully things will be better, though I don’t have a good way to test. Please let me know. I changed up the logic a bit and made the taskqueue class use a try/catch statement too.

  • Trunk install - Downloading inits, kernels and client fails

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    george1421G

    @Mark-Buteyn What is your internet connection speed (up and down)?

    (Just trying to draw a connection here) Do you have known intermittent internet access issues? I’m pretty sure they are still using wget to pickup the kernels and inits. I wonder if we added a longer wait time for wget that would resolve (or at least mask) the issue.

  • Adding needed repository Failed!

    Solved
    21
    0 Votes
    21 Posts
    15k Views
    F

    @Wayne-Workman Thanks, I needed to change the time under General Settings. Thanks again! I think I’m golden now.

    Peace!

133

Online

12.7k

Users

17.6k

Topics

156.8k

Posts