• Need snapin assistance

    9
    0 Votes
    9 Posts
    4k Views
    Wayne WorkmanW

    #wiki need to work on snapin pack article.

  • how to get fog 1.30

    2
    0 Votes
    2 Posts
    838 Views
    Wayne WorkmanW

    You would just follow the instructions in the fog wiki.
    https://wiki.fogproject.org/wiki/index.php?title=CentOS_7

  • Cannot PXE boot known hosts

    12
    0 Votes
    12 Posts
    5k Views
    Wayne WorkmanW

    @adamk858 I can probably script a way to change the fog IP, without involving dnsmasq.

  • FOG /image storage

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    A

    @Tom-Elliott

    Okay. That fixed it. I had already modified what you told me to type. I just never did the /etc/exports. Once I did that it all worked. šŸ™‚

    Thank you!

  • Using fog with external dhcp pxe server

    11
    0 Votes
    11 Posts
    5k Views
    L

    Ok i have it working on my workstatons, on the vm servers that I am trying to image it does not show the fog screen and picks the tftp server and then reboots.

    If i wish to create a image of a windows workstation Is that the upload option?, so upload to server.
    Now if i am uploading a windows image from a workstation to a storage node does that storage node need to have a filesystem that windows will recognize like fat32? or will ext3 do?, as I thought it was only storing a iso so the format of the drive would not matter.

  • pxe boot going to wrong ip for tftp server

    7
    0 Votes
    7 Posts
    4k Views
    george1421G

    @ixll Just be aware I’m not a dnsmasq specialist. I did write my own tutorial on how I setup dnsmasq. This did work. Maybe you can merge what is in your ltsp.conf with this. https://forums.fogproject.org/topic/6376/install-dnsmasq-on-centos-7

    In my example the fog server IP goes into two places.

  • Need help... fog server crashed!

    3
    0 Votes
    3 Posts
    907 Views
    Wayne WorkmanW

    The most important thing to attempt recovery of (other than images) is the ssl directory. If you have fog clients out in the field running, they will absolutely not trust nor obey any fog server that cannot authenticate. The directory is /opt/fog/snapins/ssl
    There’s a walkthrough here:
    https://wiki.fogproject.org/wiki/index.php?title=FOG_Client#Maintain_Control_Of_Hosts_When_Building_New_Server

    If you can do that, and then re-use the old IP, then all the existing clients will report in to the server as pending.

  • How to install new FOG Client to a Windows Computer in a workgroup

    12
    0 Votes
    12 Posts
    6k Views
    Wayne WorkmanW

    You may start looking into Ansible, version 1.7 or greater comes with ability to control windows clients.
    http://docs.ansible.com/ansible/intro_windows.html

    And ansible is free (I think), but Ansible Tower costs.

  • image capture ipxe error input/output 1d0c6139

    Solved
    20
    0 Votes
    20 Posts
    6k Views
    KnightRavenK

    @Tom-Elliott
    OK.
    Well, I think I figured it out. I may have missed updating the storage node info. The graphs/pie charts are back working now.

    Setup capture and is working. Ugh. the one thing I didn’t double check after it all. Being that its the only storage node I didn’t think to check it again.

    Thanks for all of y’alls time. sometimes it just needs more eyes and a better understanding of how this works. Y’all have a great day. I need a beverage.

    thanks,
    Jason

  • Unable to Register Host Unknown Error

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    Tom ElliottT

    @alansopro There is indeed a new fog client, though the old one is there as a just in case but probably has its own set of issues. Besides, I HIGHLY encourage all people to use the new client. It’s much faster and less taxing on the FOG Server. While the old client wasn’t overly rough (after its initial load up) it still had it’s own issues to think/worry about.

  • "dev" in Images Folder

    3
    0 Votes
    3 Posts
    1k Views
    fry_pF

    @george1421 Ah this makes sense. My colleague notified me he uploaded an image and it didn’t seem to finish the task. That is when I noticed the disk was full. Got it.

  • Error Returned: Reattempting to update database...Failed

    16
    0 Votes
    16 Posts
    10k Views
    Tom ElliottT

    Can you show us the logs verbatim then? You’re not seeing the exact same error if it’s not saying ā€˜ftp_login incorrect’

  • Kernel panic - not syncing: VFS

    Solved
    40
    0 Votes
    40 Posts
    28k Views
    G

    @george1421 It works ! Thanks for your support šŸ™‚
    edit : Yes I’m running dnsmasq.

  • FOG Client 0.11.2 not starting right

    Unsolved
    10
    0 Votes
    10 Posts
    4k Views
  • Black Screen on Surface Pro 4

    29
    0 Votes
    29 Posts
    17k Views
    Wayne WorkmanW

    @fry_p Excellent job. What you posted is exactly what I would have had you do.

    Just keep in mind that this is only likely to work with the exact sub-model, the one you said: Surface Pro 4 1724

    For future readers, all that’s needed to make a vendor class for other sub models is a packet capture posted here on the forums, or analyzed by yourself. Simply look at the device’s DHCP Discover packet, inside option 60 you’ll find the vendor class identifier.

  • Imaged PC wont join the domain

    5
    0 Votes
    5 Posts
    2k Views
    H

    @Wayne-Workman using FOG 1.2.0, however after uploading the image a second time everything is now working correctly.

    Cheers

  • HP ZBOOK15U G3 - Host Registration Problem

    23
    0 Votes
    23 Posts
    10k Views
    Wayne WorkmanW

    @phishphan said in HP ZBOOK15U G3 - Host Registration Problem:

    I ask because once I have my captured image I move it to another drive for archival.

    You should automate that with a cron task and scp or rsync.

  • Sql Error

    5
    0 Votes
    5 Posts
    2k Views
    D

    @Wayne-Workman Ok.

    That what i did and then i re-ran the installer and it worked. Thank You!!

  • Upload Task: Updating database... failed. FTP problems

    32
    0 Votes
    32 Posts
    12k Views
    Z

    @Tom-Elliott said in Upload Task: Updating database... failed. FTP problems:

    @zachu THe reason the path is specified (not allowing slashes) is because it can give access to other parts of the filesystem. This doesn’t mean it WILL happen, but from a security perspective what’s to ensure you don’t write a specific file or overwrite the root folder? I know there’s some other obfuscated methods of protection here, but let’s just imagine, you decide to put the image path be be as /images/../../../../bin/init or /images/../../../../usr/bin/init or some other binary name.
    While technically it shouldn’t be possible, with the wrong setup it is a possibility. Now your fog server will likely work for a while. Then start having some funny issues.

    I perfectly understand why it’s like this. I was more like toying with different ways to go around the problem I had. I’m ok with the way it works now.

    The Wiki is perfectly accurate. You would, essentially, change the images location to go from /images to /images/newdisk. No where in the wiki article, from what I’ve skimmed through, would state that you are placing the image on the disk in the way you originally described. Changing the way move_upload is not quite that simple.

    Oh right, I think I then read too far there between the lines. With the guide on the wiki article’s last lines, it’s meant to move all your images under the ā€œnewdiskā€, not just one or part of them. I get it now šŸ™‚

    Changing the way move_upload is not quite that simple.

    Yeah, I glanced just quickly at the codebase there and realized that it isn’t just a minor change, but I think it is doable still. All the needed actions are moving (renaming) and deleting files and folders, just as it is done now. Now it’s really simple and pretty when you can just move the whole directory instead of doing multiple actions to the files.

    Would you accept a pull request of changing the move_upload process, if I find time to put it together? I’m not making any promises, but just thinking about it. I’ve never really contributed to an open source project but I might have the skills to put that one together. But if it fights the way you want it to work, then I wont bother šŸ™‚

    I really thank you for your time!

    Btw, I settled for a process that I just move the image files to the dedicated HDD always after upload. It’ll do now, since it’s only temporary šŸ™‚

  • Mounting File System Failed

    Solved
    4
    0 Votes
    4 Posts
    1k Views

95

Online

12.7k

Users

17.6k

Topics

156.5k

Posts