• Management link help

    2
    0 Votes
    2 Posts
    1k Views
    K

    Hi Sami is the VM running in bridged or NAT mode? Are you trying to access the management interface by DNS name or IP address? Can you ping the hostname or IP?

  • Adding storage to Fog VM

    1
    0 Votes
    1 Posts
    766 Views
    No one has replied
  • Wiki's "Working Device" not able to image

    7
    0 Votes
    7 Posts
    2k Views
    T

    If anyone cares, Gigabit was a bad CAT6 cable.

    I tested the kernel version that the other HP models similar used, and it now works perfectly! I’m a FOG lover!!

    Fully working on [FONT=sans-serif][COLOR=#000000]2.6.35.3 PS as well. Quick![/COLOR][/FONT]

  • Changing number of unicast slots

    5
    0 Votes
    5 Posts
    3k Views
    E

    [quote=“chad-bisd, post: 4220, member: 18”]go to your Fog server web page, login, go to storage management icon, click All Storage Nodes on the left menu. Select the storage node you want to edit, which is probably DefaultMember, adjust the MaxClients value there to however low you want it.[/quote]

    Thanks! You saved one of my tech’s stress level!

  • Starting FOG Computer Imaging Solution: FOGMulticastManager [fail]

    4
    0 Votes
    4 Posts
    2k Views
    A

    MulticastManager fires up “udp-sender”

  • Multicast issue

    3
    0 Votes
    3 Posts
    2k Views
    N

    Hello,

    There is no /opt/fog/service/common/etc/config.php file, I supposed you meant /opt/fog/service/etc/config.php 🙂

    service FOGMulticastManager status does not work, only start|stop|restart, start fail at first, but stop work, then start work, and still no multicast working 😞

    I forgot something else in the “What I have already done list” : ip igmp on all my HP switches, and no router between FOG server and any of my clients.

    update after some more tests: ps aux | grep udp returns something when I run “gunzip -c “/images/anyimagename” | /usr/local/sbin/udp-sender --min-receivers 2 --portbase 9000 --interface myInterface --half-duplex” manually from command line then connect with debug mode 2 clients, but still nothing when I start a new multicast task from fog management webpage.

  • Unable to start task, unable to connect to tftp server

    2
    0 Votes
    2 Posts
    2k Views
    C

    This section of the forums is for developers of Fog code looking for help developing. Please post in the Technical Help section with questions about how to use, setup, or reconfigure Fog. We’ll be glad to help you in there.

  • Image Uploading Issues

    1
    0 Votes
    1 Posts
    864 Views
    No one has replied
  • Adding Image Definitions via terminal

    9
    0 Votes
    9 Posts
    4k Views
    J

    Wow, thanks afmrick! I’ll definitely be checking this out. I just discovered “webmin” today that’s going to help me to more simply manage all my fog servers and easily transfer files between systems, etc. So All knowledge today is certainly a HUGE help! Most appreciated!

  • Help redirecting webpage

    3
    0 Votes
    3 Posts
    1k Views
    S

    Thanks for the link!

  • FOG Server PXE boot

    3
    0 Votes
    3 Posts
    4k Views
    S

    Im really glad there is someone to help me with this situation, Ive been trying to compile a kernel with my driver for the past week and cant accomplish it!.. everytime I go in the “make xconfig” i cant see my driver even though iv done almost everything to make sure it is in the directory
    Im trying with the 3.4 now

  • Domain Error! Unknown Error 2241

    5
    0 Votes
    5 Posts
    2k Views
    C

    In my setup, our domain is “domain.loc”

    My Active Directory Defaults settings, under Other -> Fog Settings in the Web UI are:
    FOG_AD_DEFAULT_DOMAINNAME: domain.loc
    FOG_AD_DEFAULT_OU: [blank]
    FOG_AD_DEFAULT_USER: domain\username
    FOG_AD_DEFAULT_PASSWORD: [FOGCrypted password]

    Also, make sure the account you are using is a member of the domain group BuiltIn\Account Operators, is a member of Domain Admins, OR has been delegated rights to add, delete, and manage computer accounts in the default “Computers” container and any other container in which you want to create computer accounts. I think there is a 10 computer limit on normal accounts adding computers to the domain.

  • Plugins - Checking if hostname exists

    5
    0 Votes
    5 Posts
    2k Views
    A

    OK thank you!

  • RAID Config Before Image?

    2
    0 Votes
    2 Posts
    1k Views
    C

    You might be able to do this by creating a custom PXE boot menu option that loads the bootable CD/DVD image that came with your server. A bit beyond my scope, but people are booting to all kinds of things from the Fog boot menu these days. You’d want to boot the the setup utility, then create a image deployment task though. I don’t know how you can chain them together.

  • Great software - Wrong setup...Any solutions?

    2
    0 Votes
    2 Posts
    1k Views
    C

    So you have a netgear router that is not capable of PXE options in it’s DHCP server? Have you checked if there is a firmware update that may provide this option?

    If not, then you’ll have to setup the ProxyDHCP for Fog using the article on the wiki, [url]http://www.fogproject.org/wiki/index.php/Using_FOG_with_an_unmodifiable_DHCP_server/_Using_FOG_with_no_DHCP_server[/url]

  • HP 3115m working bzImage kernel?

    2
    0 Votes
    2 Posts
    1k Views
    C

    You might have to compile your own kernel. I compiled one to work with a tablet with similar specs. See [url]http://fogproject.org/forum/threads/compiling-a-custom-kernel-for-acer-iconia-tab-copied-from-old-forums.216/[/url]

    Or you can message me and we’ll see if my kernel works for your hardware.

  • Dell Lattitude E6420 PXE Boot issues

    2
    0 Votes
    2 Posts
    2k Views
    C

    When these boot into Windows or other operating system, like the LiveCD of Ubuntu, are they able to get an IP address from DHCP? Can you release/renew without issue?

  • 0 Votes
    7 Posts
    4k Views
    C

    I thought all the Fog settings referred to an IP address and not the actual interface name. I know the /tftpboot/pxelinux.cfg/default file has the IP address in it several places when referring to the website.

    [url]http://www.fogproject.org/wiki/index.php/Change_FOG_Server_IP_Address[/url]

  • Changing DHCP settings

    4
    0 Votes
    4 Posts
    18k Views
    C

    When you installed Fog, it asked if you wanted to setup Fog as your DHCP server, and it configures it properly if you say YES. But you said NO, and it prompted you with instructions on how to update your existing DHCP server to modify options 66 and 67 (windows) or next-server and filename (linux). You must have missed these helper notes.

    I think all you need to do is update your dhcpd.conf with the next-server and filename options for the scope definition. See: [url]http://www.fogproject.org/wiki/index.php/Modifying_existing_DHCP_server_to_work_with_FOG[/url]

    Let me know if this helps. You may want to post your dhcpd.conf file (use code tags when posting to boards).

  • Fog server and clients on different subnet and proxy DHCP, possible?

    3
    0 Votes
    3 Posts
    2k Views
    C

    I’ve updated the WIKI article on using Fog + ProxyDHCP (LTSP and dnsmasq) with information on running across multiple subnets.

96

Online

12.2k

Users

17.4k

Topics

155.6k

Posts