• Snapin Hash does not exist

    Solved
    17
    0 Votes
    17 Posts
    4k Views
    M

    @Tom-Elliott

    Snapins are not replicated to the nodes.

    I used the lftp command from the fogsnapinreport.log but removed some inverted comma and backslash in some parts. After adding password and IP-Address manually the files uploaded to the nodes.

    original from fogsnapingreport.log:

    lftp -e 'set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; ' ' mirror -c '-R -i [FILENAME]' --ignore-time -vvv --exclude 'dev/' --exclude 'ssl/' --exclude 'CA/' --delete-first ''\''/opt/fog/snapins'\''' '/opt/fog/snapins'; exit' -u 'fog',[Protected] '[IP_ADDR]'

    modified ftp command:

    lftp -e 'set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; ' ' mirror -c -R -i [FILENAME] --ignore-time -vvv --exclude 'dev/' --exclude 'ssl/' --exclude 'CA/' --delete-first '/opt/fog/snapins' '/opt/fog/snapins'; exit' -u 'fog', [PASSWORD] '[IP_ADDR]'

    The restarted FOGSnapinReplicator showed a new logfile where all snapins match:

    ___ ___ ___ /\ \ /\ \ /\ \ /::\ \ /::\ \ /::\ \ /:/\:\ \ /:/\:\ \ /:/\:\ \ /::\-\:\ \ /:/ \:\ \ /:/ \:\ \ /:/\:\ \:\__\ /:/__/ \:\__\ /:/__/_\:\__\ \/__\:\ \/__/ \:\ \ /:/ / \:\ /\ \/__/ \:\__\ \:\ /:/ / \:\ \:\__\ \/__/ \:\/:/ / \:\/:/ / \::/ / \::/ / \/__/ \/__/ ########################################### # Free Computer Imaging Solution # # Credits: # # http://fogproject.org/credits # # GNU GPL Version 3 # ########################################### [09-20-16 5:06:11 pm] Interface Ready with IP Address: X.X.X.X [09-20-16 5:06:11 pm] Interface Ready with IP Address: XXX [09-20-16 5:06:11 pm] * Starting SnapinReplicator Service [09-20-16 5:06:11 pm] * Checking for new items every 600 seconds [09-20-16 5:06:12 pm] * Starting service loop [09-20-16 5:06:12 pm] * Starting Snapin Replication. [09-20-16 5:06:12 pm] * We are group ID: #1 [09-20-16 5:06:12 pm] | We are group name: default [09-20-16 5:06:12 pm] * We have node ID: #1 [09-20-16 5:06:12 pm] | We are node name: fog [09-20-16 5:06:12 pm] * Not syncing Snapin between group(s) [09-20-16 5:06:12 pm] | Snapin Name: bios_upgrade [09-20-16 5:06:12 pm] | I am the only member [09-20-16 5:06:12 pm] * Not syncing Snapin between group(s) [09-20-16 5:06:12 pm] | Snapin Name: delete fog.log [09-20-16 5:06:12 pm] | I am the only member [09-20-16 5:06:12 pm] * Not syncing Snapin between group(s) [09-20-16 5:06:12 pm] | Snapin Name: gpupdate [09-20-16 5:06:12 pm] | I am the only member [09-20-16 5:06:12 pm] * Not syncing Snapin between group(s) [09-20-16 5:06:12 pm] | Snapin Name: InstallBuildUp19 [09-20-16 5:06:12 pm] | I am the only member [09-20-16 5:06:12 pm] * Found Snapin to transfer to 3 node(s) [09-20-16 5:06:12 pm] | Snapin name: bios_upgrade [09-20-16 5:06:12 pm] | Local File: /opt/fog/snapins/bios_a24.exe [09-20-16 5:06:12 pm] | Remote File: /opt/fog/snapins/bios_a24.exe [09-20-16 5:06:12 pm] | Local File size: 8542768 [09-20-16 5:06:12 pm] | Remote File size: 8542768 [09-20-16 5:06:12 pm] | Files match [09-20-16 5:06:12 pm] | Local File: /opt/fog/snapins/bios_a24.exe [09-20-16 5:06:12 pm] | Remote File: /opt/fog/snapins/bios_a24.exe [09-20-16 5:06:13 pm] | Local File size: 8542768 [09-20-16 5:06:13 pm] | Remote File size: 8542768 [09-20-16 5:06:13 pm] | Files match [09-20-16 5:06:13 pm] * Found Snapin to transfer to 3 node(s) [09-20-16 5:06:13 pm] | Snapin name: delete fog.log [09-20-16 5:06:13 pm] | Local File: /opt/fog/snapins/del_fog_log.bat [09-20-16 5:06:13 pm] | Remote File: /opt/fog/snapins/del_fog_log.bat [09-20-16 5:06:13 pm] | Local File size: 16 [09-20-16 5:06:13 pm] | Remote File size: 16 [09-20-16 5:06:13 pm] | Files match [09-20-16 5:06:13 pm] | Local File: /opt/fog/snapins/del_fog_log.bat [09-20-16 5:06:13 pm] | Remote File: /opt/fog/snapins/del_fog_log.bat [09-20-16 5:06:13 pm] | Local File size: 16 [09-20-16 5:06:13 pm] | Remote File size: 16 [09-20-16 5:06:13 pm] | Files match [09-20-16 5:06:13 pm] * Found Snapin to transfer to 3 node(s) [09-20-16 5:06:13 pm] | Snapin name: gpupdate [09-20-16 5:06:14 pm] | Local File: /opt/fog/snapins/gpupdate_force.bat [09-20-16 5:06:14 pm] | Remote File: /opt/fog/snapins/gpupdate_force.bat [09-20-16 5:06:14 pm] | Local File size: 52 [09-20-16 5:06:14 pm] | Remote File size: 52 [09-20-16 5:06:14 pm] | Files match [09-20-16 5:06:14 pm] | Local File: /opt/fog/snapins/gpupdate_force.bat [09-20-16 5:06:14 pm] | Remote File: /opt/fog/snapins/gpupdate_force.bat [09-20-16 5:06:14 pm] | Local File size: 52 [09-20-16 5:06:14 pm] | Remote File size: 52 [09-20-16 5:06:14 pm] | Files match [09-20-16 5:06:14 pm] * Found Snapin to transfer to 3 node(s) [09-20-16 5:06:14 pm] | Snapin name: InstallBuildUp19 [09-20-16 5:06:15 pm] | Local File: /opt/fog/snapins/BuildupLokal.64bit.msi [09-20-16 5:06:15 pm] | Remote File: /opt/fog/snapins/BuildupLokal.64bit.msi [09-20-16 5:06:15 pm] | Local File size: 69743616 [09-20-16 5:06:15 pm] | Remote File size: 69743616 [09-20-16 5:06:15 pm] | Files match [09-20-16 5:06:15 pm] | Local File: /opt/fog/snapins/BuildupLokal.64bit.msi [09-20-16 5:06:15 pm] | Remote File: /opt/fog/snapins/BuildupLokal.64bit.msi [09-20-16 5:06:15 pm] | Local File size: 69743616 [09-20-16 5:06:15 pm] | Remote File size: 69743616 [09-20-16 5:06:15 pm] | Files match
  • Single Disk - Resizable?

    Unsolved
    5
    0 Votes
    5 Posts
    3k Views
    Matthieu JacquartM

    @sbenson No you don’t, disk expand automatically

  • NFS mount doesnt work anymore since upgrade to 1.3RC (trunk)

    Solved
    17
    0 Votes
    17 Posts
    4k Views
    R

    Yep, everything is ok.

    Thank you !

  • How to update kernel on an isolated network

    8
    0 Votes
    8 Posts
    2k Views
    george1421G

    @wcheung said in How to update kernel on an isolated network:

    So bzImage32 is the 32 bit and 64 = bzImage. Since I was able to clone the image.

    Yes that is correct for 1.2.0 trunk or 1.3.0. Its been so long since I used 1.2.0 stable I don’t remember exactly of that is the case.

  • Apache not starting after reboot

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    J

    This has been resolved by Tom.

    It was a php version issue he had me run
    rm -rf /etc/apache* /etc/php*
    apt-get purge ‘libphp’ ‘apache*’ ‘php*’

    then reinstall and it worked perfectly.

  • Kernal Offset: Disabled end kernal panic

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    S

    @Sebastian-Roth My network admin did not set option undionly.kpxe. Issue has been solved.

  • Snapins not replicating - Ubuntu 16.04 / Fog 1.3.0 RC10

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    mtanigawaM

    @Tom-Elliott
    @Wayne-Workman

    Great to hear! Thank you for the update! Thank you also for the quick replies and hard work. It is enormously appreciated. Will await RC-11 and give it a go.

    Thank you again.

  • LDAP Plugins in FOG 1.3.0 RC 8

    Unsolved
    19
    0 Votes
    19 Posts
    8k Views
    Wayne WorkmanW

    @george1421 said in LDAP Plugins in FOG 1.3.0 RC 8:

    Your explanation also tells me why there was an admin field in the database

    It was setup to restrict someone to just fog mobile if they weren’t an admin. It’s a checkbox in user management, for a user. When checked, they can only access fog mobile I think. Or vice versa… or something.

  • Secondary Drive

    11
    0 Votes
    11 Posts
    3k Views
    D

    One detail that I left out was that the fog images files were saved on the open partition of the 5tb drive I assigned them too as pointed out by @george1421.

    I admit i was a bit confused at first by what he was saying as i wanted to mount the images to a specific folder on the drive (secondary) and then i realized that i needed to partition the drive as the new fog destination needed its own space. I then create space on the drive by partitioning the drive and mounting the second partition as a files storage for whatever i like while the fog partition would stay hidden.

    0_1474264470152_partition.png

    Thank you guys this thread is solved, success!!!

  • Am I cloning the image?

    9
    0 Votes
    9 Posts
    2k Views
    Wayne WorkmanW

    Tom and George are correct. Nic to Nic requires a crossover cable - anything else simply wouldn’t work at all.

  • Change host name while they are in Active Directory domain

    2
    0 Votes
    2 Posts
    633 Views
    Wayne WorkmanW

    I’ve used fog to change hostnames of computers joined to a domain. It works fine. What’s most likely happening is the credentials you have saved in fog for AD don’t have the authority to disable the old computer objects so new ones can be made.

    At any rate - we’re just guessing and won’t be of much help until we can get a c:\fog.log file from an affected host from you.

  • Add Wifi Mac Adress to existing laptop

    Solved
    12
    0 Votes
    12 Posts
    4k Views
    Matthieu JacquartM

    @Tom-Elliott Yes hosst register is enable for all hosts… As you said, I suppose for any reason Fog client can’t see other mac addresses, but finally it’s not important !
    Can it be due to pci=noacpi parameter ?

  • Failed to Update to 1.3.0-RC-10

    8
    0 Votes
    8 Posts
    3k Views
    Tom ElliottT

    @george1421 I wonder if it’s the same error as the line 103 error of the other items?

  • Modifying Boot Menu

    31
    0 Votes
    31 Posts
    10k Views
    ThiagoT

    @mbarker
    in a normal fog install, there is no init.xz in /tftpboot.
    I think that maybe your install is very modified and this is causing some issues…
    I know that it would be your thousandth installation, but when you got fog up and running, your effort will have been worthwhile.

    I was looking for other tools, they exist but are not as productive as this.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Printer Management Issue - Data Conversion...failed - RC10

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    J

    @Tom-Elliott Gotcha. I appreciate the help.

  • SQL not working after update to 1.3.0 RC10

    Unsolved
    19
    0 Votes
    19 Posts
    6k Views
    maveriickM

    @Thiago Yes I did. I also rebooted and ran this again.
    Still with the same issues.
    Thanks,
    Rob

  • fatal error: could not remove old partition (/bin/fog.download)

    Solved
    14
    0 Votes
    14 Posts
    3k Views
    A

    @Tom-Elliott
    Yes, I’ve had confirmation from the tech.

  • 1.3-RC10 - capture faild to update database

    Solved
    3
    0 Votes
    3 Posts
    932 Views
    N

    i looked for /opt/fog/.fogsettings and changed the password the for fog user to the password i set before the update.
    After that, re-runed the installer - seems to fix the problem.

    tnx 🙂
    Niv

  • Microsoft Surface Pro 4 Deployment stuck at init.xz

    14
    0 Votes
    14 Posts
    6k Views
    Wayne WorkmanW

    @Scott-Adams You should first update to RC-10. You already have the file you need, it’s /tftpboot/ipxe7156.efi

    Please use wireshark to capture a DHCP conversation from the surface pro 4, we are collecting vendor strings for these devices, it’s kind of important to us. With this, we can tell you exactly how to configure your DHCP server to serve this particular file to your Surface Pros, and this will help everyone else too. And it’s not that big of a request. In wireshark, use the bootp filter.

136

Online

12.4k

Users

17.4k

Topics

155.9k

Posts