• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. marcolefo
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 30
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by marcolefo

    • Upgrade 1.3.1 RC5 to 1.3.1
      Server
      • FOG Version: 1.3.1 (6053)
      • OS: Debian 8 Jessie
      Description

      I don’t know if it is a real problem, but just in case…
      When upgrading 1.3.1 rc5 to 1.3.1 :

      * You still need to install/update your database schema.
       * This can be done by opening a web browser and going to:
      
         http://192.168.98.12/fog/management
      
       * Press [Enter] key when database is updated/installed.
      
       * Setting up storage............................................/lib/common/functions.sh: ligne 1076: /images/dev/postdownloadscripts/fog.postinit: Aucun fichier ou dossier de ce type
      OK
      

      FOG seems normal for now. I will post here if we encounter problem.
      Have a nice day.

      posted in Bug Reports
      M
      marcolefo
    • RE: Host missing after a VM restore

      Ok that’s it.

      Sorry for the noise.

      posted in FOG Problems
      M
      marcolefo
    • RE: Host missing after a VM restore

      Oh wait… my / is full !

      Perhaps this is related :).

      I will increase it and I’ll keep you informed.

      posted in FOG Problems
      M
      marcolefo
    • Host missing after a VM restore
      Server
      • FOG Version: 1.3.0-RC-17
      • OS: Debian 8
      Client
      • Service Version: 0.11.5
      • OS: Windows 7 x64
      Description

      In HOST Management => List all Hosts, all my hosts are gone. It says “No result found”.
      I can see my hosts passing by the Group Management => Click on a group => Membership.

      Strange isn’t it ?

      My FOG server is on a VM (vSphere 5.5) backup by Veeam.
      I had a problem after an update to RC-19. Before doing anything, I restored the VM from the last backup.

      Is it related ?
      Thanks

      posted in FOG Problems
      M
      marcolefo
    • RE: Upgrade to RC-19 failed on "Setting up fog password"

      Thanks ! That was not a fog problem :

      Current Kerberos password: Current Kerberos password: passwd : Erreur de manipulation du jeton d’authentification

      My /etc/pam.d/common-password was not correct.

      And now installfog.sh says : * Setup complete

      Have a nice day

      posted in FOG Problems
      M
      marcolefo
    • Upgrade to RC-19 failed on "Setting up fog password"
      Server
      • FOG Version: 1.3.0-RC-17
      • OS: Debian Jessie
      Description

      Hello

      I tried to updgrade to RC-19 from RC-17.
      After launching installfog.sh :

      • Configuring services

      • Setting up fog user…Already setup

      • Setting up fog password…Failed!

      Any idea ?

      Shoud I try --exitFail option ?

      Thanks.

      posted in FOG Problems
      M
      marcolefo
    • RE: Would you like DHCP to handle DNS?

      Thanks 🙂

      posted in General
      M
      marcolefo
    • Would you like DHCP to handle DNS?

      Hi

      I am installing FOG 1.3.0-RC-13

      Just a question that I don’t understand.

      Would you like DHCP to handle DNS? [Y/n]

      I am integrating FOG into an existing network
      https://wiki.fogproject.org/wiki/index.php?title=Integrating_FOG_into_an_Existing_Network

      Shoud I say Yes or No ? What does this option is going to do ?

      Thanks

      posted in General
      M
      marcolefo
    • RE: Deploy a multi partition image with multicast

      No problem. Excuse me for the wrong forum ;).

      Adding the sleep 5 solved our problem. The sleep 2 was already here unless I am mistaken.

      posted in Tutorials
      M
      marcolefo
    • Deploy a multi partition image with multicast

      Re : Multicast randomly hangs##### Server

      • FOG Version: 1.2
      • OS: Debian Jessie
      Description

      Re : Multicast randomly hangs

      Hi,

      Thanks to Felipe Solari
      https://forums.fogproject.org/topic/2810/multicast-randomly-hangs/19

      We managed to deploy a multi partition image with multicast.
      We just add a sleep 5 to the fog.download at the line 440.

      • unzip init.xz (the same goes for init32.xz) with xz -d init.xz
      • mount the init file in a loop device with: mount -o loop init sometempdir/
      • go to sometempdir/bin with cd
      • edit fog.download
      • save your file, and back to the init file dir.
      • zip it with xz -C crc32 init
       elif [ "$imgType" == "mps" ]; then
                              dots "Checking Hard Disks";
                              runPartprobe $hd &> /dev/null;
                              echo "Done";
                              parts=`fogpartinfo --list-parts $hd 2>/dev/null`;
                              diskLength=`expr length $hd`;
                              for part in $parts; do
                                      partNum=${part:$diskLength};
                                      echo " * Processing Partition: $part ($partNum)";
                                      imgpart="$imagePath/d1p${partNum}.img*";
                                      sleep 2;
                                      if [ ! -f $imgpart ]; then
                                          echo " * Partition File Missing: $imgpart";
                                          # Add a sleep here
                                          sleep 5;
                                      else
                                          writeImage "$imgpart" $part;
                                      fi
                                      resetFlag $part;
                              done
      

      Hope this help.
      Thanks for Fog 🙂 It’s a great soft.

      posted in Tutorials
      M
      marcolefo
    • 1
    • 2
    • 2 / 2