• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. RipAU
    3. Posts
    R
    • Profile
    • Following 0
    • Followers 1
    • Topics 30
    • Posts 158
    • Best 6
    • Controversial 0
    • Groups 0

    Posts made by RipAU

    • RE: Apache2 for fog vhost - failed - Trying to update Trunk

      Going from the Fog installer log.

      ## Created by the FOG Installer
      ## Version: 6207
      ## Install time: Thu 17 Dec 2015 10:20:16 ACST
      

      I’m assuming it updates the log at the last update?

      posted in FOG Problems
      R
      RipAU
    • RE: Apache2 for fog vhost - failed - Trying to update Trunk

      Also my httpd fog.conf file

      <VirtualHost *:80>
          KeepAlive Off
          ServerName 10.254.14.77
          DocumentRoot /var/www/html/
          #RewriteEngine On
          #RewriteRule /management/other/ca.cert.der$ - [L]
          #RewriteRule /management/ https://%{HTTP_HOST}%{REQUEST_URI}%{QUERY_STRING} [R,L]
      </VirtualHost>
      <VirtualHost *:443>
          KeepAlive Off
          Servername 10.254.14.77
          DocumentRoot /var/www/html/
          SSLEngine On
          SSLCertificateFile /var/www/html/fog//management/other/ssl/srvpublic.crt
          SSLCertificateKeyFile /opt/fog/snapins/ssl/.srvprivate.key
          SSLCertificateChainFile /var/www/html/fog//management/other/ca.cert.der
      </VirtualHost>
      

      All looks pretty fine to me. These are the files that after the update the server complains about though… ?

      posted in FOG Problems
      R
      RipAU
    • RE: Apache2 for fog vhost - failed - Trying to update Trunk

      Yeah it does that a default one from the initial fedora install, but in the Error logs it is pointing at the fog directory as the cert error?

      I just tried the install again and this is from the fog server right after the install fails to restart httpd and the error in the logs until i did the install.

      [Thu Apr 21 13:16:06.064600 2016] [ssl:emerg] [pid 15945] AH02565: Certificate and private key 10.254.14.77:443:0 from /var/www/html/fog/management/other/ssl/srvpublic.crt and /opt/fog/snapins/ssl/.srvprivate.key do not match
      AH00016: Configuration Failed
      
      

      This is also from the journalctl -xe. I haven’t really used the journalctl so I’m not that familiar with it.

      -- The start-up result is done.
      Apr 21 13:07:37 fog2 audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mariadb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
      Apr 21 13:07:37 fog2 polkitd[628]: Unregistered Authentication Agent for unix-process:15587:1584643 (system bus name :1.37, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8) (disconnec
      Apr 21 13:07:40 fog2 polkitd[628]: Registered Authentication Agent for unix-process:15832:1585006 (system bus name :1.40 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/Authen
      Apr 21 13:07:40 fog2 systemd[1]: Stopping The Apache HTTP Server...
      -- Subject: Unit httpd.service has begun shutting down
      -- Defined-By: systemd
      -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
      --
      -- Unit httpd.service has begun shutting down.
      Apr 21 13:07:40 fog2 systemd[1]: Stopping The PHP FastCGI Process Manager...
      -- Subject: Unit php-fpm.service has begun shutting down
      -- Defined-By: systemd
      -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
      --
      -- Unit php-fpm.service has begun shutting down.
      Apr 21 13:07:40 fog2 systemd[1]: Stopped The PHP FastCGI Process Manager.
      -- Subject: Unit php-fpm.service has finished shutting down
      -- Defined-By: systemd
      -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
      --
      -- Unit php-fpm.service has finished shutting down.
      Apr 21 13:07:40 fog2 audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=php-fpm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
      Apr 21 13:07:40 fog2 audit[1]: <audit-1131> pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=php-fpm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
      Apr 21 13:07:41 fog2 systemd[1]: Stopped The Apache HTTP Server.
      -- Subject: Unit httpd.service has finished shutting down
      -- Defined-By: systemd
      -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
      --
      -- Unit httpd.service has finished shutting down.
      Apr 21 13:07:41 fog2 audit[1]: <audit-1131> pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=httpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
      Apr 21 13:07:41 fog2 polkitd[628]: Unregistered Authentication Agent for unix-process:15832:1585006 (system bus name :1.40, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8) (disconnec
      Apr 21 13:15:59 fog2 polkitd[628]: Registered Authentication Agent for unix-process:15897:1634901 (system bus name :1.41 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/Authen
      Apr 21 13:16:00 fog2 systemd[1]: Reloading.
      Apr 21 13:16:01 fog2 systemd[1]: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceedi
      Apr 21 13:16:02 fog2 polkitd[628]: Unregistered Authentication Agent for unix-process:15897:1634901 (system bus name :1.41, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8) (disconnec
      Apr 21 13:16:02 fog2 polkitd[628]: Registered Authentication Agent for unix-process:15934:1635272 (system bus name :1.42 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/Authen
      Apr 21 13:16:02 fog2 systemd[1]: Stopped The Apache HTTP Server.
      -- Subject: Unit httpd.service has finished shutting down
      -- Defined-By: systemd
      -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
      --
      -- Unit httpd.service has finished shutting down.
      Apr 21 13:16:02 fog2 systemd[1]: Stopped The PHP FastCGI Process Manager.
      -- Subject: Unit php-fpm.service has finished shutting down
      -- Defined-By: systemd
      -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
      --
      -- Unit php-fpm.service has finished shutting down.
      Apr 21 13:16:02 fog2 polkitd[628]: Unregistered Authentication Agent for unix-process:15934:1635272 (system bus name :1.42, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8) (disconnec
      Apr 21 13:16:04 fog2 polkitd[628]: Registered Authentication Agent for unix-process:15940:1635487 (system bus name :1.43 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/Authen
      Apr 21 13:16:04 fog2 systemd[1]: Starting The Apache HTTP Server...
      -- Subject: Unit httpd.service has begun start-up
      -- Defined-By: systemd
      -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
      --
      -- Unit httpd.service has begun starting up.
      Apr 21 13:16:05 fog2 systemd[1]: Starting The PHP FastCGI Process Manager...
      -- Subject: Unit php-fpm.service has begun start-up
      Apr 21 13:16:06 fog2 systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
      Apr 21 13:16:06 fog2 systemd[1]: Failed to start The Apache HTTP Server.
      -- Subject: Unit httpd.service has failed
      -- Defined-By: systemd
      -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
      --
      -- Unit httpd.service has failed.
      --
      -- The result is failed.
      Apr 21 13:16:06 fog2 systemd[1]: Unit httpd.service entered failed state.
      Apr 21 13:16:06 fog2 systemd[1]: httpd.service failed.
      Apr 21 13:16:06 fog2 audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=httpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
      Apr 21 13:16:06 fog2 systemd[1]: Started The PHP FastCGI Process Manager.
      -- Subject: Unit php-fpm.service has finished start-up
      -- Defined-By: systemd
      -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
      --
      -- Unit php-fpm.service has finished starting up.
      --
      -- The start-up result is done.
      Apr 21 13:16:06 fog2 audit[1]: <audit-1130> pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=php-fpm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
      Apr 21 13:16:06 fog2 polkitd[628]: Unregistered Authentication Agent for unix-process:15940:1635487 (system bus name :1.43, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8) (disconnec
      lines 2911-2972/2972 (END)
      

      So I’m leaning towards a cert error with the fog sever? I’m assuming it is regenerating some certs that are then failing to match?
      I’m not that familiar with the SSL system in Linux sorry.

      posted in FOG Problems
      R
      RipAU
    • RE: Apache2 for fog vhost - failed - Trying to update Trunk

      I think that was from me trying to do a manual restart of the httpd to see what the error was before I looked at the logs.

      ## Created by the FOG Installer
      ## Version: 6207
      ## Install time: Thu 17 Dec 2015 10:20:16 ACST
      
      ipaddress="10.254.14.77";
      interface="eno16780032";
      submask="255.255.240.0";
      routeraddress="         option routers      10.254.15.100;";
      plainrouter="10.254.15.100";
      dnsaddress="    option domain-name-servers      10.254.14.55; ";
      dnsbootimage="10.254.14.55";
      password='PASSWORDXX';
      osid="1";
      osname="Redhat";
      dodhcp="N";
      bldhcp="0";
      blexports="1";
      installtype="N";
      snmysqluser=""
      snmysqlpass='';
      snmysqlhost="";
      installlang="0";
      donate="0";
      storageLocation="/images";
      fogupdateloaded="1";
      storageftpuser="fog";
      storageftppass='PASSWORDXX';
      docroot="/var/www/html/";
      webroot="fog/";
      caCreated="yes";
      startrange="10.254.14.10";
      endrange="10.254.14.254";
      bootfilename="undionly.kpxe";
      packages=" httpd php php-cli php-common php-gd mysql mysql-server tftp-server nfs-utils vsftpd net-tools wget xinetd tar gzip make m4 gcc gcc-c++ lftp php-mysqlnd curl php-mcrypt php-mbstring mod_ssl php-fpm php-process";
      
      noTftpBuild=''
      notpxedefaultfile=''
      

      Cheers.

      posted in FOG Problems
      R
      RipAU
    • RE: Apache2 for fog vhost - failed - Trying to update Trunk

      Oh I forgot to mention this is a Redhad based server on Fedora 22.

      Thanks again.

      posted in FOG Problems
      R
      RipAU
    • Apache2 for fog vhost - failed - Trying to update Trunk

      Hi, Guys.

      I have a working fog SVN that hasn’t had any real issues but I decided to update it to the latest trunk version as I was going to try to create a storage node later on.
      BUT when updating I’m finding that it is failing to restart apache2 with the error in the installer.

      Downloading inits, kernels, and the fog client..............OK
       * Comparing checksums of kernels and inits....................Done
       * Enabling apache and fpm services on boot....................OK
       * Creating SSL Certificate....................................OK
       * Creating auth pub key and cert..............................OK
       * Resetting SSL Permissions...................................OK
       * Setting up SSL FOG Server...................................OK
       * Restarting Apache2 for fog vhost............................Failed!
      

      This is the error from the error_logs

      New password: Retype new password: Changing password for user fog.
      passwd: all authentication tokens updated successfully.
      Failed to execute operation: No such file or directory
      â mariadb.service - MariaDB 10.0 database server
         Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled)
         Active: active (running) since Thu 2016-04-21 08:34:58 ACST; 2s ago
        Process: 3578 ExecStopPost=/usr/libexec/mysql-wait-stop (code=exited, status=0/SUCCESS)
        Process: 3811 ExecStartPost=/usr/libexec/mysql-check-upgrade (code=exited, status=0/SUCCESS)
        Process: 3668 ExecStartPost=/usr/libexec/mysql-wait-ready $MAINPID (code=exited, status=0/SUCCESS)
        Process: 3633 ExecStartPre=/usr/libexec/mysql-prepare-db-dir %n (code=exited, status=0/SUCCESS)
        Process: 3611 ExecStartPre=/usr/libexec/mysql-check-socket (code=exited, status=0/SUCCESS)
       Main PID: 3667 (mysqld_safe)
         CGroup: /system.slice/mariadb.service
                 ââ3667 /bin/sh /usr/bin/mysqld_safe --basedir=/usr
                 ââ3779 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib64/mysql/plugin --log-error=/var/log/mariadb/mariadb.log --pid-file=/var/run/mariadb/mariadb.pid --socket=/var/lib/mysql/mysql.sock
      
      Apr 21 08:34:57 fog2 systemd[1]: Starting MariaDB 10.0 database server...
      Apr 21 08:34:57 fog2 mysqld_safe[3667]: 160421 08:34:57 mysqld_safe Logging to '/var/log/mariadb/mariadb.log'.
      Apr 21 08:34:57 fog2 mysqld_safe[3667]: 160421 08:34:57 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
      Apr 21 08:34:58 fog2 systemd[1]: Started MariaDB 10.0 database server.
      Signature ok
      subject=/CN=10.254.14.77
      Getting CA Private Key
      ln: failed to create symbolic link â/var/www/html/fog/fogâ: File exists
      Job for httpd.service failed. See "systemctl status httpd.service" and "journalctl -xe" for details.
      â httpd.service - The Apache HTTP Server
         Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
         Active: failed (Result: exit-code) since Thu 2016-04-21 08:43:29 ACST; 2s ago
        Process: 3964 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
       Main PID: 3964 (code=exited, status=1/FAILURE)
      
      Apr 21 08:43:28 fog2 systemd[1]: Starting The Apache HTTP Server...
      Apr 21 08:43:29 fog2 systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
      Apr 21 08:43:29 fog2 systemd[1]: Failed to start The Apache HTTP Server.
      Apr 21 08:43:29 fog2 systemd[1]: Unit httpd.service entered failed state.
      Apr 21 08:43:29 fog2 systemd[1]: httpd.service failed.
      
      â php-fpm.service - The PHP FastCGI Process Manager
         Loaded: loaded (/usr/lib/systemd/system/php-fpm.service; enabled; vendor preset: disabled)
         Active: active (running) since Thu 2016-04-21 08:43:30 ACST; 2s ago
       Main PID: 3965 (php-fpm)
         Status: "Ready to handle connections"
         CGroup: /system.slice/php-fpm.service
                 ââ3965 php-fpm: master process (/etc/php-fpm.conf
                 ââ3970 php-fpm: pool www
                 ââ3971 php-fpm: pool www
                 ââ3972 php-fpm: pool www
                 ââ3973 php-fpm: pool www
                 ââ3974 php-fpm: pool www
      
      Apr 21 08:43:28 fog2 systemd[1]: Starting The PHP FastCGI Process Manager...
      Apr 21 08:43:30 fog2 systemd[1]: Started The PHP FastCGI Process Manager.
      
      

      From httpd errors

      [Thu Apr 21 08:52:48.951978 2016] [ssl:emerg] [pid 4062] AH02565: Certificate and private key 10.254.14.77:443:0 from /var/www/html/fog/management/other/ssl/srvpublic.crt and /opt/fog/snapins/ssl/.srvprivate.key do not match
      AH00016: Configuration Failed
      

      So would this be an issue with the .fogsettings file? I’m not sure what I’m missing.
      Obviously there is an issue with the Certs but I’m not sure if it is something I have/haven’t done.

      This server has a snapshot so I can easily go back to a working version just hoping to work out what I’m doing wrong with the update?

      Thanks guys.

      posted in FOG Problems
      R
      RipAU
    • RE: Yet another Person with DNSMasq issues

      I’m happy to dump more data from wireshark?

      posted in Linux Problems
      R
      RipAU
    • RE: Yet another Person with DNSMasq issues

      Yeah we have always had WDS and the entire windows server with DHCP/WDS etc is controlled by an outside organisation and due to policy I am unable to change it.

      That said: We have had fog running and doing our imaging for quite a few years and we did previously have DNSmasq working perfectly next to Windows older windows deployment server. Just trying to figure out what has changed in the setup. Worst case I have got IPXE USB keys I can use to boot desktops but it would be handy to have a proxyDHCP working again.

      I’m still waiting for feed back from the Windows admins about this and I can cross my fingers and hope.
      I’ve also tested CWDS ProxyDHCP on another PC to see if it works but that has the same issue as DNSMasq in regards to the clients only going from the WDS.

      Thanks again.
      If I can figure it out I’ll let you know just in case others run into something similar 🙂

      posted in Linux Problems
      R
      RipAU
    • RE: iPXE Menu Customization Questions on Fog Trunk

      Thanks, Tom.

      Yep I have the Trunk version running.
      I was hoping to have the ability to Add items to the ‘Advanced Menu’ with the new option in FOG Trunk of creating menu items. Is this possible at all?
      or if not would it be possible to create another Sub Menu instead using this feature? (Similar to Advanced Menu) that way I can have network tools/Additional PXE options in a sub menu instead of on the Main IPXE menu.

      Hopefully I am making sense 🙂

      Thanks again.

      posted in General
      R
      RipAU
    • iPXE Menu Customization Questions on Fog Trunk

      Hi, everyone.

      I’ve used the previous Advanced Configuration Options in the fog menu to Password protect some basic network tools, and noticed the new options available in the Trunk to have my own menu Items.

      My question is:
      is it possible to have these new menu Items listed in their own iPXE submenu or the existing “Advanced Menu” in Fog? so I can password protect them? or just have them off the default menu?

      I’ve worked out how to password protect an Item (not exactly sure that all this is need) but as an example:

      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param advLog 1
      echo This computer :
      echo MAC address....${net0/mac}
      echo IP address.....${ip}
      echo Netmask........${netmask}
      echo Serial.........${serial}
      echo Asset number...${asset}
      echo Manufacturer...${manufacturer}
      echo Product........${product}
      echo BIOS platform..${platform}
      echo
      echo press any key to return to Menu
      prompt
      goto MENU
      

      I have this listed as “Advanced Login required” and it seems to work fine, but I was wanting to avoid filling the default menu screen with boot options and the ability to have these in their own menu would be great.
      Is this possible or should I just continue using the fog inbuilt advanced menu with password protect?

      Thanks again.

      posted in General
      R
      RipAU
    • RE: Yet another Person with DNSMasq issues

      I’m waiting for someone to give me a call back now, to work out what exactly is set and why.
      So far the DHCP/TFTP server is 14.53 so I’m not sure why they have 14.55 listed as option 66 it doesn’t actually have any TFTP or DHCP functions outside of being a DC.

      I’ll have to wait and see what they say. This image is a standard PXE boot and 14.55 isn’t even popping up.
      Thanks, I’ll have a go with that filter.

      Cheers,

      0_1455147029334_pxeboot.jpg

      posted in Linux Problems
      R
      RipAU
    • RE: Yet another Person with DNSMasq issues

      @Sebastian-Roth

      Thanks, yeah I’m thinking it is a configuration of the new servers, I’ll have to give them a call and find out how it is configured.
      They have a few VMs setup to handle the DC/DNS/DHCP. 14.55 is the DC and DNS I’m unsure what other roles 14.53 have.

      I’ve always had FOG as a VM and I’ve only had this issue since the new Windows 2012 servers are running, so I don’t think its a timing thing.
      As you mentioned the old Windows servers may not have had option 66 enabled which allowed me to use DNSmasq previously.
      I’ll go through the pcap files and see if I can understand it better and harass the guys in charge about why next-server and option 66 are pointing at different locations.

      Thanks again.

      posted in Linux Problems
      R
      RipAU
    • RE: Yet another Person with DNSMasq issues

      0_1454973592148_bootp-1.pcap

      I’ve attached a pcap file, I’m not an expert on tftp or dhcp but I don’t seem to be able to see any issues?
      It just looked to me as if the main DHCP server is still handing out all the details and the clients are just ignoring DNSMasq?

      posted in Linux Problems
      R
      RipAU
    • RE: Yet another Person with DNSMasq issues

      I tested those options and it still acts the same.
      I’ve put the options back to what previously worked and just running TCPdump.

      I know the main Windows DHCP server used to be configured as a DHCP proxy with a Domain controller, but it did previously work.
      I’m unsure how it is configured now though.

      Whats the best way to post up wireshark dumps on the forums?

      posted in Linux Problems
      R
      RipAU
    • RE: Yet another Person with DNSMasq issues

      Yeah all of our Desktops/Laptops seem to just continue with the normal Windows network booting (exactly the same if I didn’t have DNSMasq running) pointed at the Windows Deployment Servers.

      The main change obviously is the Windows servers were updated to 2012. So I am assuming it is related to some setting that can/has been set?
      Yeah I was running tcpdump to watch the traffic.

      I’ll run this again when I’m back at work in the morning and see if I can upload the PCAP file somewhere.
      I guess this is my last main hurdle to get fog working perfect again 🙂

      Thanks again.

      posted in Linux Problems
      R
      RipAU
    • Yet another Person with DNSMasq issues

      Hey, everyone.

      I have the fog trunk up and running and so far (knock on wood) I haven’t had any problems with re-imaging/Kernel issues/iPXE issues etc. All that seems to be working well.

      This is more just wondering if this is related more to Windows Server Server 2012 DHCP server, I previously had DNSMasq working perfectly with re-imaging labs (on fog 1.2.0) but the Windows Servers were due to be updated/replaced and have since had Windows Server 2012 installed with DHCP running. As is normal I can’t actually access the settings at all to see what they changed.
      As a result DNSMasq no longer injects any of my fog TFTP settings into our Desktop clients and I’m wondering if anyone else has noticed the same?

      I’ve currently installed DNSMasq on my fog server with the following settings from /etc/dnsmasq.d/fog.conf

      Dnsmasq version 2.75

      port=0
      log-dhcp
      tftp-root=/tftpboot
      dhcp-boot=undionly.0,,10.254.14.77
      #dhcp-option=17,/images
      dhcp-option-force=17,/images
      #dhcp-option=vendor:PXEClient,6,2b
      dhcp-option-force=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=10.254.14.77,proxy
      

      I’ve gone through the Wiki and also DNSMasq logs and it looks like it should be working fine; the clients just don’t respond.

      Feb  8 15:53:06 fog2 dnsmasq-dhcp[15267]: 1456310667 available DHCP subnet: 10.254.14.77/255.255.240.0
      Feb  8 15:53:06 fog2 dnsmasq-dhcp[15267]: 1456310667 vendor class: PXEClient:Arch:00000:UNDI:002001
      Feb  8 15:53:06 fog2 dnsmasq-dhcp[15267]: 1456310667 PXE(eno16780032) f8:b1:56:cd:89:8b proxy
      Feb  8 15:53:06 fog2 dnsmasq-dhcp[15267]: 1456310667 tags: eno16780032
      Feb  8 15:53:06 fog2 dnsmasq-dhcp[15267]: 1456310667 bootfile name: undionly.0
      Feb  8 15:53:06 fog2 dnsmasq-dhcp[15267]: 1456310667 next server: 10.254.14.77
      Feb  8 15:53:06 fog2 dnsmasq-dhcp[15267]: 1456310667 broadcast response
      Feb  8 15:53:06 fog2 dnsmasq-dhcp[15267]: 1456310667 sent size:  1 option: 53 message-type  2
      Feb  8 15:53:06 fog2 dnsmasq-dhcp[15267]: 1456310667 sent size:  4 option: 54 server-identifier  10.254.14.77
      Feb  8 15:53:06 fog2 dnsmasq-dhcp[15267]: 1456310667 sent size:  9 option: 60 vendor-class  50:58:45:43:6c:69:65:6e:74
      Feb  8 15:53:06 fog2 dnsmasq-dhcp[15267]: 1456310667 sent size: 17 option: 97 client-machine-id  00:44:45:4c:4c:59:00:10:42:80:57:c6:c0:4f...
      Feb  8 15:53:06 fog2 dnsmasq-dhcp[15267]: 1456310667 sent size: 93 option: 43 vendor-encap  06:01:03:08:07:80:00:01:0a:fe:0e:4d:09:32...
      Feb  8 15:53:10 fog2 dnsmasq-dhcp[15267]: 1456310667 available DHCP subnet: 10.254.14.77/255.255.240.0
      Feb  8 15:53:10 fog2 dnsmasq-dhcp[15267]: 1456310667 vendor class: PXEClient:Arch:00000:UNDI:002001
      Feb  8 15:53:11 fog2 kernel: device eno16780032 left promiscuous mode
      Feb  8 15:53:11 fog2 audit: <audit-1700> dev=eno16780032 prom=0 old_prom=256 auid=0 uid=72 gid=72 ses=24
      Feb  8 15:53:34 fog2 dnsmasq-dhcp[15267]: 1704800392 available DHCP subnet: 10.254.14.77/255.255.240.0
      Feb  8 15:53:34 fog2 dnsmasq-dhcp[15267]: 1704800392 vendor class: MSFT 5.0
      Feb  8 15:53:34 fog2 dnsmasq-dhcp[15267]: 1704800392 client provides name: PC-D-FYBWC02
      Feb  8 15:54:12 fog2 dnsmasq-dhcp[15267]: 2750416450 available DHCP subnet: 10.254.14.77/255.255.240.0
      Feb  8 15:54:12 fog2 dnsmasq-dhcp[15267]: 2750416450 vendor class: MSFT 5.0
      Feb  8 15:54:12 fog2 dnsmasq-dhcp[15267]: 2750416450 client provides name: LT-M-07909124
      Feb  8 15:54:18 fog2 dnsmasq-dhcp[15267]: 2321604315 available DHCP subnet: 10.254.14.77/255.255.240.0
      Feb  8 15:54:18 fog2 dnsmasq-dhcp[15267]: 2321604315 vendor class: MSFT 5.0
      Feb  8 15:54:18 fog2 dnsmasq-dhcp[15267]: 2321604315 client provides name: LT-M-07909124
      

      Just wondering if I’m missing something?

      Thanks again.

      posted in Linux Problems
      R
      RipAU
    • RE: /opt/fog/snapins disappearing

      @Tom-Elliott I Just updated my storage node with the latest SVN to fix the Snapin issue and noticed an error at the end.
      It did report that it installed everything correctly and seems to be working but the errors I noticed are

       * Starting FOGScheduler.service Service.......................OK
       * Starting FOGPingHosts.service Service.......................OK
       * Setting up exports file.....................................OK
       * Setting up and starting RPCBind.............................OK
       * Setting up and starting NFS Server..........................OK
      sed: -e expression #1, char 76: unknown option to `s'
      sed: -e expression #1, char 88: unknown option to `s'
      
       * Setup complete
      
      
       * You still need to setup this node in the fog management
       | portal. You will need the username and password listed
       | below.
      
       * Management Server URL:
      

      I thought I would reply here as I thought this might be related to the latest fixes?

      Cheers!

      posted in Bug Reports
      R
      RipAU
    • RE: Storage Node installation fails

      @Wayne-Workman Yep seemed to work. Just finished installing/configuring. I’ll add this to the fog and see how it goes 🙂
      Thanks guys.

      posted in Bug Reports
      R
      RipAU
    • RE: Storage Node installation fails

      @Wayne-Workman Perfect, I’ll give it a shot when it pops into the SVN.

      Thanks again.

      posted in Bug Reports
      R
      RipAU
    • RE: Storage Node installation fails

      @Sebastian-Roth

      I checked my error logs and it lists the same:

      "Package dhcp-compat-12:4.3.2-7.fc22.x86_64 is already installed, skipping."
      

      But when going to remove It with dnf says I don’t have it installed.

      I’m not even sure why it is trying to install DHCP when I’m trying to set it up as a storage node?

      Cheers,

      posted in Bug Reports
      R
      RipAU
    • 1 / 1