• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. UWPVIOLATOR
    • Profile
    • Following 2
    • Followers 0
    • Topics 26
    • Posts 217
    • Best 15
    • Controversial 0
    • Groups 0

    UWPVIOLATOR

    @UWPVIOLATOR

    16
    Reputation
    1.7k
    Profile views
    217
    Posts
    0
    Followers
    2
    Following
    Joined Last Online
    Location Wisconsin

    UWPVIOLATOR Unfollow Follow

    Best posts made by UWPVIOLATOR

    • RE: Client 0.11.12, Windows 10 1709 - Reboot fails

      @uwpviolator said in Client 0.11.12, Windows 10 1709 - Reboot fails:

      @joe-schmitt First try it broke Windows. Cant event get past setup.

      I did not remove the old client before installing this one. After I removed it then installed the new one it appears to work.

      posted in Bug Reports
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: Powershell API Module

      Hello, I am trying to follow along with this and kinda get the basics. Does anyone have more examples? Maybe something with a Foreach? Couple things I am looking at doing. Looking to be able to scan laptops and put them into a To Be Image Group. I would like to pull all the info into a SQL table to better run query from and link to other databases for running reports. Then from there I would either use a import-csv and for each what I wanted to change or outright state the Host ID and what I wanted to change.

      Also how can I select all attributes that are applied to the host? Get-FogObject -type Object -CoreObject host | Select-Object * does not give me all attributes to the host but this will give me Get-FogObject -type Object -CoreObject host | Select-Object id,name,primac

      posted in Tutorials
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: active directory settings

      @oraniko

      Go to C:\ on that machine after imaging and Open FOG.log

      Reply with contents.

      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: Random Hosts Added to Group

      @ablohowiak @andjjru

      Can you guys try this. I am out until Monday.

      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: Random Hosts Added to Group

      @Wayne-Workman

      This worked. Thank you

      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: Snapin Hash Issue

      @Wayne-Workman Updating to latest version resolved this issue. Thank you

      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: Windows 10 Drivers Not Copying

      @george1421 @Bob-Henderson

      George, I think Bob is skipping over the editing of the FOG Scripts. Bob, if you have made the changes to unattended that still does nothing to tell FOG to drop your driver folder into C:\Drivers. See the following reply.

      @george1421 said in Windows 10 Drivers Not Copying:

      @uwpviolator Well then, I think you might want to change up your fog.drivers script a bit. Right now its working fine for win7 but not win10. So in the first script you posted modify this section of code.

      #############################################
      dots "Preparing Drivers"
      # below creates local folder on imaged pc
      # this can be anywhere you want just remember
      # to make sure it matches throughout! (case IS important here)
      clientdriverpath="/ntfs/Windows/inf/Drivers"
      remotedriverpath="/images/drivers/$machine/$osn/$arch"
      

      to this

      #############################################
      dots "Preparing Drivers"
      # below creates local folder on imaged pc
      # this can be anywhere you want just remember
      # to make sure it matches throughout! (case IS important here)
      if [ $osid -eq 9 ]
      then
          clientdriverpath="/ntfs/Drivers"
      else
          clientdriverpath="/ntfs/Windows/inf/Drivers"
      fi
      remotedriverpath="/images/drivers/$machine/$osn/$arch"
      

      You might ask, so what will that do for you? The patch tests to see what OS you are deploying. If the OSID==9 then you are deploying a win10 image. In that case it will copy the drivers to C:\Drivers, all other OS’ the drivers will be copied to C:\Windows\Inf\Drivers.

      Then in your unattend.xml file, tell oobe to look in c:\Drivers for its files.

      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: Windows 10 1709 and Client 11.14

      @joe-schmitt All we need is for FOGService to do its thing. So if that is not needed for it then I will remove it.

      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: High MySQL CPU Usage Bogging Down Server

      @sebastian-roth I guess, we keep seeing it spike but we are going to switch from Ubuntu to Centros and then upgrade FOG to 1.5.0 in the next few weeks.

      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: Bulk HostName Change

      Now this is a dirty way to do it as I don’t have the MYSQL skills or database background. What you can do it go to reports and run an inventory report. Export that. Now cant the column that has the hostname and change it to what you want. Find and replace or just trim your hostname down to asset tag them add whatever your naming convention is. So now you have a new column of hostname and the MAC address that was exported from inventory report. Follow the format for CSV upload here https://wiki.fogproject.org/wiki/index.php?title=Managing_FOG#Hosts

      Now under the 4th column add “Description” name this something like import and the date. This will be used to group the hosts you just imported. Go into FOG add whatever hosts you want to change to a group. Delete that group and check and delete hosts. NOTE this will remove all history assigned images settings and login history (Hence Dirty Way) Now import the hosts you want back in. After you successfully import your assets back in go to the hosts tab and search the description you added on import. Select all those hosts and add them to a group to apply all the new settings to. Once you add service settings and AD info they will start renaming your computers and depending on your settings may or may not reboot the computer.

      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR

    Latest posts made by UWPVIOLATOR

    • RE: Error trying to restore GPT partition when deploying Image to smaller drive, Error Return Code: 4

      @sebastian-roth I missed the part where I had to reupload the image after updating the Init file. I am good now.

      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: Error trying to restore GPT partition when deploying Image to smaller drive, Error Return Code: 4

      @drumnj said in Error trying to restore GPT partition when deploying Image to smaller drive, Error Return Code: 4:

      Current disk size doesn’t match that of the backup!

      Was this issue ever fixed? I am having the same issue with 20H2. I don’t want to have to delete the recovery partition.

      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: FOG 1.5.9 Officially Released

      @Sebastian-Roth Do you have a list of all the changes from 1.5.8 to 1.5.9 like you did in this post https://news.fogproject.org/fog-1-5-8-officially-released/

      posted in Announcements
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: Interface not ready, waiting for it to come up FOG 1.5.8

      @Sebastian-Roth

      error_logs

      /usr/bin/lsb_release
      /usr/bin/systemctl
      systemd
      /usr/sbin/iptables
      ii  mysql-server   5.7.30-0ubuntu0.18.04.1 all          MySQL database server (metapackage depending on the latest version)
      'universe' distribution component is already enabled for all sources.
      Ign:1 http://download.webmin.com/download/repository sarge InRelease
      Hit:2 http://download.webmin.com/download/repository sarge Release
      Hit:3 http://ppa.launchpad.net/ondrej/php/ubuntu disco InRelease
      Hit:4 http://archive.ubuntu.com/ubuntu bionic InRelease
      Get:6 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
      Hit:7 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
      Hit:8 http://archive.ubuntu.com/ubuntu bionic-security InRelease
      Ign:9 http://archive.ubuntu.com/ubuntu disco InRelease
      Err:10 http://archive.ubuntu.com/ubuntu disco Release
        404  Not Found [IP: 91.189.88.142 80]
      Reading package lists...
      E: The repository 'http://archive.ubuntu.com/ubuntu disco Release' does not have a Release file.
      ii  apache2        2.4.38-2ubuntu2.3 amd64        Apache HTTP Server
      ii  bc             1.07.1-2build1 amd64        GNU bc arbitrary precision calculator language
      ii  build-essential 12.6ubuntu1  amd64        Informational list of build-essential packages
      ii  cpp            4:8.3.0-1ubuntu3 amd64        GNU C preprocessor (cpp)
      ii  curl           7.64.0-2ubuntu1.2 amd64        command line tool for transferring data with URL syntax
      ii  g++            4:8.3.0-1ubuntu3 amd64        GNU C++ compiler
      ii  gawk           1:4.2.1+dfsg-1build1 amd64        GNU awk, a pattern scanning and processing language
      ii  gcc            4:8.3.0-1ubuntu3 amd64        GNU C compiler
      ii  genisoimage    9:1.1.11-3ubuntu2 amd64        Creates ISO-9660 CD-ROM filesystem images
      ii  git            1:2.20.1-2ubuntu1.19.04.1 amd64        fast, scalable, distributed revision control system
      ii  gzip           1.9-3        amd64        GNU compression utilities
      ii  htmldoc        1.9.3-1      amd64        HTML processor that generates indexed HTML, PS, and PDF
      ii  isolinux       3:6.04~git20171011.af7e95c3+dfsg1-6 all          collection of bootloaders (ISO 9660 bootloader)
      ii  lftp           4.8.4-2build1 amd64        Sophisticated command-line FTP/HTTP/BitTorrent client programs
      dpkg-query: no packages found matching libapache2-mod-php7.3
      ii  libc6:amd64    2.29-0ubuntu2 amd64        GNU C Library: Shared libraries
      ii  libcurl4:amd64 7.64.0-2ubuntu1.2 amd64        easy-to-use client-side URL transfer library (OpenSSL flavour)
      ii  liblzma-dev:amd64 5.2.4-1      amd64        XZ-format compression library - development files
      ii  m4             1.4.18-2     amd64        macro processing language
      ii  mysql-client   5.7.30-0ubuntu0.18.04.1 all          MySQL database client (metapackage depending on the latest version)
      mysql-server-5.7
      mysql-server
      default-mysql-server-core
      default-mysql-server
      mysql-server-core-5.7
      ii  mysql-server   5.7.30-0ubuntu0.18.04.1 all          MySQL database server (metapackage depending on the latest version)
      ii  net-tools      1.60+git20180626.aebd88e-1ubuntu1 amd64        NET-3 networking toolkit
      ii  nfs-kernel-server 1:1.3.4-2.3ubuntu3 amd64        support for NFS kernel server
      ii  openssh-server 1:7.9p1-10   amd64        secure shell (SSH) server, for secure access from remote machines
      dpkg-query: no packages found matching php7.3
      dpkg-query: no packages found matching php7.3-bcmath
      dpkg-query: no packages found matching php7.3-cli
      dpkg-query: no packages found matching php7.3-curl
      dpkg-query: no packages found matching php7.3-fpm
      dpkg-query: no packages found matching php7.3-gd
      dpkg-query: no packages found matching php7.3-json
      dpkg-query: no packages found matching php7.3-ldap
      dpkg-query: no packages found matching php7.3-mbstring
      dpkg-query: no packages found matching php7.3-mysql
      dpkg-query: no packages found matching php7.3-mysqlnd
      ii  php-gettext    1.0.12-0.1   all          transitional dummy package for php-php-gettext
      ii  tar            1.30+dfsg-5  amd64        GNU version of the tar archiving utility
      ii  tftpd-hpa      5.2+20150808-1ubuntu3 amd64        HPA's tftp server
      ii  tftp-hpa       5.2+20150808-1ubuntu3 amd64        HPA's tftp client
      ii  unzip          6.0-22ubuntu1 amd64        De-archiver for .zip files
      ii  vsftpd         3.0.3-12     amd64        lightweight, efficient FTP server written for security
      ii  wget           1.20.1-1ubuntu4 amd64        retrieves files from the web
      ii  xinetd         1:2.3.15.3-1 amd64        replacement for inetd with many enhancements
      ii  zlib1g:amd64   1:1.2.11.dfsg-1ubuntu2 amd64        compression library - runtime
      Reading package lists...
      Building dependency tree...
      Reading state information...
      genisoimage is already the newest version (9:1.1.11-3ubuntu2).
      tftp-hpa is already the newest version (5.2+20150808-1ubuntu3).
      tftpd-hpa is already the newest version (5.2+20150808-1ubuntu3).
      php-gettext is already the newest version (1.0.12-0.1).
      xinetd is already the newest version (1:2.3.15.3-1).
      mysql-client is already the newest version (5.7.30-0ubuntu0.18.04.1).
      mysql-server is already the newest version (5.7.30-0ubuntu0.18.04.1).
      apache2 is already the newest version (2.4.38-2ubuntu2.3).
      bc is already the newest version (1.07.1-2build1).
      build-essential is already the newest version (12.6ubuntu1).
      cpp is already the newest version (4:8.3.0-1ubuntu3).
      curl is already the newest version (7.64.0-2ubuntu1.2).
      g++ is already the newest version (4:8.3.0-1ubuntu3).
      gawk is already the newest version (1:4.2.1+dfsg-1build1).
      gcc is already the newest version (4:8.3.0-1ubuntu3).
      git is already the newest version (1:2.20.1-2ubuntu1.19.04.1).
      git set to manually installed.
      gzip is already the newest version (1.9-3).
      htmldoc is already the newest version (1.9.3-1).
      isolinux is already the newest version (3:6.04~git20171011.af7e95c3+dfsg1-6).
      lftp is already the newest version (4.8.4-2build1).
      libc6 is already the newest version (2.29-0ubuntu2).
      libcurl4 is already the newest version (7.64.0-2ubuntu1.2).
      liblzma-dev is already the newest version (5.2.4-1).
      m4 is already the newest version (1.4.18-2).
      net-tools is already the newest version (1.60+git20180626.aebd88e-1ubuntu1).
      nfs-kernel-server is already the newest version (1:1.3.4-2.3ubuntu3).
      openssh-server is already the newest version (1:7.9p1-10).
      tar is already the newest version (1.30+dfsg-5).
      unzip is already the newest version (6.0-22ubuntu1).
      vsftpd is already the newest version (3.0.3-12).
      wget is already the newest version (1.20.1-1ubuntu4).
      zlib1g is already the newest version (1:1.2.11.dfsg-1ubuntu2).
      Calculating upgrade...
      The following packages have been kept back:
        gir1.2-javascriptcoregtk-4.0 gir1.2-webkit2-4.0 libfreerdp-client2-2
        libfreerdp2-2 libgl1-mesa-dri libjavascriptcoregtk-4.0-18
        libpython2.7-minimal libpython2.7-stdlib libpython3.7 libpython3.7-minimal
        libpython3.7-stdlib libwebkit2gtk-4.0-37 libwinpr2-2 libxatracker2
        mesa-vulkan-drivers netplan.io python2.7 python2.7-minimal python3.7
        python3.7-minimal
      0 upgraded, 0 newly installed, 0 to remove and 20 not upgraded.
      ii  apache2        2.4.38-2ubuntu2.3 amd64        Apache HTTP Server
      ii  bc             1.07.1-2build1 amd64        GNU bc arbitrary precision calculator language
      ii  build-essential 12.6ubuntu1  amd64        Informational list of build-essential packages
      ii  cpp            4:8.3.0-1ubuntu3 amd64        GNU C preprocessor (cpp)
      ii  curl           7.64.0-2ubuntu1.2 amd64        command line tool for transferring data with URL syntax
      ii  g++            4:8.3.0-1ubuntu3 amd64        GNU C++ compiler
      ii  gawk           1:4.2.1+dfsg-1build1 amd64        GNU awk, a pattern scanning and processing language
      ii  gcc            4:8.3.0-1ubuntu3 amd64        GNU C compiler
      ii  genisoimage    9:1.1.11-3ubuntu2 amd64        Creates ISO-9660 CD-ROM filesystem images
      ii  git            1:2.20.1-2ubuntu1.19.04.1 amd64        fast, scalable, distributed revision control system
      ii  gzip           1.9-3        amd64        GNU compression utilities
      ii  htmldoc        1.9.3-1      amd64        HTML processor that generates indexed HTML, PS, and PDF
      ii  isolinux       3:6.04~git20171011.af7e95c3+dfsg1-6 all          collection of bootloaders (ISO 9660 bootloader)
      ii  lftp           4.8.4-2build1 amd64        Sophisticated command-line FTP/HTTP/BitTorrent client programs
      ii  libc6:amd64    2.29-0ubuntu2 amd64        GNU C Library: Shared libraries
      ii  libcurl4:amd64 7.64.0-2ubuntu1.2 amd64        easy-to-use client-side URL transfer library (OpenSSL flavour)
      ii  liblzma-dev:amd64 5.2.4-1      amd64        XZ-format compression library - development files
      ii  m4             1.4.18-2     amd64        macro processing language
      ii  mysql-client   5.7.30-0ubuntu0.18.04.1 all          MySQL database client (metapackage depending on the latest version)
      ii  mysql-server   5.7.30-0ubuntu0.18.04.1 all          MySQL database server (metapackage depending on the latest version)
      ii  net-tools      1.60+git20180626.aebd88e-1ubuntu1 amd64        NET-3 networking toolkit
      ii  nfs-kernel-server 1:1.3.4-2.3ubuntu3 amd64        support for NFS kernel server
      ii  openssh-server 1:7.9p1-10   amd64        secure shell (SSH) server, for secure access from remote machines
      ii  php-gettext    1.0.12-0.1   all          transitional dummy package for php-php-gettext
      ii  tar            1.30+dfsg-5  amd64        GNU version of the tar archiving utility
      ii  tftpd-hpa      5.2+20150808-1ubuntu3 amd64        HPA's tftp server
      ii  tftp-hpa       5.2+20150808-1ubuntu3 amd64        HPA's tftp client
      ii  unzip          6.0-22ubuntu1 amd64        De-archiver for .zip files
      ii  vsftpd         3.0.3-12     amd64        lightweight, efficient FTP server written for security
      ii  wget           1.20.1-1ubuntu4 amd64        retrieves files from the web
      ii  xinetd         1:2.3.15.3-1 amd64        replacement for inetd with many enhancements
      ii  zlib1g:amd64   1:1.2.11.dfsg-1ubuntu2 amd64        compression library - runtime
      New password: Retype new password: passwd: password updated successfully
      Failed to stop php7.3-fpm.service: Unit php7.3-fpm.service not loaded.
      
      

      I could not do grep php /opt/fog/.fogsettings as I tried a fresh install. fogsettings-firstInstall

      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: Interface not ready, waiting for it to come up FOG 1.5.8

      @Sebastian-Roth Unable to find the log path bin/error_logs/… But here is the dpkg -l | grep php

      Storage Nodes are Ubuntu this one is Ubuntu Linux 19.04 The other one is offline but I believe it is also 19.04.

      ii  libapache2-mod-php7.2                      7.2.24-0ubuntu0.19.04.2                          amd64        server-side, HTML-embedded scripting language (Apache 2 module)
      ii  php-common                                 2:69ubuntu1                                      all          Common files for PHP packages
      ii  php-gettext                                1.0.12-0.1                                       all          transitional dummy package for php-php-gettext
      ii  php-pear                                   1:1.10.6+submodules+notgz-1.1                    all          PEAR Base System
      ii  php-php-gettext                            1.0.12-0.1                                       all          read gettext MO files directly, without requiring anything other than PHP
      ii  php-xml                                    2:7.2+69ubuntu1                                  all          DOM, SimpleXML, WDDX, XML, and XSL module for PHP [default]
      ii  php7.2                                     7.2.24-0ubuntu0.19.04.2                          all          server-side, HTML-embedded scripting language (metapackage)
      ii  php7.2-bcmath                              7.2.24-0ubuntu0.19.04.2                          amd64        Bcmath module for PHP
      ii  php7.2-cli                                 7.2.24-0ubuntu0.19.04.2                          amd64        command-line interpreter for the PHP scripting language
      ii  php7.2-common                              7.2.24-0ubuntu0.19.04.2                          amd64        documentation, examples and common module for PHP
      ii  php7.2-curl                                7.2.24-0ubuntu0.19.04.2                          amd64        CURL module for PHP
      ii  php7.2-fpm                                 7.2.24-0ubuntu0.19.04.2                          amd64        server-side, HTML-embedded scripting language (FPM-CGI binary)
      ii  php7.2-gd                                  7.2.24-0ubuntu0.19.04.2                          amd64        GD module for PHP
      ii  php7.2-json                                7.2.24-0ubuntu0.19.04.2                          amd64        JSON module for PHP
      ii  php7.2-ldap                                7.2.24-0ubuntu0.19.04.2                          amd64        LDAP module for PHP
      ii  php7.2-mbstring                            7.2.24-0ubuntu0.19.04.2                          amd64        MBSTRING module for PHP
      ii  php7.2-mysql                               7.2.24-0ubuntu0.19.04.2                          amd64        MySQL module for PHP
      ii  php7.2-opcache                             7.2.24-0ubuntu0.19.04.2                          amd64        Zend OpCache module for PHP
      ii  php7.2-readline                            7.2.24-0ubuntu0.19.04.2                          amd64        readline module for PHP
      ii  php7.2-xml                                 7.2.24-0ubuntu0.19.04.2                          amd64        DOM, SimpleXML, WDDX, XML, and XSL module for PHP
      
      
      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: Interface not ready, waiting for it to come up FOG 1.5.8

      @Sebastian-Roth So I got it replicating. All storage nodes need to be updated or turned off. I could not update 2 of my nodes as it errored out on the install.

      * Stopping web service........................................Failed!
      
      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: Interface not ready, waiting for it to come up FOG 1.5.8

      @Sebastian-Roth So I changed the fogsettings file back to correct interface reran installer and still not working. This time no IP its waiting for.

      Interface not ready, waiting for it to come up: 
      
      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: Interface not ready, waiting for it to come up FOG 1.5.8

      @Sebastian-Roth Updated from 1.5.6 so we already did the storage node upgrade. I just updated to 1.5.9 RC2 and still seeing the issue. Also, it looks like it changed my interface from bond0 to em1

      You will need this, write this down!
      IP Address: 10.XXX.XXX.30
      Interface: em1
      Management Username: fogproject

      8f664cc3-c4c5-4dab-94c2-b25cecb6d771-image.png

      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR
    • RE: Error trying to restore GPT partition tables. Exit returned code 4

      @UWPVIOLATOR said in Error trying to restore GPT partition tables. Exit returned code 4:

      CentOS Linux 7.7.1908
      FOG 1.5.6

      Close this. I am pretty sure it was my connection where I was uploading and testing. It was having issues thus giving me errors.

      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR
    • Interface not ready, waiting for it to come up FOG 1.5.8

      CentOS Linux 7.7.1908
      FOG 1.5.8

      Updated to Stable Release FOG 1.5.8. Now my Master Storage Group is not replicating to its child members.

      10.XX.XX.32 is the server that has FOG installed on it and its it own storage group that only hosts Snapins and no Images. It is not apart of the Master Storage group so I am not sure why my Master Node cares about it.

      [06-17-20 8:43:19 am] Interface not ready, waiting for it to come up: 10.XX.XX.32
      
      posted in FOG Problems
      UWPVIOLATORU
      UWPVIOLATOR