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

    Topics created by BStalker

    • B

      Solved Fog Error when Deploying

      FOG Problems
      • • • BStalker
      4
      0
      Votes
      4
      Posts
      787
      Views

      Wayne WorkmanW

      @BStalker That version of fog is very old. You should move off of the unstable trunk version to the latest release candidate. Instructions are here: https://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk

    • B

      Solved Fog All Hosts List Issue

      FOG Problems
      • • • BStalker
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      B

      Ok just an update, I got the issue fixed. To do so I had to delete the entries manually from the MariaDB for Fog. (Mysql)

      [root@localhost ~]# mysql -u root fog Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 29 Server version: 10.0.23-MariaDB MariaDB Server Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [fog]> delete from hosts where hostName NOT LIKE ' '; Query OK, 51 rows affected (0.00 sec).

      So basically

      mysql -u root fog delete from hosts where hostName NOT LIKE ’ ';

      As a note the second line as I used it deletes all hosts, if you have a problem with only certain hosts then you would want to alter that.

    • B

      Solved Fog Adding Multiple Instances of a Printer?

      FOG Problems
      • • • BStalker
      20
      0
      Votes
      20
      Posts
      3.8k
      Views

      J

      v0.11 of the client will prevent duplicates. And if it detects duplicates exist, it will clean them up.

    • 1 / 1