Standalone
-
[quote=“Tom Elliott, post: 45731, member: 7271”]My guess is you’re using a desktop variation of Ubuntu? Can you give us an output of [code]ls -l /{media,mnt}[/code][/quote]
its showing the external as Sda1
-
That doesn’t sound right…
-
When I followed the steps on this site
[url]http://www.fogproject.org/wiki/index.php/FOG_on_an_Isolated_Network[/url]I’m getting an error "“Checking package apache2… failed!”
-
Can you post your installation log? it’s here: [SIZE=12px]/var/log/foginstall.log[/SIZE]
-
Script started on Mon 20 Apr 2015 10:40:11 AM EDT
Ubuntu..#######:. ..,#,.. .::##::.
.:###### .:;####:…;#;…
…##… …##;,;##::::.##…
,# …##…##:::## …::
## .::###,##. . ##.::#.:######::.
…##:::###::…#. … .#…#. #…#:::.
…:####:… …##…##::## … #
# . …##:,;##;:::#: … ##…
.# . .:;####;::::.##:::;#:…
# …:;###…###########################################
FOG
Free Computer Imaging Solution
[url]http://www.fogproject.org/[/url]
Developers:
Chuck Syperski
Jian Zhang
Peter Gilchrist
Tom Elliott
GNU GPL Version 3
###########################################
Version: 1.2.0 Installer/Updater
What version of Linux would you like to run the installation for?
1) Redhat Based Linux (Redhat, CentOS, Mageia) 2) Debian Based Linux (Debian, Ubuntu, Kubuntu, Edubuntu)
Choice: [2]2
Starting Debian / Ubuntu / Kubuntu / Edubuntu Installtion.
FOG Server installation modes:
* Normal Server: (Choice N)
This is the typical installation type and
will install all FOG components for you on this
machine. Pick this option if you are unsure what to pick.* Storage Node: (Choice S) This install mode will only install the software required to make this server act as a node in a storage group
More information:
[url]http://www.fogproject.org/wiki/index.php?title=InstallationModes[/url]What type of installation would you like to do? [N] n
What is the IP address to be used by this FOG Server? [10.1.115.5]
Would you like to setup a router address for the DHCP server? [Y/n] n
Would you like to setup a DNS address for the DHCP server and client boot image? [Y/n] n
Would you like to change the default network interface from eth0?
If you are not sure, select No. [y/N]nWould you like to use the FOG server for DHCP service? [Y/n] y
This version of FOG has internationalization support, would
you like to install the additional language packs? [y/N] y nWould you like to donate computer resources to the FOG Project
to mine cryptocurrency? This will only take place during active
tasks and should NOT have any impact on performance of your
imaging or other tasks. The currency will be used to pay for
FOG Project expenses and to support the core developers working
on the project. For more information see:[url]http://fogproject.org/?q=cryptocurrency[/url]
Would you like to donate computer resources to the FOG Project? [y/N] n
#####################################################################
FOG now has everything it needs to setup your server, but please
understand that this script will overwrite any setting you may
have setup for services like DHCP, apache, pxe, tftp, and NFS.It is not recommended that you install this on a production system
as this script modifies many of your system settings.This script should be run by the root user on Redhat or with sudo on Ubuntu.
** Notice ** Redhat users will need to disable SELinux and iptables in
order to use FOG
Please see our wiki for more information at [url]http://www.fogproject.org/wiki[/url]Here are the settings FOG will use:
Base Linux: Debian
Detected Linux Distribution: Ubuntu
Installation Type: Normal Server
Server IP Address: 10.1.115.5
DHCP router Address:
DHCP DNS Address:
Interface: eth0
Using FOG DHCP: 1
Internationalization: 0
Donate: 0Are you sure you wish to continue (Y/N) y
Installation Started…
Installing required packages, if this fails
make sure you have an active internet connection.-
Preparing apt-get
-
Installing package: apache2
-
Installing package: php5
-
Installing package: php5-json
-
Installing package: php5-gd
-
Installing package: php5-cli
-
Installing package: php5-mysql
-
Installing package: php5-curl
-
Installing package: mysql-server
We are about to install MySQL Server on
this server, if MySQL isn’t installed already
you will be prompted for a root password.Press enter to acknowledge this message.
Reading package lists…
Building dependency tree…
Reading state information…
The following extra packages will be installed:
libaio1 libdbd-mysql-perl libdbi-perl libhtml-template-perl libmysqlclient18
libterm-readkey-perl mysql-client-5.5 mysql-client-core-5.5 mysql-common
mysql-server-5.5 mysql-server-core-5.5
Suggested packages:
libmldbm-perl libnet-daemon-perl libplrpc-perl libsql-statement-perl
libipc-sharedcache-perl tinyca mailx
The following NEW packages will be installed:
libaio1 libdbd-mysql-perl libdbi-perl libhtml-template-perl libmysqlclient18
libterm-readkey-perl mysql-client-5.5 mysql-client-core-5.5 mysql-common
mysql-server mysql-server-5.5 mysql-server-core-5.5
0 upgraded, 12 newly installed, 0 to remove and 9 not upgraded.
Need to get 8,967 kB of archives.
After this operation, 93.7 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
libaio1 mysql-common libmysqlclient18 libdbi-perl libdbd-mysql-perl
libterm-readkey-perl mysql-client-core-5.5 mysql-client-5.5
mysql-server-core-5.5 mysql-server-5.5 libhtml-template-perl mysql-server
E: There are problems and -y was used without --force-yes- Installing package: mysql-client
- Installing package: isc-dhcp-server
- Installing package: tftpd-hpa
- Installing package: tftp-hpa
- Installing package: nfs-kernel-server
- Installing package: vsftpd
- Installing package: net-tools
- Installing package: wget
- Installing package: xinetd
- Installing package: sysv-rc-conf
- Installing package: tar
- Installing package: gzip
- Installing package: build-essential
- Installing package: cpp
- Installing package: gcc
- Installing package: g++
- Installing package: m4
- Installing package: htmldoc
- Installing package: lftp
- Installing package: openssh-server
- Installing package: php-gettext
- Installing package: clamav-freshclam
Confirming package installation.
- Checking package: apache2…Failed!
Script done on Mon 20 Apr 2015 10:44:21 AM EDT
-
-
[quote=“Wayne Workman, post: 45802, member: 28155”]Can you post your installation log? it’s here: [SIZE=12px]/var/log/foginstall.log[/SIZE][/quote]
posted
-
Try installing that manually.
[CODE]sudo apt-get install apache2[/CODE]Then check the status of the install:
[CODE]service apache2 status[/CODE]Post the output of these two commands, please.
#LetsMakeScripts
-
[quote=“Wayne Workman, post: 45807, member: 28155”]Try installing that manually.
[CODE]sudo apt-get install apache2[/CODE]Then check the status of the install:
[CODE]service apache2 status[/CODE]Post the output of these two commands, please.
#LetsMakeScripts[/quote]
I think I might have figured it out, it was a web filter that was blocking it
-
[quote=“fredlwal, post: 45810, member: 26766”]I think I might have figured it out, it was a web filter that was blocking it[/quote]
When I typed in "[url]http://IP[/url] address/fog/management I’m getting Database Schema Installer/Updater, should I update it?
-
[quote=“fredlwal, post: 45811, member: 26766”]When I typed in "[url]http://IP[/url] address/fog/management I’m getting Database Schema Installer/Updater, should I update it?[/quote]
Absolutely. [U]That’s part of the installation[/U]. Without it, stuff won’t work.
-
Now, that part is working, I just copied over 1 image from the exteral hard drive onto the server into the images folder , what steps do I need to take in order for the new server to see the image ? Also what do I need to do in so that the clients can boot on the network and pickup an ip address?
-
The easiest way is to do the “Configuration Save” under “FOG Settings”
It exports every single thing inside the DB.
Then, take that file and import it into your new FOG server.
And, one thing at a time…
To test if network booting works, just try to network boot a computer. simple. After you try that and see what happens, we’ll go from there. Hopefully all is well. -
Well, the old server is dead, I only have the images copied over to the external hd. Is there anytning else I can try?
-
There’s a good thread on that: [url]http://fogproject.org/forum/threads/transfer-images-from-0-32-to-fresh-1-2-0-1-2-0-cant-see-images.11671/#post-36719[/url]
Basically, you just need to re-make them inside the Web-GUI, and the case and spacing and punctuation and all that jazz must EXACTLY match what the image paths are.
-
I did the check box but where to go next?
-
[quote=“fredlwal, post: 45831, member: 26766”]I did the check box but where to go next?[/quote]
I was sort of intending for you to read through that entire thread. I don’t believe you need the check-box for image-type.
Further in the thread, there is talk about what needs done to get the images to show up.
-
I wasn’t going from an old version of fog i’m coping images that are from 1.2.0 to the same version.
-
I ran the chmod 777, but how do I know its working when I can’t PXE into the server from a client?
-
This post is deleted! -
You just need to create those images inside Image Management using the correct paths.
[url=“/_imported_xf_attachments/1/1899_ImageNames.png?:”]ImageNames.png[/url]