• Advenced pxe boot menu: iso deleted after a fog update to svn version

    3
    0 Votes
    3 Posts
    1k Views
    S

    From where to where did you update?? Version 1.2.0 to current SVN? I did that lately and thought that FOG had deleted my files but it just moved them (to /tftpboot.prev and /var/www/fog.prev if I remember right)…

  • Error 2691

    9
    0 Votes
    9 Posts
    5k Views
    Joseph HalesJ

    Just throwing this out there check the AD user make sure its not locked and try to login manually and see if you can join the domain with that user manually.

  • Optimizing minimal time on multicasts between partitions

    4
    0 Votes
    4 Posts
    1k Views
    Tom ElliottT

    You know of a better way to ensure the proper files are sent at the right time?

  • Upgrading FOG

    4
    0 Votes
    4 Posts
    1k Views
    B

    [quote=“Jaymes Driver, post: 41711, member: 3582”]I also vote for staying on 12.04.

    When you ran your svn commands to download the svn, did you do so with sudo?

    you may not have write access to the folder if you ran it as sudo.[/quote]

    … lol… figured that one out right before I saw your reply!

    …reminds me of a bad joke!

    Guy: Make me a sandwich
    Wife: Make it yourself!
    Guy: sudo make me a sandwich
    Wife: Ok.
    😄

  • Install hangs on php5-mysqlnd

    5
    0 Votes
    5 Posts
    2k Views
    JunkhackerJ

    I’ve noticed the same thing, Ben

  • Errors in apach log file SVN 2974

    3
    0 Votes
    3 Posts
    1k Views
    J

    🆒
    cheers

  • FOGScheduler needs started manually since upgrading to SVN 2912 from 1.2.0

    15
    0 Votes
    15 Posts
    6k Views
    Tom ElliottT

    I have not, but I’m constantly (as you can guess) on SVN so if there was some issue, I would have likely corrected on spot. That said, I don’t recall this being an issue. Thats not to say there isn’t one.

  • Fog .32 issue

    4
    0 Votes
    4 Posts
    2k Views
    Tom ElliottT

    [quote=“Dallas Caudell, post: 41659, member: 28406”]I’ve been using FOG for a while no with no issues. We recently received new machines we will be using for now on. I have no idea why, but these machines will boot to the menu, but when it attempts to mount file system it fails. I get an error: RPC: Remote system error - Network is unreachable
    mount: mounting 192.168.0.100:/images on /images failed: Bad file descriptor
    Error during failure notification:

    Then it just slowly moves up the screen. When I try to quick register, it does something similar without the mounting error, but it just sits there slowly moving up the screen while not gathering any information.

    It’s with this specific machine only, so I’m stumped.

    Any idea? I know the error is pretty vague, I’ve been googling for hours and I can’t find anything. I’m wondering if it’s a bios setting, as these are new machines with an updated bios with way more options.[/quote]

    What OS are you running? From the information I’m gathering it’s a Redhat Based distribution.

    Make sure rpcbind is running before nfs.

    [code]chkconfig rpcbind on;
    service rpcbind start;
    chkconfig nfs on;
    service nfs start;[/code]

  • Upload, Download, Deploy

    3
    0 Votes
    3 Posts
    1k Views
    M

    Thank you for the answer!

  • Group product key looks like gibberish afetr update

    4
    0 Votes
    4 Posts
    2k Views
    W

    The change was quite resent so if you did put in the key using 2922 then yes there maybe an issue when updating to 2966.

  • New Fog Install Uploading Image

    3
    0 Votes
    3 Posts
    1k Views
    D

    [quote=“Tom Elliott, post: 41564, member: 7271”]Details, details, and more details all lacking.

    First, Multi Part image (single or all disk) will attempt to capture the partition as is, not bit by bit, but from the structure of the partition table it will require a disk at least the same size or larger to image back.

    Second, what version of FOG did you install? Latest is not an answer, be specific. If you installed SVN Trunk FOG what revision are you at? (in the cloud lies the version number for current versions of fog).[/quote]

    Thanks for the speedy reply. I have figured it out by searching the forum and finding this [quote]

    Download Fixparts for Windows from here:

    [url]http://www.rodsbooks.com/fixparts/[/url] (look for the link “download page”)

    Unzip the file and execute it with administration privileges. A command window will now pop up.

    Type in “0:” (this command is just for Windows!) to define your first (and in my case only) HDD to be the one to analyse.

    Now the tool suggests to delete the GPT signatures and asks you to confirm. If you want to use Linux as well as Windows on your disk you probably should not delete those signatures. But in my case I only want to use Windows, so I say yes.

    After that exit the tool by typing “w” (write changes to disk and quit). Restart your computer to check if it still works.

    Sysprep the OS and upload the image to FOG.[/quote]

  • Why do we have to use NFS?

    1
    0 Votes
    1 Posts
    647 Views
    No one has replied
  • Cannot add a storage node

    11
    0 Votes
    11 Posts
    5k Views
    J

    Hi all,

    I finish my labo With Windows storage node with few problems of permission at first. Like the need to grant permission to create and delete files and [COLOR=#ff0000]DIRECTORY[/COLOR] on the ftp user (user filezilla).
    At the end of the capture task, FOG needs to rename the image file. Then, if my storage path is:
    c:\images
    c:\images\ dev
    With filezilla, I must create a user by giving all rights to c:\ , c:\images, and c:\images\dev to complete my lab.

    Should I do the same thing for the user that I created on the NAS? because when I create, on the NAS, a user with RW on my share “images”, it’s not allow me to capture or deploy an image. I am forced to use the administrator account of my NAS to make this happen. So like with Filezilla, in my NAS the ftp user must have full access to the root ? (and i did not see this option in QNAP)

    Thanks in advance 😄

  • Multicast failing to start, hangs on partclone starting to restore image

    15
    0 Votes
    15 Posts
    7k Views
    A

    The changes Tom made corrected the issue. Thanks again!

  • One minor issue

    2
    0 Votes
    2 Posts
    818 Views
    Joseph HalesJ

    Fixed Tom teamviewered in and edited the database to remove the orphaned task. Side note if you have existing snapins remember to add them to a storage group before attempting to update them.

  • Snapin not working with cron style download tasks.

    1
    0 Votes
    1 Posts
    503 Views
    No one has replied
  • Unable to register host no reason listed

    11
    0 Votes
    11 Posts
    3k Views
    Joseph HalesJ

    Thank you, you guys are awesome and are doing a fantastic job.

  • TFTP PXE File Not Found after Upgrade

    15
    0 Votes
    15 Posts
    7k Views
    Jaymes DriverJ

    [quote=“AllenP, post: 41471, member: 24073”]I don’t know if you found a solution to this but after goggling the problem for days and days. I thought to myself what could have changed between .32 and 1.2. So I looked at the boot setting in the DHCP server and saw that the file name had changed from .32 to 1.2 so make sure you check DHCP settings edit option 067. I really hope this helps someone else bc it drove me nuts. I wish that someone would big red flags and fireworks going off anything to draw more attention to the change in the file name.
    [FONT=Ubuntu][COLOR=#444444][SIZE=14px]Open up the scope of your DHCP server and edit these settings:[/SIZE][/COLOR][/FONT]
    [LIST]
    []Edit option 066 and enter the IP address of your FOG server.
    []Edit option 067 and put a string value of[COLOR=#ff0000] undionly.kpxe[/COLOR] or undionly.kpxe.INTEL
    [/LIST]
    [/quote]

    Part of the installation script that tells you that you need to update your DHCP Scope.

  • Asus T200T pxe boot

    6
    0 Votes
    6 Posts
    3k Views
    W

    I believe the secure boot is causing the issue I disabled it in bios but dose not seem to be actually disabling it.
    These are also blocking my linux usb boots such as gparted and linux mint

  • HP ProLiant ML350 G5 Imaging

    3
    0 Votes
    3 Posts
    2k Views
    2

    I got on Hangouts with Tom last night and we figured it out. Fixed in 2944.

165

Online

12.3k

Users

17.4k

Topics

155.8k

Posts