12.04

Posts made by Joseph Hales
-
RE: Images not expanding
[url]https://dl.dropboxusercontent.com/u/24177483/DebugTask.mp4[/url]
Here is a video of the debug task up to right after the resize I have broken out of the script here and if anyone has a suggestion of any commands to try I can execute them and post the result. -
RE: Images not expanding
No this is not a virtualized server it is running on ubuntu 12.04 btw.
-
RE: Images not expanding
All images do this I have rechecked the settings on the images, I have run a debug task and no errors appear during the re-size, I have removed the storage node to see if that was causing anything, upgraded to SVN 3314 this morning, and run a debug task still the same issue.
-
RE: Images not expanding
Ran the troubleshooting script here is the results.
[url]https://dl.dropboxusercontent.com/u/24177483/FOGtroubleshoot.log[/url] -
RE: Dell Venue Pro 8 PXE boot issues
As per SVN just download the latest trunk and rerun the installer.
-
RE: Images not expanding
No all images are partclone and set as realizable type.
-
Images not expanding
Updated to SVN 3293 on Ubuntu 12.04, it seems as if your images deploy fine but fail to resize to fill the drive after imaging. Any suggestions where to look.
-
RE: Lenovo ThinkCentre 7303 - works intermittently.
Does this only happen on one machine or several of the same model?
-
Storage node status.
Is there anywhere in fog that shows if a storage node is fully synced up to the master.
-
Fog Storage Node
Could we have the default web page for a fog storage node at least show the version running and possibly a link to the control node management page?
-
RE: SVN 3275 Memory issues
Under fog general settings up the fog memory limit I had to go to 1024.
-
RE: Auto registration for unregistered hosts with Quick registration and invetory
I think this was addressed in a later SVN.
-
RE: Dell 7010 Lenovo L530 with UEFI enabled, won't network boot.
If I can find one not in production I will give it a shot on my test network.
-
RE: Dell 7010 Lenovo L530 with UEFI enabled, won't network boot.
I was under the impression that to run UEFI as netboot I would need my dhcp server to be server 2013 or higher which I don’t have in my current environment.
-
RE: Use FOG to do one off clone of clicking win 7 hard drive
Seems like its just not the right tool for the job the main difficulty’s that come to mind is where will images be if you use an external drive how to insure it mounts correctly each time you switch hardware and usb port you would be restricted to quick image no way to maintain a database on read only media. and for a one time image there are already solid tools that don’t require a second machine to act as a server like the aforementioned clonezilla. Not to say that a more simplified install and setup might not make sense to develop. More like a fog for dummies that would have you boot off a cd or removable media image and is preconfigured for dhcp ect using the first available hard drive for images and data. sort of a lowest common denominator fog and os combo to minimize possible issues for the end user.
-
RE: Hardware Currently Working with FOG v1.x.x
All working systems UEFI disabled single partition realizable.
Fog 1.3.0 SVN 3263 all systems using the base NIC on the motherboard, and default kernel.
2goPC touchscreen laptop
Dell Latitude 2100
Dell Latitude 2110
Dell Latitude 2120
Dell Latitude 3540
Dell Latitude E5400
Dell Latitude E5410
Dell Latitude E5420
Dell Latitude E5430
Dell Latitude E5500
Dell Latitude E6400
Dell Latitude E6500
Dell Latitude E6530
Dell Optiplex 3020
Dell Optiplex 7010
Dell Optiplex 745
Dell Optiplex 755
Dell Optiplex 760
Dell Optiplex 780
Dell Optiplex 790
Dell Optiplex 990
Dell Precision T5500
HP Compaq 8100 S
HP Compaq 8100 V
HP Compaq Pro 6300 SFF
HP Probook 450
HP Probook 4540s
HP Probook 650
HP Probook 6550b
HP Probook 6570b
HP ProDesk 400
Lenovo MT-M 5048
Lenovo MT-M 5049
Lenovo MT-M 7033 -
RE: Standalone
Install Webmin
[B][COLOR=#2c3e50][FONT=Helvetica]Installing Webmin On Ubuntu Server 12.04 LTS[/FONT][/COLOR][/B]
[COLOR=#4f4f4f][FONT=Arial]In this tutorial I’ll shown you how to installing webmin on [URL=‘http://ubuntuserverguide.com/tag/ubuntu-server-12-04’][COLOR=#5e2750]ubuntu server 12.04[/COLOR][/URL], There are two methods for installing webmin. method 1: installing via APT, method 2: Installing manually. before installing webmin You need to install first some perl-related libraries required by webmin:[/FONT][/COLOR]
[B][COLOR=#333333][FONT=Consolas]sudo apt-get install perl libnet-ssleay-perl libauthen-pam-perl libpam-runtime openssl libio-pty-perl apt-show-versions python[/FONT][/COLOR][/B]
[B][COLOR=#2c3e50][FONT=Helvetica]Method 1: Installing webmin via APT[/FONT][/COLOR][/B]
[COLOR=#4f4f4f][FONT=Arial]Login as root:[/FONT][/COLOR]
[B][COLOR=#333333][FONT=Consolas]sudo -i[/FONT][/COLOR][/B]
[COLOR=#4f4f4f][FONT=Arial]Add the Webmin repository in your ubuntu server with following commands[/FONT][/COLOR]
[B][COLOR=#333333][FONT=Consolas]cat >> /etc/apt/sources.list <<-EOF[/FONT][/COLOR][/B]
[B][COLOR=#333333][FONT=Consolas]deb [url]http://download.webmin.com/download/repository[/url] sarge contrib[/FONT][/COLOR][/B]
[B][COLOR=#333333][FONT=Consolas]deb [url]http://webmin.mirror.somersettechsolutions.co.uk/repository[/url] sarge contrib[/FONT][/COLOR][/B]
[B][COLOR=#333333][FONT=Consolas]EOF[/FONT][/COLOR][/B]
[COLOR=#4f4f4f][FONT=Arial]Logout from root:[/FONT][/COLOR]
[B][COLOR=#333333][FONT=Consolas]exit[/FONT][/COLOR][/B]
[COLOR=#4f4f4f][FONT=Arial]Import GPG key, Update the source list then install webmin[/FONT][/COLOR]
[B][COLOR=#333333][FONT=Consolas]wget [url]http://www.webmin.com/jcameron-key.asc[/url] && sudo apt-key add jcameron-key.asc[/FONT][/COLOR][/B]
[B][COLOR=#333333][FONT=Consolas]sudo apt-get update[/FONT][/COLOR][/B]
[B][COLOR=#333333][FONT=Consolas]sudo apt-get install webmin[/FONT][/COLOR][/B]
Firewall exception also needs to be added.
sudo ufw allow 10000
Run acronis Backup at this point for recovery sector by sector because acronis can’t handle ext4 partitions note in future use ext2.
[B][FONT=Tahoma]INSTALLING FOG SOFTWARE:[/FONT][/B][FONT=Tahoma]The installation of FOG is fairly straightforward, once installed the bulk of configuration is handled from the Web GUI through your browser. There are a couple of further tweaks that can be done from the system side but they are optional depending on your environment.
- Enter the following at your Ubuntu command line.
• cd /opt
• sudo wget [/FONT][URL=‘https://sourceforge.net/projects/freeghost/files/latest/download?source=’][FONT=Tahoma]https://sourceforge.net/projects/freeghost/files/latest/download?source=[/FONT][/URL][FONT=Tahoma]
• sudo tar –xvzf fog_1.20.tar.gz
• cd fog_1.2.0/
• cd bin
• sudo ./installfog.sh - Follow the steps in the FOG installer wizard
• Choose Option 2 (Ubuntu)
• Choose N (normal)
• Press enter to leave IP address default
• Press enter to leave gateway default
• Press enter to leave DNS default
• Choose NO when asked to change default NIC
• If you already have DHCP configured, press NO to disable FOG DHCP
• Press Enter to acknowledge MySQL warning
• Set a password for MySQL when requested if you want (I left mine blank)
• Be awesome and send a notification to the FOG community! - FOG is now installed, we just want to check some of the MySQL settings real quick. wizard (skip this step if you left the password blank)
• sudo vi /var/www/fog/lib/fog/Config.class.php
• Set MYSQL_PASSWORD to the password you configured in the FOG
• Confirm MYSQL_USERNAME is set to root account
• sudo vi /var/www/fog/lib/fog/Config.class.php
• Set MYSQL_PASSWORD to the password configured in the FOG wizard - Congrats! FOG is fully installed!! [/FONT]
[B][COLOR=black][FONT=Arial]Install Subversion[/FONT][/COLOR][/B]
[COLOR=black][FONT=Courier New]sudo apt-get update[/FONT][/COLOR]
[COLOR=black][FONT=Courier New]sudo apt-get install subversion[/FONT][/COLOR]
[B][COLOR=black][FONT=Arial]Download the package[/FONT][/COLOR][/B]
[COLOR=black][FONT=Courier New]cd ~[/FONT][/COLOR]
[COLOR=black][FONT=Courier New]mkdir svn[/FONT][/COLOR]
[COLOR=black][FONT=Courier New]cd svn[/FONT][/COLOR]
[COLOR=black][FONT=Courier New]svn checkout [/FONT][/COLOR][URL=‘https://svn.code.sf.net/p/freeghost/code/trunk’][COLOR=#3366bb][FONT=Courier New]https://svn.code.sf.net/p/freeghost/code/trunk[/FONT][/COLOR][/URL]
[B][COLOR=black][FONT=Arial]Install It![/FONT][/COLOR][/B]
[COLOR=black][FONT=Courier New]cd ~/svn/trunk/bin[/FONT][/COLOR]
[COLOR=black][FONT=Courier New]sudo ./installfog.sh[/FONT][/COLOR]
[FONT=Tahoma] [/FONT]
SVN specific version install
[FONT=Tahoma]To upgrade back to an older rev, in the folder where you downloaded the trunk you’ll run:[/FONT][FONT=Tahoma]
[/FONT]
[COLOR=#b3b3b3][FONT=Tahoma]Code:[/FONT][/COLOR]
[FONT=Consolas]Run[/FONT]
[FONT=Consolas]svn status[/FONT]
[FONT=Consolas]to determine which directory to run[/FONT]
[FONT=Consolas]svn up -r <rev# here>[/FONT]
[FONT=Tahoma]Then run the installfog.sh like normal.[/FONT] - Enter the following at your Ubuntu command line.