• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. altitudehack
    3. Best
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 15
    • Posts 118
    • Best 4
    • Controversial 0
    • Groups 0

    Best posts made by altitudehack

    • RE: RecursiveDirectoryIterator preventing snapin uploads

      @sebastian-roth Looks typical to me:

      ;;;;;;;;;;;;;;;;
      ; File Uploads ;
      ;;;;;;;;;;;;;;;;
      
      ; Whether to allow HTTP file uploads.
      ; http://php.net/file-uploads
      file_uploads = On
      
      ; Temporary directory for HTTP uploaded files (will use system default if not
      ; specified).
      ; http://php.net/upload-tmp-dir
      ;upload_tmp_dir =
      
      ; Maximum allowed size for uploaded files.
      ; http://php.net/upload-max-filesize
      upload_max_filesize = 3000M
      
      ; Maximum number of files that can be uploaded via a single request
      max_file_uploads = 20
      

      Wait a second… I’m at 91% consumed on / . I think the package I’m uploading may exceed the available 580MB available on the partition. It may be a little premature of me, but it looks like this one is solved!

      posted in FOG Problems
      A
      altitudehack
    • RE: RecursiveDirectoryIterator preventing snapin uploads

      @altitudehack Confirmed this was caused by running out of disk space. Growing the disk and retrying it worked, so this is solved. Thank you for your time!

      posted in FOG Problems
      A
      altitudehack
    • RE: FOG Client Authentication after cloning Windows

      @sebastian-roth Yes, you’re absolutely right! The original had a secondary MAC matching the clone. I deleted it and expect the clone to show up shortly. Thanks for your patience! 🙂

      posted in FOG Problems
      A
      altitudehack
    • RE: unusual network traffic to/from fog client

      @sebastian-roth Perfect. The original install was through a Group Policy .msi push, so I added the newer agent to replace the old one. Appreciate the quick info!

      posted in FOG Problems
      A
      altitudehack
    • 1 / 1