• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. RLane
    3. Posts
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 102
    • Best 5
    • Controversial 0
    • Groups 0

    Posts made by RLane

    • RE: Automated Deployment

      @Tom-Elliott Correct me if I’m wrong, but I thought if you didn’t want a name assigned via sysprep/unattend, you used * as a placeholder. Is that not the case?

      posted in General
      R
      RLane
    • RE: Automated Deployment

      @Wayne-Workman It’s currently set to 1. I was asking if it should be on 2 or 1, but you suggest 1, which it currently is. ComputerName is * and nothing regarding my domain is in the unattend file.

      Odd.

      So ideally after the download of the image, it should reboot, rename/join domain and it’s ready to go?

      posted in General
      R
      RLane
    • RE: Automated Deployment

      I did, I have the client/service configure in my SetupComplete.cmd file.

      Do I need to have my LogonCount set to 2 instead of 1 within my unattend file? It seems like the first reboot is the domain, then it’ll ask me to log in. Once I log in, it’ll reboot and change the host name.

      Service is running. Cloud version is 7959.

      posted in General
      R
      RLane
    • Automated Deployment

      Hi all,

      As I prepare to roll out Windows 10 here at some of the schools, I’ve in my final stages of testing. During my tests with this image, it will sysprep, upload, deploy to host, and join the domain.

      It does not seem to change the host name until someone logs in. Is that a bug, by design, or a setting I missed?

      Also, after it changes the name, there is still a computer in AD by the old name. Is this avoidable or do I just go in and delete it after it’s changed? It does disable the old computer.

      posted in General
      R
      RLane
    • RE: Only one computer in group

      @mccabem Upgrade to the latest version of the trunk. I’m using 7959 and it works fine.

      I believe @Tom-Elliott fixed this issue in a 79xx version of the trunk.

      posted in FOG Problems
      R
      RLane
    • RE: HP EliteDesk 800 G2 compatibility

      @the_great_heed I’m using the trunk version, not 1.2.0, so I’m not sure. This will become our production FOG server since we are adding another 600-700 G2 SFFs.

      posted in Hardware Compatibility
      R
      RLane
    • RE: [7949] Database Schema Installer / Updater Issue

      Heh, spoke too soon. Updated to the latest revision this morning, cloud version 795x and it was resolved.

      posted in FOG Problems
      R
      RLane
    • RE: HP EliteDesk 800 G2 compatibility

      @george1421 Can confirm that this is the fix. Recently just deployed 650 EliteDesk 800 G2 SFF’s and upgrading to trunk (using the newer kernel) fixed it.

      posted in Hardware Compatibility
      R
      RLane
    • RE: [7949] Database Schema Installer / Updater Issue

      SELinux=permissive

      Fresh install of the trunk, cloud version 7947.

      MySQL is running, root drive has 25 GiB. I’ve used this setup for the last year when building trunk FOG servers for testing. Fresh .fogsettings.

      posted in FOG Problems
      R
      RLane
    • [7949] Database Schema Installer / Updater Issue

      On a fresh install of CentOS 7 x64, I have the following error:

      Database Schema Installer / Updater

      Database Schema Installer / Updater
      Your database connection appears to be invalid. FOG is unable to communicate with the database. There are many reasons why this could be the case. Please check your credentials in /var/www/html/fog/lib/fog/config.class.php. Also confirm that the database is indeed running. If credentials are correct, and the Database service is running, check to ensure your filesystem has enough space.

      I’ve never seen this before. Would this happen to do with the new FOG security settings?

      posted in FOG Problems
      R
      RLane
    • RE: 7703 - Groups Bugged

      @Tom-Elliott Can confirm working on latest release, thank you again!

      posted in Bug Reports
      R
      RLane
    • RE: Groups can no longer hold more than one member (Trunk 7825)

      Here was another thread that contained the same issue:

      https://forums.fogproject.org/topic/7473/7703-groups-bugged/20

      I believe it was fixed in the latest revision update. @Tom-Elliott can correct me if I’m wrong.

      posted in FOG Problems
      R
      RLane
    • RE: 7703 - Groups Bugged

      @Tom-Elliott said in 7703 - Groups Bugged:

      svn co https://svn.code.sf.net/p/freeghost/code/trunk

      Still have the same issue, since this is not the production FOG server I use daily, I will delete and rebuild from scratch… especially if nobody else is having these issues.

      posted in Bug Reports
      R
      RLane
    • RE: 7703 - Groups Bugged

      @Tom-Elliott SVN on CentOS7 x64

      posted in Bug Reports
      R
      RLane
    • RE: 7703 - Groups Bugged

      @Tom-Elliott define(‘DATABASE_HOST’,‘p:127.0.0.1’);
      define(‘DATABASE_NAME’,‘fog’);
      define(‘DATABASE_USERNAME’,‘root’);
      define(‘DATABASE_PASSWORD’,“”);
      }
      /** @function svc_setting() Defines the service settings
      * (e.g. FOGMulticastManager)
      * @return void
      /
      private static function svc_setting() {
      define(‘UDPSENDERPATH’,‘/usr/local/sbin/udp-sender’);
      define(‘MULTICASTINTERFACE’,‘ens160’);
      define(‘UDPSENDER_MAXWAIT’,null);
      }
      /
      * @function init_setting() Initial values if fresh install are set here
      * NOTE: These values are only used on initial
      * installation to set the database values.
      * If this is an upgrade, they do not change
      * the values within the Database.
      * Please use FOG Configuration->FOG Settings
      * to change these values after everything is
      * setup.
      * @return void
      */
      private static function init_setting() {
      define(‘TFTP_HOST’, “10.5.1.20”);
      define(‘TFTP_FTP_USERNAME’, “fog”);
      define(‘TFTP_FTP_PASSWORD’, “VqafHBSMk0WMSiwwXUnU41isjEkDj/jrx5CQh5LuVPI=”);
      define(‘TFTP_PXE_KERNEL_DIR’, “/var/www/html/fog//service/ipxe/”);
      define(‘PXE_KERNEL’, ‘bzImage’);
      define(‘PXE_KERNEL_RAMDISK’,127000);
      define(‘USE_SLOPPY_NAME_LOOKUPS’,true);
      define(‘MEMTEST_KERNEL’, ‘memtest.bin’);
      define(‘PXE_IMAGE’, ‘init.xz’);
      define(‘PXE_IMAGE_DNSADDRESS’, “10.5.1.12”);
      define(‘STORAGE_HOST’, “10.5.1.20”);
      define(‘STORAGE_FTP_USERNAME’, “fog”);
      define(‘STORAGE_FTP_PASSWORD’, “VqafHBSMk0WMSiwwXUnU41isjEkDj/jrx5CQh5LuVPI=”);
      define(‘STORAGE_DATADIR’, ‘/images/’);
      define(‘STORAGE_DATADIR_UPLOAD’, ‘/images/dev’);
      define(‘STORAGE_BANDWIDTHPATH’, ‘/fog/status/bandwidth.php’);
      define(‘STORAGE_INTERFACE’,‘ens160’);
      define(‘UPLOADRESIZEPCT’,5);
      define(‘WEB_HOST’, “10.5.1.20”);
      define(‘WOL_HOST’, “10.5.1.20”);
      define(‘WOL_PATH’, ‘/fog/wol/wol.php’);
      define(‘WOL_INTERFACE’, “ens160”);
      define(‘SNAPINDIR’, “/opt/fog/snapins/”);
      define(‘QUEUESIZE’, ‘10’);
      define(‘CHECKIN_TIMEOUT’,600);
      define(‘USER_MINPASSLENGTH’,4);
      define(‘USER_VALIDPASSCHARS’,‘1234567890ABCDEFGHIJKLMNOPQRSTUVWZXYabcdefghijklmnopqrstuvwxyz_()^!#-’);
      define(‘NFS_ETH_MONITOR’, “ens160”);
      define(‘UDPCAST_INTERFACE’, “ens160”);
      define(‘UDPCAST_STARTINGPORT’, 63100 ); // Must be an even number! recommended between 49152 to 65535
      define(‘FOG_MULTICAST_MAX_SESSIONS’,64);
      define(‘FOG_JPGRAPH_VERSION’, ‘2.3’);
      define(‘FOG_REPORT_DIR’, ‘./reports/’);
      define(‘FOG_UPLOADIGNOREPAGEHIBER’,true);
      define(‘FOG_DONATE_MINING’, “0”);
      }
      }

      When you and I were troubleshooting the original error, was something changed in this file? Perhaps that is why it is not working as properly.

      posted in Bug Reports
      R
      RLane
    • RE: 7703 - Groups Bugged

      @Tom-Elliott Yep, still happening. Cloud version 7721.

      Log file in /var/log/httpd –

      [Wed May 18 11:50:06.074840 2016] [:error] [pid 18892] [client 10.8.25.28:50936] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:06.122281 2016] [:error] [pid 2158] [client 10.16.35.59:51790] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:06.427792 2016] [:error] [pid 18888] [client 10.24.35.37:62497] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:06.455295 2016] [:error] [pid 2304] [client 10.8.25.100:60798] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:06.611621 2016] [:error] [pid 18258] [client 10.14.30.6:50758] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:06.712366 2016] [:error] [pid 17930] [client 10.16.35.15:50813] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:07.046508 2016] [:error] [pid 18030] [client 10.16.25.52:52745] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:07.155950 2016] [:error] [pid 18891] [client 10.20.25.44:50325] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:07.171003 2016] [:error] [pid 21814] [client 10.8.25.103:50434] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:07.176058 2016] [:error] [pid 18895] [client 10.18.25.208:50142] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:07.180787 2016] [:error] [pid 18892] [client 10.16.35.12:54998] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:07.186660 2016] [:error] [pid 2158] [client 10.20.25.8:54479] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:07.342011 2016] [:error] [pid 18888] [client 10.16.35.39:58513] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:07.579433 2016] [:error] [pid 2304] [client 10.16.35.0:51004] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:07.823192 2016] [:error] [pid 18258] [client 10.20.25.17:50065] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:08.358389 2016] [:error] [pid 17930] [client 10.8.35.126:50828] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:08.363369 2016] [:error] [pid 18030] [client 10.8.25.27:51625] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:08.533935 2016] [:error] [pid 18891] [client 10.8.25.3:53233] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:08.538989 2016] [:error] [pid 21814] [client 10.24.35.19:60850] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:08.543871 2016] [:error] [pid 18895] [client 10.20.35.54:59584] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:08.548327 2016] [:error] [pid 18892] [client 10.24.25.41:65345] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:08.714671 2016] [:error] [pid 2158] [client 10.16.25.32:55206] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:08.912733 2016] [:error] [pid 18888] [client 10.8.25.15:50456] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:08.954307 2016] [:error] [pid 2304] [client 10.16.25.65:52124] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:08.997191 2016] [:error] [pid 18258] [client 10.20.25.46:50666] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:09.182825 2016] [:error] [pid 17930] [client 10.26.25.92:62552] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:09.333855 2016] [:error] [pid 18030] [client 10.16.25.41:63239] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:09.360363 2016] [:error] [pid 18895] [client 10.16.25.63:50758] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:09.957596 2016] [:error] [pid 21814] [client 10.16.25.9:54324] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:10.191404 2016] [:error] [pid 18891] [client 10.16.25.44:52939] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:10.195967 2016] [:error] [pid 18892] [client 10.20.35.38:52029] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:10.428240 2016] [:error] [pid 2158] [client 10.16.35.59:51791] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:10.531180 2016] [:error] [pid 18888] [client 10.8.25.21:54550] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:10.585172 2016] [:error] [pid 2304] [client 10.16.25.48:51567] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:10.640471 2016] [:error] [pid 18258] [client 10.8.35.29:60093] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:10.698370 2016] [:error] [pid 17930] [client 10.8.35.78:50545] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:10.813393 2016] [:error] [pid 18030] [client 10.8.35.124:54646] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:11.028272 2016] [:error] [pid 18895] [client 10.16.25.38:52996] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:11.032742 2016] [:error] [pid 18891] [client 10.16.35.61:50738] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:11.037434 2016] [:error] [pid 21814] [client 10.8.25.169:49991] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:11.284009 2016] [:error] [pid 18892] [client 10.16.25.86:50464] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:11.443284 2016] [:error] [pid 2158] [client 10.20.25.11:59146] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:11.448680 2016] [:error] [pid 18888] [client 10.16.35.15:50814] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:11.453531 2016] [:error] [pid 2304] [client 10.16.35.49:57779] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:11.458900 2016] [:error] [pid 18258] [client 10.20.25.24:55654] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:11.463281 2016] [:error] [pid 17930] [client 10.20.35.16:63926] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:11.859636 2016] [:error] [pid 18030] [client 10.8.25.71:50140] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:12.222709 2016] [:error] [pid 18895] [client 10.18.25.205:64150] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:12.356354 2016] [:error] [pid 18891] [client 10.8.25.69:50100] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:12.433315 2016] [:error] [pid 21814] [client 10.20.25.37:49306] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:12.483019 2016] [:error] [pid 18892] [client 10.8.35.101:55135] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:12.487640 2016] [:error] [pid 18888] [client 10.8.35.121:55857] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:12.838838 2016] [:error] [pid 2158] [client 10.26.25.92:62555] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:12.843976 2016] [:error] [pid 2304] [client 10.5.25.3:60742] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:13.172281 2016] [:error] [pid 18258] [client 10.8.35.95:53054] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:13.177011 2016] [:error] [pid 17930] [client 10.8.25.111:54092] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:13.217487 2016] [:error] [pid 18030] [client 10.12.20.10:51065] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:13.564121 2016] [:error] [pid 18895] [client 10.8.35.22:51491] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:13.862222 2016] [:error] [pid 18891] [client 10.16.35.18:50641] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:14.148095 2016] [:error] [pid 21814] [client 10.8.25.60:50933] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:14.152985 2016] [:error] [pid 18892] [client 10.8.35.48:51012] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:14.168874 2016] [:error] [pid 18888] [client 10.8.35.25:56146] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2
      [Wed May 18 11:50:14.173603 2016] [:error] [pid 2158] [client 10.20.35.24:50451] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /var/www/html/fog/lib/fog/config.class.php on line 2

      posted in Bug Reports
      R
      RLane
    • RE: 7703 - Groups Bugged

      Cloud version 7703. Clean version/clean install from earlier.

      Attempting to add two hosts at once to group:
      https://gyazo.com/4c97671dc8c6419c4a8548497dafcef9

      Attempting to add one (remaining) host to group once another is added:
      https://gyazo.com/b3c70787a8237c46a8d32cfd4fb2f500

      posted in Bug Reports
      R
      RLane
    • 7703 - Groups Bugged

      When I add a host to a group, it works. When I try to add a second host to a group, it removes the first. If I select two hosts at once to add to a group, it will only add the last one.

      Ex. HOST-01 -> added to group, stays.

      Attempt to add HOST-02 -> removes 01, adds and keeps 02 in group.

      posted in Bug Reports
      R
      RLane
    • RE: Error after upgrading to trunk

      @Tom-Elliott

      fog_error_7695.log

      /bin/lsb_release
      /bin/systemctl
      grep: /opt/fog/.fogsettings: No such file or directory
      ln: failed to create symbolic link ‘/usr/lib/systemd/system/mysql.service’: File exists
      ln: failed to create symbolic link ‘/usr/lib/systemd/system/mysqld.service’: File exists
      ln: failed to create symbolic link ‘/etc/systemd/system/mysql.service’: File exists
      ln: failed to create symbolic link ‘/etc/systemd/system/mysqld.service’: File exists
      Loaded plugins: fastestmirror
      Loading mirror speeds from cached hostfile

      • base: bay.uchicago.edu
      • epel: mirror.steadfast.net
      • extras: bay.uchicago.edu
      • remi: mirrors.mediatemple.net
      • remi-php56: mirrors.mediatemple.net
      • remi-safe: mirrors.mediatemple.net
      • updates: mirror.umd.edu
        Package epel-release-7-6.noarch already installed and latest version
        Nothing to do
        package remi-release-7 is not installed
        Retrieving http://rpms.remirepo.net/enterprise/remi-release-7.rpm
        Preparing… ########################################
        package remi-release-7.1-3.el7.remi.noarch is already installed
        Loaded plugins: fastestmirror
        ================================== repo: remi ==================================
        [remi]
        async = True
        bandwidth = 0
        base_persistdir = /var/lib/yum/repos/x86_64/7
        baseurl =
        cache = 0
        cachedir = /var/cache/yum/x86_64/7/remi
        check_config_file_age = True
        cost = 1000
        deltarpm_metadata_percentage = 100
        deltarpm_percentage =
        enabled = True
        enablegroups = True
        exclude =
        failovermethod = priority
        gpgcadir = /var/lib/yum/repos/x86_64/7/remi/gpgcadir
        gpgcakey =
        gpgcheck = True
        gpgdir = /var/lib/yum/repos/x86_64/7/remi/gpgdir
        gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
        hdrdir = /var/cache/yum/x86_64/7/remi/headers
        http_caching = all
        includepkgs =
        ip_resolve =
        keepalive = True
        keepcache = False
        mddownloadpolicy = sqlite
        mdpolicy = group:small
        mediaid =
        metadata_expire = 21600
        metadata_expire_filter = read-only:present
        metalink =
        minrate = 0
        mirrorlist = http://rpms.remirepo.net/enterprise/7/remi/mirror
        mirrorlist_expire = 86400
        name = Remi’s RPM repository for Enterprise Linux 7 - x86_64
        old_base_cache_dir =
        password =
        persistdir = /var/lib/yum/repos/x86_64/7/remi
      posted in FOG Problems
      R
      RLane
    • 1 / 1