• FOG 1.5.6: Auto resize is unpredictable

    Solved
    57
    0 Votes
    57 Posts
    18k 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
    832 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
    697 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
    1k 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
    753 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
    25k 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
    731 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
    721 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
    784 Views
    K

    @Sebastian-Roth Thanks, its properly replicating now

  • FOG Client Not Working

    Solved
    16
    0 Votes
    16 Posts
    3k 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
    574 Views
    M

    Thank you very much Tom for the info.

  • FOG 1.6 Search text box doesnt work

    Solved
    4
    0 Votes
    4 Posts
    564 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

  • Export Host File- Plain Text Password

    Solved
    3
    0 Votes
    3 Posts
    782 Views
    L

    @Tom-Elliott Thanks for the information.

  • Host Image History bug?

    Solved
    3
    0 Votes
    3 Posts
    715 Views
  • Site plugin not working at FOG 1.5.5

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    R

    @Fernando-Gietz Hi.

    No, I’m only using your plugins, the site one and the accesscontrol. I said, this is not a problem really, because if I add the user again, it is working.

    Thx again.

  • Install group - Deploys wrong image

    Moved Solved
    14
    0 Votes
    14 Posts
    2k Views
    T

    @Sebastian-Roth
    Cannot replicate the issue at the moment either. But I did an upgrade from 1.5.2. to 1.5.4. in the mean time.
    Maybe this fixed it.

    Please close it. If it reoccurs, I will show up again.

  • Php-mcrypt error

    Solved
    3
    0 Votes
    3 Posts
    654 Views
    S

    @sgennadi Thanks again for the report. Obviously I have missed out on purging php-mycrypt from the fogsettings automatically when we decided to not use that package for FOG anymore last Autumn. I just tested and pushed a fix to dev-branch. Please pull the latest and give it a try.

209

Online

12.4k

Users

17.4k

Topics

155.9k

Posts