• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Nicoli
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    Nicoli

    @Nicoli

    0
    Reputation
    435
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Nicoli Unfollow Follow

    Latest posts made by Nicoli

    • RE: How To: Setup a FOG storage node without installing fog?

      After many many days of trying to get storagenodes to work, this was the only solution. I tried several methods of adding storage nodes from tricking FOG with nfs mounts, to setting up whole new fog servers on my VM cluster and configuring them with same passwords for EVERYTHING and still could not get mysql to talk to each other and queue tasks let alone replicate! So many nfs failure errors and password errors very infurating!

      Here’s how I hacked it (with the help of x23piracy!)

      1. Server 2003 Standard (x32) on a VM
      2. Install Filezilla, haneWIN NFS server
      3. Shared C:\images and C:\images\dev in Filezilla, added fog username and pass
      4. On NFS server I ticked “allow mount of remote devices”, set up exports like this:
        [I]C:\images\ -name:images[/I]
        [I]C:\images\dev -name:images/dev [/I]
      5. On the FOG server, I could not get additional storagenodes to work at all.
        I edited the DefaultMember node, and added the IP address of the Server2003 NFS server, set the image location to /images/ and added the fog user/pass as set up on Filezilla.

      It broke a lot of fog, like queued tasks don’t really clear after they’ve completed and the storage graphs don’t either. I’ll hack it some more and try and get it working later on.

      But the mysql database is on a different storage host than the images and that rocks!

      posted in Tutorials
      N
      Nicoli
    • RE: FOG + external storage

      [quote=“igor012, post: 10164, member: 1777”]Hello,
      Thank for your answers.
      @chad-bisd I followed the steps as you said. But I get the following error
      [CODE]exportfs -a
      exportfs: /images/dev does not support NFS export
      exportfs: /images does not support NFS export[/CODE]

      It seems it’s not possible to re-export nffs-shared folders.[/quote]

      Stuck on this for days.

      No solution…

      posted in FOG Problems
      N
      Nicoli
    • RE: Uploak tak failed : Unable to start task / Unable to upload file.

      [quote=“teampouce, post: 276, member: 139”]Dear all,

      I resolve my problem by myself :

      chown -R fog:root /tftpboot

      Thanks[/quote]

      Worked great, thanks!

      posted in Linux Problems
      N
      Nicoli
    • RE: Task management confirmation page not loading

      More solutions to this problem here: [url]http://fogproject.org/forum/threads/error-creating-tasks-internal-service-error.3798/#post-10223[/url]

      posted in FOG Problems
      N
      Nicoli
    • RE: Error creating tasks .... internal service error

      Ok so the issue seems to stem from two things, incorrect php/mysql version or a &$tmp flag in part of the includes scripts for FOG itself.

      [B]Check your php version first with “php -v” in a terminal - if you’re running 5.1 or earlier you will need to update![/B]

      I ran these instructions/commands to update from PHP 5.1 to 5.2 in Centos 5.5 and it got my FOG working again. Please try updating to php 5.2 first before you go to 5.3 - you never know what it’ll break.

      1. Get the Atomic repo (for Centos)
        [QUOTE]wget -q -O - [url]http://www.atomicorp.com/installers/atomic.sh[/url] | sh[/QUOTE]

      2. Edit repo to exlude php 5.3 (we just want 5.2 for testing purposes, coz we’re updating from 5.1)
        [QUOTE]nano /etc/yum.repos.d/atomic.repo[/QUOTE]

      (and add in the line) [I]exclude = php5.3[/I]

      1. Update php
        [QUOTE]yum update php[/QUOTE]

      2. Restart Apache
        [QUOTE]/etc/init.d/httpd restart[/QUOTE]

      After these steps, I went through the help provided here: [url]http://fogproject.org/forum/threads/solved-cant-upload-images.3652/#post-8628[/url]

      [QUOTE]So you should be able to search the /var/www/fog/management/includes/tasks.confirm.include.php for all instances of “&$tmp” and replace them with just “$tmp” [/QUOTE]

      Everything is now imaging again and working the way it should 😄

      posted in FOG Problems
      N
      Nicoli
    • RE: Error creating tasks .... internal service error

      Ok I have the same problem…

      [url]http://fogproject.org/forum/threads/solved-cant-upload-images.3652/#post-8625[/url]

      I followed instructions from here, deleted all the “&” out of the &$tmp flags, but still no luck 😞

      Running Centos 5.5, just had to upgrade to Fog 0.32 (due to new Dell machines and their fancy unsupported BIOS), and PHP is version 5.1.6.

      Not sure where to go from here, perhaps a PHP upgrade? Dunno…

      [url=“/_imported_xf_attachments/0/233_hrmmm.jpg?:”]hrmmm.jpg[/url]

      posted in FOG Problems
      N
      Nicoli
    • RE: After Deploying Image, reboot loop; Dell e6520; Fog 0.32

      This is the first issue I ran in to after 3 years of using FOG on a 500+ client network.

      [url]http://www.fogproject.org/wiki/index.php?title=Boot_looping_and_Chainloading[/url]

      Easy to follow instructions and works a treat! Thanks for all the help everyone

      posted in Windows Problems
      N
      Nicoli