• Fog Client 11.12 not renaming computer/joining domain (Could not authenticate)

    Solved
    18
    0 Votes
    18 Posts
    6k Views
    G

    @sebastian-roth Thanks for the suggestion, those commands are handy. I ran --recreate-CA alone & with --recreate-keys and just got a newer version of that same strange cert. I’m looking into it now but I believe someone may have customized the openssl.cnf file on our template, and something with that may be causing this behavior.

  • Storage node disk usage missing

    Solved
    13
    0 Votes
    13 Posts
    5k Views
    H

    Ok I don’t know why, but creating a new user on the GUI made the disk usage come back !

    Maybe it has updated the db ? Really don’t know but IT WORKS ! You can mark it as “Solved”.

    Thanks for your help 😉

  • Deploying Single Snapins to Group All

    Solved
    35
    0 Votes
    35 Posts
    21k Views
    M

    @tom-elliott

    DELETE FROM `fog`.`snapinAssoc` WHERE `saHostID` NOT IN (SELECT `hostID` FROM `fog`.`hosts`) OR `sSnapinID` NOT IN (SELECT `saSnapinID` FROM `fog`.`sID`);

    Returns #1146 - Table ‘fog.sID’ doesn’t exist

  • Login incorrect when an image deletion request

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    S

    @hregis said in Login incorrect when an image deletion request:

    /var/www/fog/lib/fog/fogftp.class.php

    Don’t know why this ext3 thing is coming to my mind all the time when people have FTP errors on deleting stuff. Never mind. See the code on why you get those errors. It first tries normal deletes before it does a recursive delete on the files. As the directory is not empty it fails at first. So it’s all fine!

  • 0 Votes
    5 Posts
    4k Views
    Tom ElliottT

    Just ask, one of the moderators or myself can do so.

  • tftp issues with 1.4.4

    Solved
    17
    0 Votes
    17 Posts
    4k Views
    Tom ElliottT

    0_1501451714838_635a607c-f488-4dee-b051-a94f26459b76-image.png

  • database schema installer / updater

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    A

    @tom-elliott
    I installed 1.4.4. and am back up and running again. Everything seems to still be in tact. Thanks again for the help.

  • Linux, grubx64.efi, and refind.conf

    2
    2 Votes
    2 Posts
    2k Views
    Tom ElliottT

    @fractal13 Hey, long time no hear, hope all is well.

    Wondering if you (being the original writer and all) wouldn’t mind reviewing my latest procsfdisk.awk script? Had a few issues in 1.3.x days that kind of required a rewrite of it all, which went fairly well. Last night (early this morning) I hope to have solved the mystery of extended partitions though I’m sure it’s not perfect. I can’t see the “flow” nicely. So a good review could be very very useful. (Others are welcome to it as well.)

  • AWK: fatal: cannot open file error

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    D

    Thank for your answers. Due to the nature of our work and why we use this FOG server it’s unfortunately air-gapped from the internet so updates have been hard to come by regularly. The only thing that makes sense on root-cause here was one severely borked imaging operation. Even then I’m grasping at straws for a good answer on what triggered the error.

    However, I pushed through our ITsec group and got the server updated to current stable release 1.4.4 this morning which did resolve this error and it’s deploying images normally again.

    Thanks for the info guys feel free to revoke my nerd card for it being resolved with a standard update.

  • Unable to PXE boot on from different subnet

    Solved
    18
    0 Votes
    18 Posts
    8k Views
    L

    Something JLE said is the first thing I thought about (ip helper-addresses). If you can get access to login to the switch, find the relevant documentation online for your switch and verify if the VLAN has an ip helper-address configured.

    On our ProCurves, we could check like this:

    show ip helper-address

    or we could configure like this:

    config vlan <vlan_number> ip helper-address <IP_of_your_DHCP_server> write mem end
  • PXE-99 FileSize 0 error

    Solved
    9
    0 Votes
    9 Posts
    4k Views
    S

    @SmartyParts I am marking this solved but I’d highly recommend looking into UEFI boot (ipxe.efi, snp.efi, snponly.efi, …) as more and more devices and operating systems are heading for this.

  • Fog WebUI Password Successfully Reset But Still Can't Login

    Solved
    25
    0 Votes
    25 Posts
    7k Views
    L

    @tom-elliott You rock Tom! Thanks for the help man! : )

  • Surface Book won't boot the kernel

    Unsolved
    22
    0 Votes
    22 Posts
    14k Views
    x23piracyX

    @sebastian-roth about the live system, i need to find the time today, i have the book until next friday.

  • Booting from SAN device 0x80 hang

    Solved
    5
    0 Votes
    5 Posts
    4k Views
    M

    Thank you for the quick response. I normally create my images using a virtual pc. This time I did not do that and forgot to check the bios settings. I did not even think about checking that. Thanks again.

  • After Updating, Storage Node Disk Usage Graph is missing

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    Tom ElliottT

    @hancocza All the more reason version information is needed everytime. Thanks for letting us know it’s back and running.

  • Cannot update schema after upgrade

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    X

    @Tom-Elliott Hi Tom i figured it out a college had changed settings in the DHCP all sorted now.

    thanks again

  • Mysql database passord must be reset to get Fog working again

    Solved
    7
    0 Votes
    7 Posts
    4k Views
    F

    Hi @Tom-Elliott,
    That might just be the solution. Not sure why, but I had the perception that having a db with no password was the recomanded way. Again, thanks for helping me out and for developing and giving support to this fantastic tool!

  • Groups adding unselected hosts

    Solved
    12
    0 Votes
    12 Posts
    4k Views
    Tom ElliottT

    @ITCC Please update to RC’s if you can?

    I don’t know what’s causing it to create “false” entries in the database, though I cannot get it to replicate the problem in the current code I’m working with.

  • HostnameChanger

    7
    0 Votes
    7 Posts
    3k Views
    S

    @plegrand I just stumbled upon the FOG_ENFORCE_HOST_CHANGES setting in the FOG web UI and remembered your post:

    This setting only operates with the new client. Default value is 1 which allows the new client to enforce name changing on every cycle it checks in, so any change on FOG will take place on the next cycle. If unset (value 0) it will only perform hostname change and/or AD Joining on host restart.

    You might want to give this a try to get rid of the messages.

  • Printer Port?

    Solved
    16
    0 Votes
    16 Posts
    4k Views
    J

    @Sebastian-Roth
    @Tom-Elliott

    I just updated to RC4… I’ll keep you all posted! Thanks!

74

Online

12.8k

Users

17.6k

Topics

157.1k

Posts