• install failed on fresh debian trixie

    Unsolved
    1
    0 Votes
    1 Posts
    61 Views
    No one has replied
  • Debian 13 Trixie

    Unsolved
    23
    0 Votes
    23 Posts
    2k Views
    P

    @Tom-Elliott
    The upgrade to stable version completed successfully.
    I’m now on fog 1.5.10.1673
    Thanks again

  • Compiling iPXE binaries trusting your SSL certificate Installation Failed

    4
    0 Votes
    4 Posts
    3k Views
    R

    @marcolefo Sounds like the package ‘build-essential’ should be an install target of the FOG install script? It doesn’t seem to be.

    However I think my distro installs of Debian 12 and Mint 22.1 both installed that package by default.

  • failing to install package php-mysqlnd

    5
    0 Votes
    5 Posts
    1k Views
    R

    Solved for me on Linux Mint 22.1

    The base problem is that php-mysqlnd is a “virtual package” that is included in the package php-mysql, and trying to install it individually (as the FOG install script does) fails with apt dumping a list of php mysql versions and that “You should explicitly select one to install.” Even if php-mysql is already installed.

    The solution for me was to remove php-mysqlnd as an install target in the FOG install scripts. As of this date, that includes:

    In file [fog install pkg path]/lib/ubuntu/config.sh:

    remove ‘php-mysqlnd’ from line 26 "packages="apache2[…]

    In the file [fog install pkg path]/lib/common/functions.sh:

    remove the lines

    php-mysql*) for phpmysql in $(echo php-mysqlnd php-mysql); do eval $packagelist "$phpmysql" >>$error_log 2>&1 if [[ $? -eq 0 ]]; then x=$phpmysql break fi done ;;
  • 0 Votes
    1 Posts
    173 Views
    No one has replied
  • FOG Service on Client reboot loop

    Unsolved
    2
    0 Votes
    2 Posts
    569 Views
    A

    @adam1972 FYI, there are no pending tasks… I just tried creatinga snapin bash that uninstalls the client, to see if it would stop repeatedly rebooting… It just sits there. The log has a “a power operation is pending, aborting module”… I can’t find anything that’s is pending… especially after rebooting several times lol

  • RHEL 8.10 clones fail to boot

    Unsolved
    2
    0 Votes
    2 Posts
    604 Views
    T

    Edit: So, the target PC was not identical after all. It had an optical drive as well. Don’t know why that would change anything. From dracut emergency shell I found that the driver for the SAS controller card (aacraid) was not loaded for some reason. Works fine on other target PCs without the optical drive…

  • postdownload script...

    Unsolved
    1
    0 Votes
    1 Posts
    456 Views
    No one has replied
  • FOG exit to local GRUB option

    Unsolved
    1
    0 Votes
    1 Posts
    421 Views
    No one has replied
  • SLES 15 image does not update add efi entry

    Unsolved
    1
    0 Votes
    1 Posts
    424 Views
    No one has replied
  • Cant connect to database

    Unsolved
    1
    0 Votes
    1 Posts
    435 Views
    No one has replied
  • capture computrer crashed - file system compressed and corrupt

    Unsolved
    1
    0 Votes
    1 Posts
    383 Views
    No one has replied
  • At the end of capturing an image, FTP login incorrect...New Rocky Fog srv

    Unsolved
    6
    0 Votes
    6 Posts
    533 Views
    george1421G

    @RocksAndRolls I’m not sure how much additional help I can provide here but where it failing is at the end of the imaging process, the target system logs into the ftp server on the FOG server using the fogproject user account. That fogproject user MUST be able to rename the captured file in /images/dev from the mac address and the move the directory from /images/dev/<mac_address> to /images/<image_name>.

    If you have verified you can log into the fog server via ftp as the fogproject user using the password saved in the fog ui then it has to be a permission issue on the /images directory.

    The image capture process is

    FOS Engine -> connects to /images/dev NFS share and creates a directory that matches it’s mac address
    FOS Engine -> Uploads the disk connect as the root user (on the FOS Engine)
    FOS Engine -> Connects to the FOG server as fogproject user and issues a mv command to move the directory from /images/dev/<mac_address> to /images/<image_name>
    FOS Engine -> Logs out of ftp and completes the cleanup before reboot.

  • Images folder seems to not have correct permissions

    Unsolved
    2
    0 Votes
    2 Posts
    661 Views
    george1421G

    @COE Typically if the permissions on the /images directory get messed up you can reinstall FOG and it will fix the permissions.

    If you run the chmod 777 /images that will make the directory world writable but not the existing files / folders under that directory. If you use chmod -R 777 /images it will change everything under that directory to world writable.

    But before you do that, the linux user fogproject should have read write access to /images. The password for that user is found in the hidden file /opt/fog/.fogsettings That is the user account fog uses to move files around while imaging.

  • Client registration error

    Solved
    5
    0 Votes
    5 Posts
    964 Views
    K

    @Small0145 said in Client registration error:

    il y a environ 18 minutes

    @kelocktnt look in “Pending Hosts” on the hosts page. It should be the

    OMG !!!
    i’ve been walking past it since the beginning without seeing it!!! too newbiees

    Thank youu @)

  • Update to working-1.6 fails with mysql: unrecognized service

    Solved
    6
    0 Votes
    6 Posts
    982 Views
    L

    @Tom-Elliott Success. I switched to single-user with init 1, and installing systemd-sysv worked fine.

    As this is a machine upgraded from debian 11, maybe it wasn’t using systemd. Installation of 1.6 worked no problem Thanks,

  • lightdm user detected, wont change hostname

    Unsolved
    12
    0 Votes
    12 Posts
    1k Views
    Tom ElliottT

    @AUTH-IT-Center That is correct. That’s what that FOG Settings item is meant to do. If that is checked, on registration it should set that flag on future registrations, but it doesn’t on existing hosts that were registered before it was checked. If after this is checked and a new host registers and this isn’t working, I would believe there to be a bug.

    Though a workaround exists, so while, it would be a bug, it may not be the biggest concern to get fixed immediately over say actual imaging issues.

  • constant 100% CPU Usage

    Unsolved
    5
    0 Votes
    5 Posts
    966 Views
    george1421G

    @PatrickL You might want to review this post: https://forums.fogproject.org/topic/17648/massive-cpu-usage-from-a-service

    That .sysvd is suspicious and very similar to the thread above.

  • Linux host name change after imaging?

    Unsolved
    19
    0 Votes
    19 Posts
    2k Views
    Tom ElliottT

    @adam1972 The AD setting isn’t general. Basically it’s enforcing the reboot happens to change the hostname and/or complete joining the domain.

    I think since there’s multiple points of hostname changing this isn’t working correctly (obviously) as the hostname shouldn’t need more than maybe 1 or 2 times to change it. Snapins running still is the end of the problem though? Not sure how to approach. Since hostname change is expecting to reboot maybe this is preventing the snapins from running. We could test that by disabling the hostname changing option altogether on this host?

  • Massive CPU usage from a service

    Solved
    14
    0 Votes
    14 Posts
    2k Views
    L

    @LLamaPie Everything has been clean now for about a week. I would consider this at least resolved on our end. Still no answer about when it became compromised exactly. Our hyper-paranoid theory is it may have been a “time bomb”. This could have been on the server for months before popping up. Our long-term solution is keeping endpoint protection in place. I have nothing else to add but if I discover anything I will let everyone know.

42

Online

12.2k

Users

17.4k

Topics

155.6k

Posts