• 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: FOG 1.1.2 + FreeNAS 9.1.1 = Failed NFS

      Hi,

      In your dev/ have you the .mntcheck ?
      [CODE]drwxrwxrwx 2 root root 4096 avril 13 12:02 .
      drwxrwxrwx 24 root root 4096 avril 13 12:02 …
      -rwxrwxrwx 1 root root 0 oct. 22 17:07 .mntcheck
      [/CODE]

      After that, to be functionnal FOG need to have a FTP access on this share to move the temp upload on “dev/” to “folder_image/” with the same account (in your case Cyril1), you enable FTP on your NAS.

      Regards,
      Ch3i.

      posted in General
      ch3iC
      ch3i
    • RE: PXE reboot

      Hi,

      You can use it : [url]http://fogproject.org/forum/threads/ubuntu-14-xx-how-not-to-have-fog-start-automatically-when-server-starts.12741/#post-45418[/url]

      If there is no task iPXE return to boot on hard disk.

      Regards,
      Ch3i.

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: Ubuntu 14.xx - How not to have Fog start automatically when server starts

      [quote=“Tom Elliott, post: 45432, member: 7271”]It may be longer, but only minor. And you don’t have to disable dhcp settings, and you can still tell systems to image as needed.[/quote]

      Hi,

      I know, but in my case PXE is very long (10 sec to get a DHCP address), I think I have a problem in my inter-vlan configuration 😛

      Regards,
      Ch3i.

      posted in Linux Problems
      ch3iC
      ch3i
    • RE: Intermittently offline storage node...

      I can update my script with rsync :

      • It’s debian based
      • The laptop can only used to deploy (any update “laptop” to “FoG Main Server”)
      • Each site have there own DHCP

      I’ll post it here asap.

      Regards,
      Ch3i.

      posted in General
      ch3iC
      ch3i
    • RE: Ubuntu 14.xx - How not to have Fog start automatically when server starts

      Hi,

      With the “No Menu” option computers boot in PXE and after iPXE boot to hard drive : it’s longer than no PXE.

      Regards,
      Ch3i.

      posted in Linux Problems
      ch3iC
      ch3i
    • RE: Intermittently offline storage node...

      [quote=“Shane, post: 45419, member: 1055”]Hi Ch3i,

      Any chance you could elaborate on what you do as I am trying to set up the same. We run a fog server at head office where we setup all hardware. We then need to travel to remote sites and deploy those images.

      Regards,

      Shane[/quote]

      Hi,

      I used it before because few sites were not connected in VPN with the head office. If you have a VPN community in your organisation and a possibility to have storage on each site, you can use Location plugin here (as say Wayne Workman) : [url]http://www.fogproject.org/wiki/index.php/Plugins#Location_Plugin[/url]
      Else I can help you to duplicate your fog server.

      Regards,
      Ch3i.

      posted in General
      ch3iC
      ch3i
    • RE: Ubuntu 14.xx - How not to have Fog start automatically when server starts

      Hi,

      You can disable PXE settings in your DHCP.

      Regards,
      Ch3i.

      posted in Linux Problems
      ch3iC
      ch3i
    • RE: [SVN 3237] PXE issue

      Thank’s !!!

      The update solved it !

      Regards,
      Ch3i.

      posted in Bug Reports
      ch3iC
      ch3i
    • RE: [SVN 3237] PXE issue

      [B]Update[/B] : I have created the host into the Web interface, and now I can boot into iPXE.

      Regards,
      Ch3i.

      posted in Bug Reports
      ch3iC
      ch3i
    • [SVN 3237] PXE issue

      Hi,

      I have updated my installation to 3237, when I want to boot on PXE (to register a new machine), I have a iPXE error :
      [CODE]http://xxx.xxx.xxx.xxx/fog/service/ipxe/boot.php… Input/output error (http://ipxe.org/1d0c6139[/CODE]

      In my Apache log :
      [CODE][Mon Apr 13 11:34:58 2015] [error] [client 172.20.4.3] PHP Fatal error: Uncaught exception ‘Exception’ with message ‘Invalid Host’ in /var/www/fog/lib/fog/FOGBase.class.php:710\nStack trace:\n#0 /var/www/fog/service/ipxe/boot.php(17): FOGBase->getHostItem(false)\n#1 {main}\n thrown in /var/www/fog/lib/fog/FOGBase.class.php on line 710[/CODE]

      Regards,
      Ch3i.

      posted in Bug Reports
      ch3iC
      ch3i
    • RE: Transmit bandwidth in graph is wrong

      [quote=“Wayne Workman, post: 45160, member: 28155”]This may or may not be related, but, I’m sitting in a lab watching it image right now.

      Things are going smooth, but the “Tasks” tab in the FOG web GUI is reporting some hosts speeds correctly, while others are sitting at zero… FOG version r3218[/quote]

      [url]http://fogproject.org/forum/threads/svn-2806-task-management.12134/#post-40095[/url]

      posted in Bug Reports
      ch3iC
      ch3i
    • RE: Activate Windows 7 Pro 64x

      [quote=“davido38, post: 45134, member: 29185”]Yes it’s the same key. It’s a MAK key.[/quote]

      Ok. Prefer a KMS server to activate all of your Microsoft products (Windows, Office, …), it doesn’t increment your MAK activation.

      It’s easy to install it, just a Windows Server.

      Using KMS or not, you can use a GPO script to enter/activate your product :

      [CODE]slmgr -ipk your-mak-key-here

      slmgr -ato[/CODE]

      Regards,
      Ch3i.

      posted in Windows Problems
      ch3iC
      ch3i
    • RE: Intermittently offline storage node...

      [quote=“Wayne Workman, post: 45005, member: 28155”]Well, the idea is to have a laptop with FOG installed, and go out with a cross-over cable to deploy & capture images. However, I want the client registration info and images I capture to sync with the primary server once the laptop is brought back online later…

      I think I’m just going to have to try it out and see…[/quote]

      I use this system.

      To do it :
      1/ Rsync between the server and laptop to sync database/application and images.
      2/ Run the installer on the laptop before each use to update your configuration (pxe, …)

      Regards,
      Ch3i.

      posted in General
      ch3iC
      ch3i
    • RE: Video Tutorials

      Hi,

      There is a good video to start with fog (but 2 years old) : [media=youtube]Si3kMajqXbE[/media]

      Regards,
      Ch3i.

      posted in General
      ch3iC
      ch3i
    • RE: FOG with 2 NIC

      [quote=“Uncle Frank, post: 45120, member: 28116”]This is exactly what FOG is made for (upload from one client, then deploy to several other clients). You don’t need two NICs or IP addresses to do that!

      Add all your client MAC addresses to FOG (through webinterface, import csv or register on pxe boot!), then schedule an upload task for that client you want to get an image from. After the upload is done you can schedule a deploy task for a group of hosts…[/quote]

      Good idea lol 😉

      @Assu2, you can have a lot of information here : [url]http://fogproject.org/wiki/index.php/Managing_FOG[/url]

      Regards,
      Ch3i.

      posted in General
      ch3iC
      ch3i
    • RE: SVN 3192 hangs

      [quote=“Tom Elliott, post: 45098, member: 7271”]@ch3i,

      Are you still having this issue?[/quote]

      Tom, I update from 3200 to 3222 without problem, It’s fixed for me.

      Thank you 😉

      Regards,
      Ch3i.

      posted in General
      ch3iC
      ch3i
    • RE: Fog issues SVN 3220

      Hi,

      Same problem in 3200 in download task

      Regards,
      Ch3i.

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: Another Slow Upload and Download Speed Thread

      Hi,

      There is a simple tools to check the bandwith of your network : [url]https://iperf.fr/[/url]
      A java frontend here : [url]https://code.google.com/p/xjperf/[/url]

      You can test TCP/UDP bandwith.

      I use it before deploy in multicast.

      Regards,
      Ch3i.

      posted in FOG Problems
      ch3iC
      ch3i
    • RE: While upgrading i get this error. how to fix please

      [quote=“jenesis, post: 45025, member: 26331”]thanks, i have another issue, after i get the OK for downloading kernels and inits ,
      i get Failed to get client version downloading New Fog Client file…
      and the installation stops.
      what can i do
      thanks again[/quote]

      There is a topic for that bug 😉

      [url]http://fogproject.org/forum/threads/svn-3192-hangs.12685/[/url]
      [url]http://fogproject.org/forum/threads/svn-3192-hangs.12685/#post-44966[/url]

      Regards,
      Ch3i.

      posted in Linux Problems
      ch3iC
      ch3i
    • RE: Activate Windows 7 Pro 64x

      [quote=“davido38, post: 45085, member: 29185”]I put this in the setupcomplete.cmd

      cscript //b c:\windows\system32\slmgr.vbs /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
      cscript //b C:\windows\system32\slmgr.vbs -ato[/quote]

      Hi,

      Do you use the same Key for all of your host ? I tell you that because I solve my problem with a KMS server 😛

      Regards,
      Ch3i.

      posted in Windows Problems
      ch3iC
      ch3i
    • 1
    • 2
    • 37
    • 38
    • 39
    • 40
    • 41
    • 45
    • 46
    • 39 / 46