• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. DrNatas
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 15
    • Best 0
    • Controversial 0
    • Groups 0

    DrNatas

    @DrNatas

    0
    Reputation
    312
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Oxnard, California

    DrNatas Unfollow Follow

    Latest posts made by DrNatas

    • RE: FOG 1.1.0 Released

      Nice! I’m exited to try it out. Thank you guys for tremendous support and time spent working on this.

      posted in General
      D
      DrNatas
    • RE: HD is null; no hard disk was found

      Time to update šŸ™‚

      posted in FOG Problems
      D
      DrNatas
    • 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]

      posted in Tutorials
      D
      DrNatas
    • 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]

      posted in Tutorials
      D
      DrNatas
    • 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 destination

      Chain FORWARD (policy ACCEPT)
      num target prot opt source destination

      Chain OUTPUT (policy ACCEPT)
      num target prot opt source destination
      [/code]

      posted in Tutorials
      D
      DrNatas
    • 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]

      posted in Tutorials
      D
      DrNatas
    • 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-network

      Downloading 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]

      posted in Tutorials
      D
      DrNatas
    • 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.

      posted in FOG Problems
      D
      DrNatas
    • 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]

      posted in Linux Problems
      D
      DrNatas
    • 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]

      posted in Linux Problems
      D
      DrNatas