Nice! Iām exited to try it out. Thank you guys for tremendous support and time spent working on this.
Latest posts made by DrNatas
-
RE: FOG 1.1.0 Released
-
RE: CentOS 6.5 x86_64 Installation process & failure with FOGFTP
[quote=āTom Elliott, post: 29258, member: 7271ā]The date.timezone error youāre seeing, is this still an issue?
Edit the php.ini file and place your timezone setting there.[/quote]
Found the file and edited according & no more errors.
File path:
/etc/php.ini[code]
Date]
; Defines the default timezone used by the date functions
; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
date.timezone = āAmerica/Los_Angelesā
[/code] -
RE: CentOS 6.5 x86_64 Installation process & failure with FOGFTP
[quote=āTom Elliott, post: 29258, member: 7271ā]The date.timezone error youāre seeing, is this still an issue?
Edit the php.ini file and place your timezone setting there.[/quote]
I was able to use the following code to address the timezone settings so far tail /var/log/httpd/error_log has reported anything. Iāll keep making notes.
[code]
tzselect
[/code] -
RE: CentOS 6.5 x86_64 Installation process & failure with FOGFTP
My iptables were disabled before I installed FOG.
[code]
[root@localhost drnatas]# /etc/init.d/iptables status
Table: filter
Chain INPUT (policy ACCEPT)
num target prot opt source destinationChain FORWARD (policy ACCEPT)
num target prot opt source destinationChain OUTPUT (policy ACCEPT)
num target prot opt source destination
[/code] -
RE: CentOS 6.5 x86_64 Installation process & failure with FOGFTP
[quote=āTom Elliott, post: 29217, member: 7271ā]And this is why we ask you to turn off SElinux[/quote]
Itās all good I copied and pasted the code to disabled the SELINUX, I assumed it was disabled instead of checking it.
Once Iām done with perfecting the installation I will love to assist you guys with the wiki. Once again thanks for your enormous support.
[code]
[root@localhost drnatas]# sestatus -v
SELinux status: disabled
[/code] -
CentOS 6.5 x86_64 Installation process & failure with FOGFTP
*Most of this came from [url]http://www.fogproject.org/wiki/index.php/Installation_on_CentOS_6.4[/url] *
After a Fully updated && upgraded OS.*Static IP Address setup:
system-config-networkDownloading FOG
(I like putting everything on my Download folder)
[code]
cd /home/user/Downloads/
svn co https://svn.code.sf.net/p/freeghost/code/tags/1.0.1/ fog_1.0.1
cd /fog_1.0.1/bin
./installfog.sh
[/code]Installing FOG, user appropriate settings.
If you setup your network configurations with system-config-network you should be able to press enter all the way down.
Error during installation: (DONāT PANIC YET)
Donāt close your current terminal
[code]
Configuring services.- Setting up fog userā¦OK
- Setting up and starting MySQLā¦OK
- Backing up user reportsā¦OK
- Setting up and starting Apache Web Serverā¦OK
- Restoring user reportsā¦OK
- Configuring Fresh Clamā¦Skipped (See wiki for installation instructions)
- Setting up storageā¦OK
- Setting up and starting NFS Serverā¦OK
- Setting up and starting DHCP Serverā¦OK
- Setting up and starting TFTP and PXE Serversā¦OK
- Setting up and starting VSFTP Serverā¦OK
- Setting up sudo settingsā¦OK
- Setting up FOG Snapinsā¦OK
- Setting up and building UDPCastā¦OK
- Installing init scriptsā¦OK
- Setting up FOG Servicesā¦OK
- Starting FOG Multicast Management Serverā¦OK
- Starting FOG Image Replicator Serverā¦Failed!
[/code]
Launch your browser and go to your server IP address
Then select the āInstall/Upgrade Nowā
[code]
http://YOUR-SERVER-IP/fog/commons/schemaupdater/index.php?redir=1
[/code]Go back to your terminal & relaunch your ./install.sh file.
Installation should be good after this.
[code]
Configuring services.- Setting up fog userā¦Exists
- Setting up and starting MySQLā¦OK
- Backing up user reportsā¦OK
- Setting up and starting Apache Web Serverā¦OK
- Restoring user reportsā¦OK
- Configuring Fresh Clamā¦Skipped (See wiki for installation instructions)
- Setting up storageā¦OK
- Setting up and starting NFS Serverā¦OK
- Setting up and starting DHCP Serverā¦OK
- Setting up and starting TFTP and PXE Serversā¦OK
- Setting up and starting VSFTP Serverā¦OK
- Setting up sudo settingsā¦OK
- Setting up FOG Snapinsā¦OK
- Setting up and building UDPCastā¦OK
- Installing init scriptsā¦OK
- Setting up FOG Servicesā¦OK
- Starting FOG Multicast Management Serverā¦OK
- Starting FOG Image Replicator Serverā¦OK
- Starting FOG Task Scheduler Serverā¦OK
- Setting up FOG Utilsā¦OK
Would you like to notify the FOG group about this installation?
* This information is only used to help the FOG group determine
if FOG is being used. This information helps to let us know
if we should keep improving this product.Send notification? (Y/N)
[/code]Log in to your FOG manager GUI
Create an image,
create a host & add to image.Another problem that I encounter.
[ATTACH]897[/ATTACH]
I tried the following but failed.
[code]
chown -R fog:root /tftpboot
[/code]
I found this on a website.
[code]
[root@localhost bin]# restorecon -Rv /tftpboot
restorecon reset /tftpboot context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/tftpboot context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/tftpboot/.svn context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/tftpboot/.svn/all-wcprops context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/tftpboot/.svn/text-base context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/tftpboot/.svn/props context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/tftpboot/.svn/entries context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/tftpboot/.svn/tmp context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/tftpboot/.svn/tmp/text-base context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/tftpboot/.svn/tmp/props context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/tftpboot/.svn/tmp/prop-base context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/tftpboot/.svn/prop-base context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/default.ipxe context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/vesamenu.c32 context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/boot.txt context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/ipxe.krn context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/undionly.kpxe context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/memdisk context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/snponly.efi context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
restorecon reset /tftpboot/pxelinux.0.old context unconfined_u:object_r:default_t:s0->unconfined_u:object_r:tftpdir_t:s0
[root@localhost bin]# /etc/init.d/vsftpd restore
Usage: /etc/init.d/vsftpd {start|stop|restart|try-restart|force-reload|status}
[root@localhost bin]# /etc/init.d/vsftpd restart
Shutting down vsftpd: [ OK ]
Starting vsftpd for vsftpd: [ OK ]
[/code]
FOG starts imaging.
Then it fails, and this is as far as I gone.Another error that I found in /var/log/httpd/error_log
[code]
[Wed Jun 04 11:55:35 2014] [error] [client 192.168.106.130] PHP Warning: date_default_timezone_get(): It is not safe to rely on the systemās timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected āAmerica/Los_Angelesā for āPDT/-7.0/DSTā instead in /var/www/html/fog/commons/system.php on line 11, referer: http://192.168.106.130/fog/management/index.php?node=tasks&sub=active
[/code][url=ā/_imported_xf_attachments/0/897_Windows 8-2014-06-02-12-05-42.png?:ā]Windows 8-2014-06-02-12-05-42.png[/url][url=ā/_imported_xf_attachments/0/898_Windows 8-2014-06-03-08-24-36.png?:ā]Windows 8-2014-06-03-08-24-36.png[/url]
-
RE: CentOS 6.5 and FOG 1.0.1 Install Problem
I was able to get past this issue by rebooting and re-running the install file. That seem to get the software installed.
-
RE: Error received from TFTP server
Yeah, one of the things that I read was from the Wiki. Is one of the first steps to pre-installing Fog project.
Source: [url]http://www.fogproject.org/wiki/index.php/Installation_on_CentOS_6.4[/url] -
RE: Error received from TFTP server
I wasnāt able to connect to my box using ftp, because it wasnāt installed for some reason. After I installed it I was able to connect to the server but I need to reset the password. Iāll keep working on that.
[code]
cted to 192.168.106.130 (192.168.106.130).
220 (vsFTPd 2.2.2)
Name (192.168.106.130:root): fog
331 Please specify the password.
Password:
530 Login incorrect.
Login failed.[/code]Checking for vsftpd.
[code][root@localhost ipxe]# /etc/init.d/vsftpd status
vsftpd (pid 38063) is runningā¦[/code]Checking chkconfig list
[code][root@localhost ipxe]# chkconfig --list vsftpd
vsftpd 0:off1:off2:on3:on4:on5:on6:off[/code]Source::
[url]http://www.fogproject.org/wiki/index.php/Password_Central[/url]