Navigation

    FOG Project

    • Register
    • Login
    • Search
    • Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Junkhacker
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Junkhacker

    @Junkhacker

    Developer

    in the event of an emergency, call 0118 999 881 999 119 725 3

    900
    Reputation
    2019
    Posts
    4639
    Profile views
    5
    Followers
    9
    Following
    Joined Last Online
    Website www.fhsu.edu/

    Junkhacker Follow
    FOG Hangouts Developer

    Best posts made by Junkhacker

    • just sharing an appreciation post

      https://www.reddit.com/r/sysadmin/comments/a727a8/fog_appreciation_post/

      posted in General
      Junkhacker
      Junkhacker
    • RE: Wiki news page?

      @Jbob said:

      Tom is just … Tom.

      that’s like saying: Superman is just … Superman.

      posted in Feature Request
      Junkhacker
      Junkhacker
    • RE: PC Name changing

      trunk 7609? is there a reason you upgraded to a release that’s almost 2 months old? i think this has been fixed already.

      posted in FOG Problems
      Junkhacker
      Junkhacker
    • RE: Deployment fail

      @wanderson fog 0.32 was released in 2011. i’m afraid none of us know how to support it. it may be time to upgrade or migrate to a new install of fog. there have been far more than enough improvements to be worth it. your existing images will be compatible with the latest version of fog (as legacy images. if you migrate to a new server instead of upgrading a few setting will need to be set to recognize them properly, but they will work)

      posted in FOG Problems
      Junkhacker
      Junkhacker
    • RE: Just ordered a dozen new computers and never used imaging. Will using FOG make deploying easier or is there a steep learning curve?

      don’t forget to get the proper licensing. you can’t capture an OEM image and redeploy it to other computers and be in compliance with Microsoft’s licensing. you’ll need a volume license.
      once you have an imaging server, you’ll find yourself using it a lot more than you think. user has a virus? a few hours to repair, or a few minutes to reimage, etc.

      posted in General
      Junkhacker
      Junkhacker
    • RE: ZSTD Compression

      @VincentJ default compression level is 6. testing found that it had the best compression/performance ratio for us. i don’t think many people change it.

      posted in Feature Request
      Junkhacker
      Junkhacker
    • RE: Add a second PXE Boot Option

      @Junkhacker to clarify, your new “default” menu item would contain something like this:

      iseq ${serial} <labSerial1> &&  goto chainboot ||
      iseq ${serial} <labSerial2> &&  goto chainboot ||
      goto fog.local
      
      :chainboot
      set net0/next-server <otherPXEbootServerIP> && set filename <whateverFile> && chain 
      tftp://<otherPXEbootServerIP>/<whateverFile> ||
      exit
      
      posted in General
      Junkhacker
      Junkhacker
    • RE: Accidentaly Deleted /Images/Dev

      @dwagner sounds like you need to recreate the /images/dev/postinitscripts directory, and it’s contents, a single file named “fog.postinit” with the contents

      #!/bin/bash
      ## This file serves as a starting point to call your custom pre-imaging/post init loading scripts.
      ## <SCRIPTNAME> should be changed to the script you're planning to use.
      ## Syntax of post init scripts are
      #. ${postinitpath}<SCRIPTNAME>
      

      permissions 777
      also, you’ll need to create an empty file named “.mntcheck” in /images/dev too, if you haven’t

      posted in FOG Problems
      Junkhacker
      Junkhacker
    • RE: upgrading fog on a standalone network

      @george1421 this one? https://forums.fogproject.org/topic/9396/stopping-web-service-failed/8?page=1

      posted in General
      Junkhacker
      Junkhacker
    • RE: ZSTD Compression

      ok, here are my pseudo scientific results:

      pigz vs pzstd (parallel implementation of zstandard, experimental)
      tests were performed using a windows 7 image
      (larger of 2 partitions only)
      uncompressed image file size:34650439624

      (de)compression tests were performed as closely as i could to emulate fog’s operation methods (without doing too much work :P). files were cat-ed from a mounted nfs share and piped into the programs, with results saved to an SSD. test machine was running Lubuntu instead of a custom FOS init, because i’m lazy.

      pigz -6 compression
      duration: 6:06
      file size: 17548659028

      pigz -6 decompression
      duration: 6:00

      pzstd default (3?) compression
      duration: 5:16
      file size: 16967988207

      pzstd decompression default compression file
      duration: 3:17

      pzstd -6 compression
      duration: 6:11
      file size: 16247155611

      pzstd decompression -6 compression file
      duration: 3:16

      pzstd -9 compression
      duration: 10:00
      file size: 16084180231

      pzstd decompression -9 compression file
      duration: 3:21

      Edited to add zst compression level 6

      posted in Feature Request
      Junkhacker
      Junkhacker

    Latest posts made by Junkhacker

    • RE: Feature request for FOG 1.6.x - Replace NFSv3

      on the subject of “not using nfsv3” i have an idea on how to reimplement torrent-casting. clients receiving images wouldn’t need file level access at all (though uploads would still need nfs).

      would there be any interest?

      posted in Feature Request
      Junkhacker
      Junkhacker
    • RE: Need help for a test setup

      for virtualbox, i recall having better luck if i set up the vm OS version as being “windows 7”

      since you’re able to get the furthest with that, maybe give that a try

      posted in General Problems
      Junkhacker
      Junkhacker
    • RE: Need help for a test setup

      @init32 what are you running for DHCP?

      posted in General Problems
      Junkhacker
      Junkhacker
    • RE: Popularity Contest

      @Tom-Elliott i think we should default to Y/n instead of y/N

      most people don’t care one way or the other and will just click through, let the people who care chose not to send it

      posted in Feature Request
      Junkhacker
      Junkhacker
    • RE: Popularity Contest

      @Wayne-Workman how about “install survey”

      posted in Feature Request
      Junkhacker
      Junkhacker
    • RE: Popularity Contest

      @Wayne-Workman shall we make the stats public, because “why not” and to be transparent about what we collect?

      posted in Feature Request
      Junkhacker
      Junkhacker
    • RE: Getting Kernel Panics after upgrade to 1.5.9-RC2

      @THEMCV to be honest, i’m not sure. i haven’t been involved much between the new kernel size being experimental to it being in production. i just recognized the problem.

      posted in FOG Problems
      Junkhacker
      Junkhacker
    • RE: Getting Kernel Panics after upgrade to 1.5.9-RC2

      @THEMCV You need to update a FOG Configuration->Fog Settings parameter->TFTP Server->KERNEL RAMDISK SIZE set it to 275000 from the original value of 127000

      posted in FOG Problems
      Junkhacker
      Junkhacker
    • RE: Popularity Contest

      @Wayne-Workman i realize i’m coming into this really late, but why not randomize what day of the week we collect the data as well, and we can just look at the window of “last 7 days” when we look at the data?

      posted in Feature Request
      Junkhacker
      Junkhacker
    • RE: Live Image

      @Technolust no, this is not something fog is capable of or designed for.

      posted in General
      Junkhacker
      Junkhacker