• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. PaganLinuxGeek
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 17
    • Best 0
    • Controversial 0
    • Groups 0

    PaganLinuxGeek

    @PaganLinuxGeek

    0
    Reputation
    749
    Profile views
    17
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Age 52

    PaganLinuxGeek Unfollow Follow

    Latest posts made by PaganLinuxGeek

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

      Already considered that. It’s not an option on this device. 😕 I have a raspberry PI running on the home lan that could handle dhcp as it’s always on.

      posted in Tutorials
      P
      PaganLinuxGeek
    • RE: /default.ipxe... Connection timed out | fog_1.0.1 | Ubuntu 14.04 LTS | Winxp32 Vbox Client

      Yes I did 🙂 undionly.0

      posted in Tutorials
      P
      PaganLinuxGeek
    • RE: /default.ipxe... Connection timed out | fog_1.0.1 | Ubuntu 14.04 LTS | Winxp32 Vbox Client

      If it helps any, this is the router/modem they provided as much as I hate this device I am forced to use it
      [url]http://docs.technicolor.com/data/files/cm/DMS-CTC-20130228-0000.pdf[/url]

      posted in Tutorials
      P
      PaganLinuxGeek
    • RE: /default.ipxe... Connection timed out | fog_1.0.1 | Ubuntu 14.04 LTS | Winxp32 Vbox Client

      I cannot modify those options in the router my ISP provided. That is why I am using dnsmasq
      I tried installing the svn suggested over my existing fog install. The “devel” version I guess shows the server IP…
      I’m trying to understand why it’s pulling the router’s IP instead of what dnsmasq is sending…

      [CODE][root@jezebelle tftp]# cat /etc/dnsmasq.conf
      tftp-root=/tftpboot
      #enable-tftp
      dhcp-option=vendor:PXEClient,6,2b
      dhcp-no-override
      dhcp-range=192.168.1.107,proxy
      #port=0
      log-dhcp
      dhcp-boot=undionly.kpxe,192.168.1.107
      dhcp-option=17,/images
      dhcp-option=pxe,66,192.168.1.107
      pxe-prompt=“Press F8 for boot menu”, 9
      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
      [/CODE]

      [CODE][root@jezebelle tftp]# ifconfig
      eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
      inet 192.168.1.116 netmask 255.255.255.0 broadcast 192.168.1.255
      inet6 fe80::922b:34ff:fed4:e03 prefixlen 64 scopeid 0x20<link>
      ether 90:2b:34:d4:0e:03 txqueuelen 1000 (Ethernet)
      RX packets 2713 bytes 207258 (202.4 KiB)
      RX errors 0 dropped 0 overruns 0 frame 0
      TX packets 40 bytes 9597 (9.3 KiB)
      TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
      device interrupt 20 memory 0xf7600000-f7620000

      enp4s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
      inet 192.168.1.115 netmask 255.255.255.0 broadcast 192.168.1.255
      inet6 fe80::6a05:caff:fe0a:5e3 prefixlen 64 scopeid 0x20<link>
      ether 68:05:ca:0a:05:e3 txqueuelen 1000 (Ethernet)
      RX packets 2704 bytes 205402 (200.5 KiB)
      RX errors 0 dropped 0 overruns 0 frame 0
      TX packets 35 bytes 9194 (8.9 KiB)
      TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
      device interrupt 16 memory 0xf74c0000-f74e0000

      enp7s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
      inet 192.168.1.107 netmask 255.255.255.0 broadcast 192.168.1.255
      inet6 fe80::922b:34ff:fed4:df3 prefixlen 64 scopeid 0x20<link>
      ether 90:2b:34:d4:0d:f3 txqueuelen 1000 (Ethernet)
      RX packets 441929 bytes 66602075 (63.5 MiB)
      RX errors 0 dropped 0 overruns 0 frame 0
      TX packets 1299172 bytes 1874321485 (1.7 GiB)
      TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
      device interrupt 18

      lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
      inet 127.0.0.1 netmask 255.0.0.0
      inet6 ::1 prefixlen 128 scopeid 0x10<host>
      loop txqueuelen 0 (Local Loopback)
      RX packets 76552 bytes 1155843438 (1.0 GiB)
      RX errors 0 dropped 0 overruns 0 frame 0
      TX packets 76552 bytes 1155843438 (1.0 GiB)
      TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

      virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
      inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
      ether 6e:1a:c0:4e:a2:a6 txqueuelen 0 (Ethernet)
      RX packets 0 bytes 0 (0.0 B)
      RX errors 0 dropped 0 overruns 0 frame 0
      TX packets 0 bytes 0 (0.0 B)
      TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
      [/CODE]

      posted in Tutorials
      P
      PaganLinuxGeek
    • RE: /default.ipxe... Connection timed out | fog_1.0.1 | Ubuntu 14.04 LTS | Winxp32 Vbox Client

      I noticed today that the last line shown on the vbox console has the WRONG ip address. (It’s showing tftp://192.168.1.1/default.ipxe…
      Now I’ve set dnsmasq.conf to use .116 What would cause the clients to default to the .1 ip instead? is there another file somewhere that undionly.kpxe is referencing?

      posted in Tutorials
      P
      PaganLinuxGeek
    • RE: /default.ipxe... Connection timed out | fog_1.0.1 | Ubuntu 14.04 LTS | Winxp32 Vbox Client

      Ugh. this machine doubles as my workstation. Lots of work to re-install this beast… Where can I get svn 2922? Perhaps I can round up a older alower machine to install 21 on and then this developmental version.

      If I knew what the failed actions were I could likely ammend or perform them manually. I had to do that with 0.32 on fedora 19, and 20…

      posted in Tutorials
      P
      PaganLinuxGeek
    • RE: /default.ipxe... Connection timed out | fog_1.0.1 | Ubuntu 14.04 LTS | Winxp32 Vbox Client

      [quote=“Wayne Workman, post: 42679, member: 28155”]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.[/quote]

      You are recommending a format and fresh install of the OS? then install a development version of the software? I just want to make sure I understand you correctly. Before you respond please see my post just prior to this showing that nfs is active and exporting the images and dev directories

      posted in Tutorials
      P
      PaganLinuxGeek
    • RE: /default.ipxe... Connection timed out | fog_1.0.1 | Ubuntu 14.04 LTS | Winxp32 Vbox Client

      [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 ~]#

      posted in Tutorials
      P
      PaganLinuxGeek
    • RE: /default.ipxe... Connection timed out | fog_1.0.1 | Ubuntu 14.04 LTS | Winxp32 Vbox Client

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

      posted in Tutorials
      P
      PaganLinuxGeek
    • RE: /default.ipxe... Connection timed out | fog_1.0.1 | Ubuntu 14.04 LTS | Winxp32 Vbox Client

      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.

      posted in Tutorials
      P
      PaganLinuxGeek