• Erasing current MBR/GPT table issue

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    S

    @fogmania @ykarami Good news to all of you, we have figured out what is causing the slowness and fixed it. It’s been a longer story [ref] - thanks again to @Quazz for doing lots of testing and finding very helpful stuff to figure this out!

    As we have not had enough time to push for a new release yet you can simply update to the latest kernel and inits like this:

    sudo -i cd /var/www/fog/service/ipxe mv bzImage bzImage.orig wget https://fogproject.org/kernels/bzImage mv bzImage32 bzImage32.orig wget https://fogproject.org/kernels/bzImage32 mv init.xz init.xz.orig wget https://fogproject.org/inits/init.xz mv init_32.xz init_32.xz.orig wget https://fogproject.org/inits/init_32.xz
  • Fog server needs updating-not working correctly

    Unsolved
    2
    0 Votes
    2 Posts
    426 Views
    S

    @Dee Updating to the latest version is a good idea in general but as you seem to not have much experience with FOG and possibly Linux yet I am wondering if we better try to fix your issue before diving into a full upgrade.

    I’m hoping that updating it will fix the issue of it not capturing images.

    Please explain in more detail what’s happening. Error messages? Please take pictures and post here.

  • FOG Kernel panic at startup with some systems

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    S

    @mckayj @Quazz Great this has turned out to fix the issues on those CPUs. Thanks heaps!!

    Will add x2apic to the official FOG kernel build. Let’s hope this is not going to cause any trouble for other devices. 😉

    Edit: Added the option, will be in the official binaries soon: https://github.com/FOGProject/fos/commit/34967bf3f42fe56d835e1e179cdea78213ab3b6b

  • Image files and Snapin files not deleted

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    S

    @MarkG said in Image files and Snapin files not deleted:

    Bug in 1.5.0?

    Possibly. 1.5.0 is long away and I don’t have all the changes in the back of my mind… 😉

    So updating to the latest will fix the issue, that’s good!

  • Create Task Capture Error

    Solved
    37
    0 Votes
    37 Posts
    12k Views
    Tom ElliottT

    @Jim-Holcomb Yes, you’re on working-1.6 and I’ll be helping with that here shortly.

  • Invalid Username & Password for FOG Host Interfaces

    Solved
    3
    0 Votes
    3 Posts
    553 Views
    N

    @Sebastian-Roth I wish this was the case, but unfortunately, it isn’t. I just booted up a machine to give it a try, because I’m willing to try anything and it did not work. I typed my password in the username box to see how it was coming out and it was correct. I was wondering if there was some permission we need to set up for a user to be able to use this. I even tried using the defaulted fog user that is listed and that password, but again it didn’t work.

    However, I just tried using the account we set up in Linux and it worked, although I was sure I tried it last week and it didn’t work, but maybe our system admin rebooted the server while I was out to make the changes take effect. It is now working.

    Thank you for your response. I am enjoying FOG so far, it is much faster than the KACE 2000 client we were using before. In today’s IT world speed is necessary.

  • Not joining domain after imaging

    Solved
    10
    0 Votes
    10 Posts
    583 Views
    S

    @BenR Don’t know from the top of my head right now as I have not coded the fog client. Could be registry setting. Probably easiest way is to purge and re-install the FOG client on that machine. Sorry but that’s the quick solution.

  • Fog PXE Boot issues in VMware

    Solved
    23
    0 Votes
    23 Posts
    8k Views
    M

    i have finally figured out how to get vm workstation working with no problems. My computer is plugged into real network at the time. I have to plug into the isolated network. When it pulls an IP address I then go and disable the adapter and enable it again. it then gets the ip address again. I then run ipconfig /flushdns.

    After i do that and only then will i start VM workstation. i will go to the vm and go back to my snapshot. before i open it i always make sure the settings are showing bridged. I then power on the vm to the saved stated and run a ipconfig to make sure the computer and vm have actual same IPs in the subnet. Then run a flushdns on the vm. Then i sysprep and then boot to firmware on the vm. Then i pick network boot.

    This has worked 7 times with no issues. I am sure i could cut out some steps but it is real easy for me to do all of it real quick. I only check to make sure it is bridged mode once.

    Once i started to do this vm workstation work everytime and even on VM reboots.

    I hope this helps someone else out.

    Oh and i disable wireless first if you are using that.

  • FOGMulticastManager and other services fail posix_getpid()

    Solved
    7
    0 Votes
    7 Posts
    807 Views
    S

    @leonj said:

    The repos that we have internally …

    This would have been a very valuable information right from the start. 🙂

    Good to hear you got it solved.

  • Multicast not starting (again)

    Unsolved
    3
    0 Votes
    3 Posts
    702 Views
    A

    Oh yes, I forgot about it. You recommended it to me the last time too. This time I’m going to save it on my deployment server desktop, to have it there for debugging.

    I remembered something about FOGMulticastManager. Here is were I red about it.
    Thanks again.

    I’ll be back with feedback after my next deploy.

  • Issues importing /images since new fog server build

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    S

    @jahilton2002 said in Issues importing /images since new fog server build:

    But it hasn’t worked, same error

    Which error do you mean? I can’t believe you are seeing the same “Attempting tp expand/fill partitions…awk:…” error.

    After talking to my tech team here, we’ve decided to “take the hit”.

    Probably a good idea!

  • Web Page Text Box Bigger

    Solved
    3
    0 Votes
    3 Posts
    457 Views
    J

    That works, thanks!

  • Can't upload new snapins - FTP issue

    Solved
    5
    0 Votes
    5 Posts
    800 Views
    A

    I’ve found the issue and the resolution:
    https://bugzilla.redhat.com/show_bug.cgi?id=1582672
    support for TCP wrappers isn’t compiled in vsftp binaries found in SLES and Redhat.

    The installer must be modified to not output tcp_wrappers into the vsftpd.conf
    This has resolved this issue in SLES.
    I’m guessing ntcp_wrappers=$tcpwrappers\n$seccompsand is configured to output disabled if certain versions redhat? but that didn’t trigger for SLES

    Thanks very much for your help @Sebastian-Roth

  • Win7x64 : Golden Image : partitions problems ... again

    Unsolved
    56
    0 Votes
    56 Posts
    16k Views
    S

    @Quazz Thanks again for your work on this! I’ll add this soon but have one more question about it, see on github.

    What are your thoughts on https://forums.fogproject.org/topic/12428/win7x64-golden-image-partitions-problems-again/29 as an alternative system, by the way?

    Good you reminded me on this! I moved the issue from repo fogproject to fos#18 where it belongs now that we have those things separated a while ago. Please let’s try to collect information and ideas there.

    @Jonathan-Cool Nice you got it working! We’ll add Quazz pull request anyway for the time being. Should be in there in the next couple of days. I’ll mark this solved now.

  • Bootable USB which uses same file format as fog?

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    H

    @george1421 ok, that makes everything alot clearer, thank you for your help!

  • Forced Relication

    Unsolved
    3
    0 Votes
    3 Posts
    587 Views
    Wayne WorkmanW

    You could also disable the nodes you want to delay replication for via Storage Management.

  • Active Directory Page | Keeps on Defaulting to the same value

    Unsolved
    2
    0 Votes
    2 Posts
    328 Views
    S

    @pdehombreux Sorry for leaving you alone for such a long time on your very first post. It’s been a very busy time and I just couldn’t get my head around your post when I first read it and so kept on putting off to look into this.

    I think we need to get into the logs to see what’s actually happening when you try to update the AD information. First check the apache error and php-fpm logs right after (or while) you update the client’s AD information. See my signature on where to find those.

    If that does not shed a light (I suppose it won’t) then I may ask you to enable mysql query logs. For that it’s probably best to turn off as many components as possible first. Shut down clients that have the FOG client installed and make sure you are the only person on the FOG web UI for that moment. Just trying to keep the logs to a minimum.

    See here on how to enable mysql query logging: https://www.pontikis.net/blog/how-and-when-to-enable-mysql-logs

    Before you enable it, get the web interface ready. Navigate to the right host, select AD settings and change OU and username for example. Then turn on logging, restart mysql, update the client settings and switch off mysql logging again. Upload the full log here (make sure it does not contain any sensitive data …)

  • install fails - adding repository... failed

    Unsolved
    2
    0 Votes
    2 Posts
    550 Views
    S

    @p4cm4n said in install fails - adding repository... failed:

    when it gets to adding distro it fails.

    I guess you meant “adding repository” here, right?

    For Mint and Ubuntu we add ondrej repos (commands add-apt-repository ppa:ondrej/php and add-apt-repository ppa:ondrej/apache2).

    Debian is different, here we only add a repo for Debian 7 which shouldn’t be used anymore anyway.

    In the same directory where you have the FOG installer script there is a subdirectory called “error_logs”. There you find log files with specific error messages. Please take a look and post here if you can’t figure it out on your own.

  • Can't PXE boot from secondary network port if primary is connected to network

    Unsolved
    3
    0 Votes
    3 Posts
    567 Views
    george1421G

    The way both iPXE and FOS work is it will stop searching when it finds an ‘up’ interface. So if you want it to pxe boot place the pxe boot network in the first interface position and then use the second or what ever else for the network where you have no control.

  • fogcontroller.class.php Undefined Offset 3 line 1046

    Locked Solved
    10
    0 Votes
    10 Posts
    3k Views
    S

    @ynixon For Ubuntu (just guessing that you are using it) follow those instrcutions https://forums.fogproject.org/topic/10006/ubuntu-is-fog-s-enemy
    If you are not using Ubuntu I ask you to open a new topic and let us know all your specs (Linux OS and version, FOG version, exact error (picture!) and so on).

    @anthonyhull This thread is about the error message when capturing an image. Please open a new topic and post all your details including a picture of the exact error on screen.

147

Online

12.3k

Users

17.4k

Topics

155.7k

Posts