I also tried messing with SELinux (setting it to passive/disabled) and the 503 error goes away (like the first time) enabling it back on puts me back at the 503 error.
Posts made by Louis CSUSA
-
RE: 10.x.x.x/fog/management pulls up blank - Clean install - Fedora 29 / FOG 1.5.5
-
RE: 10.x.x.x/fog/management pulls up blank - Clean install - Fedora 29 / FOG 1.5.5
To rule out (my) user error, I reinstalled Fedora 29 client and FOG 1.5.5 again and this time I’m getting a 503 service unavailable error (tried to access it when the installer asks for you to). I’ve reattached the error log with this attempt.
IP is static assigned as 10.51.0.110.
-
RE: 10.x.x.x/fog/management pulls up blank - Clean install - Fedora 29 / FOG 1.5.5
Hello Sebastian,
I did see errors on the error_log file, see attached.error.log
-
10.x.x.x/fog/management pulls up blank - Clean install - Fedora 29 / FOG 1.5.5
Hi All,
Just did a clean install of Fedora 29 workstation and FOG 1.5.5 and ran into no problems with it, up until the fact that I needed to pull up the management page (<IP>/fog/management/)
Any ideas?
-
FOG 1.5.4 - Mac OSX Sierra Basics
Hello FOG Community,
I’m currently at a school deployment trying to get FOG (fresh install) to work with our Mac fleet. We’re planning on imaging MacBook Airs, MacBook Pros, and iMacs. It’s been a few years since I’ve actively worked with FOG so I’ve set it up using Fedora 28 Workstation and running 1.5.4 on it.
I’ve been trying to search the forums for the best way to pull up the PXE menu. I assume (due to Sierra) that an external USB is the best way to go, but I cannot find any guide/walkthrough using the new version(s).
I’m sorry in advance if this has been covered in another post/thread, just came back to using this (awesome) product.
Thank you guys.
-
RE: Network booting a Mac
@Sebastian-Roth This would have to be done at a per-machine basis, no?
If so, that wouldn’t work for our large deployments.
-
RE: Network booting a Mac
@Tom-S Is there a guide somewhere on how to create the FOG USB bootable?
Also, for your Macbook Air, I’m assuming you are using a ThunderBolt Ethernet adapter to image it? If so, how do you keep track of the hosts since the MAC address is based off the adapter and not the machine’s mac?
-
Network booting a Mac
@Jbob
I’m back at it again! We reimaged our testing unit with El Capitan and we ran into a different snag all-together. With El Cap, they implemented System Integrity Protection (SIP) so our usual Bless commands aren’t working anymore.
I’ve been trying to do research for the past week to figure out how to do vendor-class based DHCP custom settings for the system. It’s a late-2013 iMac (iMac14,1). However I’ve had no success with it thus far. The linked article below is the closest I’ve got to a solution.
Tried “iMac14,1” and “AAPLBSDPC” but neither have worked (so far).
Should I create a different thread for this topic?
-
RE: FOG client on Mac OS X
@Jbob Since this is our first time doing this, we can reimage this unit again and start from scratch tomorrow. I want to make sure that user-error (on our side) isn’t giving you bad data. We will report back more tomorrow.
Thank you very much @Jbob!
-
RE: FOG client on Mac OS X
@Jbob Hey JBob, after the reboot it did not start on it’s own. We had to manually load it using the same command.
As an aside, HostNameChanger said that users are still logged in, and enforce is disabled. Is that a setting on the OSX side that we need to change?
-
RE: FOG client on Mac OS X
@Jbob The FOG log is starting to look normal now (like on the PC side). I was able to remove the “invalid security token” by hitting the Reset Encryption Settings as you suggested. Before that though, we did stop the service via launchtrl unload and rebooted again (for safe measure). I’ve attached our latest FOG log.
When we installed the service the first time, we did perform a reboot right after.
-
RE: FOG client on Mac OS X
@Jbob Yup. (sorry for delays in response, keep hitting the 2 min forum delay.)
-
RE: FOG client on Mac OS X
@Jbob Also, the FOG client DID show signs of life afterwards. It shows now the following:
5/12/2016 3:59 PM Main Overriding exception handling 5/12/2016 3:59 PM Main Bootstrapping Zazzles 5/12/2016 3:59 PM Controller Initialize 5/12/2016 3:59 PM Entry Creating obj 5/12/2016 3:59 PM Controller Start 5/12/2016 3:59 PM Service Starting service 5/12/2016 3:59 PM Bus Became bus server 5/12/2016 3:59 PM Bus { "self": true, "channel": "Status", "data": "{\n \"action\": \"load\"\n}" } 5/12/2016 3:59 PM Bus Emmiting message on channel: Status ------------------------------------------------------------------------------ --------------------------------Authentication-------------------------------- ------------------------------------------------------------------------------ 5/12/2016 3:59 PM Client-Info Version: 0.10.6 5/12/2016 3:59 PM Client-Info OS: Mac 5/12/2016 3:59 PM Middleware::Authentication Waiting for authentication timeout to pass 5/12/2016 3:59 PM Middleware::Communication Download: http://10.36.0.110/fog/management/other/ssl/srvpublic.crt 5/12/2016 3:59 PM Data::RSA FOG Server CA cert found 5/12/2016 3:59 PM Middleware::Authentication Cert OK 5/12/2016 3:59 PM Middleware::Authentication ERROR: Could not get security token 5/12/2016 3:59 PM Middleware::Authentication ERROR: Could not find file "/opt/fog-service/token.dat". 5/12/2016 3:59 PM Middleware::Communication POST URL: http://10.36.0.110/fog/management/index.php?sub=requestClientInfo&authorize&newService 5/12/2016 3:59 PM Middleware::Response Invalid security token ------------------------------------------------------------------------------ --------------------------------Authentication-------------------------------- ------------------------------------------------------------------------------ 5/12/2016 3:59 PM Client-Info Version: 0.10.6 5/12/2016 3:59 PM Client-Info OS: Mac 5/12/2016 3:59 PM Middleware::Authentication Waiting for authentication timeout to pass
-
RE: FOG client on Mac OS X
@Jbob This is what I have so far after the first two commands.
Last login: Thu May 12 15:46:46 on ttys000 iMac:~ csusa$ sudo cat /Library/LaunchDaemons/org.freeghost.daemon.plist Password: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>org.freeghost.daemon</string> <key>ProgramArguments</key> <array> <string>/opt/fog-service/fog.daemon</string> </array> <key>RunAtLoad</key> <true/> <key>AbandonProcessGroup</key> <true/> <key>EnableTransactions</key> <false/> </dict> iMac:~ csusa$ sudo ps ax | grep mono 291 ?? S 0:00.57 /usr/local/bin/mono /opt/fog-service/FOGUserService.exe 417 s000 S+ 0:00.00 grep mono iMac:~ csusa$
-
RE: FOG client on Mac OS X
@Jbob Yup, sure did. I’ve attached the SmartInstaller.log file. FOG client file still shows as blank.
-
RE: FOG client on Mac OS X
@Jbob The file in that path is currently empty. We’re running it on Yosemite at this time.
-
RE: FOG client on Mac OS X
@Wayne-Workman The latest revision worked! We were able to image the Mac fine.
We’re currently working on getting the FOG service running. We were able to get the SmartInstaller.exe installed via Mono but the service either isn’t loading on boot/login or not detecting the host settings on our server. Any tips?
Also, where would the FOG client service logs be located within OSX?
-
RE: MAC - No source file passed (writeImage); Args Passed: /dev/sda2
I will try the new revision (7593) and report back. We will also try the client as well! Will this Client do rename/join to the domain (AD)?
-
MAC - No source file passed (writeImage); Args Passed: /dev/sda2
Hello everyone,
I’m currently running a 100% fresh Fedora/FOG Server running Fedora 23 WorkStation and FOG Trunk (7498).
I’m currently able to pull an image just fine from an OSX machine (iMac/Yosemite), however when attempting to push, it errors out with a “No source file passed (writeImage)”.
Currently the iMac is being PXE booted using a bless command. After the pull, the files do show up within our image containers properly. (Pic Below)
Currently, the Image Container is set as Multiple Partition Single Disk (only way that I could get it to pull). Any assistance is greatly appreciated!