• Problem Upgrading from .32 to 1.1.2

    3
    0 Votes
    3 Posts
    1k Views
    S

    Is there an easy way to reset the password? Is there a place to look up the password. Here is the contents of our config.php file.

    <?php

    define( “UPDSENDERPATH”, “/usr/local/sbin/udp-sender” );

    define( “MULTICASTLOGPATH”, “/opt/fog/log/multicast.log” );

    define( “MULTICASTDEVICEOUTPUT”, “/dev/tty2” );

    define( “MULTICASTSLEEPTIME”, 10 );

    define( “MULTICASTINTERFACE”, “eth0” );

    define( “UDPSENDER_MAXWAIT”, null );

    define( “MYSQL_HOST”, “” );

    define( “MYSQL_DATABASE”, “fog” );

    define( “MYSQL_USERNAME”, “” );

    define( “MYSQL_PASSWORD”, “” );

    define( “LOGMAXSIZE”, “1000000” );

    define( “REPLICATORLOGPATH”, “/opt/fog/log/fogreplicator.log” );

    define( “REPLICATORDEVICEOUTPUT”, “/dev/tty3” );

    define( “REPLICATORSLEEPTIME”, 600 );

    define( “REPLICATORIFCONFIG”, “/sbin/ifconfig” );

    define( “SCHEDULERLOGPATH”, “/opt/fog/log/fogscheduler.log” );

    define( “SCHEDULERDEVICEOUTPUT”, “/dev/tty4” );

    define( “SCHEDULERWEBROOT”, “/var/www/fog” );

    define( “SCHEDULERSLEEPTIME”, 60 );

    ?>

  • Unable to upload first image

    12
    0 Votes
    12 Posts
    6k Views
    Tom ElliottT

    Did you not try doing a “Bridged” adapter?

  • TFTP Open Timeout

    31
    0 Votes
    31 Posts
    31k Views
    DragnousD

    Had the same problem today.
    Did this
    [CODE]sudo stop tftpd-hpa
    sudo start tftpd-hpa[/CODE]

    and on ubuntu I disconnected the wired connection profile and reconnected and was fixed.

  • Bzimage & bg.png Slow On Network Boot

    5
    0 Votes
    5 Posts
    2k Views
    N

    And you can see those files from earlier that got stuck in /tmp

  • Can't add AD OU in 1.1.2

    12
    0 Votes
    12 Posts
    5k Views
    A

    Thanks, that’ll work well enough for now.

    With the newest version of GroupManagementPage.class.php, clicking on a group from search results takes several minutes to load, as do most changes to the group once it finally loads. During these times, apache is pegging a CPU core or two.

  • (1.1.2) Disappearing tasks prevent multicast

    2
    0 Votes
    2 Posts
    956 Views
    H

    Hi DFS,

    Having exactly the same issue here. Version 0.32 worked for us, so we can rule out any network config issue. When we start the task it dies after 10 seconds. We’ve verified that the multicast services are running, etc…Have you found a fix?

    Thanks…

  • Computers keeping gett IPXE could not boot error

    29
    0 Votes
    29 Posts
    19k Views
    Tom ElliottT

    Just so everyone’s aware I fix this bug in SVN in case anybody doesn’t want to delete their location stuff but still want a functional fog system

  • Just Trying To Get Started

    45
    0 Votes
    45 Posts
    24k Views
    P

    YYYYYYAAAAAAAAAAAAAYYYYYYYYYY!!!

    IT WORKED! IT WORKED!

    :D:D:D

    I chainloaded PXE to iPXE using pxelinux.0, and now a client machine that is PXE booted resolves to the FOG menu!!

    I am very happy!!

    Now, what next???

    Back to the WIKI/User Guide!

  • Image upload stalls

    20
    0 Votes
    20 Posts
    5k Views
    W

    [quote=“Tom Elliott, post: 32679, member: 7271”]Cool
    Boot into an upload-debug task.

    Run
    [code]fixparts /dev/sda[/code]

    Hit the letter w, it should exit properly.

    When back at terminal run:
    [code]fog[/code][/quote]

    Thanks Tom - Processed the image and all is good!

  • Active Snapins

    9
    0 Votes
    9 Posts
    5k Views
    B

    Thanks I’ll get all my current requests for Snapins using my work around deployed then I’ll try out the latest SVN version.

  • Scheduled task via cronjob

    11
    0 Votes
    11 Posts
    5k Views
    M

    If scheduling a shutdown after completion of a donate task, the client reboots rather than shuts down. (fog 1.1.2 on ubuntu server 14.04)

    Can anyone help me.

  • FOG v0.32 install script doesn't install DHCP

    6
    0 Votes
    6 Posts
    2k Views
    JunkhackerJ

    personally, i would recommend using a folder such as /var/www/html/ISO because this folder will not be touched in fog upgrades, but the /var/www/html/fog/service/ipxe/ folder will be moved

  • Upgraded from .32 too 1.1.2 but Can't deploy an Image

    5
    0 Votes
    5 Posts
    3k Views
    D

    [quote=“Fhajad, post: 31428, member: 24675”]You’re not supposed to use pxelinux.0 anymore, you’re supposed to use [B][COLOR=#000000][FONT=sans-serif]undionly.kpxe[/FONT][/COLOR][/B][COLOR=#000000]. You’ll need to update that in your DHCP option settings.[/COLOR][/quote]

    This just solved my issue.
    Just upgraded from 0.32 to 1.1.2 and TFTP was all “no way Aieesha, I aint no doin dat!”

    Changed the DHCP server options (that i had setup ages ago for .032) and BAMO AIEESHA…

  • Fog menu won't show after pxe restart

    7
    0 Votes
    7 Posts
    3k Views
    I

    Thats right, all you would need to change is “bootfile pxelinux.0” to “bootfile undionly.kpxe”.

    As for which version I would recommend 1.2 personally, I switched our systems about a month ago and the changes have all been positive for me: I found the linux handling is vastly improved and iPXE seems much more flexible. The front page of the wiki ([url]http://fogproject.org/wiki/index.php/Main_Page[/url]) has a summary of some of the more important changes.

    Incidentally when I put up my fog server I also thought I wouldn’t be using it a lot, but I ended up using it ways I wasn’t expecting (system rescue, “backing up” or migrating hardware), I leave it up all the time now 🙂

  • Basic Image will not Download to Similar Harware

    3
    0 Votes
    3 Posts
    1k Views
    B

    I re-uploaded the image as a Single Disk (NTFS Only). and now I can download the image to similar hardware.

  • Fog Storage Node on Seagate Central 4TB Drive

    14
    0 Votes
    14 Posts
    6k Views
    Z

    I just verified that the .mntcheck exists in both of those directories, and I changed the permission on the images folder on the NAS (labeled fimages) with the following command:
    [CODE]chmod -R 777 fimages[/CODE]
    Still receiving the same error.

  • Progress Bar - Fog 1.1.2 - Storage Nodes

    1
    0 Votes
    1 Posts
    721 Views
    No one has replied
  • German Translation from 0.32 does not appear in dropdown

    20
    0 Votes
    20 Posts
    7k Views
    x23piracyX

    Hi,

    [quote=“Tom Elliott, post: 32893, member: 7271”]Normal method of update is download the new file and extract and go to bin/ and rerun installfog.sh[/quote]

    i downloaded svn 2040 did a installfog.sh rerun and after that i hang in this:
    [IMG]http://i.imgur.com/RqUK3tg.png[/IMG]

    the db schema updater page is just empty
    [url]http://fogip/fog/management[/url] always redirects to aboves empty page.

    EDIT:

    Same issue after db drop an reinstall, hmm.

    Regards X23

  • Fresh Install 1.1.2 changing fog user password bars me out

    5
    0 Votes
    5 Posts
    2k Views
    Tom ElliottT

    No, there is a “funny” bug once in a while I’m aware of, but don’t remember exactly when I fixed it. It should be fine in SVN though.

  • FogScheduler seems to have Startup Problems

    8
    0 Votes
    8 Posts
    3k Views
    x23piracyX

    Hi,

    why isn’t the project driving your recommendations? grrr 😉
    i really want to have fog this time running well i tried a first run with 0.32 and was working hard on it but in the end it was useless for our business. This will be the second run i want fog so hardly for a nice automated backup of workstations.

    Regards X23

170

Online

12.4k

Users

17.4k

Topics

155.9k

Posts