• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. dureal99d
    3. Posts
    D
    • Profile
    • Following 2
    • Followers 1
    • Topics 32
    • Posts 311
    • Best 19
    • Controversial 0
    • Groups 0

    Posts made by dureal99d

    • RE: The remote server returned an error: (500) Internal Server Error?

      @jjacobs Thanks for the help!!!

      posted in FOG Problems
      D
      dureal99d
    • The remote server returned an error: (500) Internal Server Error?
      Server
      • FOG Version:1.3.4-RC-2
      • OS: Ubuntu 16.04.2
      Client
      • Service Version: 11.8
      • OS: WIndows, Ubuntu,Kubuntu,Mint18,fedora,centos
      Description

      I keep getting this error on all my clients.
      Any idea?

      ------------------------------------------------------------------------------
      ----------------------------------UserTracker---------------------------------
      ------------------------------------------------------------------------------
       1/26/2017 9:25 PM Client-Info Client Version: 0.11.8
       1/26/2017 9:25 PM Client-Info Client OS:      Windows
       1/26/2017 9:25 PM Client-Info Server Version: 1.3.4-RC-2
       1/26/2017 9:25 PM Middleware::Response ERROR: Unable to get subsection
       1/26/2017 9:25 PM Middleware::Response ERROR: Object reference not set to an instance of an object.
       1/26/2017 9:25 PM Service Sleeping for 83 seconds
       1/26/2017 9:26 PM Middleware::Communication URL: http://fogserver/fog/management/index.php?sub=requestClientInfo&configure&newService&json
       1/26/2017 9:26 PM Middleware::Response Success
       1/26/2017 9:26 PM Middleware::Communication URL: http://fogserver/fog/management/index.php?sub=requestClientInfo&mac=00:FF:96:07:4D:11|00:1F:BC:02:35:80|00:1F:BC:02:35:81|0A:00:27:00:00:08|00:50:56:C0:00:01|00:50:56:C0:00:08||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&newService&json
       1/26/2017 9:26 PM Middleware::Communication ERROR: Could not contact FOG server
       1/26/2017 9:26 PM Middleware::Communication ERROR: The remote server returned an error: (500) Internal Server Error.
       1/26/2017 9:26 PM Middleware::Response Success
       1/26/2017 9:26 PM Middleware::Communication URL: http://fogserver/fog/service/getversion.php?clientver&newService&json
       1/26/2017 9:26 PM Middleware::Communication URL: http://fogserver/fog/service/getversion.php?newService&json
      
       1/26/2017 9:26 PM Service Creating user agent cache
       1/26/2017 9:26 PM Middleware::Response ERROR: Unable to get subsection
       1/26/2017 9:26 PM Middleware::Response ERROR: Object reference not set to an instance of an object.
       1/26/2017 9:26 PM Middleware::Response ERROR: Unable to get subsection
       1/26/2017 9:26 PM Middleware::Response ERROR: Object reference not set to an instance of an object.
       1/26/2017 9:26 PM Middleware::Response ERROR: Unable to get subsection
       1/26/2017 9:26 PM Middleware::Response ERROR: Object reference not set to an instance of an object.```
      posted in FOG Problems
      D
      dureal99d
    • RE: How to deploy teamviewer ?

      @Ric41 so i take it you are trying to deploy teamviewer with all its settings for your corporation in tact right?

      If so i seen something on this matter ill post the link once i get home . i know it has somerhing to do with packaging the file and your companys details in a msi yourself and deploying it

      posted in General
      D
      dureal99d
    • RE: Booting Ubuntu 16.04 ISO from FOG; /dev/sr0: No medium found

      You are trying to boot the I.S.O. over the network.

      The way I recommend you do this for pxe access in your company is to extract the content of the iso to a folder of your choosing then give proper access to the folder for the fog server using the exports file.

      examples can be provided if im understanding what your trying to do?

      posted in Linux Problems
      D
      dureal99d
    • Parted Magic for UEFI/BIOS boot

      Follow the directions given here All credits to the original poster.

      Simply edit this to fit your scenario

      cpair 0
      cpuid --ext 29 && set arch 64 || set arch 32
      initrd http://${fog-ip}/bootimgs/pmagic/initrd.img
      initrd http://${fog-ip}/bootimgs/pmagic/files.cgz
      initrd http://${fog-ip}/bootimgs/pmagic/fu.img
      initrd http://${fog-ip}/bootimgs/pmagic/m${arch}.img
      chain http://${fog-ip}/bootimgs/pmagic/bzImage${arch} initrd=initrd.img initrd=fu.img initrd=m${arch}.img initrd=files.cgz
      boot.
      
      I hope this helps someone
      posted in Tutorials
      D
      dureal99d
    • RE: FOG 1.3.3 Officially Released

      @Tom-Elliott said in FOG 1.3.3 Officially Released:

      It also has the fix for Storage Node root

      Thank as always @Tom-Elliott Excellent work.

      posted in Announcements
      D
      dureal99d
    • RE: Batch file snapin install

      @Joe-Schmitt @Wayne-Workman @Tom-Elliott I thank you guys for the help but the original script worked just fine.

      I believe this one was an user error and in this case me being that user.

      When I made the snapin pack I messed up in how I told fog to execute the bat file inside by not telling fog that it had another folder to prior to trying to execute the bat file. as you can see from my original post I had simply _install.bat"
      when in reality it was popcap/_install.bat I have since then repacked the .zip file with no other folder in the way and simplified the bat file by naming it simply pop.bat all with the original coding @echo off Echo Wscript.Sleep 5000>"%Temp%\Wait.vbs" Echo WScript.Quit>>"%Temp%\Wait.vbs" Echo Installing Game Pack... Echo. For /f "tokens=*" %%a in ('dir /b /on "*[PopCap][ExtremlymTorrents.Me].exe"') do ( Echo Installing %%~na... Echo. Start "" /wait Wscript "%Temp%\Wait.vbs" Start "" /wait "%%a" /S ) Del "%Temp%\Wait.vbs"
      after doing this all the games installed silently with no issues via fog deployment services. Thank You!!!

      posted in Windows Problems
      D
      dureal99d
    • RE: Batch file snapin install

      @Wayne-Workman I see. well then how about this?

      @echo off
      Echo Installing Game Pack...
      Echo.
      For /f "tokens=*" %%a in ('dir /b /on "%~dp0*[PopCap][ExtremlymTorrents.Me].exe"') do (
      Echo Installing %%~na...
      Echo.
      Start "" /wait "%%a" /S
      )
      
      posted in Windows Problems
      D
      dureal99d
    • RE: Batch file snapin install

      @Joe-Schmitt tell me if this is right.

      @echo off
      Echo Wscript.Sleep 5000>"%Temp%\Wait.vbs"
      Echo WScript.Quit>>"%Temp%\Wait.vbs"
      Echo Installing Game Pack...
      Echo.
      For /f "tokens=*" %%a in ('dir /b /on "%~dp0*[PopCap][ExtremlymTorrents.Me].exe" ') do (
      Echo Installing %%~na...
      Echo.
      Start "" /wait Wscript "%Temp%\Wait.vbs"
      Start "" /wait "%%a" /S
      )
      Del "%Temp%\Wait.vbs"```
      posted in Windows Problems
      D
      dureal99d
    • RE: Batch file snapin install

      @Joe-Schmitt I will try this soon and report back.

      posted in Windows Problems
      D
      dureal99d
    • RE: Batch file snapin install

      @Joe-Schmitt said in Batch file snapin install:

      snapin packs is to let you bundle multiple files / scripts together.

      I will research to see how I can convert this. I tried to save it as a vbs but nothing happens then

      posted in Windows Problems
      D
      dureal99d
    • RE: Batch file snapin install

      @Tom-Elliott THe script for whatever reason is not executing which I find to be surprising cause when executed on windows it installs without a hitch. I assume the error code 1 is some permission issue. but I don’t know how when I have disabled the permissions on my systems?

      posted in Windows Problems
      D
      dureal99d
    • RE: Batch file snapin install

      @Tom-Elliott I know nothing of batch scripting but i’m slowly learning bit by bit. So by all means any and all help is welcome on the matter.

      posted in Windows Problems
      D
      dureal99d
    • Batch file snapin install

      server: 16.04.1 ubuntu.
      client: 11.7
      fog version: RC-36
      os attempting to deploy to: windows 10

      Batch script snapin install?

      I have this file of games that installs perfectly from within windows when executed. but when i try to do the same as a snapin, it downloads ,extracts ,states that it is installing and then as soon as it says installing, it says installed, but no program is installed.

      The fog log say error code 1

      I just dont now what im doing wrong?

      its clear to me its something simple i just cant seem to put my finger on it

      Could i get some help on the matter please.

      screen shot of snapin window
      0_1482016094800_batch.jpg

      here is the batch/cmd file contents:

      @echo off
      Echo Wscript.Sleep 5000>"%Temp%\Wait.vbs"
      Echo WScript.Quit>>"%Temp%\Wait.vbs"
      Echo Installing Game Pack...
      Echo.
      For /f "tokens=*" %%a in ('dir /b /on "*[PopCap][ExtremlymTorrents.Me].exe"') do (
      Echo Installing %%~na...
      Echo.
      Start "" /wait Wscript "%Temp%\Wait.vbs"
      Start "" /wait "%%a" /S
      )
      Del "%Temp%\Wait.vbs"```
      posted in Windows Problems
      D
      dureal99d
    • RE: ERROR: Unable to get subsection - Middleware::Response ERROR: Object reference not set to an instance of an object

      @Tom-Elliott Working again as of rc 31. Thank you!!!

      posted in Linux Problems
      D
      dureal99d
    • RE: ERROR: Unable to get subsection - Middleware::Response ERROR: Object reference not set to an instance of an object

      @Joe-Schmitt OK! Thank You!!!

      posted in Linux Problems
      D
      dureal99d
    • RE: no such device or address - server gui

      @Tom-Elliott said in no such device or address - server gui:

      but the fogserver initializes

      the fog server does not have dhcp installed, but it does use dnsmasq. everything else you said is correct

      posted in FOG Problems
      D
      dureal99d
    • RE: no such device or address - server gui

      @george1421 said in no such device or address - server gui:

      Right now the issue is outside of FOG, but at a network/communication level. Once the linux OS on the fog server can resolve the name to IP address then we can focus on FOG and what its doing

      fair enough

      posted in FOG Problems
      D
      dureal99d
    • RE: no such device or address - server gui

      @george1421 said in no such device or address - server gui:

      but I see way too many post

      You are correct. and i just started having this issue.

      posted in FOG Problems
      D
      dureal99d
    • RE: no such device or address - server gui

      @george1421 ```

      server 192.168.1.1
      Default server: 192.168.1.1
      Address: 192.168.1.1#53
      soulslay
      ;; connection timed out; no servers could be reached
      soulrevise
      ;; connection timed out; no servers could be reached

      posted in FOG Problems
      D
      dureal99d
    • 1
    • 2
    • 3
    • 4
    • 5
    • 15
    • 16
    • 3 / 16