@mp12 I noticed your topic is marked as solved when its not really solved you are just using a work around.
Posts
-
RE: Replication problem with working-RC-11posted in Bug Reports
-
RE: Trunk 5735 PC doesnt restart after joining the domain.posted in FOG Problems
@Joe-Schmitt said in Trunk 5735 PC doesnt restart after joining the domain.:
This issue has been addressed in v0.11.2. Please test when you get a chance.
The Update worked for me Joe, Thanks!
-
RE: MonitorFogStorage.sh Community Scriptposted in Linux Problems
@wayne-workman
That Worked![root@10fogserver MonitorFogStorageNodes]# git log -1 commit bb920e4367b5076ac2bb7bb70575ec4b647d5aee Author: wayneworkman <13314799+wayneworkman@users.noreply.github.com> Date: Wed Feb 21 13:53:10 2018 -0600 Fix spacing in evaluations [root@10fogserver MonitorFogStorageNodes]# ./MonitorNodes.sh [root@10fogserver MonitorFogStorageNodes]#Thanks @Wayne-Workman
-
RE: client server token issues.posted in Bug Reports
@sebastian-roth I don’t know how that happened but I copied the srvpublic.crt from a backup and it is fixed.
Thanks for all the help
-
Snapins dont deploy from Storage Nodes. Hash Mismatchposted in FOG Problems
I am trying to deploy snapins from our Storage nodes and I am getting an error in the fog.log.
------------------------------------------------------------------------------ ---------------------------------SnapinClient--------------------------------- ------------------------------------------------------------------------------ 7/21/2016 1:40 PM Client-Info Client Version: 0.11.4 7/21/2016 1:40 PM Client-Info Client OS: Windows 7/21/2016 1:40 PM Client-Info Server Version: 1.3.0-RC-1 7/21/2016 1:40 PM Middleware::Response Success 7/21/2016 1:40 PM SnapinClient Snapin Found: 7/21/2016 1:40 PM SnapinClient ID: 378 7/21/2016 1:40 PM SnapinClient Name: 01 - TeamViewer 7/21/2016 1:40 PM SnapinClient Created: 2016-07-21 13:39:35 7/21/2016 1:40 PM SnapinClient Action: 7/21/2016 1:40 PM SnapinClient Pack: False 7/21/2016 1:40 PM SnapinClient Hide: False 7/21/2016 1:40 PM SnapinClient Server: http://192.168.18.39/fog 7/21/2016 1:40 PM SnapinClient TimeOut: 0 7/21/2016 1:40 PM SnapinClient RunWith: cmd.exe 7/21/2016 1:40 PM SnapinClient RunWithArgs: /c 7/21/2016 1:40 PM SnapinClient Args: 7/21/2016 1:40 PM SnapinClient File: TeamViewer-AllSites.sfx.exe 7/21/2016 1:40 PM Middleware::Communication Download: http://192.168.18.39/fog/service/snapins.file.php?mac=C0:3F:D5:9C:6C:36||00:00:00:00:00:00:00:E0&taskid=378 7/21/2016 1:40 PM SnapinClient C:\Program Files (x86)\FOG\tmp\TeamViewer-AllSites.sfx.exe 7/21/2016 1:40 PM SnapinClient ERROR: Hash does not match 7/21/2016 1:40 PM SnapinClient ERROR: --> Ideal: 9B87981143F24BF592603402DE7D6F5E8B6BDCC97F37328C8474DB95635C07CAF792B8ECCE422A6235AE3F130E717417B902059580C62314E4026BBEC9889E4B 7/21/2016 1:40 PM SnapinClient ERROR: --> Actual: 7FF6B7E4378EC39EFFC8A042F445AA6618E765B6F39C8BC53FA5F1E3A5924129F239A6CA0FD7C0350D63C808EFB2FD3E18D48EE6A151C75CCA4C3D1E0B6A2A23 7/21/2016 1:40 PM Middleware::Communication URL: http://10fogserver/fog/service/snapins.checkin.php?taskid=378&exitcode=-1&mac=C0:3F:D5:9C:6C:36||00:00:00:00:00:00:00:E0&newService&json ------------------------------------------------------------------------------Although: http://18fogserver/fog/status/getsnapinhash.php?filepath=/opt/fog/snapins/TeamViewer-AllSites.sfx.exe Returns
9b87981143f24bf592603402de7d6f5e8b6bdcc97f37328c8474db95635c07caf792b8ecce422a6235ae3f130e717417b902059580c62314e4026bbec9889e4b|10239200Remote Node
[root@18fogserver snapins]# sha512sum TeamViewer-AllSites.sfx.exe 9b87981143f24bf592603402de7d6f5e8b6bdcc97f37328c8474db95635c07caf792b8ecce422a6235ae3f130e717417b902059580c62314e4026bbec9889e4b TeamViewer-AllSites.sfx.exeOur Main Fogserver
root@10fogserver:/opt/fog/snapins $ sha512sum TeamViewer-AllSites.sfx.exe 9b87981143f24bf592603402de7d6f5e8b6bdcc97f37328c8474db95635c07caf792b8ecce422a6235ae3f130e717417b902059580c62314e4026bbec9889e4b TeamViewer-AllSites.sfx.exeThanks Tom for helping me troubleshoot this.
-
Using Conspy to View remote PC imaging progressposted in Tutorials
Here is a Video showing an example.
I prefer Centos so my instructions are based on Centos.
# yum update && yum install conspyFollow the instructions here to modify the Init Image:
Modifying the Init ImageOnce you have the init image extracted and mounted, add your ssh key.
cd /var/www/{html,}/fog/service/ipxe/initmountdir cd root mkdir .ssh /bin/echo "==yoursshkeystringgoesbetweenthequotes==" >> .ssh/authorized_keyscopy Conspy to the image:
cp /usr/bin/conspy /var/www/{html,}/fog/service/ipxe/initmountdir/bin cp /usr/lib64/libncurses.so.x /var/www/{html,}/fog/service/ipxe/initmountdir/lib64 cp /usr/lib64/libncurses.so.x.x /var/www/{html,}/fog/service/ipxe/initmountdir/lib64 cp /usr/lib64/libncursesw.so.x /var/www/{html,}/fog/service/ipxe/initmountdir/lib64 cp /usr/lib64/libncursesw.so.x.x /var/www/{html,}/fog/service/ipxe/initmountdir/lib64 cp /usr/lib64/libtinfo.so.x /var/www/{html,}/fog/service/ipxe/initmountdir/lib64 cp /usr/lib64/libtinfo.so.x.x /var/www/{html,}/fog/service/ipxe/initmountdir/lib64replace x in libncurses++.so.x with the version of libcurses you have installed.
Follow the instruction on how to recompress the image and you’re done.ssh to the PC and login as root.
run the conspy command to view the progress. -
RE: shell script to sync folder to storage node.posted in Linux Problems
@Wayne-Workman contents of /tmp/whoami.txt is “root”
-
RE: Snapin Hashposted in FOG Problems
@wayne-workman
Thanks I will truncate the snapins.sHash table.UPDATE snapins SET sHash=NULL; -
Conspy Install Scriptposted in Tutorials
Re: Using Conspy to View remote PC imaging progress
Here is the script I use to install conspy on the fogserver/storage nodes.
yum install conspy -y echo -e '#(>)##### UnPacking Init.xz #####' cd /var/www/fog/service/ipxe/ xz -d init.xz mkdir initmountdir echo -e '#(>)##### Mounting Init #####' mount -o loop init initmountdir cd /var/www/fog/service/ipxe/initmountdir rm -f root/.ssh/authorized_keys #### Install SSH Keys echo -e '#(>)##### Installing SSH Keys #####' needreload=0 if [ ! -d root/.ssh ]; then echo -e '#(->)Creating SSH File' # Create the autorized keys and add the keys mkdir root/.ssh touch root/.ssh/authorized_keys # ssh Keys /bin/echo 'ssh-rsa rrrrrrrrrrreeeeeeeeeeeeeeaaaaaaaaaaaaallllllllllllyyyyyyyyyylllllllloooooooooonnnnnnnnnnnggggggggggkkkkkkkkeeeeeeeyyyyyy11111111' >> root/.ssh/authorized_keys /bin/echo 'ssh-rsa rrrrrrrrrrreeeeeeeeeeeeeeaaaaaaaaaaaaallllllllllllyyyyyyyyyylllllllloooooooooonnnnnnnnnnnggggggggggkkkkkkkkeeeeeeeyyyyyy22222222' >> root/.ssh/authorized_keys else if [ ! -f root/.ssh/authorized_keys ]; then echo -e '#(->)Creating new SSH File' # Add all the keys touch root/.ssh/authorized_keys /bin/echo 'ssh-rsa rrrrrrrrrrreeeeeeeeeeeeeeaaaaaaaaaaaaallllllllllllyyyyyyyyyylllllllloooooooooonnnnnnnnnnnggggggggggkkkkkkkkeeeeeeeyyyyyy11111111' >> root/.ssh/authorized_keys /bin/echo 'ssh-rsa rrrrrrrrrrreeeeeeeeeeeeeeaaaaaaaaaaaaallllllllllllyyyyyyyyyylllllllloooooooooonnnnnnnnnnnggggggggggkkkkkkkkeeeeeeeyyyyyy22222222' >> root/.ssh/authorized_keys fi fi echo -e '#(>)##### Coping ConSpy #####' rsync -avh --progress /usr/bin/conspy /var/www/fog/service/ipxe/initmountdir/bin rsync -avh --progress /usr/lib64/libncurses.so.6 /var/www/fog/service/ipxe/initmountdir/lib64 rsync -avh --progress /usr/lib64/libncurses.so.6.1 /var/www/fog/service/ipxe/initmountdir/lib64 rsync -avh --progress /usr/lib64/libncursesw.so.6 /var/www/fog/service/ipxe/initmountdir/lib64 rsync -avh --progress /usr/lib64/libncursesw.so.6.1 /var/www/fog/service/ipxe/initmountdir/lib64 rsync -avh --progress /usr/lib64/libtinfo.so.6 /var/www/fog/service/ipxe/initmountdir/lib64 rsync -avh --progress /usr/lib64/libtinfo.so.6.1 /var/www/fog/service/ipxe/initmountdir/lib64 echo -e '#(>)##### Coping Nano #####' rsync -avh --progress /usr/bin/nano /var/www/fog/service/ipxe/initmountdir/bin echo -e '#(>)##### Re-Packing Init.xz #####' cd /var/www/fog/service/ipxe/ umount initmountdir rmdir initmountdir xz -C crc32 -9 init chown fogproject:apache init.xz #ls -al echo -e '#(-)##### Completed #####' cd /root -
RE: snapin hash does not match on storage node (1.5.7.55)posted in FOG Problems
I noticed that the fog version after the upgrade was not showing:

After I manually changed the fogstorage password in MySQL the versions started populating for the storage nodes that were upgraded but not for the storage nodes that were not upgraded.
is it possible that the upgrade corrupted the fogstorage MySQL password in the database on upgade or was it the mysql dump that was generated by Configuration Save> Export Database in the fog gui?The more I think about it it would have to be the MySQL dump… I installed fog on a new Centos 8 build and imported the database after installing fog.
snapins are now downloading with the correct file sizes.
Thank you everyone for helping me with this issue!
-
RE: Fog Version 1.5.9.62 hostSecToken problemposted in FOG Problems
@sebastian-roth Thanks for that, The PC in question was in the pending hosts.
After approving it joined the domain as expected. -
RE: Attempting to check in............................Failedposted in FOG Problems
I figured it out… I must have screwed up some permissions on the web_root so I removed /var/www/html/fog/ and re-installed fog and all is well…
Thanks!
-
RE: network issues with TFTP?posted in FOG Problems
I just wanted to update the forums incase anyone else came across this issue.
I ended up changing the settings /etc/xinetd.d/tftp to adjust the block size.Old: server_args = -s /tftpboot New: server_args = -B 1350 -s /tftpboot -
RE: Postdownload scripts variable issues.posted in FOG Problems
@Tom-Elliott
That was it, Tom. Thank you so much for helping me with this. I was starting to lose some hair!