@george1421 Wouldn’t Know How To check if it’s in the repo, but I can give it a shot almost home.
Posts made by juice381
-
RE: Making Fog Portable
-
RE: Making Fog Portable
@george1421 said in Making Fog Portable:
@juice381 Sure on the getting multicast working too. I’m sure its just a package name or pre-req this is needed. Once we can find the exact cause the developers can have a look at the installer code and made exceptions for your specific issue.
I think your project would be good one to document for a low cost mobile deployment server that could be used in small sales offices where you need a local fog server (storage node) because of the bandwidth issues, but still manage it from a central location.
I agree and for my use case as well. Where I have clients that need remaining or during implementation of new clients. I could see this being a huge time saver.
I think it’s the package. It may need to be updated. For 16.04 support.
-
RE: Making Fog Portable
@george1421 said in Making Fog Portable:
@juice381 It would be interesting to know of the stats you get with the mobile fog server.
i.e.
- unicast to a single computer (with d-link)
- unicast to 2 computers (simultaneously with d-link)
- unicast to 2 computers (simultaneously with enterprise class switch).
I’m interested in what the Odroid can do, but also the impact of that d-link over an enterprise switch. We see in the forums that the low (discount) switches are under powered for imaging where you will get 1/3 the speed for a multi deployment from a low end switch over an enterprise switch if the switch is the only thing that changes in the mix.
I can run those bench marks tonight. I have an enterprise class cisco switch at home.
I would really love to get multicast working as well. So I’ll be busy on that as well.
-
RE: Making Fog Portable
Materials
1.Odroid C2 $40.00
2. Samsung Micro SD Evo 15.00
3. Dlink 5 port Gigabit switch 15.00Here is what it will look like. In the pic is an RPI this was my first attempt. But the odroid is no bigger. Waiting for my case to arrive.
-
RE: Making Fog Portable
@george1421 said in Making Fog Portable:
@juice381 So if you can extract that configuring updcast stage from the install and then manually execute the commands can you find the exact command that breaks the script?
I’ll give it a shot. Will have to be later tonight I’m at my 9-5.
-
RE: Making Fog Portable
@Wayne-Workman Finally got this working with m y odroid c2. The problem is definitely with the failure I was receiving during the fog install at the “Configuring UDPCast” Stage. I commented out that portion of the fog install. Understanding i’m killing my multicast abilities. Fog completed it’s installation and thus created the .fogsettings file. I ran your script and viola up and running super portable fog server. Thanks for the assist here. Hopefully I can get UDPcast working properly at some point.
-
RE: Making Fog Portable
@Wayne-Workman Only dhcp server I have running is the one from my ISP’s router. I’ll double check that shortly. I do have another fog server however I turn that off when testing. In fact if I change the ip back to 22 I reach the fog menu. I’ll get a screen shot of that too.
-
RE: Making Fog Portable
@george1421 ONe other note there is one failure during install. it has to do with the udpconf towards the end of the installation process. Maybe that’s the key here? I have followed tutorials on how to re-mediate that as well to no avail.
-
RE: Making Fog Portable
@george1421 said in Making Fog Portable:
@juice381 Its still perplexing why the installfog.sh file is not creating the .fogsettings file. I think if you uncover that reason the rest will fall into place.
Did you disable selinux and the firewall?
Are you launching the fog install script with sudo? Does it run through and ask you all of the questions it should? Then it just doesn’t do anything? It almost sounds like selinux is blocking the installer script from writing to the places it needs to.
In regards to your error screen below, do you have another dnsmasq server running that is sending out the legacy ip address? It is saying that you are getting a duplicate option 66 {next-server} from dhcp.
Thanks for the response. No I have a fog server setup from which i copied the fogsetting file. However I turn it off before I start testing with my portable fog. The screen below is showing you the ip .13 that i changed it to from the .22 it is still referencing for IPXE. It was the original ip Not sure where it is getting it from. I’ll google how to disable selinux. Armbian doesn’t seem to have ufw installed as running sudo ufw disable reports an error.
I do install it using sudo access infact sudo -i so i’m running as root.
-
RE: Making Fog Portable
@Wayne-Workman I have made some progress, what I have done was copied the .fogsettings file from another working fog I had running (not active when I’m testing) to its proper location. Then changed the IP and rebooted. The script ran 3 minutes later and updated what looks like all the locations it would. ltsp.conf, .fogsettings, I had to create the log file for the script to dumps it log files manually. So the only thing that is perplexing me is why IPXE is still pointing to the original ip. See pic below.
-
RE: Making Fog Portable
@Wayne-Workman said in Making Fog Portable:
SO the script is still looking for fog install by way of .fogsettings. however armbian after installing fog doesn’t have a .fogsettings file. I’m using armbian becacuse mate refuses to install mysql and thus I can’t test as fog db can’t be creteed.
-
RE: Making Fog Portable
@Wayne-Workman Awesome will do it now. Didnt get a chance to work on it was dealing with sick kids.
-
RE: Making Fog Portable
@Wayne-Workman said in Making Fog Portable:
I just setup a VM with Debian 8, going to mess with this today.
I just started working on this too. Just finished installing as well.
-
RE: Making Fog Portable
@juice381 one note on this. I noticed I am unable to install MYSQL on this OS however can in armbian SMH!
-
RE: Making Fog Portable
@Wayne-Workman I’m familiar with dnsmasq however bash not my strong point here. My career hgas taking me the Microsoft path need me to write a powershell script, vb, batch i’m your man. I’m sure I can figure out bash just might take me some time to understand the syntax.
-
RE: Making Fog Portable
@george1421 ubuntu mate is the default os recommended by odroid and i have been testing armbians port and find it to be better. I’m no developer, but let me know how i can assist.
-
RE: Making Fog Portable
@Wayne-Workman Crap! how did I miss that? None the less I’ll try this again tonight.
I would like to get this working in debian as well though, as I am much more comfortable navigating that environment.
-
RE: Making Fog Portable
@Wayne-Workman What do you need from me sir? How can I be of assistance in getting this to work? I would have no issues switching to one of the os’s you mentioned but I don’t think they have an arm based one developed.
-
RE: Making Fog Portable
@george1421 Thanks, I too used an rpi, version 3 and updated to the SD card the same. My problem here was with the 100 meg Ethernet nic. The odroid c2 has significantly more memory, processing power, comes with a gigabit nic. in addition I have the option to purchase a superfast emmc card to host my os on.
-
RE: Making Fog Portable
@Wayne-Workman So I’m back at this. Was caught up in an implementation for the last 4 months.
If you have some time to assist please let me know.
Where I am now. Started from scratch. Installed latest FOG version Running Version 1.3.0-RC-8
SVN Revision: 5949Running on an ODROID C2 using ARMBIAN OS (Debian based) Fog is running no problems there. However this version doesn’t create a /opt/fog/.fogsettings file. So your script immediately exited. So i created a blank version and now the script ran. Where can I see if anything was changed ? Since the file is empty doesn’t look like its doing anything.
Once again I appreciate the assist here.