• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. boombasstic
    3. Topics
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 21
    • Groups 0

    Topics

    • B

      image Multicast issue

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      6
      0 Votes
      6 Posts
      192 Views
      B

      @Tom-Elliott
      I did not update yet to 1824, but i did SELECT * FROM HISTORY;

      MariaDB [fog]> SELECT * FROM history; +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ | hID | hText | hUser | hTime | hIP | +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ | 1 | [2026-04-01 08:33:55] MulticastSession ID: 1 NAME: test has been successfully updated. | fog | 2026-04-01 08:33:55 | 10.10.3.116 | +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ 1 row in set (0.000 sec)

      the new session i create are not shown, and dont work until i run the maintenance queries

      then it shows in history table:

      MariaDB [fog]> SELECT * FROM history; +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ | hID | hText | hUser | hTime | hIP | +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ | 1 | [2026-04-01 08:33:55] MulticastSession ID: 1 NAME: test has been successfully updated. | fog | 2026-04-01 08:33:55 | 10.10.3.116 | | 2 | [2026-04-01 09:10:37] MulticastSession ID: 1 NAME: test has been successfully updated. | fog | 2026-04-01 09:10:37 | 10.10.3.116 | +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ 2 rows in set (0.000 sec)
    • B

      issue with updating / isntall script

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      408 Views
      P

      My workarounds for update on Debian Trixie are:

      A)
      git checkout master ; git pull
      userdel fogproject
      cd bin ; ./installfog.sh

      or
      B)
      apt install lastlog2
      git checkout master ; git pull
      ln -s /usr/bin/lastlog2 /usr/bin/lastlog
      cd bin ; ./installfog.sh

      Peter

    • B

      Export image doesn't seem to work anymore

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      694 Views
      Tom ElliottT

      @boombasstic This is known and will be fixed automatically on the 15th, but please if you need to switch to the dev-branch and install it. Then you should be able to export reports.

    • B

      deploy issue after copying image to an other FOG server

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      28
      0 Votes
      28 Posts
      10k Views
      B

      @sebastian-roth

      I changed the d1.partitions and d1.minimum.partitions and it works.

    • 1 / 1