• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. theleftfoot
    3. Posts
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 29
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by theleftfoot

    • WOL and Task doesn't work

      guys need your help,

      after a busy weekend with upload our whole it infrastruktur and image upload i foud out that “wake on lan” and the task function didn’t work! :eek:

      i’m shocked…

      i tried almost all WOL work arrounds but still no clue! i changed the switch, disable spanning tree, new installation and configuration of etherwake and so on and on…

      wol.php
      [CODE]
      <?php
      // Require FOG Base
      require(‘…/commons/base.inc.php’);
      try
      {
      $MACAddress = new MACAddress($REQUEST[‘wakeonlan’]);
      if ($MACAddress->isValid())
      {
      $wol = new WakeOnLan($MACAddress->getMACWithColon());
      $wol->send();
      }
      else
      throw new Exception(
      (‘Invalid MAC Address!’));
      }
      catch (Exception $e){print $e->getMessage();}
      [/CODE]

      can someone help out to indentifiy the problem?

      thanks raffa

      posted in FOG Problems
      T
      theleftfoot
    • Cant't delete a Client in the Managment and this Client can't connect to the Server

      Hey guys,

      after a very successful morning with a couple of test i have my first error.

      i booted up a client for a master image. made the selection of inventory with a following upload of the image. everthing worked, but after 1 hour the notebook had a black screen without any infos. in the fog management console nothing happend.

      i pushed the on/off button and after that the client appeared in the fog console but without any infos.

      now i would like to delete this client, but it fails! the screen remains white after the confirmation. when i return to the console the client is still there.

      tryed to make the installation again, but now i can’t even boot from the pxe…all others client works.

      i deleted the dhcp lease but still nothing…

      any hints?

      cheers raffa

      posted in FOG Problems
      T
      theleftfoot
    • RE: PXE Boot Problems after install FOG 1.0.0 on Ubuntu DHCP Server

      finally it works! 🙂

      i changed the ip adress to 192.168.1.1 for all in instances.
      changed the mysql pw under /var/www/fog/commons/config.php

      et voila

      thanks for all the support!

      raffa

      posted in FOG Problems
      T
      theleftfoot
    • RE: PXE Boot Problems after install FOG 1.0.0 on Ubuntu DHCP Server

      uhhh, something is running! 🙂

      the tftp ip adress is wrong, in the configuration menu the ip adress is 192.168.1.1 --> how to change this?

      [url=“/_imported_xf_attachments/0/770_2014-05-14 13.32.54.jpg?:”]2014-05-14 13.32.54.jpg[/url]

      posted in FOG Problems
      T
      theleftfoot
    • RE: PXE Boot Problems after install FOG 1.0.0 on Ubuntu DHCP Server

      new day new challange!

      made a new installation.

      Here are the settings FOG will use:
      Base Linux: Debian
      Detected Linux Distribution: Ubuntu
      Installation Type: Normal Server
      Server IP Address: 192.168.1.2
      DHCP router Address: 192.168.1.1
      DHCP DNS Address: 8.8.8.8
      Interface: eth1
      Using FOG DHCP: 1
      Internationalization: 0
      Donate: 0

      after the installation, i changed first the mysql pw.

      the strange thing is, that i can’t connect via [url]http://192.168.1.2/fog/management[/url] BUT [url]http://192.168.1.1/fog/management[/url] works!

      the installation is out of the box…:-)

      here are the setting of /var/www/fog/commons/config.php;
      [CODE]
      define(‘DATABASE_TYPE’, ‘mysql’); // mysql or oracle
      define(‘DATABASE_HOST’, ‘localhost’);
      define(‘DATABASE_NAME’, ‘fog’);
      define(‘DATABASE_USERNAME’, ‘root’);
      define(‘DATABASE_PASSWORD’, ‘password’);[/CODE]

      apache error log;
      [CODE][Thu May 15 09:05:57 2014] [notice] Apache/2.2.22 (Ubuntu) PHP/5.4.6-1ubuntu1.8 configured – resuming normal operations
      [Thu May 15 09:06:48 2014] [error] [client 192.168.1.50] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95
      [Thu May 15 09:06:48 2014] [error] [client 192.168.1.50] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95
      [Thu May 15 09:06:48 2014] [error] [client 192.168.1.50] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 156
      [Thu May 15 09:06:48 2014] [error] [client 192.168.1.50] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 156
      [Thu May 15 09:06:48 2014] [error] [client 192.168.1.50] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95
      [Thu May 15 09:06:48 2014] [error] [client 192.168.1.50] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 156
      [Thu May 15 09:06:48 2014] [error] [client 192.168.1.50] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95
      [Thu May 15 09:06:48 2014] [error] [client 192.168.1.50] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 156
      [Thu May 15 09:06:48 2014] [error] [client 192.168.1.50] PHP Warning: mysql_real_escape_string(): Access denied for user ‘www-data’@‘localhost’ (using password: NO) in /var/www/fog/lib/db/MySQL.class.php on line 253
      [Thu May 15 09:06:48 2014] [error] [client 192.168.1.50] PHP Warning: mysql_real_escape_string(): A link to the server could not be established in /var/www/fog/lib/db/MySQL.class.php on line 253
      [Thu May 15 09:06:48 2014] [error] [client 192.168.1.50] PHP Warning: mysql_real_escape_string(): Access denied for user ‘www-data’@‘localhost’ (using password: NO) in /var/www/fog/lib/db/MySQL.class.php on line 253
      [Thu May 15 09:06:48 2014] [error] [client 192.168.1.50] PHP Warning: mysql_real_escape_string(): A link to the server could not be established in /var/www/fog/lib/db/MySQL.class.php on line 253
      [Thu May 15 09:06:48 2014] [error] [client 192.168.1.50] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95
      [Thu May 15 09:06:48 2014] [error] [client 192.168.1.50] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95
      [Thu May 15 09:21:24 2014] [notice] Graceful restart requested, doing restart
      [Thu May 15 09:21:24 2014] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
      apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName
      [Thu May 15 09:21:24 2014] [notice] Apache/2.2.22 (Ubuntu) PHP/5.4.6-1ubuntu1.8 configured – resuming normal operations
      [Thu May 15 09:21:25 2014] [notice] Graceful restart requested, doing restart
      [Thu May 15 09:21:25 2014] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
      apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName
      [Thu May 15 09:21:25 2014] [notice] Apache/2.2.22 (Ubuntu) PHP/5.4.6-1ubuntu1.8 configured – resuming normal operations
      [Thu May 15 09:21:39 2014] [notice] Graceful restart requested, doing restart
      [Thu May 15 09:21:39 2014] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
      [Thu May 15 09:21:39 2014] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
      apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName
      [Thu May 15 09:21:39 2014] [notice] Apache/2.2.22 (Ubuntu) PHP/5.4.6-1ubuntu1.8 configured – resuming normal operations
      [Thu May 15 09:31:07 2014] [error] [client 192.168.1.50] File does not exist: /var/www/favicon.ico
      [Thu May 15 09:31:07 2014] [error] [client 192.168.1.50] File does not exist: /var/www/favicon.ico
      [Thu May 15 09:31:11 2014] [error] [client 192.168.1.50] PHP Warning: mysql_close(): 13 is not a valid MySQL-Link resource in /var/www/fog/lib/db/MySQL.class.php on line 45, referer: http://192.168.1.1/fog/commons/schemaupdater/index.php?redir=1
      [Thu May 15 09:31:11 2014] [error] [client 192.168.1.50] PHP Fatal error: Call to a member function debug() on a non-object in /var/www/fog/lib/db/MySQL.class.php on line 50, referer: http://192.168.1.1/fog/commons/schemaupdater/index.php?redir=1
      [Thu May 15 09:31:13 2014] [error] [client 192.168.1.50] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/pages/DashboardPage.class.php on line 30, referer: http://192.168.1.1/fog/commons/schemaupdater/index.php?redir=1
      [Thu May 15 09:31:59 2014] [error] [client 192.168.1.50] File does not exist: /var/www/fog/management/css/images, referer: http://192.168.1.1/fog/management/css/jquery-ui.css
      [Thu May 15 09:31:59 2014] [error] [client 192.168.1.50] File does not exist: /var/www/fog/management/css/images, referer: http://192.168.1.1/fog/management/css/jquery-ui.css
      [Thu May 15 09:31:59 2014] [error] [client 192.168.1.50] File does not exist: /var/www/fog/management/css/images, referer: http://192.168.1.1/fog/management/css/jquery-ui.css
      [Thu May 15 09:32:40 2014] [error] [client 192.168.1.50] PHP Warning: Invalid argument supplied for foreach() in /var/www/fog/lib/fog/Mainmenu.class.php on line 20
      [Thu May 15 09:32:40 2014] [error] [client 192.168.1.50] File does not exist: /var/www/fog/images, referer: http://192.168.1.1/fog/management/css/fog.css
      [Thu May 15 09:32:45 2014] [error] [client 192.168.1.50] PHP Warning: Invalid argument supplied for foreach() in /var/www/fog/lib/fog/Mainmenu.class.php on line 20
      [Thu May 15 09:32:45 2014] [error] [client 192.168.1.50] File does not exist: /var/www/fog/images, referer: http://192.168.1.1/fog/management/css/fog.css
      [Thu May 15 09:35:46 2014] [notice] caught SIGTERM, shutting down
      [Thu May 15 10:20:18 2014] [notice] Apache/2.2.22 (Ubuntu) PHP/5.4.6-1ubuntu1.8 configured – resuming normal operations
      root@ICTsrvLIN:~# tail -f /var/log/apache2/error.log
      [Thu May 15 09:31:59 2014] [error] [client 192.168.1.50] File does not exist: /var/www/fog/management/css/images, referer: http://192.168.1.1/fog/management/css/jquery-ui.css
      [Thu May 15 09:31:59 2014] [error] [client 192.168.1.50] File does not exist: /var/www/fog/management/css/images, referer: http://192.168.1.1/fog/management/css/jquery-ui.css
      [Thu May 15 09:31:59 2014] [error] [client 192.168.1.50] File does not exist: /var/www/fog/management/css/images, referer: http://192.168.1.1/fog/management/css/jquery-ui.css
      [Thu May 15 09:32:40 2014] [error] [client 192.168.1.50] PHP Warning: Invalid argument supplied for foreach() in /var/www/fog/lib/fog/Mainmenu.class.php on line 20
      [Thu May 15 09:32:40 2014] [error] [client 192.168.1.50] File does not exist: /var/www/fog/images, referer: http://192.168.1.1/fog/management/css/fog.css
      [Thu May 15 09:32:45 2014] [error] [client 192.168.1.50] PHP Warning: Invalid argument supplied for foreach() in /var/www/fog/lib/fog/Mainmenu.class.php on line 20
      [Thu May 15 09:32:45 2014] [error] [client 192.168.1.50] File does not exist: /var/www/fog/images, referer: http://192.168.1.1/fog/management/css/fog.css
      [Thu May 15 09:35:46 2014] [notice] caught SIGTERM, shutting down
      [Thu May 15 10:20:18 2014] [notice] Apache/2.2.22 (Ubuntu) PHP/5.4.6-1ubuntu1.8 configured – resuming normal operations
      [Thu May 15 09:43:08 2014] [error] [client 192.168.17.51] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/pages/DashboardPage.class.php on line 30
      [/CODE]

      posted in FOG Problems
      T
      theleftfoot
    • RE: PXE Boot Problems after install FOG 1.0.0 on Ubuntu DHCP Server

      and apache error
      [CODE]
      [Wed May 14 16:08:10 2014] [notice] Apache/2.2.22 (Ubuntu) PHP/5.4.6-1ubuntu1.8 configured – resuming normal operations

      [Wed May 14 16:08:11 2014] [notice] Graceful restart requested, doing restart

      [Wed May 14 16:08:11 2014] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)

      [Wed May 14 16:08:11 2014] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)

      apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName

      [Wed May 14 16:08:11 2014] [notice] Apache/2.2.22 (Ubuntu) PHP/5.4.6-1ubuntu1.8 configured – resuming normal operations

      [Wed May 14 16:12:34 2014] [notice] caught SIGTERM, shutting down

      [Wed May 14 16:12:35 2014] [notice] Apache/2.2.22 (Ubuntu) PHP/5.4.6-1ubuntu1.8 configured – resuming normal operations

      [Wed May 14 16:13:43 2014] [error] [client 192.168.17.51] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95

      [Wed May 14 16:13:43 2014] [error] [client 192.168.17.51] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 156

      [Wed May 14 16:13:43 2014] [error] [client 192.168.17.51] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95

      [Wed May 14 16:13:43 2014] [error] [client 192.168.17.51] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 156

      [Wed May 14 16:13:43 2014] [error] [client 192.168.17.51] PHP Warning: mysql_real_escape_string(): Access denied for user ‘www-data’@‘localhost’ (using password: NO) in /var/www/fog/lib/db/MySQL.class.php on line 253

      [Wed May 14 16:13:43 2014] [error] [client 192.168.17.51] PHP Warning: mysql_real_escape_string(): A link to the server could not be established in /var/www/fog/lib/db/MySQL.class.php on line 253

      [Wed May 14 16:13:43 2014] [error] [client 192.168.17.51] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95

      [Wed May 14 16:15:31 2014] [error] [client 192.168.17.51] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95

      [Wed May 14 16:15:31 2014] [error] [client 192.168.17.51] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 156

      [Wed May 14 16:15:31 2014] [error] [client 192.168.17.51] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95

      [Wed May 14 16:15:31 2014] [error] [client 192.168.17.51] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 156

      [Wed May 14 16:27:34 2014] [error] [client 192.168.17.51] PHP Warning: mysql_close(): 13 is not a valid MySQL-Link resource in /var/www/fog/lib/db/MySQL.class.php on line 45, referer: http://192.168.17.20/fog/commons/schemaupdater/index.php?redir=1

      [Wed May 14 16:27:34 2014] [error] [client 192.168.17.51] PHP Fatal error: Call to a member function debug() on a non-object in /var/www/fog/lib/db/MySQL.class.php on line 50, referer: http://192.168.17.20/fog/commons/schemaupdater/index.php?redir=1

      [Wed May 14 16:27:36 2014] [error] [client 192.168.17.51] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/pages/DashboardPage.class.php on line 30, referer: http://192.168.17.20/fog/commons/schemaupdater/index.php?redir=1

      [Wed May 14 16:27:39 2014] [error] [client 192.168.17.51] PHP Fatal error: Call to a member function mainMenu() on a non-object in /var/www/fog/management/index.php on line 72, referer: http://192.168.17.20/fog/management/

      [Wed May 14 16:34:31 2014] [error] [client 192.168.17.51] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95, referer: http://192.168.17.20/fog/management/index.php?node=home

      [Wed May 14 16:34:31 2014] [error] [client 192.168.17.51] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 156, referer: http://192.168.17.20/fog/management/index.php?node=home

      [Wed May 14 16:34:31 2014] [error] [client 192.168.17.51] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95, referer: http://192.168.17.20/fog/management/index.php?node=home

      [Wed May 14 16:34:31 2014] [error] [client 192.168.17.51] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 156, referer: http://192.168.17.20/fog/management/index.php?node=home

      [Wed May 14 16:35:35 2014] [error] [client 192.168.1.50] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95

      [Wed May 14 16:35:35 2014] [error] [client 192.168.1.50] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 156

      [Wed May 14 16:35:35 2014] [error] [client 192.168.1.50] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95

      [Wed May 14 16:35:35 2014] [error] [client 192.168.1.50] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 156

      [Wed May 14 16:35:35 2014] [error] [client 192.168.1.50] PHP Warning: mysql_real_escape_string(): Access denied for user ‘www-data’@‘localhost’ (using password: NO) in /var/www/fog/lib/db/MySQL.class.php on line 253

      [Wed May 14 16:35:35 2014] [error] [client 192.168.1.50] PHP Warning: mysql_real_escape_string(): A link to the server could not be established in /var/www/fog/lib/db/MySQL.class.php on line 253

      [Wed May 14 16:35:35 2014] [error] [client 192.168.1.50] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95

      [Wed May 14 16:36:43 2014] [error] [client 192.168.1.50] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95

      [Wed May 14 16:36:43 2014] [error] [client 192.168.1.50] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 156

      [Wed May 14 16:36:43 2014] [error] [client 192.168.1.50] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95

      [Wed May 14 16:36:43 2014] [error] [client 192.168.1.50] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 156

      [Wed May 14 16:36:43 2014] [error] [client 192.168.1.50] PHP Warning: mysql_real_escape_string(): Access denied for user ‘www-data’@‘localhost’ (using password: NO) in /var/www/fog/lib/db/MySQL.class.php on line 253

      [Wed May 14 16:36:43 2014] [error] [client 192.168.1.50] PHP Warning: mysql_real_escape_string(): A link to the server could not be established in /var/www/fog/lib/db/MySQL.class.php on line 253

      [Wed May 14 16:36:43 2014] [error] [client 192.168.1.50] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95

      [Wed May 14 16:40:37 2014] [error] [client 192.168.1.50] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95

      [Wed May 14 16:40:37 2014] [error] [client 192.168.1.50] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 156

      [Wed May 14 16:40:37 2014] [error] [client 192.168.1.50] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95

      [Wed May 14 16:40:37 2014] [error] [client 192.168.1.50] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /var/www/fog/lib/db/MySQL.class.php on line 156

      [Wed May 14 16:40:37 2014] [error] [client 192.168.1.50] PHP Warning: mysql_real_escape_string(): Access denied for user ‘www-data’@‘localhost’ (using password: NO) in /var/www/fog/lib/db/MySQL.class.php on line 253

      [Wed May 14 16:40:37 2014] [error] [client 192.168.1.50] PHP Warning: mysql_real_escape_string(): A link to the server could not be established in /var/www/fog/lib/db/MySQL.class.php on line 253

      [Wed May 14 16:40:37 2014] [error] [client 192.168.1.50] PHP Warning: mysql_query() expects parameter 2 to be resource, boolean given in /var/www/fog/lib/db/MySQL.class.php on line 95

      [/CODE]
      log;

      posted in FOG Problems
      T
      theleftfoot
    • RE: PXE Boot Problems after install FOG 1.0.0 on Ubuntu DHCP Server

      thanks guys, for your replies…
      attached is the network schematic.

      i’m still controlling and trying your answers…

      i found that the /var/www/fog folder was missing.

      …to be continued

      for the moment, i updatet the root password under–> /opt/fog/service/etc/config.php and change the tftp user to “fog” here --> /etc/default/tftpd-hpa

      still nothing…

      [url=“/_imported_xf_attachments/0/767_ict_labor_FOG_image.jpg?:”]ict_labor_FOG_image.jpg[/url]

      posted in FOG Problems
      T
      theleftfoot
    • PXE Boot Problems after install FOG 1.0.0 on Ubuntu DHCP Server

      hey guys,

      i’m new here…i would like to say hello to you all!
      i hope you guys can help me out.

      i installed FOG on a ubuntu server with dhcp. i have two interfaces, eth0 and eth1. dhcp on eth1 works.
      my only problem is, that the pxe boot doesn’t work.

      here the error code;
      [CODE]PXE-T01: File not found
      PXE-E3B: TFTP Error - File Not found
      [/CODE]

      here are my configs;

      [CODE]# DHCP Server Configuration file.

      see /usr/share/doc/dhcp*/dhcpd.conf.sample

      This file was created by FOG

      use-host-decl-names on;
      ddns-update-style interim;
      ignore client-updates;
      next-server 192.168.1.1;

      subnet 192.168.1.0 netmask 255.255.255.0 {
      option domain-name “Stadtschulen”;
      option subnet-mask 255.255.255.0;
      range dynamic-bootp 192.168.1.10 192.168.1.254;
      default-lease-time 21600;
      max-lease-time 43200;
      option domain-name-servers 8.8.8.8;
      option routers 192.168.1.1;
      filename “undionly.kpxe”;
      }

      auto lo
      iface lo inet loopback

      auto eth0
      iface eth0 inet static
      address 192.168.17.20
      netmask 255.255.255.0
      gateway 192.168.17.1
      network 192.168.17.0
      broadcast 192.168.17.255
      dns-nameservers 8.8.8.8 8.8.4.4

      auto eth1
      iface eth1 inet static
      address 192.168.1.1
      netmask 255.255.255.0
      network 192.168.1.0
      broadcast 192.168.1.255

      /etc/default/tftpd-hpa

      FOG Modified version

      TFTP_USERNAME=“fog”
      TFTP_DIRECTORY=“/tftpboot”
      TFTP_ADDRESS=“192.168.1.1:69”
      TFTP_OPTIONS=“-s”
      [/CODE]

      tftp works
      [CODE]tftp -v 192.168.1.1 -c get undionly.kpxe
      Connected to 192.168.1.1 (192.168.1.1), port 69
      getting from 192.168.1.1:undionly.kpxe to undionly.kpxe [netascii]
      Received 96672 bytes in 0.2 seconds [3133106 bit/s][/CODE]

      what should i check for pxe boot?

      thanks in advance for your help

      cheers raffa

      posted in FOG Problems
      T
      theleftfoot
    • 1 / 1