• Unable to change multicast nic.

    Solved
    14
    0 Votes
    14 Posts
    2k Views
    EduardoTSeoaneE

    Adding a comment:

    Currently we are using false nodes to change the multicast tasks. I mean

    To make multicast tasks on desired vlan we are creating a second master node to the location’s storage group, with nic an ip assigned on the vlan that we want to do the task and with false user/password to avoid a redundant synchronization.

    By the moment, this solution is working with version 1.5.6 of Master and Nodes.

    The node must be precedent on alphabetic order to the real node.

  • Inventory Report is blank, host list contains hundreds of entries with full inventory

    Moved Solved
    28
    0 Votes
    28 Posts
    10k Views
    S

    @Rivybeast @Raymond-Bell Thanks for testing and letting me know! I will work on fixing the other reports and merge this into dev-branch in the next weeks.

  • FOG 1.5.7.2, client getting "//" in front of index.php

    Solved
    3
    0 Votes
    3 Posts
    8k Views
    S

    Thank you. yes, you are right the problem is NOT the “//” but SPT on the switch that caused “udhcpc failed”. the solution is posted here:
    https://forums.fogproject.org/topic/12248/udhcpc-failed/4

    Tested imaging with a dumb switch, and everything worked.

  • why some images their size becomes 0.00 iB

    Moved Solved
    7
    0 Votes
    7 Posts
    1k Views
    S

    @faresalandlos Yes right, the filesize shown as zero doesn’t cause any problem. You can still deploy the image and the image files are not gone.

    The information is located and updated in the database.

  • Download page instruction clarification.

    Solved
    2
    1 Votes
    2 Posts
    622 Views
    S

    @fractal13 Nice to see you around! Hope things are going well for you.

    Thanks for the hint on the downloads page. Depending on the tools you use to download you get a different filename. Just click the download link in Firefox and you end up with a file called fogproject-1.5.7.tar.gz. Use wget and you have 1.5.7.tar.gz…

  • FOG 1.5.6: Auto resize is unpredictable

    Solved
    57
    0 Votes
    57 Posts
    19k Views
    S

    @Quazz Thanks heaps for digging into this even more. I guess it will be very hard to actually track down when and how this was introduced.

    This problem is rare enough on its own already (personally haven’t come across it at all)

    I would have said so myself a day or two ago. But then I even ran into the same issues when debugging a different partition layout problem for another user in my VM test setup (VirtualBox).

  • Fog 1.6 - Task error

    Solved
    4
    0 Votes
    4 Posts
    885 Views
    S

    @jmeyer Sorry for the late reply. Couldn’t get to this any earlier. Is this still an issue for you? I have had a look at the code but can’t make sense of this yet. I suppose we’d need the start of the output - the first “Attempting to check in” output line to understand this.

    But looking through it I have a feeling that maybe one of the settings is wrong in your setup. Please connect to the database and run the following query:

    shell> mysql -u root -p Password: ... mysql> use fog; ... mysql> SELECT * FROM globalSettings WHERE globalSettings.settingKey IN ('FOG_DEFAULT_LOCALE', 'FOG_HOST_LOOKUP', 'FOG_MEMORY_LIMIT', 'FOG_REAUTH_ON_DELETE', 'FOG_REAUTH_ON_EXPORT', 'FOG_TZ_INFO', 'FOG_VIEW_DEFAULT_SCREEN'); ...

    Get the full output and post here (as text or picture).

  • FOG 1.6 - Compression

    Solved
    4
    0 Votes
    4 Posts
    733 Views
    J

    @Tom-Elliott Happy to help ! 😉

  • Fog 1.6 - Kernel Panic

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    J

    @Sebastian-Roth
    I make new install of Fog under Debian.
    I was using Ubuntu years ago so it’s old install (3 years old).

    I have been testing Fog version since years with Tom.
    And as i work with VM, i can revert change easily.

  • Storage Nodes Not Showing Up

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    S

    In a remote session we figured out that the database schema version was kind of oddly set. Still not sure why that was. Fixed that and applied the last couple of schema changes. That fixed a couple of odd issues including the Storage Node setting changes that can be done now again.

  • Website Issue

    Solved
    5
    0 Votes
    5 Posts
    827 Views
    J

    @Tom-Elliott
    Strange. What’s even weirder is it started working once I entered into a forum thread… Now it’s working fine. LOL!

    For what it’s worth, I’m running Ubuntu 19 and the Chrome Browser…

    I’m OK with it since it’s working now. Can’t explain it though! Ha!

    Thanks Tom!

  • Failed to Set Disk GUID (sgdisk -U) (restoreUUIDinformation)

    Moved Solved
    50
    0 Votes
    50 Posts
    26k Views
    george1421G

    @austinjt01 Ok that is a great starting point. I’ll again refer you to my tutorial: https://forums.fogproject.org/topic/11126/using-fog-postinstall-scripts-for-windows-driver-injection-2017-ed

    Look at the fog.custominstall script. Start with that script and then in this section add your code:

    echo "Done" debugPause . ${postdownpath}fog.copydrivers # . ${postdownpath}fog.updateunattend umount /ntfs

    Remove the call to the fog.copydrivers and fog.updateunattended and insert your code. At this point in the code /ntfs has been mounted onto the windows (C: drive) partition, wherever it may be. The script takes into account nvme vs sata as well as partitions being in different order or locations.

  • Centos7. Fog 1.5.5. White-Page on Update Group sites and locations.

    Moved Solved
    4
    1 Votes
    4 Posts
    800 Views
    S

    @EduardoTSeoane Sorry for the late reply. This is fixed in dev-branch already. Thanks @Fernando-Gietz

  • FOG 1.6 - Can't delete address MAC

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    G

    @Tom-Elliott I try the fix and its ok. Thanks for your works

  • FOG 1.5.5.3 Log Viewer shows nothing - No logs

    Solved
    4
    1 Votes
    4 Posts
    761 Views
    S

    Fixed in dev-branch.

  • No shrink from V1.5.5 until V1.6, deploy error, 100%CPU load in node 1.5.2

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    H

    @Quazz I´m sorry, I was sick for a long time. Now this day is my first day. I will test it if I have time. But I´m busy with an other project. I hope I can test it next week. Please don´t close this thread. Thanks

  • New FOG server, images not syncing to other node

    Moved Solved
    5
    0 Votes
    5 Posts
    829 Views
    K

    @Sebastian-Roth Thanks, its properly replicating now

  • FOG Client Not Working

    Solved
    16
    0 Votes
    16 Posts
    4k Views
    S

    @sourcaffeine said in FOG Client Not Working:

    I am not exactly sure what was different but it seems to be working now without issue on the workstations with a new image with a new copy of the fog client installed.

    The re-install does something very important. It pins to the current FOG server certificate and downloads the right FOG Project CA cert as well.

  • Access Control

    Solved
    3
    0 Votes
    3 Posts
    629 Views
    M

    Thank you very much Tom for the info.

  • FOG 1.6 Search text box doesnt work

    Solved
    4
    0 Votes
    4 Posts
    604 Views
    SamJakobS

    Hi, I’ve just looked into it, and it seems there’s potentially a bug that affects some PHP versions causing this problem. (The search page just fails with code 500 otherwise.)

    I’ve made a PR to fix the problem here: https://github.com/FOGProject/fogproject/pull/299

177

Online

12.4k

Users

17.5k

Topics

156.0k

Posts