• Multicasting Swap Partition Problem

    13
    0 Votes
    13 Posts
    5k Views
    S

    Yes, please upgrade. There have been a lot of bugs and fixes lately…

  • Problem sysprep on linux dual boot (Windows 7 / Debian 7)

    2
    0 Votes
    2 Posts
    1k Views
    S

    Do you mean you deleted 70-persistent-net.rules on the client before uploading?? So what does this file look like after imaging to the other clients and booting them (it should be generated on every client I suppose)?

  • 1.2.0 upgrade TFTP Error - File Not Found

    6
    0 Votes
    6 Posts
    4k Views
    T

    [quote=“Uncle Frank, post: 42859, member: 28116”]Maybe try capturing the DHCP traffic to see which options are really send to the clients. Possibly an intermediate switch might change the filename on the way?!?[/quote]

    Good call Uncle Frank. It looks like the DHCP server is passing the right IP and filename (unidonly.kpxe) to the client. Then the client turns around and asks FOG for undionly.0?? I don’t have that file in my tftpboot directory, but I renamed undionly.kpxe to undionly.0 and my clients boot right up! Hooray! Thanks for your help!

  • Sudo ./installfog.sh command not found

    5
    0 Votes
    5 Posts
    5k Views
    cspenceC

    If I remember correctly, Ubuntu by default will provided colorized output. If installfog.sh was executable, it would be highlighted a different color. Run:

    [B]ls -l[/B]

    This will show the permissions on the file. You should see [B]-rwxr-xr-x[/B] for permissions. If you don’t have any executable bits, you’ll get the response you got. How do you fix it? For a start, you could run:

    [B]sudo chmod 755 installfog.sh[/B]

    This will only make that first script executable. In the same directory, there’s a .install.sh file that probably won’t have executable rights either.

    [B][U]If you really want to make sure it works[/U][/B]
    It seems you must have extracted the files in a strange way because you should already have the correct permissions. When you get the tar.gz from the website, run tar to extract the files to preserve permissions:

    [B]tar zxvf fog_1.2.0.tar.gz[/B]

    This will extract everything out into your current directory. Then all the permissions should be correct.

  • Measure Bandwidth

    4
    0 Votes
    4 Posts
    1k Views
    Joseph HalesJ

    Update we have a PRTG server running on the same network I’m working with its admin to get it to monitor via SNMP still troubleshooting that as for network from the server switch it connects direct to out 10ge backbone and from there to our fiber ring to the individual schools I have it set for 20 simultaneous connections depending on the results of the monitoring I may increase that significantly we image at 25 separate campuses so its used pretty much non stop.

  • Problems installing Fog on Ubuntu 14.04

    8
    0 Votes
    8 Posts
    4k Views
    Juan AntonioJ

    [COLOR=#ff0000][B][SIZE=4]It´s undionly.kpxe any version 1.0.0 or higher:oops: sorry[/SIZE][/B][/COLOR]

    Ubuntu Server to Fog 1.2.0
    ]#### add by racl

    subnet 192.168.212.0 netmask
    255.255.255.0{
    option routers 192.168.212.1;
    option subnet-mask 255.255.255.0;
    option domain-name-servers 80.58.61.250, 80.58.61.254;
    range 192.168.212.8 192.168.212.254;

    filename “undionly.kpxe”;
    next-server 192.168.212.5;

  • Cannot upload Linux Image

    11
    0 Votes
    11 Posts
    4k Views
    Tom ElliottT

    [quote=“Joseph Hales, post: 41509, member: 18131”]Here is the mistake I made fog now has 2 kernels bzimage and bzimage32 both should be updated to the same version and the kernel update page will name them correctly for you just download the 32bit version and the 64/32 bit version both with the same version number. I was used to .32 in which you only had bzimage if your like me when you click on one and saw the bzimage32 file name presented you may have assumed it was wrong and renamed it which leads to kernel panics and other assorted weirdness. Take note I am by no means an expert but It did happen to me.[/quote]

    The autonaming you see now is only in current SVN releases, not the 1.2 release.

    The “Published Kernels/Old Published Kernels/Unofficial Kernels” dropdowns are also new to SVN where 1.2 only had Published Kernels and Unpublished.

    That all said, the way the naming works for use as “defaults”

    Kernels with ARCH type x86_64 are typically the bzImage
    Kernels with ARCH type x86 are typically bzImage32.

  • Need some feedback about ubuntu versions.

    6
    0 Votes
    6 Posts
    2k Views
    Joseph HalesJ

    I’ve had good luck with 12.04 ubuntu even got bonded NIC’s working.

  • GRUB issues/Reboot loop

    6
    0 Votes
    6 Posts
    7k Views
    A

    Hello every body,
    Sorry for my english, i come from Marseille (France)
    I’ve got the same problem. After pushing the image to the corresponding host, the host is starting, boot on the pxe, i see all information about the computer and then, restart…

    It do that on a dell latitude 5500. I would like to do unicast. I’m trying to download Windows 7 x86.

    I’m using ubuntu 14.04 Fresh install 4 days, fog server 1.2.0

    Any idea?

    Thanks

  • 0 Votes
    8 Posts
    4k Views
    S

    You could use raw disk access instead of shared folders (which might be even faster I suppose). At first create a RAW VMDK file which actually is just kind of a link to your real raid array device file:

    [CODE]VBoxManage internalcommands createrawvmdk -filename “/tmp/rawarray.vmdk” -rawdisk “/dev/md0”[/CODE]

    Check it out if you want:
    [CODE]$ cat /tmp/rawarray.vmdk

    Disk DescriptorFile

    version=1
    CID=44799ca3
    parentCID=ffffffff
    createType=“fullDevice”

    Extent description

    RW 234441648 FLAT “/dev/md0” 0
    …[/CODE]

    Then add this VMDK to your VirtualBox and startup. It should be ‘/dev/sdb’ inside your VirtualBox host if I remember right. Check ‘dmesg’…

  • Multicast problems

    5
    0 Votes
    5 Posts
    2k Views
    S

    This is kind of known. FOG Services start “too early” (before mysql is fully up). See here how I got this “fixed” on my system.
    [url]http://fogproject.org/forum/threads/fogscheduler-needs-started-manually-since-upgrading-to-svn-2912-from-1-2-0.12266/#post-41094[/url]
    I didn’t have the time to have a look into the start scripts yet. You are more than welcome to look into this! 🙂

  • Debian netowrk manager

    6
    0 Votes
    6 Posts
    2k Views
    Jaymes DriverJ

    Guys, he solved his issue, this is an old topic. We are just playing Necromancy.

  • CentOS

    3
    0 Votes
    3 Posts
    1k Views
    S

    Thanks Tom! I’ll just stick with 6.5 then.

  • Can't mout /image folder and /images folder

    5
    0 Votes
    5 Posts
    3k Views
    Z

    yes the exports files is ok.
    now the task start but when display " … prepare device … " , waiting…
    when i press “enter” , dispay " invalid partition data" and reboot

    . i setting “other windows image not resizable” because if setting “windows 7 system” fog return when start-up , boot sector not found !

  • Isolated Network DHCP Interface error

    4
    0 Votes
    4 Posts
    2k Views
    G

    [quote=“Tom Elliott, post: 40087, member: 7271”]Try this:

    [code]update-rc.d isc-dhcp-server disable[/code]

    Then edit the file:

    Add before the exit 0 line:

    [code]sleep 30 && start isc-dhcp-server[/code]

    Restart and hopefully all things will work.[/quote][/quote]

    Thank you for your help. The syslog still reads the same interface error. I looked into previous syslog files, and at one point, it read out:
    [CODE]Withdrawing address record for [IP address] on eth0
    Leaving mDNS multicast group on interface eth0
    Interface eht0 IPv4 no longer relevant for mDNS[/CODE]

    Could any of this have to do with the error?

  • [SOLVED] No internet connection after setting static ip in Ubuntu

    4
    0 Votes
    4 Posts
    16k Views
    S

    Yes, it is very true with Ubuntu . I am using Ubuntu and have faced the same problem while setup of internet connection,as this issue got resolved from the experts on [URL=‘http://www.libertybts.com’]site web[/URL] in my new office.

  • [SOLVED] DNSMASQ Port already in use

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Image made on slow pc is slow after restore on new Dell with SSD

    8
    0 Votes
    8 Posts
    3k Views
    J

    Hi [URL=‘http://fogproject.org/forum/members/junkhacker.21583/’]Junkhacker[/URL],

    After creating a image with “Single disk” “Resizable” it’s allright.
    The whole disk space is allocated.

    Super!

    Thanks for the tip!

    Kr,

    Joeri

  • Need ssh on fog client

    10
    0 Votes
    10 Posts
    6k Views
    Tom ElliottT

    Adding authorized_keys will do the job, but I’m not going to add it. Mostly because of the security involvements. If I create a copied authorized keys, it’d be done using methods that would be extremely insecure as it would always have to be the same key.

  • Restore image folder - FOG 1.2.0 - Ubuntu 14.04

    6
    0 Votes
    6 Posts
    2k Views
    JunkhackerJ

    in what way is it not working?

179

Online

12.3k

Users

17.4k

Topics

155.6k

Posts