• Fog not joining my PCs to the domain

    4
    0 Votes
    4 Posts
    4k Views
    C

    Make sure the account you are using to join computers has been delegated rights to add and remove computer accounts to the domain. A default user can only add so many before being denied and cannot remove or modify any computer accounts.

  • ProxyDHCP network conflicts?

    2
    0 Votes
    2 Posts
    1k Views
    C

    Read the proxyDHCP article on the wiki. If you still have questions, I’ll be glad to answer them.

  • Slow image upload - /hung_task_timeout

    2
    0 Votes
    2 Posts
    1k Views
    A

    Well, I went ahead and moved my server to another machine. Reinstalled with ubuntu 12.04, started clean and it looks like everything’s working again.

    Unfortunately I couldn’t find the root of the problem but it appears I’m back up and running.

  • Can't change hostname or join domain.

    2
    0 Votes
    2 Posts
    2k Views
    B

    Didn’t encrypt my password finally got that figured out. Nevermind.

  • Bad MBR or bootsector

    11
    0 Votes
    11 Posts
    7k Views
    B

    Alright, I finally managed to get it working using just fogprep and mutli-partition non-resizable. I suppose that will have to do.

  • Problem trying to add capacity to the /images directory

    4
    0 Votes
    4 Posts
    2k Views
    C

    I don’t have real world experience to know if this works, but you can try defining the images you want stored on the hd2500 disk by changing the path in the image definition. Setup a new image definition, set the location to be “hd2500/ImageName” leaving the /images/ prefix. I think FOG should try to store the image in the /images/hd2500/ImageName file or folder, depending on image type.

  • Adding local storage via external USB drive

    4
    0 Votes
    4 Posts
    3k Views
    C

    It should.

    Plug in the USB drive. See where it mounts, usually /media/something. You can cat /etc/mtab to get the device info also, just look for something being mounted to /media/something.

    Make a directory for the server image under /images, something like /images/Server1.

    Mount the device to the folder you just created: sudo mount /dev/usbhdd1 /images/Server1

    See if it works. If so, you can add it to the fstab so it mounts the folder on every boot up. You may also need to use the same usb port each time, but I’m not sure how Linux ID’s the external drive for mounting purposes.

  • Need help with Fog Boot Menu

    2
    0 Votes
    2 Posts
    1k Views
    M

    You have to boot from network using PXE. Usually you can press F12, while the machine boots up. Then you see the FOG menu. You might have the timeout set to 3 seconds or so. Log into the FOG webinterface > Other information > PXE boot menu. There you can increase the timeout.

  • Multicast crashing network

    4
    0 Votes
    4 Posts
    2k Views
    B

    okay will do.

  • Ubuntu 10.04 proxyDHCP help

    2
    0 Votes
    2 Posts
    1k Views
    M

    Assuming your server is on the same subnet as the client PC’s.

    Change this line in the ltsp.conf file:
    [CODE]dhcp-range=192.168.1.10,proxy[/CODE]
    to
    [CODE]dhcp-range=192.168.101.240,proxy[/CODE]

    then restart dnsmasq
    [CODE]sudo /etc/init.d/dnsmasq restart[/CODE]

  • Issue with imaging computers windows 7 and ssd hdd

    2
    0 Votes
    2 Posts
    2k Views
    G

    Well worked out that i had to change a setting in fog from single partition to multiple. must be the system files

  • Please Wait...

    24
    0 Votes
    24 Posts
    13k Views
    M

    There is not an easy way that i’m aware of. But in the web settings(FOG_WOL_INTERFACE, FOG_UDPCAST_INTERFACE, FOG_NFS_ETH_MONITOR) and in the two config files switch all the eth0’s with eth1’s. And restart the FOGMulticastManager and FOGScheduler.

    There may be more you need ot edit for each of the services if they are configured to listen on only one interface.

    I havn’t tried this but perhaps editing “/etc/udev/rules.d/70-persistent-net.rules” and swapping the eth0 and eth1 for the devices, then rebooting would swap which one is which. This may break other things that are depending on specific interfaces though(other services/uses for the server).

  • Enabling DHCP service after FOG installation

    4
    0 Votes
    4 Posts
    2k Views
    A

    Thanks guys, I’ll give this a shot now.

    OK, It’s installed, but for some reason I can’t get it to issue the IP addresses. Is there anything I should be checking for besides the .conf files?

  • Auto power on

    1
    0 Votes
    1 Posts
    852 Views
    No one has replied
  • Optiplex 740 Observations

    5
    0 Votes
    5 Posts
    3k Views
    F

    Thanks for the response.

    Yes, I did reformat and rebuild the image. So I guess the the next thing to try is “single partition”. All of my other computers had no issues with the multipartition non-resizeable. I will see what happens.

  • Tfpp time out

    1
    0 Votes
    1 Posts
    965 Views
    No one has replied
  • New storage node

    10
    0 Votes
    10 Posts
    5k Views
    E

    Client couldnt mount nfs, so in GUI menu I created a new Node Storage with a new group storage for that node. Now i Can Upload Image on client, but slowly (less that 1Gb/min) without mounting nfs.

    But looking for a solution for my first goal.

  • Bandwidth Issues

    2
    0 Votes
    2 Posts
    1k Views
    M

    100 Mbps(Megabits per second) is about 12.5 MBps(Megabytes per second), you are limited by the desktop computer.

  • SID

    2
    0 Votes
    2 Posts
    1k Views
    A

    Got answer to silly qwestion

  • Cannot login to webui

    3
    0 Votes
    3 Posts
    2k Views
    M

    % is a wildcard(like * in bash, or Windows explorer) in MySQL when using some operators such as LIKE, it can be escaped and used as a literal % sign by placing a backslash sign in front of it. [CODE]%[/CODE]

    I don’t believe this to directly to be the reason, i assume that fog strips out/substitutes the % sign because it may be used in some sort of web based attack on the fog server. Just guessing though.

111

Online

12.3k

Users

17.4k

Topics

155.6k

Posts