• Error returned: Type: 1024, File: /var/www/fog/lib/fog/fogftp.class.php

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    G

    @sebastian-roth @george1421 Solved! Thank you for your time!
    There is no firewall between the host and storage node. There is a firewall between the storage node and the master but is correctly configured.

    The problem was that the storage node is registered at the master with his dns name and this was somehow deleted from the domain.

    I have restored the dns record for the storage node and now all is functions correctly except “Storage Node Disk Usage” from the dashboard (it shows nothing), but this is not a big problem.

  • Ubuntu 16.04LTS -> Ubuntu 20.04LTS

    4
    0 Votes
    4 Posts
    606 Views
    george1421G

    @cdutko The simplest way to do it is via this wiki page.

    https://docs.fogproject.org/en/latest/installation/install_fog_server.html

    Using the git method is real easy. Performing upgrades are even easier. But lets get things setup on the 20.04 server first then you can follow this wiki page: https://wiki.fogproject.org/wiki/index.php?title=Migrate_FOG

    The migration will leave the existing fog server in place but migrate (copy) the data over.

  • FOG Capturing Entire SSD

    5
    0 Votes
    5 Posts
    802 Views
    C

    @george1421 said in FOG Capturing Entire SSD:

    manage-bde -status 😄

    After using the command you suggested, it is working and capturing as NTFS. The new image size is 40GB.

    Thanks

  • Guide on FOG API hookevent

    2
    0 Votes
    2 Posts
    326 Views
    S

    @WT_101 Hook events are called by the FOG code. Don’t think this is what can help you with activating plugins. Did you look into directly updating the database tables as mentioned in your other topic yet?

  • script to remove messages at windows startup

    3
    0 Votes
    3 Posts
    456 Views
    A

    @george1421 Thanks I will try this on Monday and get back to you.

  • image/snapin over wifi

    2
    0 Votes
    2 Posts
    411 Views
    george1421G

    FOG currently does not support imaging over wifi. You need to use a cabled ethernet solution.

  • Is there a way to encrypt the hard drive with FOG?

    2
    0 Votes
    2 Posts
    452 Views
    S

    @anisgh Don’t think there is any way you can automate this using FOG as it is right now.

    It might be possible to use pre-deployment scripting to setup LUKS encryption on the device and then deploy the image to the encrypted LUKS containers on disk. But I am sure there is a lot you need to fiddle with to get this going. Give it a try and keep us posted.

    Post deployment encryption is not that much an option I find. While this can be done on Windows (VeraCrypt or Bitlocker) I have not found a good way to do this on an already installed Linux system yet.

  • How to PXE Boot Killdisk On Fog

    5
    0 Votes
    5 Posts
    1k Views
    george1421G

    @novice83 Ok good deal. I need to see the contents of a grub.conf file or grub.cfg.

    I need to see the contents of isolinux.cfg from the loader directory.

    One of those contain the key to booting it. It will list the kernel and the file system (virtual hard drive). Its probably that active_liveCD-readonly.sqsh (squash file system) file. But the config files will point to it.

    There is still a risk because of the drm key (bootdisk.key I suspect) to be able to locate that in memory.

  • Update 1.5.2 to 1.5.9

    5
    0 Votes
    5 Posts
    1k Views
    Z

    Hi Sebastian,
    It’s OK, i do update (after to distupgrade to 10.9) and i doing upgrade fog directly to 1.5.9.
    thank’you for your reply.

  • Storage node for third party vendor to reimage the system

    3
    0 Votes
    3 Posts
    366 Views
    S

    @dinesh_fog said in Storage node for third party vendor to reimage the system:

    Fog 1.5.5 Ubuntu 16.04 servers

    Both versions are really old. Just want to mention that we don’t support such old version. We’ll still answer questions about this but not fix issues.

  • Post install script not running

    3
    0 Votes
    3 Posts
    936 Views
    S

    @george1421 said in Post install script not running:

    You need to use the FOG Postinstall script to drop the files or leave settings behind so that your first run program in the target OS will find the values and use them. Just like if your target OS is windows, FOS Linux can not change the target OS internal settings.

    That is surely one way of doing it but there is another way. You could mount the newly imaged drive and chroot into it to to those things on the destination Linux OS.

  • Problem with capture windows 10

    4
    0 Votes
    4 Posts
    585 Views
    S

    @tenorio-leandro How do you shutdown the machine before capturing?

  • could not verify verify mount

    2
    0 Votes
    2 Posts
    294 Views
    george1421G

    @tenorio-leandro said in could not verify verify mount:

    I mounted a space nfs in my server /mnt/vol_fog/

    So just to be clear the actual disk volume where the bits will be stored are on a different computer than your FOG server? If yes then that will not work. Its equivelent to in windows mounting a remote directory on your windows server as the W drive, then trying to share the W: drive out so that a 3rd computer can mount it. It doesn’t work that way.

    Back to your FOG server, the nfs share needs to be a block device or NFS won’t share it. An iSCSI LUN is allowed since its a block level device. I have not personally done this, but it should work.

    What is your end goal here?

    What device is your fog server connected to?

  • image with windows 11 do not enter the network domain

    2
    0 Votes
    2 Posts
    411 Views
    S

    @leocataorr Please post the contents of C:\fog.log from the newly imaged computer.

  • Where is/using Fogcrypt?

    4
    0 Votes
    4 Posts
    1k Views
    JunkhackerJ

    @jra correct

  • Problem plugin LDAP

    2
    0 Votes
    2 Posts
    339 Views
  • Configuration for capturing and deploying ubuntu images

    9
    0 Votes
    9 Posts
    4k Views
  • profile ldap

    5
    0 Votes
    5 Posts
    902 Views
    S

    @tenorio-leandro As far as I remember these two “profiles” are relicts from the days when FOG had a so called mobile user interface as well. This has been removed some years ago.

    You can still try to add different access profiles to FOG using the access control plugin. Though understand this is not part of the core code and we are currently not able to support this in case it needs fixing. As well you need to know the mentioned plugin only hides certain menu items but is not properly restricting access.

  • customizing Ubuntu deployed images

    2
    0 Votes
    2 Posts
    1k Views
    S

    @anisgh said in customizing Ubuntu deployed images:

    The computer name (and user name), and passwords are always the same as the captured original image, is there a way (or workaround) to customize this, so that every machine gets at least its own name after deployment?

    While the fog-client is designed to run on Linux and also rename computers I am not sure this is working at the moment. Very few people seem to use the fog-client software on Linux and there are not enough people to work on the code either. Here you see rumors on it not working but I am not sure this is true for all distros: https://forums.fogproject.org/topic/15903/linux-fog-client-hostname-changer-not-working

    The other way is using so called a post download script:
    https://forums.fogproject.org/topic/4510/scripts-customization-of-ubuntu-fog-service-for-ubuntu
    https://forums.fogproject.org/topic/7740/the-magical-mystical-fog-post-download-script

    Is there a way to automatically join the deployed machine to an AD?

    This is discussed here using fog-client snapins: https://forums.fogproject.org/topic/9638/join-active-directory-using-fog-on-ubuntu-linux (pretty old topic, no idea if this is of much help)

  • Yet another (it seems) LDAP topic

    3
    0 Votes
    3 Posts
    617 Views
    M

    @tenorio-leandro

    Hi Leandro,
    So what you mean is you have nothing on the “Group Base DN” field?
    Ok, I just tested with that setting, but it failed the same. I also tested unticking the “Use Group Matching” both with an empty and filled “Group Base DN” but both failed anyway.

    When I untick the “Use Group Matching” option I get an error saying “All methods of binding failed”.

    I’m not sure what you meant by your last sentence? Is it like, all users are admins?

    Oh I also tried putting the “Group Base DN” line into “Admin Group” but also gives me an error:

    [16-Feb-2022 13:30:25 UTC] Plugin LDAP::_result(). Search Method: search; Filter: (&(|(name=cn=admins)(name=cn=groups)(name=cn=accounts)(name=dc=domain)(name=dc=io))(memberof=uid=admin_user,cn=users,cn=accounts,dc=domain,dc=io)); Result: 0 [16-Feb-2022 13:30:25 UTC] Plugin LDAP::_result(). Search Method: search; Filter: (&(|(name=))(memberof=uid=admin_user,cn=users,cn=accounts,dc=domain,dc=io)); Result: 0 [16-Feb-2022 13:30:25 UTC] Plugin LDAP::authLDAP() Access level is still 0 or false. No access is allowed!

    Obrigado! 😉

199

Online

12.4k

Users

17.4k

Topics

155.9k

Posts