New User to fog!
-
@george1421 I created a user account called fog. This is what I thought was the root user. I know the password for this account, but after running sudo apt-get install dnsmasq within the terminal, the terminal says that my password is incorrect.
-
@keith75140 You manually created a user called
fog
because the fog installer will too and give it a new password. That could be where your error is. The .fogsettings file will contain what the user accountfog
is currently set to.I do have to say you should never use the linux
fog
account for management stuff because the fogprogram
expects that account to be setup a certain way. -
@george1421 Can you tell me where I can find the .fogsettings file?
-
@keith75140 its a hidden file.
If you key in this command
cat /opt/fog/.fogsettings | more
it will type out the contents page by page for you. -
@george1421 You’re Awesome!
Is there a way that I can change this password? -
@keith75140 Sorry for the delay I’m bouncing between stuff today.
I would NOT change the
fog
linux account password. What I would do is create a new admin account for you to use to manage this server. As I said before thatfog
linux account should only be used by the fog application and services. It should not have admin rights to your server. Just create another user using the ubuntu gui and give it sudo rights (or reinstall ubuntu and fog again to get a clean build and create a different user for your admin functions). You really don’t want to mess with that linuxfog
user account by accident or on purpose. -
@george1421 You’re helping me out so much! I think I need to do a clean ubuntu install. Thank you for answering my dumb questions!
-
We did not need to do a full clean install or anything. I remoted in and helped out.
@keith75140 now has a fully functional fog server while using Ubuntu 17.04 as the base OS.
-
@Tom-Elliott Sweet!!
-
Thanks for the help again!