• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. plegrand
    3. Posts
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 45
    • Posts 418
    • Best 18
    • Controversial 0
    • Groups 0

    Posts made by plegrand

    • RE: FOG restore only one partition

      @Wayne-Workman
      I saw on the wiki that there is 4 partition types :
      Single Partition
      Multiple Partition - Single Disk
      Multiple Partition - All Disks
      Raw Image

      On the web frontend
      Single Disk - Resizable - (1)
      Multiple Partition Image - Single Disk (Not Resizable) - (2)
      Multiple Partition Image - All Disks (Not Resizable) - (3)
      Raw Image (Sector By Sector, DD, Slow) - (4)

      As you can see the first option is different.
      Then may be i would choose “Multiple Partition - Single Disk”
      And it’s, may be, for this reason it failed now ?

      posted in FOG Problems
      P
      plegrand
    • RE: FOG restore only one partition

      @Tom-Elliott
      I made the test with windows 10 version and this is not the same error :
      Image store corrupt : Unable to locate MBR(restorePartitionTableAndBootLoaders)

      posted in FOG Problems
      P
      plegrand
    • RE: FOG restore only one partition

      @Tom-Elliott
      then what i have to do ?
      do you want i test with windows 10 version.
      However this morning i updatet to 6209 version, and now when i try to deploy, partclone “tell” me that “This is not a partclone image”.
      Did you change something ?

      Thanks for your help

      posted in FOG Problems
      P
      plegrand
    • RE: FOG restore only one partition

      @Tom-Elliott
      I just upgraded now 6194
      It’s trully an xp image from an old portable with windows XP
      i made the test today with the 6186 version
      i just made the test with the 6194 version with same problem

      posted in FOG Problems
      P
      plegrand
    • RE: FOG restore only one partition

      @Tom-Elliott could it be the modification i made about storage
      /images => /home/images ?

      posted in FOG Problems
      P
      plegrand
    • RE: FOG restore only one partition

      @Tom-Elliott The last one i think : in the cloud 6186

      posted in FOG Problems
      P
      plegrand
    • RE: FOG restore only one partition

      @Wayne-Workman

      drwxrwxrwx  5 root root      4096 févr.  4 12:35 images
      
      cat d1.fixed_size_partitions
      1:
      
      cat d1.minimum.partitions
      label: dos
      label-id: 0x1e053b42
      device: /dev/sda
      unit: sectors
      
      /dev/sda1 : start=          63, size=      240912, type=de
      /dev/sda2 : start=      240975, size=    34105626, type=7, bootable
      /dev/sda3 : start=   156408840, size=    19799712, type=7
      
      cat d1.original.fstypes
      /dev/sda2 ntfs
      /dev/sda3 ntfs
      
       cat d1.partitions
      label: dos
      label-id: 0xdb5ddb5d
      device: /dev/sda
      unit: sectors
      
      /dev/sda1 : start=          63, size=      240912, type=de
      /dev/sda2 : start=      240975, size=   156167865, type=7, bootable
      /dev/sda3 : start=   156408840, size=   156167865, type=7
      
      posted in FOG Problems
      P
      plegrand
    • RE: FOG restore only one partition

      @ch3i Here is the “image setting”

      Image Name Portable Service Info
      Image Description
      Operating System Windows 2000/XP - (1)
      Image Path /home/images/PortableServiceInfo
      Image Type Single Disk - Resizable - (1)
      Partition Everything - (1)

      And here is the content of /home/images/PortableServiceInfo/
      ls -al /home/images/PortableServiceInfo/
      d1.fixed_size_partitions
      d1.minimum.partitions
      d1.original.fstypes
      d1.original.swapuuids
      d1p1.img
      d1p2.img
      d1p3.img
      d1.partitions

      i cant understand what is the problem
      thanks again

      posted in FOG Problems
      P
      plegrand
    • RE: FOG restore only one partition

      @ch3i then i use debug task and it restore only sda1, sda2 and sda3 are not restored

      posted in FOG Problems
      P
      plegrand
    • FOG restore only one partition

      Hello
      i’ve got a problem during deploy task on a windows xp station.

      I made a capture task (entire dsk) and it seems that everything worked fine, i can see in the images directory all my partitions
      When i make a deploy task, fog only restore the first partition with “test memory” and test system" tools

      Does someone could explain me what is the problem ?
      As i said in an other post, i move the “images” directory from “/images” to “/home/images”
      Thanks

      posted in FOG Problems
      P
      plegrand
    • RE: Moving storage to different location

      it seems that when you modify images path on the web frontend, the export file (nfs) is not modified. You have to modify it and relaunch nfs

      posted in FOG Problems
      P
      plegrand
    • RE: samba domain integration

      @Jbob Hello
      In first sorry for this long delay
      I just made the test today with the latest client. Everything seems to work fine !!

      posted in Linux Problems
      P
      plegrand
    • RE: Could Not Mount Image

      Hello, i think i’ve got the same problem except i made modification on the web interface :
      i didnt want the “images” directory be at the root (/images)
      then i copy the images directory into /home/images.

      Then i modify the image path on the web interface, i thought it would modify the export file also but it seems not.

      then i had to modify manualy the export file. Now it works fine.
      Could it be the problem ?

      posted in FOG Problems
      P
      plegrand
    • New version

      Hello, i plan to install a new fog server for “production” and i wondered if a new version of fog was planned or if i had to use the last trunk version?
      Thanks for answers
      Pascal

      posted in General
      P
      plegrand
    • RE: samba domain integration

      @Jbob Wonderful !!!
      I was waiting for this !!
      I’m going to test today and i’ll tell you the result
      thanks again !!!

      posted in Linux Problems
      P
      plegrand
    • RE: Backing up database.........................................failed

      @george1421 Same problem here but now it works
      thanks for your help

      posted in Bug Reports
      P
      plegrand
    • RE: Backing up database.........................................failed

      @Tom-Elliott Then i can confirm that it’s a proxy setting.
      With your las commit without the wgetrc configuration it failed again.
      I have to add this line to make it works :
      no_proxy=localhost,127.0.0.0/8,192.168.39.243

      Then it works fine with this wget configuration :
      .wgetrc
      http_proxy = http://my.cache.fr:3128/
      https_proxy = http://my.cache.fr:3128/
      use_proxy = on
      no_proxy=localhost,127.0.0.0/8,192.168.39.243

      posted in Bug Reports
      P
      plegrand
    • RE: Backing up database.........................................failed

      @Tom-Elliott i remove my wgetrc config ?

      posted in Bug Reports
      P
      plegrand
    • RE: Backing up database.........................................failed

      @george1421 I found a solution adding this line in my .wgetrc
      no_proxy=localhost,127.0.0.0/8,192.168.39.243

      my .wgetrc become :
      http_proxy = http://my.cache.fr:3128/
      https_proxy = http://my.cache.fr:3128/
      use_proxy = on
      no_proxy=localhost,127.0.0.0/8,192.168.39.243

      But it stay very strange because i didn’t have this problem before

      posted in Bug Reports
      P
      plegrand
    • RE: Backing up database.........................................failed

      No, during first installation the installer didnt “put” password

      posted in Bug Reports
      P
      plegrand
    • 1
    • 2
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 16 / 21