• FogFTP Error and database problems

    5
    0 Votes
    5 Posts
    2k Views
    D

    Thanks for the replies. I started over and re-installed everything. Seems to be working fine now.

  • Changing the partition used by the task

    10
    0 Votes
    10 Posts
    3k Views
    JunkhackerJ

    fog has a git that is synchronized with the svn [url]https://github.com/mastacontrola/fogproject[/url]

  • Updating to FOG 1.0.0 from 0.33b

    5
    0 Votes
    5 Posts
    2k Views
    B

    That did the trick!

    Thanks Jaymes!

  • TFTP PXE Error after install of 1.0.0

    12
    0 Votes
    12 Posts
    4k Views
    M

    Thank you everyone for your help!!!

  • Bandwidth maxed out at 10 MB/s

    4
    0 Votes
    4 Posts
    1k Views
    J

    [SIZE=3][FONT=Times New Roman][COLOR=#000000] Tom,[/COLOR][/FONT][/SIZE]
    [SIZE=3][FONT=Times New Roman][COLOR=#000000]I assume it was Multicast. I did it from Group Management - Basic Tasks - Deploy.[/COLOR][/FONT][/SIZE]

    [SIZE=3][FONT=Times New Roman][COLOR=#000000]I did resolve it this morning by putting the computers to be imaged on the same gigabit switch as the ESXi server and its guest servers. I don’t have much control over the network configuration so why there was such a drastic difference when I had the computers to be imaged off another 100 MB switch further down the line is not much of a concern. Most of the time we get a batch of new computers in and image them before deploying them to other sites. The occasional reimage will be OK at the slower speed.[/COLOR][/FONT][/SIZE]

    [SIZE=3][FONT=Times New Roman][COLOR=#000000]Love Fog, thanks for your work on it.[/COLOR][/FONT][/SIZE]

    [SIZE=3][FONT=Times New Roman][COLOR=#000000]Jeff[/COLOR][/FONT][/SIZE]

  • Client reboots on image upload also strange visual appearances.

    5
    0 Votes
    5 Posts
    961 Views
    Jaymes DriverJ

    [quote=“marten, post: 26948, member: 23678”]Okay it turns out it’s not the server nor my configuration.

    but the laptops I used as clients.
    They are old Fujitsu esprimo’s they might not be fully supported for image deployment.
    How ever I did manage to upload 1 image.

    And I deployed the image on a Acer Aspire 5610 which worked fine, even though the bios isn’t supported by fog.
    It can obtain a deployed image but it does get errors when trying to upload one.[/quote]

    Those BIOS errors don’t mean diddly. FOG has the opportunity to use information from the BIOS for HOST Management and that is about it, that is not to say that there have not been times when a BIOS update has broken FOG or pxe booting capabilities…

    Is there some kind of a watchdog setting on these machines? I had some Toshibas that gave me hell when imaging. I was in the similar boat as you my machine kept powering itself off and it turned out to be a BIOS Setting. So look for anything that would shut the machine off due to “inactivity”.

  • FOG WILL NOT DEPLOY ON FRESH XP VM

    5
    0 Votes
    5 Posts
    2k Views
    Jaymes DriverJ

    Check the partitions on the drive. when you create a drive in virtual box I don’t know that it formats it in any way. You may need to format the drive to a valid type such as ntfs and then try to deploy again.

    Usually when you push an image to a client and the fog emu pops up but runs by so fast you can’t catch anything, that is because FOG didn’t find a valid drive or partition type to install the os to!

    I made a tutorial on using FOG debug mode to create or delete partitions, I would try setting a partition type and pushing the image again. I know for a fact that Virtual imaging works, I can bot upload and deploy to my virtual machines, but I ALWAYS prepare a disk before I image it!!!

  • Failed to fetch active tasks

    2
    0 Votes
    2 Posts
    1k Views
    Tom ElliottT

    Is javascript enabled on your browser? Did you by chance change screens and received that message? All that means is it was unable to update the information. If you refreshed and still receive the message please let me know, but all seems to be working fine from my side.

  • 0 Votes
    7 Posts
    3k Views
    Tom ElliottT

    I’m not aware of any changes, other than adding a schema change, so my guess is this could be the cause?

  • Fog 1.0.0 new image creation

    11
    0 Votes
    11 Posts
    4k Views
    Tom ElliottT

    Upgrade to 1667 and let me know if you still have issues.

    Thank you,

  • XZ compression command line - init.xz

    5
    0 Votes
    5 Posts
    3k Views
    A

    [quote=“Tom Elliott, post: 26911, member: 7271”]That is correct.

    Sorry I didn’t get a chance to be of assistance, and I will have to create a WIKI to add these minor changes.

    XZ requires a small portion of encryption.[/quote]

    This is my procedure for changing that file.

    cd /var/www/html/fog/services/ipxe xz --decompress init.xz mount init ./tmp -o loop -rw cd ./tmp/tmp touch resolv.conf echo “nameserver 8.8.8.8” > resolv.conf echo “nameserver 8.8.4.4” >> resolv.conf cd …/… umount ./tmp xz -z -9 -C crc32 init

    I then told my test bench to reboot in debug mode through my Fog server. The machine shutdown windows and rebooted me to a Linux command prompt. Although the link for resolv.conf was in /etc, the file I created in /tmp didn’t exist. When I tried to ping google.com I got the response “ping: bad address ‘google.com’”. After I ran though stops 4 to 6 from above while in the debug console my “ping google.com” then ran successfully. Next I tried rebooting the debug console to see if the resolv.conf I created in the debug console was still there… no luck. 😞

    -Craig

  • ERPXE and fog plugin

    2
    0 Votes
    2 Posts
    1k Views
    B

    Is MySQL running? If no password is set my guess would be that MySQL failed to start for some reason.

  • During install : php5-mysql...Failed!

    4
    0 Votes
    4 Posts
    4k Views
    Tom ElliottT

    My guess, as to the particular issue herein, is that php-mysql is not the correct file to be installed. Check the lib/ubuntu/config.sh file and change the references of php5-mysql to php-mysql

    I don’t know if this will work then.

  • Host Primary Disk Issue

    4
    0 Votes
    4 Posts
    4k Views
    Tom ElliottT

    Host Primary Disk, is telling the system what DEVICE to look at. Device labels in linux are /dev/sd[a-z] or what not.

    Partions are what usually labeled as /dev/sda1 /dev/sda2 etc…

    So in the most literal of senses,

    You’re telling the system to look at DEVICE called:
    /dev/sda1,

    The FOG System is going to try looking for a partition on /dev/sda1 as /dev/sda11

  • PXE, TFTP, Sophos UTM

    15
    0 Votes
    15 Posts
    11k Views
    N

    If you created the ubuntu VM without a swap partition, that would explain MySQL faltering (assuming it’s running out of memory). The mysql logs under /var/log/mysql will help more than my best guess though.

  • Unable to upload Linux image

    3
    0 Votes
    3 Posts
    1k Views
    M

    When using Centos during centos install select basic server.

  • I/O error dev fd0

    3
    0 Votes
    3 Posts
    1k Views
    A

    I will try that and let you know what happens. Thanks.

  • Imaging Dell Laptop 3440

    5
    0 Votes
    5 Posts
    2k Views
    P

    Found solution, Dell 5000 series uses same kernel as 3000 series. To put it short Dell 3440 worked with this solution 32 bit kernel!@
    [url]http://fogproject.org/forum/threads/dell-latitude-e5440-fog-32.10267/[/url]

  • Vsftp fails like UDPcast

    9
    0 Votes
    9 Posts
    3k Views
    Jaymes DriverJ

    Yes this is very possible with fog. Fog even has the ability to function as the DHCP server. I don’t recommend using it as the DHCP server unless you intend to use fog off the main network or you plan to disable the DHCP server temporarily while you image.

    If you have sites that you want to keep linked together and use the same images at your other site… You can also set up FOG as a storage node. This will allow you to have multiple servers in locations that can synchronize with your central server to get images for the networks they are attached to.

  • UDPCast setup fails, make fails.

    4
    0 Votes
    4 Posts
    1k Views
    J

    Thank you both for your responses!

    Wiping the system and installing Debian 7.5 allowed the FOG 33 1.0 SVN install to complete without incident.

    Found where I needed to plug in the mysql password to get the database connecting, and have the schema installed so I can get in and get started with the program itself. I’ll test it out in the next couple of days and see what happens.

101

Online

12.2k

Users

17.4k

Topics

155.6k

Posts