• working-1.6 branch installation issue: tftpd service not restarted

    Moved Solved
    2
    1 Votes
    2 Posts
    394 Views
    S

    @Daniel-Miller Thanks for reporting! Obviously hasn’t been noticed in a while. I just pushed a fix to working-1.6.

    Moving this to section bug reports and marking as solved.

  • FOG 1.6 Update Error

    Solved
    3
    0 Votes
    3 Posts
    469 Views
    J

    Thanks.
    1.5.7.745 update works fine.

  • Database maintenance script?

    Moved Solved
    8
    0 Votes
    8 Posts
    1k Views
    fry_pF

    @Tom-Elliott I am willing in a heartbeat. The problem right now may be my “history” of the old trunk builds causing some headaches in the past. I have some convincing to do for my boss, but having solid things that are fixed/improved helps the case. I am also probably going to need to take a medical leave soon and want to have FOG be stable while I’m gone. I will look at the features 1.6 and see if I can’t earn that tester badge again 😄

  • Setting the primary and additional MACs the same makes the host invisible

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    S

    @isaiah658 Fixed in dev-branch on github - will be in the next release.

  • FOG 1.5.6: Changing host MAC address can make hosts inaccessable

    Moved Solved
    8
    0 Votes
    8 Posts
    2k Views
    S

    @Cheetah2003 I know it’s been a long time. Sorry this has gone lost! I only got to look into this and fixed it.

  • FOGPingHosts Different Subnets (Location Plugin)

    Moved Unsolved
    24
    0 Votes
    24 Posts
    5k Views
    S

    @markbam I started to implement that but need to push this further down the list. We need to focus on bugs of the core FOG code before that.

    Note to myself: I have saved a diff of the current work in my workspace.

  • 0 Votes
    6 Posts
    1k Views
    S

    @Fernando-Gietz Just found this. Hope you got to test this at all. I am going to mark this fixed now.

  • Request to change the default network interface (Mint & Ubuntu)

    Moved Solved
    15
    0 Votes
    15 Posts
    2k Views
    S

    @cromag Thanks for bringing this topic up again. Indeed there was an issue in the scripts. I just pushed a fix to dev-branch. Should be fine in the next release.

    Though I still have no idea where the macvtap0@ thing came from reported in the first place.

  • FOG 1.6 - Error deploy image for PXE menu

    Solved
    3
    0 Votes
    3 Posts
    409 Views
    J

    Nevermind.
    It’s working again.

  • Storage Node offline (sometimes) in Web UI

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    S

    @brakcounty Using FOG with more than one NIC is not officially supported. While it can be setup this way and mostly works it can still cause trouble as we see.

    I probably won’t find the time to set this up myself and test but you are more than welcome to investigate in which case it works or fails. If you need assistence on debugging this feel free to ask here.

  • I want to know ... UserTracking query

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    F

    I returned XD thanks for all @Sebastian-Roth

  • FOG 1.5.6 pushbullet Plugin not functioning

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    H

    @george1421 I had to use *.pushbullet.com and *.api.pushbullet.com for web filtering url in Lightspeed setup

  • 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
    9k 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
    7k 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
    940 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
    558 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
    15k 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
    721 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
    536 Views
    J

    @Tom-Elliott Happy to help ! 😉

160

Online

12.3k

Users

17.4k

Topics

155.7k

Posts