• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. templink
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 32
    • Best 2
    • Controversial 0
    • Groups 0

    templink

    @templink

    4
    Reputation
    1.3k
    Profile views
    32
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    templink Unfollow Follow

    Best posts made by templink

    • RE: client error: no network interfaces found

      @Junkhacker
      yes they all have same BIOS.

      I believe I found the problem. The environment is a classroom with 24 wired seats. 2 of the stations exhibit this problem repeatedly. When I relocate a host to another seat (a different network cable) it images just fine. So I think I need to recable some of the seats, or change out the RJ45 connectors on some stations.

      posted in FOG Problems
      T
      templink
    • RE: iPXE timeout after upgrade to trunk

      OK self-resolved.
      I modified /tftpboot/default.ipxe and restarted tftpd-hpa service
      it’s working now

      posted in FOG Problems
      T
      templink

    Latest posts made by templink

    • RE: lost web GUI on fog server

      I inserted “BY” without the quotes and avoided the previous syntax errors:

      mysql> ALTER USER ‘root’@‘127.0.0.1’ IDENTIFIED WITH mysql_native_password BY ‘’;
      Query OK, 0 rows affected (0.00 sec)

      mysql> ALTER USER ‘root’@‘localhost’ IDENTIFIED WITH mysql_native_password BY ‘’;
      Query OK, 0 rows affected (0.00 sec)

      relaunched Firefox to GUI, success!

      posted in FOG Problems
      T
      templink
    • RE: lost web GUI on fog server

      @Tom-Elliott
      @@version
      5.7.18-0ubuntu0.16.04.1
      1 row in set (0.00 sec)

      posted in FOG Problems
      T
      templink
    • RE: lost web GUI on fog server

      @Tom-Elliott no I don’t. I tried the ALTER USER ‘root’… command from another post but got a syntax error. .

      posted in FOG Problems
      T
      templink
    • RE: lost web GUI on fog server

      @Tom-Elliott that is correct

      posted in FOG Problems
      T
      templink
    • RE: lost web GUI on fog server

      @Tom-Elliott just upgraded to Version: 1.4.0-RC-9.2 (several times just to be sure). That didn’t fix it.

      posted in FOG Problems
      T
      templink
    • RE: lost web GUI on fog server

      yes I ran mysql as root. I also re-ran the fog installer and rebooted the box.

      Apache error log shows repeated entry:
      [Sun Apr 30 18:06:56.749350 2017] [php7:error] [pid 26075] [client 127.0.0.1:36406] PHP Fatal error: Uncaught Error: Call to a member function lastInsertId() on boolean in /var/www/html/fog/lib/db/pdodb.class.php:443\nStack trace:\n#0 /var/www/html/fog/lib/fog/fogcontroller.class.php(527): PDODB->insertId()\n#1 /var/www/html/fog/lib/fog/hookmanager.class.php(176): FOGController->save()\n#2 /var/www/html/fog/lib/fog/fogpagemanager.class.php(82): HookManager->processEvent(‘SEARCH_PAGES’, Array)\n#3 [internal function]: FOGPageManager->__construct()\n#4 /var/www/html/fog/lib/fog/fogbase.class.php(445): ReflectionClass->newInstanceArgs(Array)\n#5 /var/www/html/fog/management/index.php(23): FOGBase::getClass(‘FOGPageManager’)\n#6 {main}\n thrown in /var/www/html/fog/lib/db/pdodb.class.php on line 443

      posted in FOG Problems
      T
      templink
    • RE: lost web GUI on fog server

      That did not fix my problem.
      when I go into MySql and paste in those two commands, I get a syntax error:

      mysql> ALTER USER ‘root’@‘127.0.0.1’ IDENTIFIED WITH mysql_native_password ‘’;
      ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘’‘’ at line 1
      mysql> ALTER USER ‘root’@‘localhost’ IDENTIFIED WITH mysql_native_password ‘’;
      ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘’‘’ at line 1
      mysql>

      Any more suggestions? I appreciate it. Did I type something wrong?

      posted in FOG Problems
      T
      templink
    • lost web GUI on fog server

      blank screen on fog server after updating Ubuntu.
      When I try to launch http://localhost/fog/management/index.php?node=schema on the fog server (locally), nothing comes up. This was working recently. I also patched Ubuntu 16.04 LTS with apt-get.

      posted in FOG Problems
      T
      templink
    • RE: Database Schema Installer/ Updater

      @Tom-Elliott

      response was
      Query OK, 0 rows affected (0.00 sec)

      It worked! Big thanks! I’m up and running in the browser again.

      posted in Linux Problems
      T
      templink
    • RE: Database Schema Installer/ Updater

      @Tom-Elliott

      ubuntu@fogserver:~$ mysql -u root fog
      ERROR 1698 (28000): Access denied for user ‘root’@‘localhost’

      posted in Linux Problems
      T
      templink