• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. mecsr
    3. Topics
    • Profile
    • Following 0
    • Followers 1
    • Topics 10
    • Posts 65
    • Best 3
    • Controversial 0
    • Groups 0

    Topics created by mecsr

    • mecsrM

      HP EliteDesk 800 G4 - Failed to get an IP via DHCP!

      Hardware Compatibility
      • hp elitedesk 800 g4 dhcp ipxe dhcp • • mecsr
      11
      0
      Votes
      11
      Posts
      2.9k
      Views

      george1421G

      @mecsr Great. I’m glad you have it working.

      Just as a word of warning, don’t advanced past the 4.15.2 version of the kernel until you update FOG, and even then stick with 4.15.2 until the developers can dig into why 4.17.0 is acting slow.

    • mecsrM

      Solved How to automatically run several .bat scripts after image deployment

      Windows Problems
      • • • mecsr
      6
      0
      Votes
      6
      Posts
      1.9k
      Views

      Tom ElliottT

      I suppose, to answer the question more directly, you can do a snapin pack.

      Create a base batch file, and all your others. Create them into a zip file. Your “base” batch file would simply call the other batch files as required.

      For example, you create a snapin pack with licensing.zip as the base name.

      Inside licensing.bat you would, essentially, have:

      @echo off %~dp0\license1.bat %~dp0\license2.bat %~dp0\license3.bat %~dp0\license4.bat %~dp0\license5.bat %~dp0\license6.bat %~dp0\license7.bat %~dp0\license8.bat %~dp0\license9.bat %~dp0\license10.bat %~dp0\license11.bat %~dp0\license12.bat %~dp0\license13.bat

      (Some of the syntax may be off, but the idea is the same. For what it’s worth, the %~dp0 is windows slang for, the current drive and path of the running script, this way you don’t have to hardcode the path to find these other files.)

    • mecsrM

      Solved All computers unable to boot to fog; web interface down

      FOG Problems
      • • • mecsr
      2
      0
      Votes
      2
      Posts
      441
      Views

      Tom ElliottT

      Was this meant to be deleted/purged, or is this an issue?

    • mecsrM

      Strange Behavior when Uploading Image

      FOG Problems
      • • • mecsr
      20
      1
      Votes
      20
      Posts
      5.5k
      Views

      S

      FTP move should not be an issue or we should see a somehow FTP related error message - which would happen much later anyway. To me it seams like the image/VM might be corrupted. Although disk space and inodes are not running out yet.

      @mecsr Have you tried running chkdsk /f within the client system as suggested on the screenshot??

      I really don’t hope that this is the case but could it be the server disk is failing??

    • mecsrM

      Solved Extended partition image not uploading/downloading properly

      Bug Reports
      • • • mecsr
      3
      0
      Votes
      3
      Posts
      1.3k
      Views

      S

      As far as I remember we changed a couple of things with extended partitions in SVN a few weeks ago. Switching between SVN an older versions could cause trouble I suppose…

      Please run a debug session on the client you use to upload the image from, run the following command and copy paste all the output (including warnings and errors) you see:
      [CODE]sfdisk -d[/CODE]

    • mecsrM

      Automated Latest Fog SVN update script (1.0 and later) And other helpful productivity things

      General
      • • • mecsr
      3
      0
      Votes
      3
      Posts
      1.6k
      Views

      S

      If I want to make changes to my init files I use this script a lot:
      [CODE]#!/bin/sh

      INIT=“init”

      if [ ! -f ${INIT}.bak ]
      then
      echo “Backing up ${INIT}.xz”
      mv ${INIT}.xz ${INIT}.bak
      cp ${INIT}.bak ${INIT}.xz
      fi

      if [ -f mnt/bin/fog ]
      then
      umount mnt
      rmdir mnt
      echo “Compressing ${INIT}.xz, please wait…”
      xz -C crc32 -9 ${INIT}
      else
      xz -d ${INIT}.xz
      mkdir -p mnt
      mount -o loop ${INIT} mnt
      echo “Mounted ${INIT}, have fun…”
      fi[/CODE]

    • mecsrM

      Pxe boot halts with MTFTP message on specific platforms

      FOG Problems
      • • • mecsr
      18
      0
      Votes
      18
      Posts
      7.7k
      Views

      mecsrM

      Thanks, I just tried that, but I noticed the same problem in another thread where someone is having the same problem, and where you told them to try the same thing. So I’m going to post the results over there
      [url]http://fogproject.org/forum/threads/problem-with-permission-denied-after-fog-server-restart.12503/[/url]

      Gotta help keep the forum organized and what not right. I’ll post here again if I here back about whether or not option 43 was touched by someone else.

      Thanks again for all the help.

    • mecsrM

      FOG Snapin sfx not running command

      FOG Problems
      • • • mecsr
      4
      0
      Votes
      4
      Posts
      1.6k
      Views

      S

      Hello,

      I had the same pb with my sfx file. To solve this i created a .bat file that run the installer (or any other file) which will be run after extract. with this method it works. But perhaps you have already found a solution to your issue 😉
      the SFX maker i use is the one created by David Cornish (SFX Maker by http://www.isoft-online.com/ never worked for me)

    • mecsrM

      Solved Bugs in FOG 1.0.1

      Bug Reports
      • • • mecsr
      3
      0
      Votes
      3
      Posts
      1.6k
      Views

      V

      the latest beyond 1.0.1 may be unstable.

      use 1.0.1 for production environments.

    • mecsrM

      Automating Fog 0.33b SVN updates in Ubuntu 14.04 with cron (Easily adapted to other linux distros)

      FOG Problems
      • • • mecsr
      7
      0
      Votes
      7
      Posts
      2.8k
      Views

      Tom ElliottT

      I’m not aware of any changes, other than adding a schema change, so my guess is this could be the cause?

    • 1 / 1