@Raymond-Bell Thanks, keep us posted.
Posts
-
RE: Stopping web service.............Failed!posted in FOG Problems
-
RE: HTTP 500 Errorposted in FOG Problems
@Erek-Beckman Please install the remi repository, or try running:
yum -y update php* --enablerepo=remi,remi-php56 -
RE: SNAP IN Trouble with Version 1.3.4 and Client 0.11.9posted in FOG Problems
@asbenavides Just a thought, considering the exe is no longer an “MSI” you might want to remove the template and just add the
-msargument to the “Snapin Arguments” section.Make the Snapin Run With blank
Make the Snapin Run With Argument blank
Change Snapin Arguments to just-ms -
RE: Debian + svn = errorposted in FOG Problems
@craigcoulson What’s the output of:
mysql -u rootDoes it allow you to connect? I’ve seen one other time where, for whatever reason, the root user doesn’t get created when mysql is installed. I’m just guessing that this is a “fresh” install? If it is please run:
sudo apt-get purge mysql mysql-server mysql-client sudo rm -rf /var/lib/mysql sudo apt-get install mysql mysql-serverI don’t know all the “packages” and layouts Debian is looking for so it may be slightly simpler, and you may need to adjust the install/erase commands. Essentially all I’m wanting to see:
If you cannot get root access with the
mysql -u rootremove mysql entirely, re-install it. -
RE: Kernel Update FOG 1.3.4posted in FOG Problems
I’ve removed the version= string from the fogconfigurationpage testing element as you guys found. Ultimately this version string isn’t needed for anything and should not have been causing any other issues. It would seem, to me, the query string was trying to be accessed as if it were a “direct” page instead of stripping the query part off.
working-1.3.5 has the string updated now.
-
RE: Passwords, I broke 'em...posted in FOG Problems
Please edit the fogserver file
/opt/fog/.fogsettingsand update thepassword=field to match what you typed in the management page. After this re-run the fog installer, it will update your system’s fog user passwords. -
RE: Passwords, I broke 'em...posted in FOG Problems
@palloquin THe simplest method:
Edit the
/opt/fog/.fogsettingsfile and edit between the''s to set whatever password you want.Re-run the fog installer.
-
RE: Client 11.9 Will not Install Fails at CA Certificatesposted in FOG Problems
Well that would make a ton of sense.
-
RE: FTP Login Error on Upload to Fog Serverposted in FOG Problems
A reinstall helped correct the problem with the password.
-
RE: snappin doesn't workposted in FOG Problems
Can you get us the log? That will tell us a lot more, I hope, than what we’re seeing on this particular snippet of log you’ve given us.
Right now it appears to be saying the exact command it’s trying to run is:
powershell.exe -ExecutionPolicy allsigned -File -ExecutionPolicy allsigned -File -programme "P:\packages\audio video\vlc\inst_vlc.bat" -
RE: Passwords, I broke 'em...posted in FOG Problems
@palloquin Correct.
Just like you wouldn’t want a website being capable of resetting your windows password on a whim, we don’t allow changing the “users” password from the fog website. Imagine if we did? All you would need to do is type root, password and any person would have access to your system.
-
RE: 1.3.4 - high cpu load - client loginposted in FOG Problems
@ablohowiak You can remove those two lines and re-run the installer, though I highly doubt it’s going to fix the issue.
But please pull the dev-branch and install. I just pushed an update that released RC 5 and am just building the news page right now. I don’t know if it will fix the issue you’re seeing, but with any luck it just might.
-
RE: Fresh Install of FOG 1.3.4 on Ubuntu 16.04 LTSposted in FOG Problems
@shoong What’s the error?
Error 500 doesn’t tell us a single thing.
The error 500 (regardless of version installed) will nearly always correlate to a message being thrown in the apache error log.
Please get the last few lines of this file:
/var/log/apache2/error.log -
RE: Fresh Install of FOG 1.3.4 on Ubuntu 16.04 LTSposted in FOG Problems
@shoong I don’t know where your repository is.
-
RE: Fresh Install of FOG 1.3.4 on Ubuntu 16.04 LTSposted in FOG Problems
git clone https://github.com/fogproject/fogproject.git cd fogproject git checkout dev-branch cd bin ./installfog.sh -y -
RE: Fresh Install of FOG 1.3.4 on Ubuntu 16.04 LTSposted in FOG Problems
@shoong I don’t know. I just know there’s been more work for 1.3.5 than my focusing on 1.3.4.
-
RE: EFI Exit typesposted in FOG Problems
I’ve already adjusted the refind.conf file to use the “internal” setting that most others were having to change there file for.
The reason “EXIT” was used as the default was at the time this modification was added EXIT was really the only option. Grub types wouldn’t work with EFI, and SANBOOT either. We didn’t have reEFInd back then.
I’m not changing the “default” option. Why? Because that was added quite a LONG time ago. To ‘fix’ it would mean it would only be good for new installs. If I define the exit type for this implicitly, it means those who update will have their configurations changed as well, only really noticeable if they aren’t using rEFInd.
it’s a GUI Update to set either individually on hosts or as the default. I’d more lean on saying put it in the “gotcha’s” under the EFI information on the wiki.
The bottom line, “Could I change it?” Sure I could. “Should I change it?” I don’t think so. Especially now.
-
RE: Hostname Changer failedposted in FOG Problems
Also, it can be used for “official” releases as well so yes. A single point.