• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. sgennadi
    3. Posts
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 28
    • Posts 90
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: SVN 4874 Apache Bug

      After update to latest svn 4874

      posted in Bug Reports
      S
      sgennadi
    • SVN 4874 Apache Bug

      Restarting Apache2 for fog vhost…Failed!

      eb 25 09:54:34 fog systemd: Starting The Apache HTTP Server…
      Feb 25 09:54:34 fog systemd: Starting The PHP FastCGI Process Manager…
      Feb 25 09:54:34 fog httpd: AH00526: Syntax error on line 15 of /etc/httpd/conf.d/fog.conf:
      Feb 25 09:54:34 fog httpd: SSLCertificateKeyFile: file ‘/etc/httpd/\/opt\/fog\/snapins\/ssl\/.srvprivate.key’ does not exist or is empty
      Feb 25 09:54:34 fog systemd: Started The PHP FastCGI Process Manager.
      Feb 25 09:54:34 fog systemd: httpd.service: main process exited, code=exited, status=1/FAILURE
      Feb 25 09:54:34 fog kill: kill: cannot find process “”
      Feb 25 09:54:34 fog systemd: httpd.service: control process exited, code=exited status=1
      Feb 25 09:54:34 fog systemd: Failed to start The Apache HTTP Server.
      Feb 25 09:54:34 fog systemd: Unit httpd.service entered failed state.
      Feb 25 09:54:34 fog systemd: httpd.service failed.

      posted in Bug Reports
      S
      sgennadi
    • RE: Lenovo Ideapad 100 -15 IBY Model 80MJ Boot From LAN Failed

      undionly.kkpxe or ipxe.efi don’t work

      realtek.kpxe work

      posted in FOG Problems
      S
      sgennadi
    • Lenovo Ideapad 100 -15 IBY Model 80MJ Boot From LAN Failed

      Boot from LAN endless…

      0_1452010180895_IMG_0085.JPG

      posted in FOG Problems
      S
      sgennadi
    • Session timeout build 4904

      Can’t enter fog management after update to last svn build 4904 , receive login error session timeout

      posted in Bug Reports
      S
      sgennadi
    • RE: Wrong d1.mbr file

      No, It was Windows

      posted in Bug Reports
      S
      sgennadi
    • RE: Wrong d1.mbr file

      Image type Windows 7
      ls -lart 32768

      posted in Bug Reports
      S
      sgennadi
    • Wrong d1.mbr file

      Windows 7 x64
      Image Type Single Disk Resizable
      Partition Everything

      d1.mbr file 32k size instead 512B

      d1.mbr

      posted in Bug Reports
      S
      sgennadi
    • RE: SVN 3480 Setting up and starting MySQL...error

      RHVER=awk '{for(i=1;i<=NF;i++) if ($i == "release") print $(i+1)}' /etc/redhat-release | cut -d. -f 1;

      Solve problem

      posted in Bug Reports
      S
      sgennadi
    • RE: SVN 3480 Setting up and starting MySQL...error

      SVN 3493 not fix issue with rhel/centos 7 update 1

      …/config.sh
      RHVER=awk ‘{for(i=1;i<=NF;i++) if ($i == “release”) print $(i+1)}’ /etc/redhat-release
      Receive Value = 7.1.1503

      RHVER=echo ${RHVER%.*}
      Receive Value = 7.1
      …/functions.sh

      configureMySql()
      {
      echo -n " * Setting up and starting MySQL…";
      if [ “7.1” == “7” -o “$linuxReleaseName” == “Fedora” ]; then
      systemctl=“yes”;
      systemctl enable mariadb.service >/dev/null 2>&1;
      systemctl restart mariadb.service >/dev/null 2>&1;
      else

      posted in Bug Reports
      S
      sgennadi
    • RE: SVN 3480 Setting up and starting MySQL...error

      What mean if you have repo installed with release file like atomic-release-1.0-19.el7.art.noarch , environment variable $rhver receive value 1 not 7 on centos/rhel 7… So detection of mariadb server not happening and mysql server absent by default on centos/rhel 7… What cause error :
      Setting up and starting MySQL…error reading information on service mysqld: No such file or directory

      posted in Bug Reports
      S
      sgennadi
    • RE: SVN 3480 Setting up and starting MySQL...error

      …/lib/redhat/config.sh
      RHVER=rpm -qa | grep release | xargs rpm -q --queryformat '%{VERSION}' | cut -c -1
      receive wrong value if atomic repo installed

      rpm -qa | grep release
      atomic-release-1.0-19.el7.art.noarch
      epel-release-7-5.noarch
      remi-release-7.0-1.el7.remi.noarch
      centos-release-7-1.1503.el7.centos.2.8.x86_64

      rpm -qa | grep release | xargs rpm -q --queryformat ‘%{VERSION}’ | cut -c -1
      1
      …/lib/redhat/functions.sh
      echo -n " * Setting up and starting MySQL…";
      if [ “$RHVER” == “7” -o “$linuxReleaseName” == “Fedora” ]

      “$RHVER” == “1”
      Setting up and starting MySQL… error

      $RHVER must be something like:
      /bin/rpm -qf /etc/redhat-release --qf “%{VERSION}\n”

      posted in Bug Reports
      S
      sgennadi
    • RE: SVN 3480 Setting up and starting MySQL...error

      yum remove mysql-client mysql-server mysql-common mysql-devel
      Loaded plugins: fastestmirror, langpacks
      No Match for argument: mysql-client
      No Match for argument: mysql-server
      No Match for argument: mysql-common
      No Match for argument: mysql-devel
      No Packages marked for removal

      yum remove mariadb-libs.x86_64 mariadb-server.x86_64
      rm -rf /var/lib/mysql/
      rm -rf /etc/my.cnf
      yum install mariadb-libs.x86_64 mariadb-server.x86_64

      • Setting up and starting MySQL…error reading information on service mysqld: No such file or directory
      posted in Bug Reports
      S
      sgennadi
    • RE: SVN 3480 Setting up and starting MySQL...error

      Centos 7 default mariadb-server

      posted in Bug Reports
      S
      sgennadi
    • SVN 3480 Setting up and starting MySQL...error

      Centos 7 error updating to last svn build

      Confirming package installation.

      • Checking package: httpd…OK

      • Checking package: php…OK

      • Checking package: php-cli…OK

      • Checking package: php-common…OK

      • Checking package: php-gd…OK

      • Checking package: mysql…OK

      • Checking package: mysql-server…OK

      • Checking package: tftp-server…OK

      • Checking package: nfs-utils…OK

      • Checking package: vsftpd…OK

      • Checking package: net-tools…OK

      • Checking package: wget…OK

      • Checking package: xinetd…OK

      • Checking package: tar…OK

      • Checking package: gzip…OK

      • Checking package: make…OK

      • Checking package: m4…OK

        • Checking package: gcc…OK
        • Checking package: gcc-c++…OK
        • Checking package: lftp…OK
        • Checking package: php-mysqlnd…OK
        • Checking package: curl…OK
        • Checking package: php-mcrypt…OK
        • Checking package: php-mbstring…OK
        • Checking package: mod_ssl…OK

        Configuring services.

        • Setting up and starting MySQL…error reading information on service mysqld: No such file or directory
          Failed!
      posted in Bug Reports
      S
      sgennadi
    • RE: Latest Development FOG

      SVN 3346 no web login gui ( blank screen)

      posted in General
      S
      sgennadi
    • RE: Blank / Damaged HDD deployment

      MBR & Partition Table of Disk causing error…

      [url=“/_imported_xf_attachments/1/1950_sfdisk.txt?:”]sfdisk.txt[/url][url=“/_imported_xf_attachments/1/1951_mbr-part-table.txt?:”]mbr-part-table.txt[/url][url=“/_imported_xf_attachments/1/1952_mbr-backup.txt?:”]mbr-backup.txt[/url][url=“/_imported_xf_attachments/1/1953_mbr-boot-code.txt?:”]mbr-boot-code.txt[/url]

      posted in Feature Request
      S
      sgennadi
    • RE: Lsblk: /dev/sda?: not a block device

      Tom,
      I understand you very well and I said you right this is not bug , can I ask you future request? Can you do in fog menu something like quick image advanced where you script check computer compatibility if problem found not exit with error code, but give to the user option to fix problem (or try to fix problem automatically) and re-run check ?

      posted in Bug Reports
      S
      sgennadi
    • RE: Lsblk: /dev/sda?: not a block device

      You are right when we talk about full / quick inventory but when we talk about quick image I think maybe you can add some extra question (option) if problem with disk detected (format, wipe, clear partition table, disktest, etc ) ?

      posted in Bug Reports
      S
      sgennadi
    • RE: Lsblk: /dev/sda?: not a block device

      I choose open image of hdd with one partition ( Single Disk - Resizable) and option resize image to fill all space on hdd, fog must destroy all data on the disk and overwrite mbr ?

      posted in Bug Reports
      S
      sgennadi
    • 1 / 1