• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. xburnerx00
    3. Posts
    X
    • Profile
    • Following 0
    • Followers 0
    • Topics 17
    • Posts 68
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by xburnerx00

    • RE: Chrome Flex OS

      @danibashkov I too was having issues capturing an image and then I used these settings and it captured an image successfully From a Dell Latitude 3410.

      The problem I have now is that the device that that I deployed the image to (also a Dell Latitude 3410) does not boot into Chrome OS Flex. It is stuck in a loop of it trying to boot from HD or network.

      posted in General Problems
      X
      xburnerx00
    • RE: New install failing

      @sebastian-roth

      Thank you for pointing that out. I changed the settings to manual, as it was already set to DHCP. After that, I reran the install and it completed. I do not know why there was two addresses. When I installed Cent OS, I input an ip address. I guess when it finished the install it was set for dynamic and picked up an IP but still had the manual one set.

      posted in FOG Problems
      X
      xburnerx00
    • RE: New install failing

      @sebastian-roth
      Thank you for the reply.
      Output of ip a s

      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
          link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
          inet 127.0.0.1/8 scope host lo
             valid_lft forever preferred_lft forever
          inet6 ::1/128 scope host 
             valid_lft forever preferred_lft forever
      2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
          link/ether ec:b1:d7:39:d3:43 brd ff:ff:ff:ff:ff:ff
          inet 10.4.6.44/21 brd 10.4.7.255 scope global noprefixroute dynamic eno1
             valid_lft 608102sec preferred_lft 608102sec
          inet 10.4.1.101/21 brd 10.4.7.255 scope global secondary noprefixroute eno1
             valid_lft forever preferred_lft forever
          inet6 fe80::e4a8:f3be:9a11:7d2b/64 scope link noprefixroute 
             valid_lft forever preferred_lft forever
      3: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
          link/ether 52:54:00:cc:59:bc brd ff:ff:ff:ff:ff:ff
          inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
             valid_lft forever preferred_lft forever
      4: virbr0-nic: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast master virbr0 state DOWN group default qlen 1000
          link/ether 52:54:00:cc:59:bc brd ff:ff:ff:ff:ff:ff
      
      
      posted in FOG Problems
      X
      xburnerx00
    • New install failing

      I am trying to install 1.5.9 onto Cent OS 7. Using the instruction found on the wiki, I eventually get an error.

      OK
       * Backing up user reports.....................................Done
       * Stopping web service........................................OK
       * Setting up Apache and PHP files.............................OK
       * Testing and removing symbolic links if found................OK
       * Backing up old data.........................................OK
       * Copying new files to web folder.............................OK
       * Creating config file........................................OK
       * Creating redirection index file.............................Skipped
       * Downloading kernel, init and fog-client binaries............Done
       * Copying binaries to destination paths.......................OK
       * Enabling apache and fpm services on boot....................OK
       * Creating SSL CA.............................................OK
       * Creating SSL Private Key....................................Failed!
      
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      !! The installer was not able to run all the way to the end as   !!
      !! something has caused it to fail. The following few lines are  !!
      !! from the error log file which might help us figure out what's !!
      !! wrong. Please add this information when reporting an error.   !!
      !! As well you might want to take a look at the full error log   !!
      !! in /root/git/fogproject/bin/error_logs/fog_error_1.5.9.log !!
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      
      ........++
      .........................................................++
      e is 65537 (0x10001)
      error on line 7 of /opt/fog/snapins/ssl//req.cnf
      140189682390928:error:0E079065:configuration file routines:DEF_LOAD_BIO:missing equal sign:conf_def.c:345:line 7
      
      

      I check the file that the file log is referencing.
      /opt/fog/snapins/ssl//req.cnf

      [req]
      distinguished_name = req_distinguished_name
      req_extensions = v3_req
      prompt = yes
      [req_distinguished_name]
      CN = 10.4.6.44
      10.4.1.101
      [v3_req]
      subjectAltName = @alt_names
      [alt_names]
      IP.1 = 10.4.6.44
      10.4.1.101
      DNS.1 = FOG2
      

      Not sure what’s going.

      Thank you.

      posted in FOG Problems
      X
      xburnerx00
    • Configure multiple boot files for DHCP?

      This is not really a problem but more of a convenience issue. I have to use the scope options 66 and 67 in windows DHCP to use FOG when using PXE boot. Is there a way to set multiple bootfiles for option 67? I had set undionly.kpxe before, but with newer Dell machines in our district I have to set ipxe.efi. When using ipxe.efi on older models, an error would comeback saying that that bootfile is too large. Using undionly.kpxe on the newer models does not work at all. Is it possible to have both set and it would use whatever one works or at least have the option to select a boot file?

      posted in General Problems
      X
      xburnerx00
    • RE: Error 1396 while upgrading

      @sebastian-roth
      I changed the passwords for this post.

      MariaDB [(none)]> SELECT * FROM mysql.user;
      +-----------+------------+-------------------------------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+--------------+------------+-----------------------+------------------+--------------+-----------------+------------------+------------------+----------------+---------------------+--------------------+------------------+------------+--------------+------------------------+----------+------------+-------------+--------------+---------------+-------------+-----------------+----------------------+-----------------------+-----------------------+
      | Host      | User       | Password                                  | Select_priv | Insert_priv | Update_priv | Delete_priv | Create_priv | Drop_priv | Reload_priv | Shutdown_priv | Process_priv | File_priv | Grant_priv | References_priv | Index_priv | Alter_priv | Show_db_priv | Super_priv | Create_tmp_table_priv | Lock_tables_priv | Execute_priv | Repl_slave_priv | Repl_client_priv | Create_view_priv | Show_view_priv | Create_routine_priv | Alter_routine_priv | Create_user_priv | Event_priv | Trigger_priv | Create_tablespace_priv | ssl_type | ssl_cipher | x509_issuer | x509_subject | max_questions | max_updates | max_connections | max_user_connections | plugin                | authentication_string |
      +-----------+------------+-------------------------------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+--------------+------------+-----------------------+------------------+--------------+-----------------+------------------+------------------+----------------+---------------------+--------------------+------------------+------------+--------------+------------------------+----------+------------+-------------+--------------+---------------+-------------+-----------------+----------------------+-----------------------+-----------------------+
      | localhost | root       | *7FB1F1B8AD1B4CFD57ERT8E761B6ADFF70D04FA0 | Y           | Y           | Y           | Y           | Y           | Y         | Y           | Y             | Y            | Y         | Y          | Y               | Y          | Y          | Y            | Y          | Y                     | Y                | Y            | Y               | Y                | Y                | Y              | Y                   | Y                  | Y                | Y          | Y            | Y                      |          |            |             |              |             0 |           0 |               0 |                    0 |                       |                       |
      | 127.0.0.1 | root       |                                           | Y           | Y           | Y           | Y           | Y           | Y         | Y           | Y             | Y            | Y         | Y          | Y               | Y          | Y          | Y            | Y          | Y                     | Y                | Y            | Y               | Y                | Y                | Y              | Y                   | Y                  | Y                | Y          | Y            | Y                      |          |            |             |              |             0 |           0 |               0 |                    0 | mysql_native_password |                       |
      | ::1       | root       |                                           | Y           | Y           | Y           | Y           | Y           | Y         | Y           | Y             | Y            | Y         | Y          | Y               | Y          | Y          | Y            | Y          | Y                     | Y                | Y            | Y               | Y                | Y                | Y              | Y                   | Y                  | Y                | Y          | Y            | Y                      |          |            |             |              |             0 |           0 |               0 |                    0 | mysql_native_password |                       |
      | %         | fogstorage | *35C8661957485DE278FFGH9B7C348770BB41AD4C | N           | N           | N           | N           | N           | N         | N           | N             | N            | N         | N          | N               | N          | N          | N            | N          | N                     | N                | N            | N               | N                | N                | N              | N                   | N                  | N                | N          | N            | N                      |          |            |             |              |             0 |           0 |               0 |                    0 |                       |                       |
      +-----------+------------+-------------------------------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+--------------+------------+-----------------------+------------------+--------------+-----------------+------------------+------------------+----------------+---------------------+--------------------+------------------+------------+--------------+------------------------+----------+------------+-------------+--------------+---------------+-------------+-----------------+----------------------+-----------------------+-----------------------+
      4 rows in set (0.00 sec)
      
      MariaDB [(none)]> 
      
      
      posted in FOG Problems
      X
      xburnerx00
    • RE: Error 1396 while upgrading

      @sebastian-roth

      Yes, I know the root password.

      [root@fogserver ~]# mysql -u root -p
      Enter password: 
      Welcome to the MariaDB monitor.  Commands end with ; or \g.
      Your MariaDB connection id is 14
      Server version: 5.5.68-MariaDB MariaDB Server
      
      Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
      
      Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
      
      MariaDB [(none)]> 
      
      
      posted in FOG Problems
      X
      xburnerx00
    • RE: Error 1396 while upgrading

      @sebastian-roth
      I set the name ‘fogstorage’. There was already a randomly generated password in the line below.

      No success opening WebUI.

      private static function _dbSettings()
          {
              define('DATABASE_TYPE', 'mysql'); // mysql or oracle
              define('DATABASE_HOST', 'localhost');
              define('DATABASE_NAME', 'fog');
              define('DATABASE_USERNAME', 'fogstorage');
      
      
      posted in FOG Problems
      X
      xburnerx00
    • RE: Error 1396 while upgrading

      @sebastian-roth
      I changed snmysqluser to ‘fogmaster’. It was previously ‘foguser’. Re-ran installer. It stopped at same error.

      Failed!
      
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      !! The installer was not able to run all the way to the end as   !!
      !! something has caused it to fail. The following few lines are  !!
      !! from the error log file which might help us figure out what's !!
      !! wrong. Please add this information when reporting an error.   !!
      !! As well you might want to take a look at the full error log   !!
      !! in /root/fogproject/bin/error_logs/fog_error_1.5.9.log !!
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      
      chsh: Shell not changed.
      Changing shell for fogproject.
      New password: Retype new password: Changing password for user fogproject.
      passwd: all authentication tokens updated successfully.
      ERROR 1396 (HY000) at line 31: Operation CREATE USER failed for ''@'localhost'
      [root@fogserver bin]# 
      
      
      posted in FOG Problems
      X
      xburnerx00
    • RE: Error 1396 while upgrading

      @sebastian-roth

      I may have changed something during that first update, I vaguely remember changing a username.

      [root@fogserver bin]# grep DATABASE_USERNAME /var/www/html/fog/lib/fog/config.class.php
              define('DATABASE_USERNAME', '');
      You have new mail in /var/spool/mail/root
      [root@fogserver bin]# 
      
      [root@fogserver fogproject]# git status
      # On branch master
      nothing to commit, working directory clean
      
      posted in FOG Problems
      X
      xburnerx00
    • RE: Error 1396 while upgrading

      @sebastian-roth

      I have done an update before. I forget what the beginning version for me was, but I believe I may have done that install with tar.gz. I was following the installation instructions from the wiki. When I updated to 1.5.9RC1, just before last summer I believe, I did that one through github. I only say that because I remember asking to have that site open since our firewall was blocking it. Now I am using github to update. I ran these commands for the update I am attempting now from another post.

      cd /root/fogproject
      git checkout master
      git pull
      cd bin
      ./installfog.sh

      Separate thing I noticed was that I was trying to use the GUI to navigate to the .sql file but it has an X on the root folder.

      5679690e-e136-46b4-8cb5-6ee8d73eb33b-image.png

      Not sure if that means anything. I cannot open it. Forgive me for not being more in depth if needed, I am new to linux.

      posted in FOG Problems
      X
      xburnerx00
    • RE: Error 1396 while upgrading

      @sebastian-roth
      I was already running installer with sudo -i, but I also went back and tried it with sudo su - but with same result. Ran command. I deleted the passwords for this post.

      [root@fogserver bin]# cat /root/fogproject/tmp/fog-db-and-user-setup.sql
      SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='ANSI' ;
      DELETE FROM mysql.user WHERE User='' ;
      DELETE FROM mysql.user WHERE User='root' AND Host NOT IN ('localhost', '127.0.0.1', '::1') ;
      DROP DATABASE IF EXISTS test ;
      DELETE FROM mysql.db WHERE Db='test' OR Db='test\_%' ;
      CREATE DATABASE IF NOT EXISTS fog ;
      USE fog ;
      DROP PROCEDURE IF EXISTS fog.create_user_if_not_exists ;
      DELIMITER 7061
      CREATE PROCEDURE fog.create_user_if_not_exists()
      BEGIN
        DECLARE masteruser BIGINT DEFAULT 0 ;
        DECLARE storageuser BIGINT DEFAULT 0 ;
      
        SELECT COUNT(*) INTO masteruser FROM mysql.user
          WHERE User = '' and  Host = 'localhost' ;
        IF masteruser > 0 THEN
          DROP USER ''@'localhost';
        END IF ;
        CREATE USER ''@'localhost' IDENTIFIED BY '' ;
        GRANT ALL PRIVILEGES ON fog.* TO ''@'localhost' ;
      
        SELECT COUNT(*) INTO storageuser FROM mysql.user
          WHERE User = 'fogstorage' and  Host = '%' ;
        IF storageuser > 0 THEN
          DROP USER 'fogstorage'@'%';
        END IF ;
        CREATE USER 'fogstorage'@'%' IDENTIFIED BY '' ;
      END ;7061
      DELIMITER ;
      CALL fog.create_user_if_not_exists() ;
      DROP PROCEDURE IF EXISTS fog.create_user_if_not_exists ;
      FLUSH PRIVILEGES ;
      SET SQL_MODE=@OLD_SQL_MODE ;
      [root@fogserver bin]# 
      
      
      posted in FOG Problems
      X
      xburnerx00
    • RE: Error 1396 while upgrading

      @sebastian-roth

      Yes, I re-ran installer making sure to use sudo, but came back with same issue. Here are the results of the command you asked for.

      [root@fogserver bin]# grep snmysqluser /opt/fog/.fogsettings
      snmysqluser='fogstorage'
      
      
      posted in FOG Problems
      X
      xburnerx00
    • Error 1396 while upgrading

      I am trying to upgrade from 1.5.9 RC1 to 1.5.9 on CentOS 7. I run the installer and I get to this point with an error.

      5aa6dd9d-e144-47a1-bdc0-d31bc8dfe1b9-image.png

      I have no idea what it means and I try to access the error log file just so I can see and I get this.

      0d131929-6a12-4fc8-88d5-9554ff346189-image.png

      Also, I have no access to FOG web interface now. I get “Database Connection unavailable” now on the page.

      Any guidance would be appreciated. Thank you.

      posted in FOG Problems
      X
      xburnerx00
    • HTTP ipxe boot setting?

      I recently had to change the IP address of the fog server. I followed this guide and changed all IP address settings from 192.168.10.200 to the new one of 10.4.1.100

      https://wiki.fogproject.org/wiki/index.php?title=Change_FOG_Server_IP_Address

      Problem is when I do pxe boot, the HTTP portion is wrong. Where do I go to change this?

      HTTP error.jpg

      posted in FOG Problems
      X
      xburnerx00
    • RE: Problems after adding storage

      Thank you for this information. I will have to come back to this at a later date though. I really do want to continue with this but our school district is in the middle of preparing machines and we’re relying on FOG heavily right now. I am not a Linux user so everything is new to me right now, so if we lose FOG, it will set us back a bit. Once projects are done I will come back to this. Thanks again.

      posted in FOG Problems
      X
      xburnerx00
    • RE: Problems after adding storage
      [root@fogserver ~]# pvs
        PV         VG     Fmt  Attr PSize   PFree
        /dev/sda3  centos lvm2 a--  464.56g 4.00m
      
      
      [root@fogserver ~]# vgs
        VG     #PV #LV #SN Attr   VSize   VFree
        centos   1   4   0 wz--n- 464.56g 4.00m
      
      
      [root@fogserver ~]# lvs
        LV     VG     Attr       LSize    Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
        home   centos -wi-ao----   10.00g                                                    
        images centos -wi-ao---- <426.81g                                                    
        root   centos -wi-ao----   20.00g                                                    
        swap   centos -wi-ao----    7.75g
      
      posted in FOG Problems
      X
      xburnerx00
    • RE: Problems after adding storage

      Thank you for the reply. Here are the requested commands.

      [centos@fogserver ~]$ mount
      sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime,seclabel)
      proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
      devtmpfs on /dev type devtmpfs (rw,nosuid,seclabel,size=3929676k,nr_inodes=982419,mode=755)
      securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
      tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,seclabel)
      devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000)
      tmpfs on /run type tmpfs (rw,nosuid,nodev,seclabel,mode=755)
      tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,seclabel,mode=755)
      cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
      pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
      efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
      cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,blkio)
      cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,perf_event)
      cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,freezer)
      cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpuacct,cpu)
      cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,pids)
      cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,net_prio,net_cls)
      cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,memory)
      cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,hugetlb)
      cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,devices)
      cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpuset)
      configfs on /sys/kernel/config type configfs (rw,relatime)
      /dev/mapper/centos-root on / type xfs (rw,relatime,seclabel,attr2,inode64,noquota)
      selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime)
      systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=35,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=14665)
      debugfs on /sys/kernel/debug type debugfs (rw,relatime)
      hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel)
      mqueue on /dev/mqueue type mqueue (rw,relatime,seclabel)
      nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
      /dev/sdb1 on /images2 type xfs (rw,relatime,seclabel,attr2,inode64,noquota)
      /dev/sda2 on /boot type xfs (rw,relatime,seclabel,attr2,inode64,noquota)
      /dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=winnt,errors=remount-ro)
      /dev/mapper/centos-home on /home type xfs (rw,relatime,seclabel,attr2,inode64,noquota)
      /dev/mapper/centos-images on /images type xfs (rw,relatime,seclabel,attr2,inode64,noquota)
      sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
      tmpfs on /run/user/1002 type tmpfs (rw,nosuid,nodev,relatime,seclabel,size=789420k,mode=700,uid=1002,gid=1002)
      tmpfs on /run/user/42 type tmpfs (rw,nosuid,nodev,relatime,seclabel,size=789420k,mode=700,uid=42,gid=42)
      gvfsd-fuse on /run/user/1002/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1002,group_id=1002)
      fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
      
      
      [centos@fogserver ~]$ df -h 
      Filesystem                 Size  Used Avail Use% Mounted on
      devtmpfs                   3.8G     0  3.8G   0% /dev
      tmpfs                      3.8G   26M  3.8G   1% /dev/shm
      tmpfs                      3.8G   10M  3.8G   1% /run
      tmpfs                      3.8G     0  3.8G   0% /sys/fs/cgroup
      /dev/mapper/centos-root     20G  8.3G   12G  42% /
      /dev/sdb1                  466G   35G  432G   8% /images2
      /dev/sda2                 1014M  386M  629M  39% /boot
      /dev/sda1                  200M   12M  189M   6% /boot/efi
      /dev/mapper/centos-home     10G  597M  9.5G   6% /home
      /dev/mapper/centos-images  427G  356G   72G  84% /images
      tmpfs                      771M   36K  771M   1% /run/user/1002
      tmpfs                      771M   12K  771M   1% /run/user/42
      
      
      [centos@fogserver ~]$ lsblk
      NAME              MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
      sda                 8:0    0 465.8G  0 disk 
      ├─sda1              8:1    0   200M  0 part /boot/efi
      ├─sda2              8:2    0     1G  0 part /boot
      └─sda3              8:3    0 464.6G  0 part 
        ├─centos-root   253:0    0    20G  0 lvm  /
        ├─centos-swap   253:1    0   7.8G  0 lvm  [SWAP]
        ├─centos-home   253:2    0    10G  0 lvm  /home
        └─centos-images 253:3    0 426.8G  0 lvm  /images
      sdb                 8:16   0 465.8G  0 disk 
      └─sdb1              8:17   0 465.8G  0 part /images2
      
      
      posted in FOG Problems
      X
      xburnerx00
    • Queues not going in order

      FOG: 1.5.9-RC1
      Server: CentOS 7

      Right now I have a queue of about 40 machines. The machines in queue show this screen

      12791aa9-f30c-4829-8efe-2324b8e8f743-image.png

      The queue is working, just not in order. Whichever machine detects an opening first, it takes it, instead of the next one that I set up in order. If I remember right, the machine would show which number they are by having the “There are ## before me.” Is there a way to get the queue back in order?

      I think this may be related to a database issue I had here.

      Thank you

      posted in Bug Reports
      X
      xburnerx00
    • RE: Problems after adding storage

      @xburnerx00 said in Problems after adding storage:

      storage=192.168.10.200:/images2/ storageip=192.168.10.200

      Thank you for the reply.

      Yes, this line change to the GRUB file seems to have worked, but it causes another issue. Now when I try to deploy an image that is stored in the original storage node, FOG says that the original storage node cannot be found, because I think it is only looking in the second storage node. Is there a way to change the GRUB on the usb where it would look through both storages for images?

      I’m thinking I change the line to this, just not sure.

      storage=192.168.10.200:/images storage=192.168.10.200:/images2/ storageip=192.168.10.200
      

      Thank you.

      posted in FOG Problems
      X
      xburnerx00
    • 1
    • 2
    • 3
    • 4
    • 1 / 4