• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. rhythmtone
    3. Posts
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 81
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by rhythmtone

    • RE: Fog 1.5.10 Install error libcurl4 Failed during install

      @Tom-Elliott said in Fog 1.5.10 Install error libcurl4 Failed during install:

      @jaumeramos Would you be willing to test:

      diff --git a/lib/common/functions.sh b/lib/common/functions.sh
      index b20b0e482..05f40d08c 100755
      --- a/lib/common/functions.sh
      +++ b/lib/common/functions.sh
      @@ -725,6 +725,9 @@ installPackages() {
                           if [[ $OSVersion -gt 17 ]]; then
                               packages="${packages// libcurl3 / libcurl4 }">>$error_log 2>&1
                           fi
      +                    if [[ $OSVersion -ge 22 ]]; then
      +                        packages="${packages// libcurl4 / libcurl4t64 }">>$error_log 2>&1
      +                    fi
                           if [[ $linuxReleaseName_lower == +(*ubuntu*) && $OSVersion -ge 18 ]]; then
                               # Fix missing universe section for Ubuntu 18.04 LIVE
                               LANG='en_US.UTF-8' LC_ALL='en_US.UTF-8' add-apt-repository -y universe >>$error_log 2>&1
      

      Changing the functions to this code?

      I’m hoping to catch as 17-21 worked fine with lubcurl4, but 22 needs libcurl4t64

      It’s ugly, I have pushed if you just want to pull from dev-branch

      Hi,
      The dev-branch worked well for me, thanks!

      Ubuntu MATE 24.04
      6.8.0-31-generic
      All packages fully updated before running the FOG installer (for better or worse, haha)

      Thanks again for all the work on this project, it has been great to see it continue on over the years,
      Dave

      posted in Linux Problems
      R
      rhythmtone
    • RE: Pending MAC addresses

      Great, thanks again. I saw an older thread about automatically associating the pending MACs with a host, so you don’t have to open each host and click + to add the wireless MAC.

      Is that actually possible and/or could you point me in the right direction? Because it seems like it would be a time-saver…

      Thanks,
      D.L.

      posted in FOG Problems
      R
      rhythmtone
    • RE: Pending MAC addresses

      Thanks for the information Tom, I appreciate it. So are you saying that the wireless MAC (pending MACs) are a function of the FOG service? For some reason I thought that these were picked up via PXE during the host registration … but it sounds like these are actually added once Windows boots, via the FOG service over wired ethernet … ?

      If it is happening at the FOG service level, then will it pick up the wireless MAC address if I just leave it plugged in to ethernet until it has joined the domain, etc.??

      Thank you,
      D.L.

      posted in FOG Problems
      R
      rhythmtone
    • Pending MAC addresses

      Hi all,
      If I recall correctly in FOG 0.32 when you registered a laptop via wired ethernet, it would pick up the wireless MAC address - then you would just open that host and it would have that MAC address waiting. Then you would just click the + sign next to it and it would be associated with that host…

      In FOG 1.2 I see that you can still hit the + sign and manually add your wireless MAC, but why doesn’t it discover it automatically anymore?

      Opening each host and just clicking + on the pending MAC address wasn’t too bad, but manually typing in all of the wireless MAC addresses will take a long time…

      If anyone has any advice or information on this it would be greatly appreciated. Is there a way to restore this functionality? Or better yet, automatically associate the pending MAC addresses so you don’t even have to open each host?

      Thank you for and advice or help,
      D.L.

      posted in FOG Problems
      R
      rhythmtone
    • RE: Fresh 1.2 install with old 0.32 images not deploying correctly

      Hi,
      Although it is a hassle, one simple way around this is to re-build a 0.32 box on Ubuntu 10.04, deploy the old images to a host or VM, then re-capture with a new installation of FOG 1.2 with default settings. That will transfer the image to the new FOG server with partclone and that image will work from there on out…

      Best regards,
      D.L.

      posted in FOG Problems
      R
      rhythmtone
    • RE: Error fog booting from san device 0x80 after deploy

      If I recall correctly, there were some machines that failed with GRUB, and there were others that failed with EXIT, and I definitely cannot risk that right now. I guess that’s is more of a feature request, but I agree with Gordon that per-workstation or maybe per-group adjustment of this setting would be great!

      Thank you for all of your work,
      D.L.

      posted in FOG Problems
      R
      rhythmtone
    • RE: Error fog booting from san device 0x80 after deploy

      I would also like to know about this on a per-workstation basis. I have a few HP dc7900’s that show this behavior, stuck on SANBOOT 0x80 after imaging. I’ve tried updating the BIOS to the latest, etc, and cannot get past this…

      The strange part is how most dc7900’s are fine, but I have at least 4 where this happens - perhaps it has to do with the make/model/firmware of the HDD or NIC?

      If my memory serves me correctly, in our environment EXIT boot type caused problems on a greater number of systems, and that is a risk that I’d rather not take right now, as it would affect all machines PXE booting to FOG.

      Thanks for any advice or help,
      D.L.

      posted in FOG Problems
      R
      rhythmtone
    • RE: FOG Service issue in Audit Mode

      Hi,
      Upgrading to 2074 fixed it, thank you for your assistance, and for the link!

      Now I can and will check the SVN’s and code/bug history before posting anything, which is great.

      FOG FTW!

      Thank you again,
      D.L.

      posted in FOG Problems
      R
      rhythmtone
    • RE: FOG Service issue in Audit Mode

      I guess that I can just follow the link below, but is there are more chronicled version history online?

      [url]https://svn.code.sf.net/p/freeghost/code/trunk/[/url]

      Thanks,
      D.L.

      posted in FOG Problems
      R
      rhythmtone
    • RE: FOG Service issue in Audit Mode

      Okay, I’m on 2062, let me try that… I didn’t realize that there was a newer one.

      Where is the SVN version history posted, or do you just request it through the command prompt using Subversion? I’ve looked around a bit but can’t seem to find a chronicle of SVN versions online…

      Thanks,
      D.L.

      posted in FOG Problems
      R
      rhythmtone
    • RE: FOG Service issue in Audit Mode

      Okay, it has nothing to do with Audit Mode (don’t think that I can change the title of the thread), the Host Register is no longer working on any of my test installations…

      The only thing that I can think of is that I’m now on SVN 2062 … could that affect the Host Register?

      I’ve checked the credentials, FOGCrypt, etc. and they are all the same as before and/or they are correct…

      Thanks,
      D.L.

      posted in FOG Problems
      R
      rhythmtone
    • RE: List all images - pages not found

      Yeah, I figured that you had to enter into MySQL command prompt, thank you!

      posted in FOG Problems
      R
      rhythmtone
    • FOG Service issue in Audit Mode

      Hi again,
      I’ve been transitioning to using Audit Mode in Windows 7, instead of other hacked ways of copying the “default profile” and I’ve come across an issue with the FOG Service. It works great in regular Windows 7 installations, but in Audit Mode the FOG Service fails and spits out a bunch of errors, the log is below. I consider the Hostname Changer and Host Register to be very necessary, and those don’t seem to work in Audit Mode…

      I must be missing something here, because it works fine in regular Windows 7 user mode…

      I have checked the credentials, etc.

      Thanks!

      FOG 1.1.2 SVN 2062
      XUbuntu 14.04

      [CODE] 7/16/2014 8:12 AM FOG Service Engine Version: 3
      7/16/2014 8:12 AM Starting all sub processes
      7/16/2014 8:12 AM 14 modules loaded
      7/16/2014 8:12 AM * Starting FOG.AutoLogOut
      7/16/2014 8:12 AM * Starting FOG.SnapinClient
      7/16/2014 8:12 AM FOG::AutoLogOut Starting process…
      7/16/2014 8:12 AM FOG::ClientUpdater Starting client update process…
      7/16/2014 8:12 AM FOG::ClientUpdater Sleeping for 230 seconds.
      7/16/2014 8:12 AM * Starting FOG.DirCleaner
      7/16/2014 8:12 AM * Starting FOG.DisplayManager
      7/16/2014 8:12 AM FOG::DirCleaner Sleeping for 52 seconds.
      7/16/2014 8:12 AM * Starting FOG.GreenFog
      7/16/2014 8:12 AM FOG::DisplayManager Starting display manager process…
      7/16/2014 8:12 AM * Starting FOG.GUIWatcher
      7/16/2014 8:12 AM FOG::GUIWatcher Starting GUI Watcher…
      7/16/2014 8:12 AM * Starting FOG.HostNameChanger
      7/16/2014 8:12 AM FOG::GreenFog Sleeping for 58 seconds.
      7/16/2014 8:12 AM * Starting FOG.HostRegister
      7/16/2014 8:12 AM FOG::HostnameChanger Starting hostname change process…
      7/16/2014 8:12 AM FOG::HostnameChanger Yielding to other subservices for 9 seconds.
      7/16/2014 8:12 AM * Starting FOG.MODDebug
      7/16/2014 8:12 AM FOG::MODDebug Start Called
      7/16/2014 8:12 AM FOG::MODDebug Sleeping for 100 Seconds
      7/16/2014 8:12 AM * Starting FOG.PrinterManager
      7/16/2014 8:12 AM FOG::HostRegister Starting host registration process…
      7/16/2014 8:12 AM * Starting FOG.SnapinClient
      7/16/2014 8:12 AM FOG::PrinterManager Starting interprocess communication process…
      7/16/2014 8:12 AM FOG::PrinterManager interprocess comm startup: OK
      7/16/2014 8:12 AM * Starting FOG.TaskReboot
      7/16/2014 8:12 AM FOG::TaskReboot Taskreboot in lazy mode.
      7/16/2014 8:12 AM FOG::TaskReboot Starting Task Reboot…
      7/16/2014 8:12 AM * Starting FOG.UserCleanup
      7/16/2014 8:12 AM FOG::SnapinClient Starting snapin client process…
      7/16/2014 8:12 AM * Starting FOG.UserTracker
      7/16/2014 8:12 AM FOG::UserCleanup Sleeping for 13 seconds.
      7/16/2014 8:12 AM FOG::UserTracker Starting user tracking process…
      7/16/2014 8:12 AM FOG::HostRegister Exiting because only 1 mac address was found.
      7/16/2014 8:12 AM FOG::PrinterManager Attempting to connect to fog server…
      7/16/2014 8:12 AM FOG::SnapinClient Sleeping for 378 seconds.
      7/16/2014 8:12 AM FOG::DisplayManager Attempting to connect to fog server…
      7/16/2014 8:12 AM FOG::UserTracker Attempting to connect to fog server…
      7/16/2014 8:12 AM FOG::DisplayManager Module is disabled globally on the FOG Server.
      7/16/2014 8:12 AM FOG::PrinterManager Module is active…
      7/16/2014 8:12 AM FOG::PrinterManager Starting printer manager…
      7/16/2014 8:12 AM FOG::PrinterManager Yielding to other services for 35 seconds.
      7/16/2014 8:12 AM FOG::AutoLogOut Module is active…
      7/16/2014 8:12 AM FOG::UserTracker Module is active…
      7/16/2014 8:12 AM FOG::AutoLogOut Timeout value is Zero, disabling module.
      7/16/2014 8:12 AM FOG::AutoLogOut c:\program files\fog\images\alo-bg.jpg
      7/16/2014 8:12 AM FOG::AutoLogOut at System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement)
      at FOG.AutoLogOut.doWork()
      7/16/2014 8:13 AM FOG::HostnameChanger Attempting to connect to fog server…
      7/16/2014 8:13 AM FOG::HostnameChanger Module is active…
      7/16/2014 8:13 AM FOG::HostnameChanger AD mode requested, confirming settings.
      7/16/2014 8:13 AM FOG::HostnameChanger Could not find any recognizable digits.
      7/16/2014 8:13 AM FOG::HostnameChanger at System.ParseNumbers.StringToInt(String s, Int32 radix, Int32 flags, Int32* currPos)
      at System.Convert.ToByte(String value, Int32 fromBase)
      at FOG.FOGCrypt.hexToByte(String hex)
      at FOG.FOGCrypt.decryptHex(String hex)
      at FOG.HostNameChanger.changeHostName()
      7/16/2014 8:13 AM FOG::GUIWatcher Message found, attempting to notify GUI!
      7/16/2014 8:13 AM FOG::UserCleanup Starting user cleanup process…
      7/16/2014 8:13 AM FOG::UserCleanup Attempting to connect to fog server…
      7/16/2014 8:13 AM FOG::UserCleanup Module is disabled globally on the FOG Server, exiting.
      7/16/2014 8:13 AM FOG::GUIWatcher Dispatch OK!
      7/16/2014 8:13 AM FOG::PrinterManager Management level = 0
      7/16/2014 8:13 AM FOG::PrinterManager This host is set to NO MANAGEMENT, we will exit now.
      7/16/2014 8:13 AM FOG::PrinterManager Major printing operations complete, moving to tracking mode.
      7/16/2014 8:13 AM FOG::PrinterManager New user detected: RENAME\Administrator
      7/16/2014 8:13 AM FOG::PrinterManager Waiting for tray to load…
      7/16/2014 8:13 AM FOG::DirCleaner Starting directory cleaning process…
      7/16/2014 8:13 AM FOG::DirCleaner Attempting to connect to fog server…
      7/16/2014 8:13 AM FOG::DirCleaner Module is active…
      7/16/2014 8:13 AM FOG::DirCleaner Determining which directories should be cleaned…
      7/16/2014 8:13 AM FOG::DirCleaner No directories are configured to be cleaned.
      7/16/2014 8:13 AM FOG::DirCleaner Starting directory cleaning loop…
      7/16/2014 8:13 AM FOG::DirCleaner Module has finished work and will now exit.
      7/16/2014 8:13 AM FOG::GreenFog Starting green fog…
      7/16/2014 8:13 AM FOG::GreenFog Attempting to connect to fog server…
      7/16/2014 8:13 AM FOG::GreenFog Module is active…
      7/16/2014 8:13 AM FOG::GreenFog No actions were found.
      7/16/2014 8:13 AM FOG::GreenFog No tasks found after validation!
      7/16/2014 8:14 AM FOG::MODDebug Reading config settings…
      7/16/2014 8:14 AM FOG::MODDebug Reading of config settings passed.
      7/16/2014 8:14 AM FOG::MODDebug Starting Core processing…
      7/16/2014 8:14 AM FOG::MODDebug Operating System ID: 6
      7/16/2014 8:14 AM FOG::MODDebug Operating System Minor: 1
      7/16/2014 8:14 AM FOG::MODDebug MAC ID 0 00:22:64:1D:45:3E
      7/16/2014 8:14 AM FOG::MODDebug MAC POST String: 00:22:64:1D:45:3E
      7/16/2014 8:14 AM FOG::MODDebug A user is currently logged in
      7/16/2014 8:14 AM FOG::MODDebug Username: RENAME\Administrator
      7/16/2014 8:14 AM FOG::MODDebug Hostname: RENAME
      7/16/2014 8:14 AM FOG::MODDebug Attempting to open connect to: http://10.1.1.52/fog/service/debug.php
      7/16/2014 8:14 AM FOG::MODDebug Server responded with: Hello FOG Client
      7/16/2014 8:14 AM FOG::MODDebug Module has finished work and will now exit.
      7/16/2014 8:16 AM FOG::ClientUpdater Attempting to connect to fog server…
      7/16/2014 8:16 AM FOG::ClientUpdater Module is active…
      7/16/2014 8:16 AM FOG::ClientUpdater Checking Status : AutoLogOut.dll
      7/16/2014 8:16 AM FOG::ClientUpdater Zero byte response returned
      7/16/2014 8:16 AM FOG::ClientUpdater Checking Status : ClientUpdater.dll
      7/16/2014 8:16 AM FOG::ClientUpdater Zero byte response returned
      7/16/2014 8:16 AM FOG::ClientUpdater Checking Status : DirCleaner.dll
      7/16/2014 8:16 AM FOG::ClientUpdater Zero byte response returned
      7/16/2014 8:16 AM FOG::ClientUpdater Checking Status : DisplayManager.dll
      7/16/2014 8:16 AM FOG::ClientUpdater Zero byte response returned
      7/16/2014 8:16 AM FOG::ClientUpdater Checking Status : GreenFog.dll
      7/16/2014 8:16 AM FOG::ClientUpdater Zero byte response returned
      7/16/2014 8:16 AM FOG::ClientUpdater Checking Status : GUIWatcher.dll
      7/16/2014 8:16 AM FOG::ClientUpdater Zero byte response returned
      7/16/2014 8:16 AM FOG::ClientUpdater Checking Status : HostnameChange.dll
      7/16/2014 8:16 AM FOG::ClientUpdater Zero byte response returned
      7/16/2014 8:16 AM FOG::ClientUpdater Checking Status : HostRegister.dll
      7/16/2014 8:16 AM FOG::ClientUpdater Zero byte response returned
      7/16/2014 8:16 AM FOG::ClientUpdater Checking Status : MODDebug.dll
      7/16/2014 8:16 AM FOG::ClientUpdater Zero byte response returned
      7/16/2014 8:16 AM FOG::ClientUpdater Checking Status : PrinterManager.dll
      7/16/2014 8:16 AM FOG::ClientUpdater Zero byte response returned
      7/16/2014 8:16 AM FOG::ClientUpdater Checking Status : SnapinClient.dll
      7/16/2014 8:16 AM FOG::ClientUpdater Zero byte response returned
      7/16/2014 8:16 AM FOG::ClientUpdater Checking Status : TaskReboot.dll
      7/16/2014 8:16 AM FOG::ClientUpdater Zero byte response returned
      7/16/2014 8:16 AM FOG::ClientUpdater Checking Status : UserCleanup.dll
      7/16/2014 8:16 AM FOG::ClientUpdater Zero byte response returned
      7/16/2014 8:16 AM FOG::ClientUpdater Checking Status : UserTracker.dll
      7/16/2014 8:16 AM FOG::ClientUpdater Zero byte response returned
      7/16/2014 8:16 AM FOG::ClientUpdater Checking Status : config.ini
      7/16/2014 8:16 AM FOG::ClientUpdater Zero byte response returned
      7/16/2014 8:16 AM FOG::ClientUpdater Zero byte response returned
      7/16/2014 8:16 AM FOG::ClientUpdater 0 new modules found!
      7/16/2014 8:16 AM FOG::ClientUpdater Client update will be applied during next service startup.
      7/16/2014 8:16 AM FOG::ClientUpdater Client update process complete, exiting…
      7/16/2014 8:19 AM FOG::SnapinClient Attempting to connect to fog server…
      7/16/2014 8:19 AM FOG::SnapinClient Module is active…
      7/16/2014 8:19 AM FOG::SnapinClient No Tasks found for: 00:22:64:1D:45:3E
      [/CODE]

      posted in FOG Problems
      R
      rhythmtone
    • RE: List all images - pages not found

      Yeah, years ago I did use SQL Workbench or something similar to edit ID’s manually. As you suggest, however, it’s not that big of a deal with the Storage Groups (set it and forget it), and I don’t ever delete images (I just overwrite them) so the image ID’s are fine.

      Regarding your code, where do you run it? Inside the command line SQL interface or in a batch/BASH script, or somewhere else?

      Thanks for your help Tom,
      D.L.

      posted in FOG Problems
      R
      rhythmtone
    • RE: List all images - pages not found

      Yeah, I see your point. And yes, although I know that it’s not critical, I am slightly OCD with numbering because our team has to know what IDs to use with the correct rooms/machines. With image IDs for example, it is convenient to have sequential numbering that is as low as possible so we’re not using random image ID values like 12, 25, 37, 43, etc. because that is more difficult to remember and to keep track of on a chart, etc.

      To help alleviate this problem, I NEVER delete an image definition on a production FOG server - I simply overwrite it with a new image, as needed - this keeps the numbering contiguous, without gaps…

      As you can guess, FOG has helped me [B]immensely[/B] but when I encounter a small issue I do enjoy discussing its structure and possible changes as a user, albeit in the wrong thread.

      Thank you once again for all of your work and help,
      Best regards,
      D.L.

      posted in FOG Problems
      R
      rhythmtone
    • RE: List all images - pages not found

      It worked!

      Thanks Tom, you’re the man! 🆒

      The numbering thing has always confused me, however. If you delete an image (and now a storage group) it creates a gap in the numbering sequence and that cannot be corrected. I’m sure that this is off topic, but would it be possible to have the image ID and storage group ID as a pull-down menu, radio button, or just a field with a number in it?? That way you could reset the order correctly if you had to delete anything…??

      Thanks again!
      D.L.

      posted in FOG Problems
      R
      rhythmtone
    • RE: List all images - pages not found

      Thanks Tom,
      I STILL haven’t used SVN, is it the one found here ? :

      [url]http://mastacontrola.com/downloads.html[/url]

      Also, I deleted Storage Group 2 in an attempt to get “List all images” working again. That was probably a bad idea as I believe that new storage groups will be numbered 3, 4, 5, etc.? Does this mean that the system will become confused because that image definition (which I can no longer access) is now associated with Storage Group 2, which no longer exists and cannot be re-created?

      Thanks a bunch,
      D.L.

      posted in FOG Problems
      R
      rhythmtone
    • RE: List all images - pages not found

      Hello,
      I’m also having this problem and it would be great to find a way out of this trap without having to drop the database and/or re-install FOG.

      I’m not sure if anyone can help, but here is what I did:

      Installed main FOG server - DefaultMember is storage node 1
      Installed an additional physical server to serve as storage node 2
      Uploaded test image - everything was still working fine
      Created new storage group (storage group 2) so test image could be multi-casted directly from storage node 2, on-site.
      Associated 2nd physical storage node with new storage group
      Went in to test image definition and associated test image with storage group 2

      Now, “List All Images” returns an HTTP 500 error. I cannot search for the image that I re-associated, FOG thinks that it no longer exists I guess…?

      I can search for and use images that I did not touch, but I guess simply re-associating an existing image with a new storage group screws things up? This seems weird, but that is what seemed to happen to me…

      Maybe I created/associated the node, group, or image in the wrong order or something…?

      Thanks for any help and/or advice, this is kind of frustrating,
      D.L.

      FOG Version 1.1.2
      XUbuntu 14.04

      posted in FOG Problems
      R
      rhythmtone
    • RE: Fog 1.1.0 multicast sits at "Starting to restore image (-) to device (/dev/sda1)

      Hi all,
      Have you guys tried a FOG installation without a SQL password? Having a blank root password on the SQL database solved all of my multicast problems. And yes, I verified it “6 ways from Sunday” - as in, it was not an incorrect/mismatched password causing the issue. Simply having a SQL password at all causes this behavior (hanging on “starting to restore”) in my environment. It did not matter if it was correct in the configuration files, etc. - just the existence of a root password on the SQL database prevented multicast from working…

      Strange, I know, but it’s the truth. Sometimes I make mistakes, but in this case I verified the password, and re-installed over and over again, and could not get multicast to work WITH a SQL password, so I’m very sure of this, in my environment at least.

      Thanks,
      D.L.

      posted in FOG Problems
      R
      rhythmtone
    • RE: Fog 1.1.2 corrupts SQL database

      Hi,
      I believe that the SQL service crashing or timing out causes this (database schema update loop) - we’ve seen it too and it is painful.

      This link from Tom seems to fix it, especially the bottom section:

      [url]https://github.com/mastacontrola/fogproject/issues/1[/url]

      Cheers,
      D.L.

      posted in FOG Problems
      R
      rhythmtone
    • 1 / 1