• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Dusty_S
    3. Topics
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 15
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Dusty_S

    • D

      Error connecting to sql server, in FOG

      FOG Problems
      • • • Dusty_S
      13
      0
      Votes
      13
      Posts
      4.1k
      Views

      D

      [quote=“Jaymes Driver, post: 26305, member: 3582”]Mysql is working!

      You may want to check the following files and verify that the mysql password is correct:

      /var/www/fog/commons/config.php [COLOR=#ff0000]below[/COLOR]
      /opt/fog/service/etc/config.php [COLOR=#ff0000]comes up with blank doc[/COLOR]

      Can you post the contents of your /tftpboot/pxelinux.cfg/default ? [COLOR=#ff0000]below[/COLOR]

      You may perform this command from one of your windows machines connected to the hub to verify that it can grab the pxelinux file
      [code]
      tftp FOGIPADDRESS get pxelinux.0[/code][/quote]

      DISPLAY boot.txt
      DEFAULT fog.local
      LABEL fog.local
      localboot 0
      LABEL fog.memtest
      kernel fog/memtest/memtest
      LABEL fog.reg
      kernel fog/kernel/bzImage
      append initrd=fog/images/init.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=127.0.0.1 mode=autoreg keymap= web=10.10.10.5/fog/ loglevel=4 consoleblank=0
      LABEL fog.reginput
      kernel fog/kernel/bzImage
      append initrd=fog/images/init.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=127.0.0.1 mode=manreg keymap= web=10.10.10.5/fog/ loglevel=4 consoleblank=0
      PROMPT 1
      TIMEOUT 300

      define( “IS_INCLUDED”, true );
      define( “TFTP_HOST”, “10.10.10.5” );
      define( “TFTP_FTP_USERNAME”, “fog” );
      define( “TFTP_FTP_PASSWORD”, “882e1ec394a538f8425014b3eb7171e0” );
      define( “TFTP_PXE_CONFIG_DIR”, “/tftpboot/pxelinux.cfg/” );
      define( “TFTP_PXE_KERNEL_DIR”, “/tftpboot/fog/kernel/” );
      define( “PXE_KERNEL”, “fog/kernel/bzImage” );
      define( “PXE_KERNEL_RAMDISK”, 127000 );
      define( “USE_SLOPPY_NAME_LOOKUPS”, “1”);
      define( “MEMTEST_KERNEL”, “fog/memtest/memtest” );
      define( “PXE_IMAGE”, “fog/images/init.gz” );
      define( “PXE_IMAGE_DNSADDRESS”, “127.0.0.1” );
      define( “STORAGE_HOST”, “10.10.10.5” );
      define( “STORAGE_FTP_USERNAME”, “fog” );
      define( “STORAGE_FTP_PASSWORD”, “882e1ec394a538f8425014b3eb7171e0” );
      define( “STORAGE_DATADIR”, “/images/” );
      define( “STORAGE_DATADIR_UPLOAD”, “/images/dev/” );
      define( “STORAGE_BANDWIDTHPATH”, “/fog/status/bandwidth.php” );
      define( “CLONEMETHOD”, “ntfsclone” ); // valid values partimage, ntfsclone
      define( “UPLOADRESIZEPCT”, 5 );
      define( “WEB_HOST”, “10.10.10.5” );
      define( “WEB_ROOT”, “/fog/” );
      define( “WOL_HOST”, “10.10.10.5” );
      define( “WOL_PATH”, “/fog/wol/wol.php” );
      define( “WOL_INTERFACE”, “eth0” );
      define( “SNAPINDIR”, “/opt/fog/snapins/” );
      define( “QUEUESIZE”, “10” );
      define( “CHECKIN_TIMEOUT”, 600 );
      define( “MYSQL_HOST”, “localhost” );
      define( “MYSQL_DATABASE”, “fog” );
      define( “MYSQL_USERNAME”, “root” );
      define( “MYSQL_PASSWORD”, “********” );
      define( “DB_TYPE”, “mysql” );
      define( “DB_HOST”, MYSQL_HOST );
      define( “DB_NAME”, MYSQL_DATABASE );
      define( “DB_USERNAME”, MYSQL_USERNAME );
      define( “DB_PASSWORD”, MYSQL_PASSWORD );
      define( “DB_PORT”, null );
      define( “USER_MINPASSLENGTH”, 4 );
      define( “USER_VALIDPASSCHARS”, “1234567890ABCDEFGHIJKLMNOPQRSTUVWZXYabcdefghijklmnopqrstuvwxyz_hB()^!” );
      define( “NFS_ETH_MONITOR”, “eth0” );
      define(“UDPCAST_INTERFACE”,“eth0”);
      define(“UDPCAST_STARTINGPORT”, 63100 ); // Must be an even number! recommended between 49152 to 65535
      define(“FOG_MULTICAST_MAX_SESSIONS”, 64 );
      define( “FOG_JPGRAPH_VERSION”, “2.3” );
      define( “FOG_REPORT_DIR”, “./reports/” );
      define( “FOG_THEME”, “blackeye/blackeye.css” );
      define( “FOG_UPLOADIGNOREPAGEHIBER”, “1” );
      define( “FOG_VERSION”, “0.32” );
      define( “FOG_SCHEMA”, 23);
      DEFINE(‘BASEPATH’, rtrim($_SERVER[‘DOCUMENT_ROOT’], ‘/’) . rtrim(WEB_ROOT, ‘/’));
      ?>

    • D

      Disk read error on dell 7010

      General
      • • • Dusty_S
      14
      0
      Votes
      14
      Posts
      3.6k
      Views

      D

      Tom! thanks that was it, resolved my issue!! thanks to you as well Travis for the info!
      I have this all on a workstation (on a 5 port switch) now and want to move it to a laptop or maybe my network if you can point me to a thread that may help with this?

      [url]https://www.dropbox.com/s/3yyw3w13geaa8bg/20140319_104233.jpg[/url]

    • 1 / 1