• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    /default.ipxe... Connection timed out | fog_1.0.1 | Ubuntu 14.04 LTS | Winxp32 Vbox Client

    Scheduled Pinned Locked Moved
    Tutorials
    7
    69
    55.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Wayne WorkmanW
      Wayne Workman
      last edited by

      [quote=“PaganLinuxGeek, post: 42472, member: 2226”]I too am having this issue on fedora 21 system. I can transfer the file via tftp from command line without error. However, when attempting to network boot ipxe as per the new method it reports a /default.ipxe… timeout error. This happen in virtualbox vm (network adapter is set to bridged and intel chipset emulation) and with my HP Pavilion laptop. I can boot the old method (pxe) as per fog 0.32. I’ve edited my /etc/dnsmasq.conf file to provide two network boot options in the boot menu (press f8 for boot menu) with the default being ipxe boot. Since I can netboot using the older method and transfer files via tftp I tend to think the setup for DHCP and tftp is functioning normally.

      I’ve checked the messages log file for errors and it’s not reporting any. The httpd access log doesn’t show any requests for the files it’s supposed to transfer via http either. It leads me to believe that it’s not progressing past the tftp transfer stage and into the http transfer stage.[/quote]

      I’m using Fedora 21 also. I wrote up some instructions for installing in Hyper-V (might very closely apply to VMware). These apply to revision 2922 and up.

      The instructions are here:

      [url]http://fogproject.org/wiki/index.php/FOG_(r2922)_Configuration_on_Fedora_21_Workstation_inside_Windows_Server_2012_Hyper-V_using_ProxyDHCP[/url]

      At the bottom, you’ll find troubleshooting help (just a starting place, really).

      I think you might find it to be a lot of help.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
      Daily Clean Installation Results:
      https://fogtesting.fogproject.us/
      FOG Reporting:
      https://fog-external-reporting-results.fogproject.us/

      1 Reply Last reply Reply Quote 0
      • P
        PaganLinuxGeek
        last edited by

        I’ve read this through already actually, thank you. I would suggest adding this little bit to your howto however.
        Make sure you are storing dnsmasq configuration into /etc/dnsmasq.conf and NOT /etc/dnsmasq.d/ltsp.conf location.
        In desperation a few days ago I moved /etc/dnsmasq.d/ltsp.conf to /etc/dnsmasq.conf and found some success. Seems that contrary to documenatation it does NOT parse the ltsp.conf file…

        for others reading this:
        selinux has been set to “permissive” and also tried with “disabled” same results
        systemctl disable firewalld.service has been executed
        I’ve tried this using the xinetd tftp-server and using dnsmasq’s built in tftpserver

        It shouldn’t matter but I DO have 3 nics in this machine (2 built into mobo, and 1 add-on)… all are enabled and functional on same subnet but with using seperate IP’s, none are in bridged mode, or “teaming”.

        1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman
          last edited by

          [quote=“PaganLinuxGeek, post: 42480, member: 2226”]I’ve read this through already actually, thank you. I would suggest adding this little bit to your howto however.
          Make sure you are storing dnsmasq configuration into /etc/dnsmasq.conf and NOT /etc/dnsmasq.d/ltsp.conf location.
          In desperation a few days ago I moved /etc/dnsmasq.d/ltsp.conf to /etc/dnsmasq.conf and found some success. Seems that contrary to documenatation it does NOT parse the ltsp.conf file…

          for others reading this:
          selinux has been set to “permissive” and also tried with “disabled” same results
          systemctl disable firewalld.service has been executed
          I’ve tried this using the xinetd tftp-server and using dnsmasq’s built in tftpserver

          It shouldn’t matter but I DO have 3 nics in this machine (2 built into mobo, and 1 add-on)… all are enabled and functional on same subnet but with using seperate IP’s, none are in bridged mode, or “teaming”.[/quote]

          Glad you liked the howto. I am not sure why the /etc/dnsmasq.d/ltsp.conf didn’t work for you, as that’s what I did on my setup. You are using a newer revision than me so, maybe [URL=‘http://fogproject.org/forum/members/tom-elliott.7271/’][SIZE=11px][U][COLOR=#969696]Tom Elliott[/COLOR][/U][/SIZE][/URL] changed something… not sure. If he confirms, I’ll put notes in the How-To for the newer revision’s config on that part.

          By reading through your problem, I was thinking it was a simple password issue, perhaps for the TFTP settings. Maybe the storage management password settings.

          I’d recommend disabling SELinux - just to eliminate it from the equation - at least till things are working. Reboot after the change for it to take effect.

          Did you run all the systemctl status commands to see if they were all ok?

          Also, lately, I’ve read a lot of stuff about how people need to set up “Bridged connections” for the OS that hosts the virtualized FOG box.

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
          Daily Clean Installation Results:
          https://fogtesting.fogproject.us/
          FOG Reporting:
          https://fog-external-reporting-results.fogproject.us/

          1 Reply Last reply Reply Quote 0
          • P
            PaganLinuxGeek
            last edited by

            I HAVE disabled selinux in /etc/selinux/config no change
            all the passwords are the default. I’ve made no changes
            Yes, all disabled services are not running, all required services are running.
            TO repeat: I CAN retrieve the files using tftp on the commandline so I know tftp is working. I can netboot using the older pxe boot menus so I know that dhcp is configured correctly. This is on my home lan right now until I get the bugs worked out then I will install at work. The vbox machine and my laptop will find the dhcp server and start network boot until it gets to the /default.ixpe… stage then it’s timeout errors.

            1 Reply Last reply Reply Quote 0
            • Wayne WorkmanW
              Wayne Workman
              last edited by

              [quote=“PaganLinuxGeek, post: 42484, member: 2226”]I HAVE disabled selinux in /etc/selinux/config no change
              all the passwords are the default. I’ve made no changes
              Yes, all disabled services are not running, all required services are running.
              TO repeat: I CAN retrieve the files using tftp on the commandline so I know tftp is working. I can netboot using the older pxe boot menus so I know that dhcp is configured correctly. This is on my home lan right now until I get the bugs worked out then I will install at work. The vbox machine and my laptop will find the dhcp server and start network boot until it gets to the /default.ixpe… stage then it’s timeout errors.[/quote]

              Just trying to cover the simple stuff. I overlook little things sometimes.

              You said you were running the v-machine on your laptop using 3 adapters? One is an add-on? an HP Pavilion laptop.

              Is the system you’re trying to network boot with virtualized, or is it that HP Pavilion itself? Have you tried disabling the add-on interface?

              Have you looked in the CMOS settings for the HP Pavilion (if that’s what you’re attempting to netboot), there are various settings on some systems for how a system attempts to net-boot. In a conversation with Tom (the senior developer), he was talking about how the current revision uses newer methods, so your CMOS settings might work with older iPXE but not the newer PXE methods… just a stab in the dark.

              Because you can’t find any errors anywhere and all the services are properly configured, I’m reaching all over the place for ideas.

              It’s probably something simple.

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
              Daily Clean Installation Results:
              https://fogtesting.fogproject.us/
              FOG Reporting:
              https://fog-external-reporting-results.fogproject.us/

              1 Reply Last reply Reply Quote 0
              • P
                PaganLinuxGeek
                last edited by

                The machine running FOG has 3 nics and is hosting FOG in the HOST OS it is not in a vm.
                I have VirtualBox 4.3 installed and am using it to test fog operation.
                Thinking that the issue might actually be with vbox, I connected my pavillion g7 laptop via ethernet and attempted network boot.
                The laptop was able to network boot using the older (pxe) method, but encountered the same error as vbox when attempting to boot using the newer (ipxe) method. I am able to do this because my dnsmasq.conf has entries that create a menu with default being ipxe boot (new method) Do you recall what particular bios settings the devel mentioned?

                1 Reply Last reply Reply Quote 0
                • Wayne WorkmanW
                  Wayne Workman
                  last edited by

                  [quote=“PaganLinuxGeek, post: 42489, member: 2226”]The machine running FOG has 3 nics and is hosting FOG in the HOST OS it is not in a vm.
                  I have VirtualBox 4.3 installed and am using it to test fog operation.
                  Thinking that the issue might actually be with vbox, I connected my pavillion g7 laptop via ethernet and attempted network boot.
                  The laptop was able to network boot using the older (pxe) method, but encountered the same error as vbox when attempting to boot using the newer (ipxe) method. I am able to do this because my dnsmasq.conf has entries that create a menu with default being ipxe boot (new method) Do you recall what particular bios settings the devel mentioned?[/quote]

                  Copied this stuff from some IM history.

                  [FONT=arial][COLOR=#222222]kkpxe is safer for buggy bios’s and should work on all working models too[/COLOR][/FONT]
                  [FONT=arial][COLOR=#222222]so the dhcp-boot=undionly.kpxe[/COLOR][/FONT]
                  [FONT=arial][COLOR=#222222]and

                  pxe-service=X86PC, “Boot form network”, undionly[/COLOR][/FONT]
                  [FONT=arial][COLOR=#222222] [/COLOR][/FONT]
                  [FONT=arial][COLOR=#222222]you’ll likely need a copy of whatever file to undionly.0[/COLOR][/FONT]
                  [FONT=arial][COLOR=#222222]so[/COLOR][/FONT]
                  [FONT=arial][COLOR=#222222]cp undionly.kkpxe undionly.0

                  the undionly file comes from /tftpboot[/COLOR][/FONT]

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                  Daily Clean Installation Results:
                  https://fogtesting.fogproject.us/
                  FOG Reporting:
                  https://fog-external-reporting-results.fogproject.us/

                  1 Reply Last reply Reply Quote 0
                  • Wayne WorkmanW
                    Wayne Workman
                    last edited by

                    Have you tried a standard [I][SIZE=12px]dnsmasq.conf [/SIZE][/I]configuration ?

                    Maybe there is a typo in there? You were saying you customized it to allow use of the older method.

                    This is what mine looks like:

                    [CODE]port=0
                    log-dhcp
                    tftp-root=/tftpboot
                    dhcp-boot=undionly.kpxe
                    dhcp-option=17,/images
                    dhcp-option=vendor:PXEClient,6,2b
                    dhcp-no-override
                    pxe-prompt=“Press F8 for boot menu”, 3
                    pxe-service=X86PC, “Boot from network” undionly
                    pxe-service=X86PC, “Boot from local hard disk”, 0
                    dhcp-range=x.x.x.x,proxy[/CODE]

                    and that’s actually located here:/etc/dnsmasq.d/ltsp.conf
                    You said it works in the dnsmasq.conf file though.

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                    Daily Clean Installation Results:
                    https://fogtesting.fogproject.us/
                    FOG Reporting:
                    https://fog-external-reporting-results.fogproject.us/

                    1 Reply Last reply Reply Quote 0
                    • P
                      PaganLinuxGeek
                      last edited by

                      I tried the undionly.kkpxe file to the same results…

                      I HAVE tried the standard FOG 1.2.0 configuration for dnsmasq as well as the older style (fog 0.32)
                      The dnsmasq.conf shown below has a menu that alllows me to choose which
                      My gut feeling is that something is preventing the connection to tftp when the client computer loads undionly, and follows the scripted instructions… However since I dont have the beta versions or the source I am at a loss to see what the potential causes are…

                      my machine has three NICS:
                      eno1 = 192.168.1.116
                      enp4s0 = 192.168.1.115
                      enp7s0 = 192.168.1.107

                      -----my current /etc/dnsmasq.conf file…-----
                      tftp-root=/tftpboot
                      #enable-tftp
                      #dhcp-boot=pxelinux.0
                      dhcp-option=vendor:PXEClient,6,2b
                      dhcp-no-override
                      #pxe-prompt=“Press F8 for boot menu…”, 3
                      #pxe-service=X86PC, “Boot from network”, pxelinux
                      #pxe-service=X86PC, “Boot from local hard disk”, 0
                      dhcp-range=192.168.1.116,proxy

                      #port=0
                      log-dhcp
                      dhcp-boot=undionly.kpxe,192.168.1.116
                      dhcp-option=17,/images
                      dhcp-option=pxe,66,192.168.1.116
                      pxe-prompt=“Press F8 for boot menu”, 15
                      pxe-service=X86PC,“iPXE Boot (Newer for Secure Boots)”, undionly
                      pxe-service=X86PC,“PXE Boot (Older machines)”, pxelinux
                      pxe-service=X86PC,“Boot from local hard disk”, 0
                      interface=eno1,enp7s0,enp4s0,lo

                      I have verified that the httpd, xinetd, and dnsmasq services are started, and firewalld is NOT.

                      1 Reply Last reply Reply Quote 0
                      • Wayne WorkmanW
                        Wayne Workman
                        last edited by

                        Bump.

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                        Daily Clean Installation Results:
                        https://fogtesting.fogproject.us/
                        FOG Reporting:
                        https://fog-external-reporting-results.fogproject.us/

                        1 Reply Last reply Reply Quote 0
                        • P
                          PaganLinuxGeek
                          last edited by

                          Still working on it, with no success.

                          1 Reply Last reply Reply Quote 0
                          • Wayne WorkmanW
                            Wayne Workman
                            last edited by

                            [quote=“PaganLinuxGeek, post: 42573, member: 2226”]Still working on it, with no success.[/quote]

                            So, out of curiosity (and some valid reason to bump this thread), I checked the Wiki’s Working device & Problematic Device list. The pavillion g7 is not listed in either.

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                            Daily Clean Installation Results:
                            https://fogtesting.fogproject.us/
                            FOG Reporting:
                            https://fog-external-reporting-results.fogproject.us/

                            1 Reply Last reply Reply Quote 0
                            • P
                              PaganLinuxGeek
                              last edited by

                              Well I wouldn’t want to list it as NOT WORKING until I can test it on a known functional FOG setup…
                              Anyone have one running in the panhandle of Florida?

                              1 Reply Last reply Reply Quote 0
                              • Tom ElliottT
                                Tom Elliott
                                last edited by

                                Where I’m more confused, is this still based on 1.0.1? If so, can you, at the least, try more updated ipxe files?

                                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                1 Reply Last reply Reply Quote 0
                                • P
                                  PaganLinuxGeek
                                  last edited by

                                  It is the latest stable release 1.2.0 running on Fedora Workstation 21 it was NOT an upgrade but a new installation as I had recently formatted and installed fedora 21.

                                  I am using dnsmasq to proxy the dhcp options needed to network boot clients.
                                  I HAVE check httpd logs and the clients do NOT progress to the point of requesting files via http
                                  I did have logging enabled on dnsmasq to verify proper operation but have since disabled it again.
                                  This setup is running on the HOST OS and NOT in a vm. I have been attempting to use a vbox vm to test this as well as my personal laptop a pavillion g7
                                  Please let me know what other information you need and I will endeavor to provide it. I can ssh into this machine running at home and manipulate a virtualbox vm via x over ssh.

                                  1 Reply Last reply Reply Quote 0
                                  • P
                                    PaganLinuxGeek
                                    last edited by

                                    [CODE][root@jezebelle ~]# cat /var/log/foginstall.log
                                    Script started on Tue 17 Feb 2015 02:22:34 PM CST
                                    Fedora

                                      ..#######:.    ..,#,..    .::##::.
                                    

                                    .:###### .:;####:…;#;…
                                    …##… …##;,;##::::.##…
                                    ,# …##…##:::## …::
                                    ## .::###,##. . ##.::#.:######::.
                                    …##:::###::…#. … .#…#. #…#:::.
                                    …:####:… …##…##::## … #
                                    # . …##:,;##;:::#: … ##…
                                    .# . .:;####;::::.##:::;#:…
                                    # …:;###…

                                    ###########################################

                                    FOG

                                    Free Computer Imaging Solution

                                    http://www.fogproject.org/

                                    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: [1]

                                    Staring Redhat / CentOS Installation.
                                    …/lib/redhat/functions.sh: line 1: n#: command not found

                                    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:
                                    http://www.fogproject.org/wiki/index.php?title=InstallationModes

                                    What type of installation would you like to do? [N]

                                    What is the IP address to be used by this FOG Server? [192.168.1.116]

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

                                    Would you like to use the FOG server for DHCP service? [Y/n] n

                                    This version of FOG has internationalization support, would
                                    you like to install the additional language packs? [y/N] n

                                    Would 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:

                                    http://fogproject.org/?q=cryptocurrency

                                    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 http://www.fogproject.org/wiki

                                    Here are the settings FOG will use:
                                    Base Linux: Redhat
                                    Detected Linux Distribution: Fedora
                                    Installation Type: Normal Server
                                    Server IP Address: 192.168.1.116
                                    DHCP router Address:
                                    DHCP DNS Address:
                                    Interface: eth0
                                    Using FOG DHCP: 0
                                    Internationalization: 0
                                    Donate: 0

                                        DHCP will NOT be setup but you must setup your
                                        current DHCP server to use FOG for PXE services.
                                    
                                        On a Linux DHCP server you must set:
                                            next-server
                                    
                                        On a Windows DHCP server you must set:
                                            option 066 & 067
                                    
                                                  Option 066 is the IP of the FOG Server: (e.g. 192.168.1.116)
                                                  Option 067 is the undionly.kpxe file: (e.g. undionly.kpxe)
                                    

                                    Are 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.

                                    • Packages to be installed: httpd php php-cli php-common php-gd php-mysql mysql mysql-server tftp-server nfs-utils vsftpd net-tools wget xinetd tar gzip make m4 gcc gcc-c++ lftp

                                    • Skipping package: httpd (Already installed)

                                    • Installing package: php

                                    • Skipping package: php-cli (Already installed)

                                    • Skipping package: php-common (Already installed)

                                    • Installing package: php-gd

                                    • Installing package: php-mysql

                                    • Skipping package: mariadb (Already installed)

                                    • Skipping package: mariadb-server (Already installed)

                                    • Skipping package: tftp-server (Already installed)

                                    • Skipping package: nfs-utils (Already installed)

                                    • Installing package: vsftpd

                                    • Skipping package: net-tools (Already installed)

                                    • Skipping package: wget (Already installed)

                                    • Installing package: xinetd

                                    • Skipping package: tar (Already installed)

                                    • Skipping package: gzip (Already installed)

                                    • Skipping package: make (Already installed)

                                    • Skipping package: m4 (Already installed)

                                    • Skipping package: gcc (Already installed)

                                    • Installing package: gcc-c++

                                    • Skipping package: lftp (Already installed)

                                    Confirming package installation.

                                    • Checking package: httpd…OK
                                    • Checking package: php…OK
                                    • Checking package: php-cli…OK
                                    • Checking package: php-common…OK
                                    • Checking package: php-gd…OK
                                    • Checking package: php-mysql…OK
                                    • Checking package: mysql…OK
                                    • Checking package: mysql-server…OK
                                    • Checking package: tftp-server…OK
                                    • Checking package: nfs-utils…OK
                                    • Checking package: vsftpd…OK
                                    • Checking package: net-tools…OK
                                    • Checking package: wget…OK
                                    • Checking package: xinetd…OK
                                    • Checking package: tar…OK
                                    • Checking package: gzip…OK
                                    • Checking package: make…OK
                                    • Checking package: m4…OK
                                    • Checking package: gcc…OK
                                    • Checking package: gcc-c++…OK
                                    • Checking package: lftp…OK

                                    Configuring services.

                                    • Setting up fog user…OK

                                    • Setting up and starting MySQL…Note: Forwarding request to ‘systemctl enable mysqld.service’.
                                      Created symlink from /etc/systemd/system/multi-user.target.wants/mysqld.service to /usr/lib/systemd/system/mysqld.service.
                                      Created symlink from /etc/systemd/system/multi-user.target.wants/mariadb.service to /usr/lib/systemd/system/mariadb.service.
                                      OK

                                    • Backing up user reports…OK

                                    • Did you leave the mysql password blank during install? (Y/n) y

                                    • Setting up and starting Apache Web Server…Note: Forwarding request to ‘systemctl enable httpd.service’.
                                      Created symlink from /etc/systemd/system/multi-user.target.wants/httpd.service to /usr/lib/systemd/system/httpd.service.
                                      OK
                                      You still need to install/update your database schema.
                                      This can be done by opening a web browser and going to:

                                      http://192.168.1.116/fog/management

                                    Press [Enter] key when database is updated/installed.

                                    • Configuring Fresh Clam…Skipped (See wiki for installation instructions)
                                    • Setting up storage…OK
                                    • Setting up and starting NFS Server…Note: Forwarding request to ‘systemctl enable rpcbind.service’.
                                      Note: Forwarding request to ‘systemctl enable nfs.service’.
                                      Failed to execute operation: No such file or directory
                                      OK
                                    • Setting up and starting DHCP Server…Skipped
                                    • Setting up and starting TFTP and PXE Servers…Note: Forwarding request to ‘systemctl enable xinetd.service’.
                                      OK
                                    • Setting up and starting VSFTP Server…Note: Forwarding request to ‘systemctl enable vsftpd.service’.
                                      Created symlink from /etc/systemd/system/multi-user.target.wants/vsftpd.service to /usr/lib/systemd/system/vsftpd.service.
                                      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)y

                                    • Thank you, sending notification…Done

                                    Setup complete!

                                    You can now login to the FOG Management Portal using
                                    the information listed below. The login information
                                    is only if this is the first install.

                                    This can be done by opening a web browser and going to:

                                      http://192.168.1.116/fog/management
                                    
                                      Default User:
                                            Username: fog
                                            Password: password
                                    

                                    Script done on Tue 17 Feb 2015 02:53:15 PM CST
                                    [/CODE]

                                    1 Reply Last reply Reply Quote 0
                                    • Wayne WorkmanW
                                      Wayne Workman
                                      last edited by

                                      Note: Forwarding request to ‘systemctl enable nfs.service’.
                                      Failed to execute operation: No such file or directory

                                      Ok, Fedora 21 support wasn’t formally added to FOG till SVN 2920(ish), Which isn’t part of 1.2.0

                                      I’d highly recommend trying SVN 2920, 2922, or the latest SVN

                                      I’d do a fresh install, (OS and the whole 9 yards) and follow along with those Fedora 21 instructions.

                                      The commands to install a specific SVN are in the instructions.

                                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                                      Daily Clean Installation Results:
                                      https://fogtesting.fogproject.us/
                                      FOG Reporting:
                                      https://fog-external-reporting-results.fogproject.us/

                                      1 Reply Last reply Reply Quote 0
                                      • JunkhackerJ
                                        Junkhacker Developer
                                        last edited by

                                        personally, i recommend 2948. I’ve had no problems with it. the latest svn is bleeding edge and might be a bit glitchy at the moment.

                                        signature:
                                        Junkhacker
                                        We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                        1 Reply Last reply Reply Quote 0
                                        • Tom ElliottT
                                          Tom Elliott
                                          last edited by

                                          [COLOR=#ffffff]Mostly cause I’m an idiot or something…apparently[/COLOR]

                                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            PaganLinuxGeek
                                            last edited by

                                            [root@jezebelle ~]# systemctl status nfs.service
                                            ● nfs-server.service - NFS server and services
                                            Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled)
                                            Active: active (exited) since Tue 2015-02-24 08:53:22 CST; 27min ago
                                            Process: 1217 ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS (code=exited, status=0/SUCCESS)
                                            Process: 1215 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=0/SUCCESS)
                                            Main PID: 1217 (code=exited, status=0/SUCCESS)
                                            CGroup: /system.slice/nfs-server.service
                                            [root@jezebelle ~]# showmount -e 192.168.1.116
                                            Export list for 192.168.1.116:
                                            /images/dev *
                                            /images *
                                            [root@jezebelle ~]#

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 2 / 4
                                            • First post
                                              Last post

                                            192

                                            Online

                                            12.1k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project