• NFS options?

    8
    0 Votes
    8 Posts
    2k Views
    ?

    Thanks!

  • [SOLVED] WOL not working since 1.2.0

    8
    0 Votes
    8 Posts
    4k Views
    Y

    The wol function still doesn’t works with the SVN 3178 with proxy enable.
    My server works well now, whithout the proxy filed.
    In which cases I’ll need to filed the proxy filed ?

    Last question, I don’t understand your sentence :“but don’t have a viable way to test it myself.”
    I my case I just have to put an IP adress in the field “[SIZE=13px][FONT=Ubuntu][COLOR=#555555]FOG_PROXY_IP”[COLOR=#000000] and the WOL function don’t work anymore on all computers on the same subnet of my server. I asume that you can try it on evry installation ? Or it’s just in my case ??[/COLOR][/COLOR][/FONT][/SIZE]

  • Fog server not wokring over PXE

    14
    0 Votes
    14 Posts
    6k Views
    Wayne WorkmanW

    It’s not a router.

    It’s a router, switch, DHCP, DNS, Access point Combination device…

    and real world organizations with over 10 clients don’t use such limited consumer grade devices within their core network infrastructure. They would use an enterprise level solution (like Cisco Small Business devices, or server 2008, 2012.) that allows configuring 066 and 067.

    What I recommend for you is not necessarily what I’d recommend for others.

  • Fog 1.1.1 with ProxyDHCP: /default.ipxe... Connection timed out

    5
    0 Votes
    5 Posts
    3k Views
    T

    Matthew,

    thank you for this idea. I already switched to a more reliable solution. I might try Fog in the future again with firewall turned off.

  • HP Stream 11 Pro

    32
    0 Votes
    32 Posts
    18k Views
    S

    Got it working?? I just found this (again) where someone had if working already months ago: [url]http://fogproject.org/forum/threads/fog-pxe-boot-with-usb-to-ethernet-adapter.10352/page-3#post-40799[/url]

  • PXE Boot from Yoga 2's using USB to Ethernet Adapter.

    12
    0 Votes
    12 Posts
    12k Views
    Tom ElliottT

    I’ve been trying to figure out exactly what you are Uncle Frank. I don’t think it’s specific to the kernel, but rather how iPXE is opening the connection, and it’s just not releasing the openness of the connection when the code links.

  • Partclone clone: open /dev/sda1 error when uploading image

    7
    0 Votes
    7 Posts
    3k Views
    S

    I am very sorry, please ignore my second question. Must’ve been late or something… I got things mixed up (still one of the new guys in the dev team). Partclone is perfectly fine.

    Somehow this sounds like it could be a similar issue to the one that got me started to engage in this forum. See here: [url]http://fogproject.org/forum/threads/kernel-temporarily-loosing-partition-information-when-running-partprobe.12276/[/url]

    Please run an upload debug task (Client -> Basic Tasks -> Upload Debug) and pay close attention to unusual things on the screen. Probably best to take pictures so that we can have a look if and where things go wrong.

  • Change langage keyboard on boot for password and full inventory

    8
    0 Votes
    8 Posts
    3k Views
    S

    Check the following header file in the ipxe source directory: ipxe/src/config/general.h

    You’ll see some lines with ‘define’ there. Some have ‘//’ at the beginning which means that those options are not being compiled into the ipxe binary! Remove those two slashes in front of PARAM_CMD (and possible some other options too):

    [CODE]…
    #define AUTOBOOT_CMD /* Automatic booting /
    #define NVO_CMD / Non-volatile option storage commands /
    #define CONFIG_CMD / Option configuration console /
    #define IFMGMT_CMD / Interface management commands /
    //#define IWMGMT_CMD / Wireless interface management commands /
    //#define FCMGMT_CMD / Fibre Channel management commands /
    #define ROUTE_CMD / Routing table management commands /
    #define IMAGE_CMD / Image management commands /
    #define DHCP_CMD / DHCP management commands /
    #define SANBOOT_CMD / SAN boot commands /
    #define MENU_CMD / Menu commands /
    #define LOGIN_CMD / Login command /
    #define SYNC_CMD / Sync command /
    #define NSLOOKUP_CMD / DNS resolving command /
    #define TIME_CMD / Time commands /
    #define DIGEST_CMD / Image crypto digest commands /
    #define LOTEST_CMD / Loopback testing commands /
    #define VLAN_CMD / VLAN commands /
    #define PXE_CMD / PXE commands /
    #define REBOOT_CMD / Reboot command /
    #define POWEROFF_CMD / Power off command /
    #define IMAGE_TRUST_CMD / Image trust management commands /
    #define PCI_CMD / PCI commands /
    #define PARAM_CMD / Form parameter commands /
    #define NEIGHBOUR_CMD / Neighbour management commands /
    #define PING_CMD / Ping command /
    #define CONSOLE_CMD / Console command /
    #define IPSTAT_CMD / IP statistics commands /
    //#define PROFSTAT_CMD / Profiling commands */

    [/CODE]
    Then compile again, copy the new binary to /tftpboot, check file permissions and boot up the client…

  • TFTP Boot Dell Optiplex 780 (Lastest Bios A15)

    9
    0 Votes
    9 Posts
    5k Views
    Wayne WorkmanW

    [quote=“sourceminer, post: 44591, member: 29126”]Sounds good Tom, I was hesitant to use the Development build for obvious reasons. For the record 1.2.0 is the version I downloaded from the Sourceforge link on the home page: [url]http://sourceforge.net/projects/freeghost/files/latest/download[/url]

    I will attempt to use the latest development build located here:
    [url]http://www.fogproject.org/wiki/index.php/SVN[/url][/quote]

    If it wasn’t for the development versions, FOG wouldn’t work in my environment.

  • [SOLVED] HP 250 G3 Notebooks caught in infinite PXE boot loop

    20
    0 Votes
    20 Posts
    12k Views
    Tom ElliottT

    [quote=“Wayne Workman, post: 44570, member: 28155”]Which is where DHCP classes and DHCP policies must come into play…
    Still working on this… I haven’t looked into it for a good while (spring break, woot!).

    But, when I do (and get it working), I plan on writing some very through documentation for the WiKi that is specific to ProxyDHCP and Windows Server 2012 DHCP.[/quote]

    User Classes are great and the way to handle many things, especially the handing out of files to UEFI systems vs. Legacy systems.

  • Computer name being overwritten by image rather than fog database

    14
    0 Votes
    14 Posts
    6k Views
    JunkhackerJ

    i am currently testing what i suspect to not be working

  • Deploy Problem (Unable to locate image store)

    13
    0 Votes
    13 Posts
    6k Views
    Wayne WorkmanW

    You must also be sure that FTP is actually running on the FOG server.

    [CODE]sudo service vsftpd restart[/CODE]

    If it’s not configured right, it should give some errors which will help.

    This could also be firewall related, potentially.

  • Manually updating oui.txt (MAC list)

    7
    0 Votes
    7 Posts
    3k Views
    Tom ElliottT

    Blocking or non-blocking, shouldn’t matter. I believe, for now the method is a blocking mechanism, but in Carsten’s particular case, the OUI file cannot be downloaded, hence the issue he’s running into.

  • SVN 3166 Can no longer image

    3
    0 Votes
    3 Posts
    1k Views
    J

    That fixed it. Thanks Tom.

  • Cannot Boot from Hard Disk after PXE boot

    11
    0 Votes
    11 Posts
    10k Views
    ?

    I thought that switching back and forth might be a problem. UEFI is still a bit of a mystery to me. I removed it completely from the boot sequence and options, but it doesn’t seem to matter. I’m not even sure what I need to do to eliminate UEFI from the process. When I get time, I’ll need to research that myself. At this point, I think it’ll be easier to just interrupt the boot sequence and select the pxe boot when I need to image a machine. Thanks for the help!

  • FTP Connection to storage server has failed

    15
    0 Votes
    15 Posts
    14k Views
    Tom ElliottT

    [quote=“Leroy Brown, post: 44398, member: 1560”]FTP connection worked fine, did this get fixed in .32 ever? “[SIZE=13px][FONT=Ubuntu][COLOR=#333333]Failed to delete image file” still happens from the GUI…thanks[/COLOR][/FONT][/SIZE][/quote]

    Are you still running 0.32? We don’t back port changes mostly because too much typically changes between releases to make backporting a feasible option.

  • Yes another TFTP issue..

    18
    0 Votes
    18 Posts
    8k Views
    S

    Wanted to update that I have completly removed Kerio DHCP from the picture and using DHCP MAC filtering to run duel TFTP servers. One for phones and the other for fog works perfect here is config for DHCPd if anyone is interested:

    [CODE]ddns-update-style none;
    default-lease-time 432000;
    max-lease-time 432000;
    authoritative;
    log-facility local7;

    class “phones” {
    match if binary-to-ascii(16,8,“:”,substring(hardware,0,4)) = “1:0:4:f2”;
    }

    class “other” {
    match if not(binary-to-ascii(16,8,“:”,substring(hardware,0,4)) = “1:0:4:f2”);
    }

    subnet

    subnet 10.0.7.0 netmask 255.255.255.0 {
    option routers 10.0.7.1;
    option domain-name-servers 10.0.7.1, 8.8.8.8;
    pool {
    range dynamic-bootp 10.0.7.45 10.0.7.155;
    deny members of “phones”;
    allow members of “other”;
    next-server 10.0.7.68;
    filename “undionly.kpxe”;
    }
    pool {
    range 10.0.7.11 10.0.7.44;
    allow members of “phones”;
    deny members of “other”;
    option tftp-server-name “http://phonepbx.url.com/epmcfg/”;
    }
    }[/CODE]

  • Prompted to update Database Schema when I try to access Fog Management

    9
    0 Votes
    9 Posts
    3k Views
    Tom ElliottT

    I’d recommend it. Ubuntu starts services before network is “really” ready. This method is just a workaround, but seems to fix the issues for subsequent restarts as well.

  • Fog PXE Boot with USB to Ethernet Adapter

    45
    0 Votes
    45 Posts
    37k Views
    ?

    [quote=“Rob Bobst, post: 44429, member: 29150”]Hello Keith can you provide me with the kernel version that you used please? I’m having trouble locating it.

    New to Fog Server how do I get the Tom Elliot’s 3.18 kernel onto the Fog Server running Ubuntu 14.0.4. Trying to get some Yoga 2’s to ipxe boot.

    [/quote]

  • Snapins failure

    11
    0 Votes
    11 Posts
    4k Views
    D

    That is it. Thank you so much guys. Such great community makes using fog even more satisfying.

120

Online

12.4k

Users

17.5k

Topics

156.0k

Posts