• Fog Inventory Report Issue.

    7
    0 Votes
    7 Posts
    2k Views
    A

    No I doesn’t ask for me for what delimiter. And I didn’t realize I was supposed to set that up during the process

  • Full host registration Edit

    2
    0 Votes
    2 Posts
    732 Views
    Tom ElliottT

    init.xz

    [code]cd /var/www/fog/service/ipxe
    xz -d init.xz
    mkdir tmp
    mount -o loop init tmp
    #EDIT YOUR FILE SPECIFICALLY tmp/bin/fog.man.reg
    cd /var/www/fog/service/ipxe
    xz -C crc32 -9 -c < init > init.xz[/code]

  • Auto fill AD détails and accounts in web pages

    4
    0 Votes
    4 Posts
    2k Views
    J

    If it’s only linked to Chrome : [url]http://news.softpedia.com/news/Chrome-34-Seeks-to-Save-All-Your-Passwords-436693.shtml[/url] (added screenshot about that flag but can’t test if it works right now)

    But, I’m under the same Chrome and going to the FOG 0.32 right now and the problem isn’t here.
    Homepage password is saved but it’s doesn’t overwrite node account or password.

    [ATTACH]1057[/ATTACH]
    (sorry my browser is in french)

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

  • Database Schema Installer / Updater 1.1.1 never finish

    20
    0 Votes
    20 Posts
    6k Views
    A

    FYI
    I upgraded fromFOG 1.1.1 -> FOG svn 1910 and got same problem, Updater never finish.
    Installation stopped on Database Schema Installer / Updater

    Server reboot did not help it goes to Database Schema Installer / Updater again…
    Running Ubuntu 10.04.3 LTS

    After that I installed FOG 1.1.1 ant thet installation went trough.

    [url=“/_imported_xf_attachments/1/1054_foginstall.log.txt?:”]foginstall.log.txt[/url][url=“/_imported_xf_attachments/1/1055_daemon.log.txt?:”]daemon.log.txt[/url]

  • Optiplex 740 Not enough memory to load the specified image

    1
    0 Votes
    1 Posts
    964 Views
    No one has replied
  • Intel nic TFTP issue after 1.1.1 upgrade

    2
    0 Votes
    2 Posts
    945 Views
    Jaymes DriverJ

    [quote=“adam lawler, post: 30853, member: 21019”]Similar to this thread
    [url]http://fogproject.org/forum/threads/tftp-boot-fails-the-selected-boot-device-failed-after-upgrading-to-fog-1-1.10878/[/url]

    I am unable to get 5 desktops to boot to the fog menu. i get PXE-M0F: Exiting Intel Boot Agent. now these desktops all have DP43TF motherboards, so intel nics. I have no issues with the VM i have with an intel nic, and no issue with my realtek desktops (weird that intel if the issue).

    Again, PXE works fine for most boards and some other intel nics. I have the latest bios on these boards. any ideas?[/quote]

    Do other DP43TFs boot to your other machines? If not, it’s the drivers in the kernel. you need to update your kernel to support the drivers for that specific model of nic.

    If other DP43TFs boot fine, try moving the machines, sometimes switch gear can affect if the boot file will reach its destination.

  • Fog 1.1.1 and a UEFI only laptop

    5
    0 Votes
    5 Posts
    2k Views
    F

    There’s ways to assign different .pxe boots to different clients. Sadly my google-fu is lacking right now but bringing VLANs into it is kind of a mess.

  • Multicast on Cisco switch

    8
    0 Votes
    8 Posts
    5k Views
    B

    Hey Mark,
    The only QoS policies we have in place are for VoIP phones so I don’t think that should have any effect.

    I’m actually doing my testing on the core. I noticed the issue offsite in another building and then came back to the office to test at the source. Yep - the server and clients are both on the core switch. This switch does the routing between vlans. As soon as the clients move out of the server vlan, multicast suffers.

    I might have to look into the Iperf tests - it sounds like a neat tool. All other traffic seems okay though - I can copy files from PCs around the network and still get gigabit speeds.

    Thanks for the thoughts! At this point the issue is only slowing me down a little bit - we’re just unicasting everything at the moment so it’s not a major problem, just something I’d like to try to fix.

    Edit: forgot the IOS version, it is 12.2(17r)S4

  • Fog will Create Tasks but won't run

    5
    0 Votes
    5 Posts
    2k Views
    I

    I figured out the problem and that was the hosts table with all the MAC addresses was jacked so I created a new one and it now working fine. I appreciate you for helping me and i never thought of checking if the task was generated that way.

  • Fog 1.1.x and Windows XP (Acer M410)

    4
    0 Votes
    4 Posts
    2k Views
    J

    It works with “GRUB”.
    Thank you again.

  • FOGFTP Faild to connect, Host :"server_IP", Error: Undefined index: conn

    2
    0 Votes
    2 Posts
    753 Views
    Tom ElliottT

    Well,

    Based on the information you’ve provided, while the ftp user and password “seem” OK, they’re not okay.

    Check the Storage Management Page, specifically the Storage Nodes and select yours.

    You should see, under the Management Username and password, the user and password fog is attempting to use to login to FTP.

    If you try to access the ftp using the user fog and the password from the aforementioned area, it should let you in, if it doesn’t you likely need to change the Linux FOG User (fog) on your system.

  • Cannot upload - too many bad sectors

    5
    0 Votes
    5 Posts
    2k Views
    K

    Thank you for the information. Actually, the hard drive was too far gone, I tried RAW and no luck with that it crashed quite quickly. I have copied using another utility for now.

  • 1st daily scheduled task starts but 2nd never

    4
    0 Votes
    4 Posts
    2k Views
    Tom ElliottT

    It wasn’t the fact that it wasn’t running at hour 22, but rather it wasn’t taking any comma values.

  • TFTP PXE-T01: File Not Found

    10
    0 Votes
    10 Posts
    9k Views
    Tom ElliottT

    Have you taken a look at the FOG Server to ensure firewalls are disabled?
    In Ubuntu is verified with:
    [code]sudo service ufw disable[/code]

    In CentOS you need to ALSO disable selinux:
    [code]chkconfig iptables off
    service iptables stop
    sed -i ‘s/SELINUX=enforcing/SELINUX=disabled/’ /etc/sysconfig/selinux
    sed -i ‘s/SELINUX=enforcing/SELINUX=disabled/’ /etc/selinux/config
    reboot[/code]

    Have you verified that the permissions of the /tftpboot directory are correct? They should be set to:
    [code]chown -R fog:root /tftpboot[/code]

  • 0 Votes
    4 Posts
    1k Views
    N

    If you are going to deploy to them then they need to be part of a domain, and you will need to have at least some sort of shared storage that groups of them will have access to. Otherwise there is no way to get the data from point A to point B.

  • Fog 1.1.1 - Host is NOT registered! Error

    5
    0 Votes
    5 Posts
    2k Views
    M

    ooops. Thanks for explaining the process. There was a 44 instead of a 04 in the mac address. My fault.

  • Storage Node 1.1.1

    9
    0 Votes
    9 Posts
    4k Views
    R

    [quote=“Wolfbane8653, post: 30806, member: 3362”]That means you are on the release of v1.1.1. The node problem is a gui/mysql bug. This is just a cosmetic bug and will not effect the storage node functionality. This show be fixed in the next release. It may not be fixed in the next revision.[/quote]

    Hi Wolfbane,

    Yeah I thought so as I was more than happy with the replication results and the fact that everything worked, Graphs dont bother me too much as I rarely look at the gui 🙂

    Been having a think, I have two sites that are linked by a stretched LAN and are around 2 miles apart, I have a storage node on Site B and the FOG Server on site A, do you think it would benefit more setting up the second node as a separate storage group and allocating the images stored on it to the machines on Site B. Thinking it would be a better way as opposed to pulling the images across the link. I can create additional storage nodes to facilitate multi-cast jobs on each site or is it a bit overkill? 🙂

    Obviously I would have to have dedicated images for each site but as I have one image that caters for the 4 desktop models and 3 laptop models its not to messy.

    Be interesting to see what your thoughts are.

    Cheers
    Rob

  • 0 Votes
    15 Posts
    15k Views
    C

    Sorry, I didn’t mean to drop a second thread into this question on the “TFTP boot fails”. I thought they were related but I see now this is a different question entirely. When you boot do you get something like this;

    [CODE]
    Interl® Boot Agent GE v1.3.66
    Copyright © 1997-2010, Intel Corp

    Client MAC Addr: F0 DE F1 99 72 C6 GUID: 81F1D9AE AA51 CD11 B3A0 8E5CCB381DF1
    Client IP: 172.18.68.24 MASK: 255.255.252.0 DHCP IP: 10.20.1.10
    GATEWAY IP: 172.18.68.1
    TFTP
    PXE-M0F: Exiting Intel Boot Agent
    [/CODE]

    If so, what do the Client IP: MASK: and DHCP IP: say? It might be the DHCP server is out in the wrong domain or something like that.

  • Reimaging Stucks loading boot.php

    2
    0 Votes
    2 Posts
    996 Views
    Tom ElliottT

    [quote=“Sivasubramaniam.T, post: 30781, member: 22852”]Hi,

    I am using Fog 1.1.1 on Ubuntu 13.04 (64bit)

    First time I have done full host registration and downloaded the image properly.

    After registration and imaging, Second time when I try to quick image it get stuck at [url]http://x.x.x.x/fog/service/ipxe.boot.php[/url]

    I have tried changing the boot option to Sanboot/grub/exit style.

    I have tried with different kernels.

    I have tried with multiple systems. It happens the same with all. Image attached for reference.

    Thanks&Regards,
    Siva[/quote]

    Have you verified that the firewall is disabled, or at the least, allowing Web Traffic to it?

    To disable firewall in Ubuntu run:
    [code]sudo ufw disable[/code]

  • Parted returning a decimal point for start size in Kb

    7
    0 Votes
    7 Posts
    3k Views
    E

    Ok, testing 🙂

    [code]
    — fog.upload.dist 2014-06-19 09:07:10.000000000 -0400
    +++ fog.upload 2014-06-19 09:32:02.000000000 -0400
    @@ -94,8 +94,8 @@
    fi
    fi
    diskSize=parted -s $hd u kB print | grep "Disk" | grep -v "Flags" | sed 's/Disk \/dev\/[a-zA-Z0-9]*: //' | sed 's/kB//';

    partitionStart=`fdisk -lu | grep $part | awk '{print $3}'`; if [ "$osid" == "1" ]; then partitionStart=`fdisk -lu | grep $part | awk '{print $3}'`; if [ "$partitionStart" == "" ]; then partitionStart="63"; fi

    @@ -136,22 +136,22 @@
    echo “Done”;
    if [ “$osid” == “5” ] || [ “$osid” == “6” ] || [ “$osid” == “7” ]; then
    if [ “$win7partcnt” == “1” ]; then

    win7part1start=`parted -s $hd u kB print | sed -e '/^.1/!d' -e 's/^ [0-9]*[ ]*//' -e 's/kB .*//'`; win7part1start=`parted -s $hd u kB print | sed -e '/^.1/!d' -e 's/^ [0-9]*[ ]*//' -e 's/kB .*//' -e 's/\..*$//'`; if [ "$win7part1start" == "" ]; then handleError "Unable to determine disk start location."; fi adjustedfdsize=`expr $sizefd '+' $win7part1start`; parted -s $hd u kB rm 1 &>/dev/null; parted -s $hd -a opt u kB mkpart primary ntfs 2048s ${adjustedfdsize}kB &>/dev/null; parted -s $hd u kB set 1 boot on &>/dev/null parted -s $hd -a opt u kB mkpart primary ntfs ${partitionStart}s ${adjustedfdsize}kB &>/dev/null; parted -s $hd u kB set 1 boot on &>/dev/null elif [ "$win7partcnt" == "2" ]; then win7part2start=`parted -s $hd u B print | sed -e '/^.2/!d' -e 's/^ [0-9]*[ ]*//' -e 's/kB .*//'`; win7part2start=`parted -s $hd u B print | sed -e '/^.2/!d' -e 's/^ [0-9]*[ ]*//' -e 's/kB .*//' -e 's/\..*$//'`; if [ "$win7part2start" == "" ]; then handleError "Unable to determine disk start location."; fi adjustedfdsize=`expr $sizefd '+' $win7part2start`; parted -s $hd -a opt u kB mkpart primary ntfs ${defaultpart2start}B ${adjustedfdsize}kB &>/dev/null; parted -s $hd u kB set 1 boot on &>/dev/null parted -s $hd u kB set 1 boot on &>/dev/null else handleError "Invalid partition count."; fi

    [/code]

105

Online

12.2k

Users

17.4k

Topics

155.6k

Posts