• 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
    3k 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
    796 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
    723 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
    15k 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
    7k Views
    JunkhackerJ

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

  • Kernel Panic /Update

    8
    0 Votes
    8 Posts
    3k Views
    F

    [quote=“Tom Elliott, post: 45274, member: 7271”]OH, and to further answer the post, Having an updated kernel should not hurt any of the other hosts you have either. It’s just a kernel, nothing more.[/quote]

    Yes, on My summer list is to move both of my 0.32 servers up to the latest.

    Thanks for the help everyone.

  • TFTP isn't working

    37
    0 Votes
    37 Posts
    16k Views
    Wayne WorkmanW

    Use the installer to delete all partitions, and have the installer auto-create the required ones for you.

  • New install SVN 3225 bzimage bzimage32 init.xz init_32.xz at 0 Ko

    6
    0 Votes
    6 Posts
    3k Views
    davido38D

    [quote=“Tom Elliott, post: 45230, member: 7271”]FOG uses the command wget to download the kernels and inits.

    You may need to tell it how to use your proxy.[/quote]

    Ok thanks !!!

    I just finished a multicast (3 pc) and everything is ok !!

  • Kernel update

    7
    0 Votes
    7 Posts
    2k Views
    aruhunoA

    Yes, when I change this value, all is ok =]

    Big thanks for your work and answer!

  • Gunzip: invalid magic

    7
    0 Votes
    7 Posts
    4k Views
    Tom ElliottT

    The best information I can give. Everything worked fine with these Vista/XP Images until the release of 1.2.0. This is because XP and Vista were assumed to be Single Partition images meaning the way the files copied to the FOG Server was specified to be the imagepath name rather than the Windows 7 Style of <windowspathname as directory>/d1p?.img or <windowspathname as directory>/{rec,sys}.img.000

    This is a known about issue and has been fixed in SVN Trunk of FOG. I’m sorry I didn’t see this post sooner.

  • Problems imaging and deploying Windows Vista on FOG 1.2.0

    2
    0 Votes
    2 Posts
    907 Views
    Tom ElliottT

    Yes this is known about. If you’re daring, can you try using the SVN Trunk at revision 3225?

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

142

Online

12.4k

Users

17.4k

Topics

155.9k

Posts