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

    Posts made by ch3i

    • RE: Could Not Mount Image folder

      @fl0pp Hi, 10.60.60.24 is the NAS or your FOG server ?

      EDIT: It seem to be your FOG Server. You have to configure your storage node with the IP address of your NAS (10.60.60.4), the FTP path (???) and NFS path (/volume1/images).

      There are a lot of topic about that and the Wiki : https://wiki.fogproject.org/wiki/index.php?title=NAS_Storage_Node and https://wiki.fogproject.org/wiki/index.php?title=Use_FOG_with_FreeNAS

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: Adding NAS (NFS) - storage to FOG

      @boeleke I’m working in a School and use Trunk version 😉 Trunk versions of FOG are “stable”.

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: Adding NAS (NFS) - storage to FOG

      @boeleke For QNAP the NFS path seem to be : /share/your_nfs_share but for the ftp access it’s /your_nfs_share. In FOG trunk (https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk) you can differentiate NFS and FTP path. In your version FTP and NFS path must be the same !

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: Adding NAS (NFS) - storage to FOG

      @boeleke FTP and NFS path or the sames on your NAS ?

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: Config multicast

      @Erik-Rafael Which router/switch you use ?

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: Adding NAS (NFS) - storage to FOG

      @boeleke Hi, If your NAS is mounted on your FOG server via NFS you can’t re-export it as NFS via FOG server. You have to create a node storage with IP of NAS ans specify NFS and FTP path in the node settings. Before you have to create a user “fog” in your NAS with the same password of the “fog” user of the FOG server.

      When you’ll upload/download image on that node (Your NAS) the fog client will connect directly on your NAS not via your FOG server.

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: Convert directly from VHD/VHDX to FOG?

      @loosus456 Hi, FOG use partclone to backup image, I think there is no way to convert VHD(X) to partclone image. You can check on partclone website : http://partclone.org/

      posted in Feature Request
      ch3iC
      ch3i
    • RE: FOG and tasks

      @Nika If you want to do that for each download you can modify the inits to add another wipe tool (dban binary for example) and modify the fog.download in the init/bin/ to execute dban before download the image. 😄

      posted in General
      ch3iC
      ch3i
    • RE: FOG and tasks

      @Nika I don’t understand, what do you want to do ?

      If it’s to use the task included in FOG like Capture, Deploye, Wipe, … you don’t need extra scripts.

      posted in General
      ch3iC
      ch3i
    • RE: FOG and tasks

      @Nika Hi, you don’t need no more scripts to do these tasks.

      posted in General
      ch3iC
      ch3i
    • RE: PASSWORD ----> SQL Problem after extend disk space ??!!

      @Sebastian-Roth said:

      • You should never use tools like resizefs, gparted or fdisk on your system disk (sda in your case) within the running system!

      I use it each time I have to extend partition on linux within the running system 😄 (I use snapshot before 😛 )

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: [rev 6134] SSL certificate error during installation

      @Tom-Elliott Hi Tom, with your Start/Stop configuration all services work fine. I’ve modify it by hand… I’had understood that you had updated the installer with these settings. You will add these modifications on the installer ?

       * Setting permissions on FOGMulticastManager.service script...OK
       * Enabling FOGMulticastManager.service Service................OK
       * Setting permissions on FOGImageReplicator.service script....OK
       * Enabling FOGImageReplicator.service Service.................OK
       * Setting permissions on FOGSnapinReplicator.service script...OK
       * Enabling FOGSnapinReplicator.service Service................OK
       * Setting permissions on FOGScheduler.service script..........OK
       * Enabling FOGScheduler.service Service.......................OK
       * Setting permissions on FOGPingHosts.service script..........OK
       * Enabling FOGPingHosts.service Service.......................OK
       * Setting up FOG Services.....................................OK
       * Starting FOGMulticastManager.service Service................OK
       * Starting FOGImageReplicator.service Service.................OK
       * Starting FOGSnapinReplicator.service Service................OK
       * Starting FOGScheduler.service Service.......................OK
       * Starting FOGPingHosts.service Service.......................OK
      
      posted in Bug Reports
      ch3iC
      ch3i
    • RE: PASSWORD ----> SQL Problem after extend disk space ??!!

      @arnaudrigole Hi, sorry, I’ve not seen that you had another vdisk, why you have not extend existing vdisk ???

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: PASSWORD ----> SQL Problem after extend disk space ??!!

      @arnaudrigole Oups, you have to use fdisk before 😄

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: PASSWORD ----> SQL Problem after extend disk space ??!!

      @arnaudrigole Hi, you can resize with resize2fs : resize2fs /dev/sda1. Take a snapshot before, if your are not sure you can chat with me in french.

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: FOG restore only one partition

      @plegrand Hi, Could you try in debug task ?

      Chosse debug task after select deploy task :

      0_1454595979082_upload-2f298889-4356-4e89-8d8b-13398adf1150

      After PXE boot, you have to run fog task with fog command

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: 2 bonded nics working slowing down imaging speed

      @mitzayapa said:

      This is what i should have then ?

      # This file describes the network interfaces available on your system
      # and how to activate them. For more information, see interfaces(5).
      # The loopback network interface
      
      auto lo
      iface lo inet loopback
      
      # The primary network interface
      
      auto em1
      iface em1 inet manual
        bond-master bond0
        bond-primary em1
      
      auto p255p1
      iface p255p1 inet manual
        bond-master bond0
      
      auto bond0
      iface bond0 inet static
        bond-slaves em1 p255p1
        bond-mode 2
        bond-miimon 100
        address 192.168.137.51
        netmask 255.255.255.0
        gateway 192.168.137.1
      

      It’s seem to be good, it’s not necessary to configure your p255p1 and em1 interfaces :

      # This file describes the network interfaces available on your system
      # and how to activate them. For more information, see interfaces(5).
      # The loopback network interface
      
      auto lo
      iface lo inet loopback
      
      # The primary network interface
      
      #auto em1
      #iface em1 inet manual
      #  bond-master bond0
       # bond-primary em1
      
      #auto p255p1
      #iface p255p1 inet manual
      #  bond-master bond0
      
      auto bond0
      iface bond0 inet static
        bond-slaves em1 p255p1
        bond-mode 2
        bond-miimon 100
        address 192.168.137.51
        netmask 255.255.255.0
        gateway 192.168.137.1
      
      posted in FOG Problems
      ch3iC
      ch3i
    • RE: 2 bonded nics working slowing down imaging speed

      @mitzayapa Hi, have you configured your switch to enable LACP ?

      I use it on a debian 8 (in vmware esxi 5.5) with that interfaces config :

      auto bond0
      iface bond0 inet static
      	address 172.20.0.4
      	netmask 255.255.0.0
      	gateway 172.20.1.50
      	slaves eth0 eth1
      	bond_mode balance-alb
      	bond_miimon 100
      	bond_downdelay 200
      	bond_updelay 200
      
      posted in FOG Problems
      ch3iC
      ch3i
    • RE: PXE Boot HP ProBook 455 G3

      @jloke Hi, It’s seem to be a network problem, like DHCP or network. Could you try with dev revision (on a test server) : https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk

      posted in Hardware Compatibility
      ch3iC
      ch3i
    • RE: [rev 6134] SSL certificate error during installation

      @Tom-Elliott I’ll test, thx 😉

      posted in Bug Reports
      ch3iC
      ch3i
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 45
    • 46
    • 7 / 46