• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. jmeyer
    3. Posts
    J
    • Profile
    • Following 0
    • Followers 1
    • Topics 56
    • Posts 286
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Upgrade from .32 to 1.2.0 Problems

      I was thinking that the gui option wasn’t enable during update between theses versions.
      Thank you for this information Tom.

      posted in FOG Problems
      J
      jmeyer
    • RE: Upgrade from .32 to 1.2.0 Problems

      Image from 0.32 are not supported on 1.x unless you activate support in the FOG option and then set image type as partimage.
      So it depends with what version of FOG you made them.
      Images made with 0.32 must be set to partimage and 1.x images set to partclone

      posted in FOG Problems
      J
      jmeyer
    • RE: Setting up fog on small network

      If this can help, here are my conf even if FOG should have doe it itself during install :

      /etc/dhcp/dhcpd.conf

      [CODE]
      use-host-decl-names on;
      ddns-update-style interim;
      ignore client-updates;
      next-server 192.168.10.5;

      subnet 192.168.10.0 netmask 255.255.255.0 {
      interface eth1;
      option subnet-mask 255.255.255.0;
      range dynamic-bootp 192.168.10.10 192.168.10.254;
      default-lease-time 21600;
      max-lease-time 43200;
      option domain-name-servers 192.168.10.5;
      option routers 192.168.10.5;
      filename “undionly.kpxe”;
      }
      [/CODE]
      /etc/network/interfaces
      [CODE]
      auto eth1
      iface eth1 inet static
      address 192.168.10.5
      netmask 255.255.255.0
      network 192.168.10.0
      broadcast 192.168.10.255
      [/CODE]

      posted in FOG Problems
      J
      jmeyer
    • RE: Setting up fog on small network

      As i did this only once and one month ago and all worked fine,
      maybe i’ll say ask or say things but i hope this would at least helpa bit to find what is not working.

      Are you sure that you don’t have an other DHCP on your network ?
      How your PC’s IP are configured then ? Are they all done manually ? Do you get IP from FOG DHCP under OS ?
      Is your FOG IP configuration is set as static ?

      posted in FOG Problems
      J
      jmeyer
    • RE: Fog 0.32 unable to start replicator service

      Hello,

      I’m not sure if you have 2 servers now or just a fog server with a node storage.

      Yesterday, I have added my fog 1.2 as new storage under my old fog 0.32 to do a replication and it worked fine.
      I learn from Tom that it’s the master that send image. I was thinking it was working also the other way (that the slave will retrieve the image) but it doesn’t.

      Are they in the same group and the server as master ?
      If you have two server like me, it must be configurated on the server that have the image.

      You can also check TTY 3 and look what is write about the replication or stop and restart the replicator service and see if this change anything :

      [FONT=arial][COLOR=#222222]Sudo service FOGImageReplicator stop[/COLOR][/FONT]
      [FONT=arial][COLOR=#222222]Sudo service FOGImageReplicator start[/COLOR][/FONT]

      posted in FOG Problems
      J
      jmeyer
    • RE: Easy way to migrate to 1.x

      Right, i have reserved position of storage. I’ll set my FOG 0.32 storage as master on my Fog 1.x
      When start the replication and will it consume all my bandwidth ?

      posted in General
      J
      jmeyer
    • RE: Windows 7 Deployment FOG- SAD2 Driver tool

      Have you reboot your VM before and after sysprep to see if this happen ?

      posted in Tutorials
      J
      jmeyer
    • RE: Windows 7 Deployment FOG- SAD2 Driver tool

      At first boot and before Windows make it self optimization ?

      posted in Tutorials
      J
      jmeyer
    • RE: SVN error

      I always used this way many time and once again last week and never had that certificate request or any error.
      I find out that it was a proxy problem but I don’t know what they made different here on the proxy…
      I uncommented and edited in “/root/.subvertion/servers” the following lines :

      [QUOTE]http-proxy-host = 10.121.0.1
      http-proxy-port = 3128
      http-proxy-username = lyc-liegeard.fr\administrateur
      http-proxy-password = **********[/QUOTE]

      posted in General
      J
      jmeyer
    • RE: Windows 7 Deployment FOG- SAD2 Driver tool

      If i remember well, you have an endless loading problem after reboot, right ?
      Is it reboot on the VM or on an other computer ?

      posted in Tutorials
      J
      jmeyer
    • RE: SVN error

      I don’t have trunk directory.
      Making it doesn’t change anything if this would have been your next idea.

      [CODE]root@fog0210012z:~# ll
      total 24
      drwx------ 3 root root 4096 juil. 10 13:36 ./
      drwxr-xr-x 22 root root 4096 juil. 10 09:58 …/
      -rw------- 1 root root 1422 juil. 10 13:25 .bash_history
      -rw-r–r-- 1 root root 3106 févr. 20 03:43 .bashrc
      -rw-r–r-- 1 root root 140 févr. 20 03:43 .profile
      drwxr-xr-x 3 root root 4096 juil. 10 13:28 .subversion/
      root@fog0210012z:~# svn update
      ‘.’ omis
      Résumé des conflits :
      Skipped paths: 1
      root@fog0210012z:~#
      [/CODE]

      posted in General
      J
      jmeyer
    • RE: SVN error

      Here is what i have with http

      [CODE]
      root@fog0210012z:~# svn checkout http://svn.code.sf.net/p/freeghost/code/trunk
      Erreur de segmentation (core dumped)
      [/CODE]

      posted in General
      J
      jmeyer
    • RE: SVN error

      Same with co.
      When i first tried https it it has request to validate a certificate so i said “remember”.
      I had never had this message before so maybe this is link.

      [CODE]root@fog0210012z:~# svn co https://svn.code.sf.net/p/freeghost/code/trunk
      svn: E175002: Unable to connect to a repository at URL ‘https://svn.code.sf.net/p/freeghost/code/trunk’
      svn: E175002: Unexpected HTTP status 405 ‘Not Allowed’ on ‘/p/freeghost/code/trunk’

      svn: E175002: Additional errors:
      svn: E175002: Échec de la requête OPTIONS sur ‘/p/freeghost/code/trunk’ : 405 Not Allowed
      [/CODE]

      posted in General
      J
      jmeyer
    • SVN error

      Hello,
      i don’t know if i’m too tired today but i keep having error with svn.

      [CODE]root@fog0210012z:~# svn checkout svn://svn.code.sf.net/p/freeghost/code/trunk
      svn: E000110: Unable to connect to a repository at URL ‘svn://svn.code.sf.net/p/freeghost/code/trunk’
      svn: E000110: Impossible de se connecter à l’hôte ‘svn.code.sf.net’: Connexion terminée par expiration du délai d’attente[/CODE]

      [CODE]root@fog0210012z:/home/adminfog# svn checkout https://svn.code.sf.net/p/freeghost/code/trunk
      svn: E175002: Unable to connect to a repository at URL ‘https://svn.code.sf.net/p/freeghost/code/trunk’
      svn: E175002: Unexpected HTTP status 405 ‘Not Allowed’ on ‘/p/freeghost/code/trunk’
      svn: E175002: Additional errors:
      svn: E175002: Échec de la requête OPTIONS sur ‘/p/freeghost/code/trunk’ : 405 Not Allowed[/CODE]

      So i tried to ping the host but it reply fine.

      [CODE]root@fog0210012z:~# ping svn.code.sf.net
      PING svn.code.sf.net (216.34.181.157) 56(84) bytes of data.
      64 bytes from svn.code.sf.net (216.34.181.157): icmp_seq=1 ttl=234 time=147 ms
      64 bytes from svn.code.sf.net (216.34.181.157): icmp_seq=2 ttl=234 time=138 ms[/CODE]

      posted in General
      J
      jmeyer
    • RE: Windows 7 Deployment FOG- SAD2 Driver tool

      [quote=“Eli Kelly, post: 32474, member: 1152”]That is exactly what I am doing and it has been working beautifully until recently. I have a full set of snapshots from every stage of preparing my clean image. From time to time I like to patch the OS, take a new snapshot and then update the stock image on the FOG server. For some reason any new snapshots break this process.

      I did try your thought about setting scsi0.present = “FALSE” in the VXD (edited:meant VMX) file. Unfortunately that doesn’t seem to make a difference.[/quote]

      Maybe make a new Windows installation will solve the problem…
      I join my .vmx content to compare with yours in case something in it bring the problem.

      [CODE].encoding = “windows-1252”
      config.version = “8”
      virtualHW.version = “9”
      scsi0.present = “TRUE”
      scsi0.virtualDev = “lsisas1068”
      memsize = “1024”
      mem.hotadd = “TRUE”
      ide0:0.present = “TRUE”
      ide0:0.fileName = “Windows 7 x64 2-000001.vmdk”
      ide1:0.present = “TRUE”
      ide1:0.autodetect = “TRUE”
      ide1:0.deviceType = “cdrom-raw”
      ethernet0.present = “TRUE”
      ethernet0.virtualDev = “e1000”
      ethernet0.wakeOnPcktRcv = “FALSE”
      ethernet0.addressType = “generated”
      usb.present = “TRUE”
      ehci.present = “TRUE”
      ehci.pciSlotNumber = “35”
      sound.present = “TRUE”
      sound.virtualDev = “hdaudio”
      sound.fileName = “-1”
      sound.autodetect = “TRUE”
      mks.enable3d = “TRUE”
      pciBridge0.present = “TRUE”
      pciBridge4.present = “TRUE”
      pciBridge4.virtualDev = “pcieRootPort”
      pciBridge4.functions = “8”
      pciBridge5.present = “TRUE”
      pciBridge5.virtualDev = “pcieRootPort”
      pciBridge5.functions = “8”
      pciBridge6.present = “TRUE”
      pciBridge6.virtualDev = “pcieRootPort”
      pciBridge6.functions = “8”
      pciBridge7.present = “TRUE”
      pciBridge7.virtualDev = “pcieRootPort”
      pciBridge7.functions = “8”
      vmci0.present = “TRUE”
      hpet0.present = “TRUE”
      usb.vbluetooth.startConnected = “TRUE”
      displayName = “Windows 7 x64 2”
      guestOS = “windows7-64”
      nvram = “Windows 7 x64 2.nvram”
      virtualHW.productCompatibility = “hosted”
      powerType.powerOff = “hard”
      powerType.powerOn = “hard”
      powerType.suspend = “hard”
      powerType.reset = “hard”
      extendedConfigFile = “Windows 7 x64 2.vmxf”
      scsi0.pciSlotNumber = “160”
      ethernet0.generatedAddress = “00:0c:29:ef:45:1b”
      ethernet0.pciSlotNumber = “33”
      usb.pciSlotNumber = “32”
      sound.pciSlotNumber = “34”
      vmci0.id = “1492075803”
      vmci0.pciSlotNumber = “36”
      uuid.location = “56 4d 18 a6 8c f9 61 ab-c7 34 18 d6 58 ef 45 1b”
      uuid.bios = “56 4d 18 a6 8c f9 61 ab-c7 34 18 d6 58 ef 45 1b”
      cleanShutdown = “TRUE”
      replay.supported = “FALSE”
      replay.filename = “”
      ide0:0.redo = “”
      pciBridge0.pciSlotNumber = “17”
      pciBridge4.pciSlotNumber = “21”
      pciBridge5.pciSlotNumber = “22”
      pciBridge6.pciSlotNumber = “23”
      pciBridge7.pciSlotNumber = “24”
      scsi0.sasWWID = “50 05 05 66 8c f9 61 a0”
      usb:1.present = “TRUE”
      ethernet0.generatedAddressOffset = “0”
      vmotion.checkpointFBSize = “134217728”
      softPowerOff = “FALSE”
      usb:1.speed = “2”
      usb:1.deviceType = “hub”
      usb:1.port = “1”
      usb:1.parent = “-1”
      checkpoint.vmState.readOnly = “FALSE”
      checkpoint.vmState = “”
      tools.remindInstall = “TRUE”
      numvcpus = “2”
      cpuid.coresPerSocket = “2”
      floppy0.present = “FALSE”
      usb:0.present = “TRUE”
      usb:0.deviceType = “hid”
      usb:0.port = “0”
      usb:0.parent = “-1”
      [/CODE]

      posted in Tutorials
      J
      jmeyer
    • RE: 0.32 storage with 1.x server

      Added a new storage and still the same display.

      [ATTACH]1115[/ATTACH]

      Hardware Information

      General Information
      Storage Node VaubanVieux
      IP 10.121.84.7
      Kernel 2.6.32-31-generic
      Hostname fog0210003P
      Uptime 15:53:13 up 1 day, 7:04, 0 users, load average: 0.16, 0.13, 0.05
      CPU Type GenuineIntel
      CPU Count 1
      CPU Model Intel® Xeon® CPU E5-2620 0 @ 2.00GHz
      CPU Speed 1995.192
      CPU Cache 15360 KB
      Total Memory 497
      Used Memory 146
      Free Memory 350
      File System Information
      Total Disk Space 196.8 GB
      Used Disk Space 89.4 GB
      Network Information
      lo Information
      lo TX 14.93 KiB
      lo RX 14.93 KiB
      lo Errors 0
      lo Dropped 0
      eth3 Information
      eth3 TX 10.8 MiB
      eth3 RX 7.61 MiB
      eth3 Errors 0
      eth3 Dropped 0

      [url=“/_imported_xf_attachments/1/1115_Sans titre.jpg?:”]Sans titre.jpg[/url]

      posted in FOG Problems
      J
      jmeyer
    • Easy way to migrate to 1.x

      Hello,
      I added my FOG 0.32 images directory as a new storage node under a fresh FOG 1.x install.
      If i put it in the same storage group of my auto generated fog node and keep this one as master, will all the image of my FOG 0.32 will be copied to my new FOG and added to database automatically ?

      posted in General
      J
      jmeyer
    • RE: Windows 7 Deployment FOG- SAD2 Driver tool

      [quote=“Eli Kelly, post: 32305, member: 1152”]I do set the drives as IDE but I have not edited the VMX file to disable SCSI. It is a good thought that I will try to tomorrow and report results.

      P2V is shorthand for the process of capturing a physical machine to a virtual machine. This is not what I’m trying to do but my point was there is plenty of documentation of that process. V2P is essentially what we are doing when we are preparing virtual machine images with VMWare Workstation for deployment to physical machine with FOG.[/quote]

      Why you don’t build a clean Windows in a VM and use snapshot to revert modification if needed then use SAD in sysprep ? This way, if you have special soft to add to an image, just install them, run sysprep, upload image then revert modification to the VM.
      We have HP, DELL, LENOVO, ACER and few other brand of computer and we use ONLY ONE image with sysprep…
      Using an image from a computer means that you backup all the specification of the computer for nothing (driver and software).
      Maybe you don’t even handle temp files…

      posted in Tutorials
      J
      jmeyer
    • 1 / 1