• Track Last Known Host IP Address

    2
    0 Votes
    2 Posts
    253 Views
    S

    @MEIT-TC No, FOG does not keep track of a client’s IP address. While the database actually has a field called hostIP (code ref) this is not being used in the code.

    So if you are really keen you could try to work on implementing this.

  • Failed to get an IP via DHCP

    6
    0 Votes
    6 Posts
    798 Views
    george1421G

    @chuck2000 said in Failed to get an IP via DHCP:

    The image size is 240GB which in nearly the size of the entire SSD

    Without looking into this off the top of my head, I would say the source disk was encrypted with bitlocker, so during image capture partclone sees this and does a sector image copy instead of a disk image. You can see this during the blue partclone screen while its running you will see the format as RAW.

  • Converting fog images to other platforms

    3
    0 Votes
    3 Posts
    732 Views
    F

    @tom-elliott

    Are there any plans to make a windows/mac/linux app that would allow FOG images to be mounted and read allowing the user to copy files from an image?

    Thanks

  • Post Download Scripts Included Variables

    8
    0 Votes
    8 Posts
    2k Views
  • schedule delayed / cron task doesn't work fog 1.5.9

    3
    0 Votes
    3 Posts
    482 Views
    Tom ElliottT

    @john3892 Assuming you installed FOG via git, please run:

    cd /path/to/fogproject #change this to where it is actually located git checkout dev-branch git pull cd bin ./installfog.sh -y

    This issue should be addressed.

    Thank you,

  • FOG Install in Docker

    2
    0 Votes
    2 Posts
    2k Views
    R

    @b_man I’ve been researching this exact question for the last several days.
    What have I got from that research, nothing but a empty heart, sorry, over exaggeration.
    This thread https://forums.fogproject.org/topic/14999/simplifying-deployment-with-official-virtual-appliance/19 seems to be the status quo of the situation.
    I can’t criticize, after reading through the whole thread, it has opened my eyes as to the “what if’s”.
    For me, a pre built container is a must, as my docker skills have just got off level zero. I also give preference to the container method because of less resource usage and speed of start up and shutdown.
    Also looking at the VM method, but need more info on exposing the VM to the LAN. Not the best choice due to greater resources used and slower start up and shutdown.
    Any way, I’ll keep researching other net booting applications in the meantime, as well.
    So to summarize, I was of no help to you at all… but your not alone.

  • Sync Images With Nodes

    3
    0 Votes
    3 Posts
    552 Views
    I

    @sebastian-roth
    Sebastian,

    Thanks for the prompt response.

    The images are not stored in the Master, they are in different storage, my query was because before Storage -> Master could synchronize but now it would not be leaving me, I manually copied an image to the Master and the replica works, my query is "Storage -> Master works? " FOG version is 1.5.9.65

  • Presenting On FOG at conference?

    12
    0 Votes
    12 Posts
    3k Views
    M

    I can say that this idea it’s pretty good. I think in this way you could earn only advantages. It would be hard for me to think about such an idea. LOL. Also, I could advise you to try some team-building games at the conference. In this way, you could make the conference more interesting. On another hand, people will make new friends and will strengthen their communicating skills. We had a similar event in our company organized by team-building. In this way, I overcome my problem of speaking in front of people.

  • Fog clients with issues

    2
    0 Votes
    2 Posts
    418 Views
    S

    @Greg-Plamondon Interesting point you have there. You might take a look at the hostSecTime column in hosts table in the database. I am not sure how often this is being updated but it should let you find hosts that have not checked in in a long time.

  • configuration ssl interface de fog

    10
    0 Votes
    10 Posts
    2k Views
    J

    @sebastian-roth said in configuration ssl interface de fog:

    @julio The certificate we see in the picture is not generated by FOG I would say (Issued To: Administrateur, Issued By: Administrateur, Expiry Date: 17/11/2120?!?). Did you put that CA certificate file there?

    The mentioned path /opt/fog/snapins/ssl/CA/.fogCA.pem is where the FOG installer will generate the CA certificate. It then copies that file to /var/www/html/fog/management/other/ca.cert.pem, where it is used by the Apache webserver. So you might want to compare those two files. Maybe you need to import the later one if you have messed with those files.

    Be aware that importing the CA certificate into the Personal key store is probably not going to help. You need to import into Trusted (Root) Certificates section.

    pour ceux qui sont intéresser suivez les etapes de mr roth.

  • Trying to Understand Snapin Packs.

    3
    0 Votes
    3 Posts
    443 Views
    M

    @sebastian-roth I have but I’m still trying to wrap my head around how it properly works. I think its more me trying to understand the Documentation thats available to read online/watch, but Im wanting to do it more with Powershell but not finding any documentation on the Wiki.

  • Wiki Access

    1
    0 Votes
    1 Posts
    209 Views
    No one has replied
  • Booting Rescue ISO

    13
    0 Votes
    13 Posts
    2k Views
    george1421G

    @the_ccm Would you mind if I included a link to your tutorial post in my larger post here? https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images

  • running a fog server on qnap nas?

    3
    0 Votes
    3 Posts
    459 Views
    D

    Networked storage is mainly used in small office environments such as smoking gun slot and in workgroups, where it has adequately replaced the classic servers. They serve as shared file storage for documents and backups, as well as mail and Web servers. On them run the messaging services, automation systems, video surveillance, and other tasks relevant to the modern office. Unlike a classic server, NAS is beautifully designed, takes up only a fraction of the space of a traditional office computer, is quiet, and consumes minimal power. Perhaps the greatest advantage of a NAS, however, is that it is a complete, boxed solution that starts working as soon as you plug in the drives and plug it in. You don’t need a specially trained person to use it, and in terms of ease of operation, it’s comparable to a modern tablet.

    NAS have proven to be equally interesting for home use where they are typically used as a torrent station and large storage for movies, photos, and music. However, the home uses of NAS are not limited to these. They take into account the interests of advanced users running specific and complex tasks on NAS, as well as ordinary users, for whom it can be a very convenient and functional tool for working with multimedia content, creating backups, anti-virus protection and, of course, for creating a personal “cloud”.

    MOD’s edit: removed external link as it does not seem to be related to FOG at all.

  • fog API powershell help

    7
    0 Votes
    7 Posts
    1k Views
    JJ FullmerJ

    @Jamaal
    @jj-fullmer said in fog API powershell help:

    Glad I had the code for get-foggroups somewhere to be found. It looks like something weird happened to the get-foggroups function and all the code disappeared from it. I’ll need to get that fixed as soon as I can as that function is used all over the place. I have made an issue for it https://github.com/darksidemilk/FogApi/issues/3

    I just published a new version of the module fixing the issue with get-foggroups and subsequently get-foggroupsbyname if you update to the new version 2103.2.12 those functions should work now.

  • tasks not appearing in active task list

    3
    0 Votes
    3 Posts
    351 Views
    D

    @tom-elliott
    Ok thought so thanks.

  • Create a restricted user for the webui login

    3
    0 Votes
    3 Posts
    217 Views
    S

    @brakcounty Please read through this topic: https://forums.fogproject.org/topic/9624/control-access-plugin

    Understand this is not like full access control as FOG wasn’t implemented like that and a plugin cannot simply fix this. But it might still suite your needs.

    Note: This plugin code does not get much attention because the original developer does not seem to find the time right now. So if you find an issue we might not find the time to help and fix this.

  • Problème de téléchargement de l'image dans FOG Project

    3
    0 Votes
    3 Posts
    1k Views
    george1421G

    @renard Would you give us a clear picture of the error taken with a mobile phone? We need to see where in the imaging process where these messages are created.

    I found something, I have to ask what version of the FOS Linux kernel are you using (fog web ui -> FOG Configuratio -> Kernel update)

    ref: https://askubuntu.com/questions/1272026/acpi-bios-error-bug-could-not-resolve-symbol-sb-pcio-sato-prto-gtf-dssp

    Will you tell us more about the computer you are trying to image? What is the model and manufacturer. If you are using a custom built computer what motherboard do you have? Is the firmware the latest for this motherboard?

  • Which Linux distro(s) have been tested with FOG - What is recommended?

    6
    0 Votes
    6 Posts
    2k Views
    JYostJ

    We will be building a new VM with Ubuntu 20.x…it won’t be an in-place upgrade. I will post any issues we run into…fingers crossed.

  • Authentication on the WEB interface by existing AD.

    11
    0 Votes
    11 Posts
    2k Views
    N

    @tom-elliott

    Very good, after understanding what you were trying to tell me and applying those changes I was able to finally understand what the problem was. It worked!

    I thank you for your patience and perseverance in helping me! I just deployed the FOG in our organization, which by the way is working very well! About 400 machines in the park. Thank you Tom! The FOG is awesome!

104

Online

12.2k

Users

17.4k

Topics

155.6k

Posts