• Multicasting

    26
  • Lenovo MT-M 9964-A1U - can't register, fails compatibility test

    4
    0 Votes
    4 Posts
    1k Views
    Wayne WorkmanW

    So, good news on this…

    We were eventually able to image the system (probably luck), but we wanted to change something on the image and upload a new one.

    So, we made our changes and tried to upload again… it just wouldn’t work. Kept saying failure 0 or something… I think it’s HDD related. We messed with this for quite a bit, and I decided to update FOG because Tom said he changed how hardware was detected in the latest svn.

    We’re running r3277 now and it started uploading on the 1st try.

  • PXE boot not connecting to Fog Server

    4
    0 Votes
    4 Posts
    2k Views
    Wayne WorkmanW

    Should be.

    You’ll need to re-install and just choose DHCP this time.

    There is an answer file somewhere that the FOG install script uses, it’ll try to pull answers from that.
    You might need to delete that file. You might want to try modifying it first.

    To use DHCP, change that option from 0 to 1

    Here’s an article saying where the answer file is: [url]http://fogproject.org/wiki/index.php/Upgrading_the_FOG_Server[/url]

  • How do you start the Fog server?

    3
    0 Votes
    3 Posts
    1k Views
    P

    Indeed it did the second time I rebooted the machine it’s on. Thanks!

  • Fatal Error: Failed to mount nfs volume timed out

    42
    0 Votes
    42 Posts
    22k Views
    A

    I know this is a bit old but I just wanted to send off a “Fixed my problem” message. I had moved my /images from a directory on the root partition to a new larger partition mounted to /images. When I made the cp -a it did not, for some odd reason, copy either of the .mntcheck files in /images or /images/dev. After creating and setting permissions on those two files everything started to work again. Thanks much!!

  • SVN 3275 Memory issues

    4
    0 Votes
    4 Posts
    1k Views
    B

    Nice, thanks! I didn’t know that setting existed. Everything loads okay now.

  • FOG Images got deleted suddenly from /images/dev path

    4
    0 Votes
    4 Posts
    2k Views
    Tom ElliottT

    What do you mean?

    FOG Doesn’t magically delete files from the system. There is the slight potential of losing [b]AN[/b] image based what we can tell on the size of the file and the length of time it takes to copy the old and the new back over. But it would only delete the image that you are currently working on uploading anyway. FOG does not randomly delete images from your server. The few things I can think of,

    First, the /images is not a local disk system on the server but rather a mounted disk that mounts to /images, potentially by a USB connection. Maybe the USB lost access due to standby? This would cause the mount point to no longer exist which would appear as if your images are lost.

    Second, the /images is local but there’s a problem with the main drive it’s loaded on? It stops being able to be read, which would give the impression of the drive no longer existing. This would assume you have two hdd’s on the system, one that’s hosting your OS, and one that’s dedicated to your images.

  • FOG::HostnameChanger Domain Error! ('Unknown Error' Code: 2)

    5
    0 Votes
    5 Posts
    2k Views
    S

    Ah ok I understand now - brilliant this has resolved the issue I wasn’t aware that specifying the default OU would have a knock on effect.

    Thanks again for your help

  • SVN 3267 DB errors during install

    2
    0 Votes
    2 Posts
    787 Views
    Wayne WorkmanW

    They are non-impacting. Ignore them.

    Those DB commands are related to upgrading from much older versions of FOG, for backwards compatibility.

    So yeah, you’re ready to get Fogging.

  • Config.php?

    7
    1 Votes
    7 Posts
    3k Views
    I

    Yes, if I go to /images it takes me to the mounted /images volume.

  • Problems after upgrading from 0.32 to latest svn

    1
    0 Votes
    1 Posts
    695 Views
    No one has replied
  • PXE reboot

    18
    0 Votes
    18 Posts
    5k Views
    ?

    Ok lol, sorry

    Yes, the machine I am using to image is an Ubuntu Desktop 14.04 and machine that is being imaged is an Ubuntu Server

  • TFTP issues

    16
    0 Votes
    16 Posts
    6k Views
    Wayne WorkmanW

    The file is here: /etc/dhcp/dhcpd.conf

    Here is my reference: [url]http://askubuntu.com/questions/221329/how-do-i-configure-dhcpd[/url]

    If FOG has configured DHCP for itself, it’s almost surely correct. Also, if FOG is doing DHCP, you only need option 67 configured for it, which should already be done.

    Please do a TCP dump on your FOG server.

    Taken from another post by Uncle Frank:

    [CODE]sudo tcpdump -w issue.pcap -i eth0[/CODE]

    You might need to change the interface name in the above command, seems like I have never had an interface named eth0 in Linux… This command will list all available interfaces. Pick the right one.
    [CODE]ip link show[/CODE]

    Run the above capture command on the FOG machine, then start the remote target host. Wait till it fails, then stop tcpdump (ctrl+c), transfer the PCAP file to your PC and examine it using wireshark. After the capture is completed, please use the MAC address of the target host as the filter for sender & receiver. This address will filter out ALL traffic that isn’t coming from or going to the target client.

    Example Filter (change the MAC addresses):
    [CODE]eth.dst == 00:0C:CC:76:4E:07 || eth.src==00:0C:CC:76:4E:07[/CODE]

    Please also post this PCAP file so we can look at it and see what’s going on. And if you don’t filter the file for us, we will need the target host’s MAC as well so we can filter it.

    #LetsMakeScripts

  • SVN 3254 not responding after update

    11
    0 Votes
    11 Posts
    4k Views
    Joseph HalesJ

    Looks like installing the SVN the first time when it added MySQL Connection Type: MYSQLI_ASYNC to the .fogsettings it corrupted the entry for sqluser placing the local host in that place and losing a semicolon. Fixing that and restarting sql fixed it. This is the threads that lead me to it [url]http://community.spiceworks.com/topic/564935-fog-database-error[/url] and [url]http://fogproject.org/forum/threads/fog-is-inoperable-after-server-reboot.11460/[/url]

  • Cannot create Tasks, Task Manager Blank

    17
    0 Votes
    17 Posts
    6k Views
    J

    I solved the problem by creating missing task* tables using a new instalation db as example, worked like charm. Would be great to have sql code to regenerate tables in case of this.
    Thanks for your time and advice!

  • SSD issue

    7
    0 Votes
    7 Posts
    3k Views
    Wayne WorkmanW

    [quote=“SalvadorGilbert, post: 45503, member: 29401”]Hey guys!

    [FONT=arial][SIZE=13px]Are there any free or paid devices which can repair SSD bad sectors or, some way or another, read the data in these bad sectors during a clone/image/recovery process?[/SIZE][/FONT][/quote]

    [url]http://lmgtfy.com/?q=Recover+data+from+SSD[/url]

    Try that.

  • Fog 1.2.0, How to change images location?

    5
    0 Votes
    5 Posts
    5k Views
    F

    Hi Jimmyboy, regarding the docker container you mentioned: Could you please have a look at [url]http://fogproject.org/forum/threads/create-a-docker-container.12747?[/url]

  • Hostname exists when it doesn't

    16
    0 Votes
    16 Posts
    6k Views
    T

    Hello people!

    Recently I had a similar problem. My FOG solution is:

    FOG version 1.2.0 revision 3246 Ubuntu Desktop 13.10 i386

    Working with Hosts Management section, creating a host, erasing this host and again creating the host with same MAC I had the trouble that FOG said me that this hostname already exists. In the Host Management section did not appear the host.

    The solution is like Tom says. Thank you Tom!!

    For me, deleting the registers in fog database with the [I]wrong[/I] host ([I]wrong[/I] means the created, then deleted and then tried to create) in [I]host[/I] and [I]hostMAC[/I] table was the solution.

    I searched how to manipulate fog database. I used phpMyAdmin (searching directly with Ubuntu Software Center). Then I configure to get access to the fog database (I used blank password in mysql). Edit /etc/phpmyadmin/config.inc.php
    [INDENT=1]Uncomment this line:[/INDENT]
    [INDENT=1][COLOR=#3366ff][SIZE=4]$cfg[‘Servers’][$i][‘AllowNoPassword’] = TRUE;[/SIZE][/COLOR][/INDENT]
    [INDENT=1]Save file.[/INDENT] Finally, search the tables [I]host[/I] and [I]hostMAC[/I] and delete the [I]wrong[/I] host registers.

    I hope it helps. See you,

    T. Capablo.

  • PXE-M0F: Exiting Broadcom PXE ROM.

    25
    0 Votes
    25 Posts
    14k Views
    S

    I doubt that OS update is changing file permissions in /tftpboot or /var/www but hey, you never know… 😄

  • TFTP didn't update web interface did?

    21
    0 Votes
    21 Posts
    6k Views
    JunkhackerJ

    updates use the settings you chose the first time you ran the setup and reuses the same password

124

Online

12.3k

Users

17.4k

Topics

155.8k

Posts