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

    Posts made by BigMan99211

    • RE: Bugs in FOG 0.33

      Ok! I’m pretty sure I found a bug this time! 😉

      If I go into Group Management and update the AD settings for a group, and save them, the settings default back to showing previous AD info. (I feel like I read somewhere, this was already known…) BUT… The new buggy thing I found, was after updating this, I noticed that the settings I entered are showing up for the individual members of the group, and under the username section, it’s showing up like this: intranet\admin <-- (given that your domain is called “intranet” and the user is “admin”) I’m just pointing out the double “\” part.

      Come on Tom, tell me it’s a bug! I’m really trying to help out!! 😄

      posted in Bug Reports
      B
      BigMan99211
    • RE: Domain Join Question

      No, I don’t have the hostname set during the imaging process. In my unattend.xml, I have put in “<ComputerName>*</ComputerName>”, so the imaged machine gets a randomly generated computer name. After the unattend process runs, the machine reboots, but nothing happens once it gets back to the login screen. It worked fine a few weeks ago. Also, when I check fog.log, there aren’t any entries from hostnamechanger at all. The only other thing I’m thinking is, maybe it got disabled in the client. Is there a way to check, without removing and reinstalling the client software?

      posted in General
      B
      BigMan99211
    • RE: Domain Join Question

      I was reading some other forum posts last night and now that you said something about the password not being encrypted… Do I have to encrypt it? Also, I read that you have to put the domain before the username (domain\username). Is this true?

      Even if I set those settings right, i’m still having the issue of “hostnamechanger” not running. At least I’m not seeing in fog.log.

      posted in General
      B
      BigMan99211
    • RE: Domain Join Question

      I’m noticing that my “hostnamechanger” component isn’t running anymore. When the machine boots, the log is only showing “UserTracker”, “SnapinClient”, “DirCleaner”, “GUIWatcher”, and “MODDebug”. This is the same image i’ve been working with for a while now… I’m going to uninstall the client and reinstall to see if it helps.

      As for adding to the domain, i’ve managed to get this to run one time, but it failed and this is what the log said… [ATTACH=full]569[/ATTACH]

      [url=“/_imported_xf_attachments/0/569_20140224_182410_resized.jpg?:”]20140224_182410_resized.jpg[/url]

      posted in General
      B
      BigMan99211
    • RE: Need Help With Zero Touch Unattend.xml

      Thanks Jaymes. How hard is this to change over to 64 bit?

      Also, I managed to get the existing unattend to give a random name, but now it seems like either the FOG server or client isn’t telling the machine to reboot to change it’s hostname… I’m currently on revision 1257. Is there anything that would be preventing this?

      posted in Windows Problems
      B
      BigMan99211
    • RE: Need Help With Zero Touch Unattend.xml

      This is weird… I had this working fine, but somewhere in the midst of things, I lost/overwrote the working unattend.xml and had to create a new one. So, I pulled the same original image that had the correct image file on it and just added the “<ComputerName>*</ComputerName>” part. Now, sysprep run just fine, but upon reboot, I get the same pop-up to name the machine. Is there another setting that you’re supposed to remove, so the <ComputerName> portion will be used?

      posted in Windows Problems
      B
      BigMan99211
    • RE: Latest FOG 0.33b

      OK! Got it! Makes more sense now… 😄

      posted in General
      B
      BigMan99211
    • RE: Latest FOG 0.33b

      I guess I don’t understand your directions…

      posted in General
      B
      BigMan99211
    • RE: Latest FOG 0.33b

      This is all i’m seeing in /var/www/fog/commons/config.php

      [CODE]<?php
      /*

      • FOG is a computer imaging solution.
      • Copyright © 2007 Chuck Syperski & Jian Zhang
      • This program is free software: you can redistribute it and/or modify
      • it under the terms of the GNU General Public License as published by
      • the Free Software Foundation, either version 3 of the License, or
      • any later version.
      • This program is distributed in the hope that it will be useful,
      • but WITHOUT ANY WARRANTY; without even the implied warranty of
      • MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
      • GNU General Public License for more details.
      • You should have received a copy of the GNU General Public License
      • along with this program. If not, see http://www.gnu.org/licenses/.

      */

      /*

      • DATABASE VARIABLES

      */

      define(‘DATABASE_TYPE’, ‘mysql’); // mysql or oracle
      define(‘DATABASE_HOST’, ‘localhost’);
      define(‘DATABASE_NAME’, ‘fog’);
      define(‘DATABASE_USERNAME’, ‘root’);
      define(‘DATABASE_PASSWORD’, ‘’);

      /*

      • SYSTEM SERVICE VARIABLES

      */

      define( “UDPSENDERPATH”, “/usr/local/sbin/udp-sender” );
      define( “MULTICASTLOGPATH”, “/opt/fog/log/multicast.log” );
      define( “MULTICASTDEVICEOUTPUT”, “/dev/tty2” );
      define( “MULTICASTSLEEPTIME”, 10 );
      define( “MULTICASTINTERFACE”, “eth0” );
      define( “UDPSENDER_MAXWAIT”, null );
      define( “LOGMAXSIZE”, “1000000” );

      define( “REPLICATORLOGPATH”, “/opt/fog/log/fogreplicator.log” );
      define( “REPLICATORDEVICEOUTPUT”, “/dev/tty3” );
      define( “REPLICATORSLEEPTIME”, 600 );
      define( “REPLICATORIFCONFIG”, “/sbin/ifconfig” );

      define( “SCHEDULERLOGPATH”, “/opt/fog/log/fogscheduler.log” );
      define( “SCHEDULERDEVICEOUTPUT”, “/dev/tty4” );
      define( “SCHEDULERSLEEPTIME”, 60 );

      /*

      • SYSTEM CONFIG VARIABLES

      */

      require_once(‘system.php’);

      /*

      • IMPORTANT NOTICE!

      • In order to make updating from version to version of fog easier, we have moved
      • most off these settings into the fog database. The only settings which are
      • active are the settings above. All settings below this message are transfered
      • to the fog database during schema update/installation. To modify these
      • settings please use the fog management portal.

      */

      define(‘TFTP_HOST’, “10.20.0.225”);
      define(‘TFTP_FTP_USERNAME’, “fog”);
      define(‘TFTP_FTP_PASSWORD’, “cc9a0b7a329e856c1b8013dd254a2f8e”);
      define(‘TFTP_PXE_CONFIG_DIR’, ‘/tftpboot/pxelinux.cfg/’);
      define(‘TFTP_PXE_KERNEL_DIR’, ‘/tftpboot/fog/kernel/’);
      define(‘PXE_KERNEL’, ‘bzImage’);
      define(‘PXE_KERNEL_RAMDISK’,127000);
      define(‘USE_SLOPPY_NAME_LOOKUPS’,true);
      define(‘MEMTEST_KERNEL’, ‘memtest’);
      define(‘PXE_IMAGE’, ‘init.gz’);
      define(‘PXE_IMAGE_DNSADDRESS’, “”);
      define(‘STORAGE_HOST’, “10.20.0.225”);
      define(‘STORAGE_FTP_USERNAME’, “fog”);
      define(‘STORAGE_FTP_PASSWORD’, “cc9a0b7a329e856c1b8013dd254a2f8e”);
      define(‘STORAGE_DATADIR’, ‘/images/’);
      define(‘STORAGE_DATADIR_UPLOAD’, ‘/images/dev/’);
      define(‘STORAGE_BANDWIDTHPATH’, ‘/fog/status/bandwidth.php’);
      define(‘UPLOADRESIZEPCT’,5);
      define(‘WEB_HOST’, “10.20.0.225”);
      define(‘WOL_HOST’, “10.20.0.225”);
      define(‘WOL_PATH’, ‘/fog/wol/wol.php’);
      define(‘WOL_INTERFACE’, “eth0”);
      define(‘SNAPINDIR’, “/opt/fog/snapins/”);
      define(‘QUEUESIZE’, ‘10’);
      define(‘CHECKIN_TIMEOUT’,600);
      define(‘USER_MINPASSLENGTH’,4);
      define(‘USER_VALIDPASSCHARS’, ‘1234567890ABCDEFGHIJKLMNOPQRSTUVWZXYabcdefghijklmnopqrstuvwxyz_()^!#-’);
      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_UPLOADIGNOREPAGEHIBER’,true);
      ?>[/CODE]

      posted in General
      B
      BigMan99211
    • RE: Latest FOG 0.33b

      [CODE]#!ipxe
      colour --rgb 0xFF6600 2
      cpair --foreground 7 --background 2 2
      console --picture http://10.20.0.225/fog/service/ipxe/bg.png
      :MENU
      menu
      item fog.local Boot from hard disk
      item fog.memtest Run Memtest86+
      item fog.reg Quick Registration and Inventory
      item fog.reginput Perform Full Host Registration and Inventory
      item fog.sysinfo Client System Information
      item fog.debug Debug Mode
      choose --default fog.local --timeout 3000 target && goto ${target}
      :fog.local
      sanboot --no-describe --drive 0x80 || exit ||
      goto MENU
      :fog.memtest
      kernel fog/memtest/memtest bootfile=http://10.20.0.225/fog/service/ipxe/boot.php?mac=${net0/mac} fastboot
      boot ||
      :fog.reg
      kernel fog/kernel/bzImage bootfile=http://10.20.0.225/fog/service/ipxe/boot.php fastboot
      imgfetch fog/images/init.gz
      imgargs fog/kernel/bzImage root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns= keymap= web=10.20.0.225/fog/ loglevel=4 consoleblank=0 mode=autoreg
      boot ||
      goto MENU
      :fog.reginput
      kernel fog/kernel/bzImage bootfile=http://10.20.0.225/fog/service/ipxe/boot.php fastboot
      imgfetch fog/images/init.gz
      imgargs fog/kernel/bzImage root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns= keymap= web=10.20.0.225/fog/ loglevel=4 consoleblank=0 mode=manreg
      boot ||
      goto MENU
      :fog.sysinfo
      kernel fog/kernel/bzImage bootfile=http://10.20.0.225/fog/service/ipxe/boot.php fastboot
      imgfetch fog/images/init.gz
      imgargs fog/kernel/bzImage root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns= keymap= web=10.20.0.225/fog/ loglevel=4 consoleblank=0 mode=sysinfo
      boot ||
      goot MENU
      :fog.debug
      kernel fog/kernel/bzImage bootfile=http://10.20.0.225/fog/service/ipxe/boot.php fastboot
      imgfetch fog/images/init.gz
      imgargs fog/kernel/bzImage root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns= keymap= web=10.20.0.225/fog/ loglevel=4 consoleblank=0 mode=onlydebug
      boot ||
      goto MENU
      autoboot[/CODE]

      posted in General
      B
      BigMan99211
    • RE: Latest FOG 0.33b

      No. I haven’t made any changes.

      posted in General
      B
      BigMan99211
    • RE: Latest FOG 0.33b

      What has changed since version 1256, that would stop “Full Host Registration…” from running? It worked fine 2 days ago, now it’s just bypassing and trying to boot to the hard drive…

      posted in General
      B
      BigMan99211
    • RE: Domain Join Question

      I’m actually looking for the command that tells the machine to add to domain. The part that would run right after imaging… It has to be fairly simple to pull that portion out and place it somewhere as it’s own callable function.

      posted in General
      B
      BigMan99211
    • RE: Domain Join Question

      Where are these service files located? I’ll look for myself…

      Edit - Nevermind… I found it.

      posted in General
      B
      BigMan99211
    • RE: Domain Join Question

      Is it possible to at least, create a task for joining the domain alone, instead of only joining after imaging? So, next time the client checks in, it just runs said task…

      posted in General
      B
      BigMan99211
    • RE: Domain Join Question

      From what I know of client/server software like this, the way around it is to just have the server tell the client to “refresh” it’s check-in timer. This causes the client to check for changes. But, you only do this when you want to make a change right then. I know that’s how Ghost Console did it. If you execute a task, it just tells the client to check in. The server isn’t initiating anything other than that.

      But, then again, I don’t really understand how that would cause any more or less traffic, than having the server side push changes to the clients…

      posted in General
      B
      BigMan99211
    • RE: Domain Join Question

      One more question though… Is there any manual way to add to domain through FOG? Like, an option to go to a specific host and just click a button that says “Add to Domain Now” or something like that?

      posted in General
      B
      BigMan99211
    • RE: Domain Join Question

      Awesome! Thanks, Tom! 🙂

      posted in General
      B
      BigMan99211
    • Domain Join Question

      Wasn’t sure which topic to post this under.

      What order does FOG join a host to the domain? Let’s say that I already have a host set up, and I want FOG to join it to the domain after imaging, but I want it to be named correctly first, as I have “*” set for ComputerName in Sysprep. Will FOG rename first, or does it join the domain, then rename, if I check the Join Domain option?

      posted in General
      B
      BigMan99211
    • RE: Bugs in FOG 0.33

      WooHoo! 😄

      posted in Bug Reports
      B
      BigMan99211
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 5 / 8