• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. ch3i
    3. Best
    • Profile
    • Following 1
    • Followers 4
    • Topics 37
    • Posts 916
    • Best 169
    • Controversial 0
    • Groups 1

    Best posts made by ch3i

    • RE: adding iso to boot menu to boot from this iso

      @MaMu Hi, https://wiki.fogproject.org/wiki/index.php/Include_any_ISO_in_the_FOG_Bootmenu

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: Intermittent failure to expand ext4 filesystem to fill disk

      @Dommason01 Hi, Have you try to deploy in debug mode ?

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: Ubuntu 15.04 & SVN 3510

      @sudburr Ubuntu is right for desktop, but for a server use a Debian headless 😛

      posted in Bug Reports
      ch3iC
      ch3i
    • RE: Surface Pro 3 Imaging

      @Tim.Trageser Format and install a fresh Windows 😛

      posted in Hardware Compatibility
      ch3iC
      ch3i
    • RE: New Forum Software

      @Polii123 said:

      I have to say, I don’t like the new design at all. It looks nice but the usability was, in my opinion, better in the old version.

      Just

      Hi,

      Same… and it burn my eyes 😃

      Regards,
      Ch3i.

      posted in General
      ch3iC
      ch3i
    • RE: Image size on server

      @Wayne-Workman said:

      If you still get all zeros, This is an FTP issue. FOG uses FTP to get the size.

      @Polii123 said:

      Well the size isn’t 0, there is nothing ^^ The Filed ist missing completly in the Web UI.

      @Wayne-Workman said:

      You have to turn on a check box somewhere in settings to get the field - firstly.

      FOG_FTP_IMAGE_SIZE in General Settings

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: SVN 3587 - Failed to restore image

      There is another topic for that problem : https://forums.fogproject.org/topic/5220/target-partition-size-is-smaller-than-source

      posted in Bug Reports
      ch3iC
      ch3i
    • RE: Surface Pro 3 Imaging

      @Tom-Elliott said:

      This may sound crazy now, but does anybody remember that we zip the image files? This means that while a raw copy takes a lot longer, the actual size on disk is much smaller than the size of the image when on disk. This same principle is in affect for all imaging types. Free space compresses quite nicely. This means that your 250 gb disk may need this same size or larger disk to image onto, actual size on disk may be around 70 gb on server.

      Hi,

      Not sure about that, in my previous job I had all of laptops crypted with Truecrypt (whole disk), all dump with compression are simple DD… I was in 0.32.

      Regards,
      Ch3i.

      posted in Hardware Compatibility
      ch3iC
      ch3i
    • RE: Deploying Resizable UEFI linux disk

      @mm-Ekimia said:

      Hi I forgot to end this thread.

      We solve this problem by going full Legacy bios on all machines. restoring a singledisk multipartition works great (root partition resizing included)

      Thanks everybody for this great project.

      Hehe, Thank you for the update 😉

      posted in General
      ch3iC
      ch3i
    • RE: Update to SVN 3421 broke everything in FOG

      @DarkEnergy said:

      I guess I sing too fast. It is not seeing any of the images in /images.

      Any advice?

      Hi,

      You have not any image in web ui ???

      Regards,
      Ch3i.

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: "List all hosts" not working r3713

      @Tom-Elliott said:

      This and location plugin should be fixed in 3721, thanks for reporting. List all was fixed, but I just fixed the Location plugin as well.

      Hi Tom,

      I’ve configure his SVN installation for proxy, after update SVN he can’t list host.

      Apache error :

      [Wed Jul 08 09:47:40.098835 2015] [:error] [pid 11831] [client 10.130.70.254:45386] PHP Fatal error:  Call to a member function __toString() on string in /var/www/fog/lib/pages/HostManagementPage.class.php on line 99, referer: http://10.130.70.3/fog/management/index.php?node=host
      

      I’ve tried that in HostManagementPage.class.php :

      'host_mac'	=> $Host->getMACAddress(), #->__toString(),
      

      He can list all hosts now.

      posted in Bug Reports
      ch3iC
      ch3i
    • RE: FOG enters the root path while starting to load an image

      @Mario-Czarmetzko Tom is working to correct that bug.

      posted in Hardware Compatibility
      ch3iC
      ch3i
    • RE: FOG EMMC compatability

      @Jamie-Read SVN versions are very stable, lot of us use it 😉
      @cspence said:

      Unfortunately, at this time, 1.2.0 uses a specific kernel. I talked to @Tom-Elliot about it and he said that 1.2.0 probably won’t work properly with a newer init.

      Your option at this point is to try out the bleeding edge and see if the latest SVN version serves your needs for now.

      posted in General
      ch3iC
      ch3i
    • RE: Database Schema Installer / Updater not working

      @Polii123 said:

      But how did they come into my config.class.php file?

      Maybe a ghost lol

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: Problem with : list all hosts the program give a blank page fog 3731

      @Tom-Elliott said:

      Whenever there is a blank page or internal server error there is typically an error thrown to the Apache error logs. Can you please check the logs and see what they say?

      Same error here :

      [Thu Jul 09 10:29:11 2015] [error] [client 192.168.101.252] PHP Fatal error:  Call to a member function __toString() on string in /var/www/fog/lib/pages/HostManagementPage.class.php on line 99
      

      To bypass the error I have modified HosManagmentPage.class.php (I think it’s not the solution lol) :

      'host_mac'	=> $Host->getMACAddress(), #->__toString(),
      

      There is another topic about that error.

      posted in Bug Reports
      ch3iC
      ch3i
    • RE: Black screen after deployment

      @danielbm said:

      I’ve find a solution on this post :
      https://forums.fogproject.org/topic/3695/using-custom-mbr-for-lenovo-clients

      I will try immediately, but I’d like to find a solution to not have to physically intervene on the machine I want to upload.

      Hi, it’s a manufacturer installation or you have install the OS from scratch ? (format/create partition)

      posted in Hardware Compatibility
      ch3iC
      ch3i
    • RE: Peek into .img files

      @Tom-Elliott said:

      Technically it is possible using the partclone-utils stuff, but you do have decompress the img file first.

      With a script to uncompress/mount and a php folder browser 😄

      posted in General
      ch3iC
      ch3i
    • RE: Update to SVN 3421 broke everything in FOG

      @DarkEnergy said:

      I am not sure what you are asking. If you follow the conversation you will see that was an update.
      That should answer what I think you are asking. If I had any images before. The obvious answer shall be"YES".

      Ok,

      It’s in the Web UI you don’t see any image or in /images ?

      Regards,
      Ch3i.

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: [3696 - 3710] Debian 7 - php5-json and host view

      Problem solved with SVN 3732, Thx Tom for your time to fix it !!!

      posted in Bug Reports
      ch3iC
      ch3i
    • RE: Intel RAID

      @mutant Not sure but I think that FOG only see the disk not the volume.

      posted in Hardware Compatibility
      ch3iC
      ch3i
    • 1 / 1