• Error ipxe 1d8c2139

    7
    0 Votes
    7 Posts
    3k Views
    J

    Tom, have no idea what the “symbolic link” thing is, but I ran the above code lines you sent to me. I now get:
    TFTP.
    PXE-T01: File not found
    DASH-E3B: TFTP Error - File not found
    DASH-M0F: Exiting Option ROM

    I also tried restarting the TFTP daemon. Still nothing. Now NO stations will acquire the iPXE. What happened? How can I fix?

  • AD Integration on new FOG 1.1.2

    9
    0 Votes
    9 Posts
    4k Views
    JunkhackerJ

    this is normal. that is the svn revision number, and technically you are no longer running the latest official version of fog. you are running a developer’s pre-release version.

  • Fog_1.1.2 - Ubuntu 12.04.1 - tftp open time out....

    2
    0 Votes
    2 Posts
    1k Views
    Jaymes DriverJ

    Well, is tftpd-hpa service running when you reboot the machine?

    If so then the fix won’t help you. If the service is not starting there is a way to make the service wait until the machine is booted and then it starts the service.

    Incase it is the later of the two, the resolve is:

    Change the line
    [code]
    start on runlevel [2345][/code]
    in /etc/init/tftpd-hpa.conf to

    [code]
    start on (local-filesystems and net-device-up IFACE!=lo)
    [/code]
    And it is not a fault of FOG, this is a known issue with Ubuntu 12.04, and 14.04

    You could try re-installing the tftpd-hpa service and see if that solves the issue:

    [code]
    sudo apt-get remove --purge tftpd-hpa
    sudo apt-get update
    sudo apt-get install tftpd-hpa
    [/code]

  • SnapIns not recognized by client

    2
    0 Votes
    2 Posts
    812 Views
    T

    OK. Never mind. I have been working on this issue for a day or two with no luck. I browsed this forum for potential fixes, and found one that was close. It mentioned running [URL=‘http://fogproject.org/forum/posts/29201/’] [I]truncate[/I] table snapinJobs; [I]truncate[/I] table snapinTasks;[/URL] and then recreate the task, which I did. I waited a while, restarted the servce, etc, and it did not appear to work, so I posted this message. As I am waiting for responses I go back to the Fog server console and the task is gone, and I see that it was run on the client.
    Problem solved. I must not have waited long enough.

  • Disk Information size

    4
    0 Votes
    4 Posts
    1k Views
    D

    Yes, simple as that. Thank you.

  • Renaming makes makes renaming work?

    14
    0 Votes
    14 Posts
    5k Views
    J

    Cool thanks for your help through this guys.

  • Active Directory

    2
    0 Votes
    2 Posts
    623 Views
    Tom ElliottT

    I think it always has, but you have to specify in such a sequence of:
    OU=WhateverComputerWorkgroup,DN=domainname,DN=com

    or something of that sort.

  • Imaging hangs just before upload

    6
    0 Votes
    6 Posts
    3k Views
    J

    I fixed it!

    My disks had some GPT partitions left over on it, although the machines were new,the supplier had installed windows 8 on them before I got them, without telling me!
    Here’s the URL on how to fix it, [url]http://fogproject.org/forum/threads/stuck-on-dev-sda.11105/[/url]
    Good luck.

  • Image will Upload but not save after upgrade!

    3
    0 Votes
    3 Posts
    1k Views
    Tom ElliottT

    As you likely moved the data:

    Try these commands:
    [code]chown -R fog:root /media/lroot
    chmod -R 777 /media/lroot[/code]

  • 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
    5k Views
    Tom ElliottT

    Did you not try doing a “Bridged” adapter?

  • TFTP Open Timeout

    31
    0 Votes
    31 Posts
    30k 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
    921 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
    18k 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
    22k 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
    4k 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.

97

Online

12.2k

Users

17.4k

Topics

155.6k

Posts