• Database Connection Issues - Mysql.service won't start

    24
    0 Votes
    24 Posts
    5k Views
    george1421G

    @Naline I just wish I could have found the post I used before. As I said it was 2 simple commands to expand the disk. Its just which two commands that were the stumbling block.

    I agree I hope this thread help the next guy.

  • fog client on ubuntu 18.04

    Solved
    12
    0 Votes
    12 Posts
    1k Views
    S

    @jc35 Found some time to look into the client updater on Linux and seems like there are a few issues with that unfortunately. I was able to find and fix the first one but it still needs more work.

  • PXE boot to install linux OS in UEFI

    3
    0 Votes
    3 Posts
    1k Views
    L

    Thank you for your answer.
    Your document is complete.

  • FOG working with virtual interface

    15
    0 Votes
    15 Posts
    2k Views
    S

    @Oleg said:

    I don’t know if it has to do something with the timeout issue but in /etc/default/grub I added

    We don’t use GRUB for PXE booting hosts usually! Seems like you have customized your setup a fair bit. I may ask you to tell us more about the customization to we are able to properly help you!

    I changed manually the kernels in /var/www/html/fog/service/ipxe/ to the 4.15.2 Kernel.
    With the older kernel the issue with the timeout is gone.

    That’s interesting. So it seems like a Linux kernel network driver issue from what we know so far. Let’s start by trying to find out what driver is used. Please boot Windows on that machine, open device management and get us the device ID from there. Usually in the form 12c4:5f78.

  • FOG Server cannot connect to storage node

    4
    0 Votes
    4 Posts
    870 Views
    S

    @88fingerslukee said in FOG Server cannot connect to storage node:

    I have put the correct mysql connections into the fogsettings file.

    The fogsettings file is only used by the installer. Did you re-run the FOG installer after adjusting fogsettings? Or you can manually edit /var/www/html/fog/lib/fog/config.class.php for the DB settings.

    The URL called is http://fog.server.ip/fog/status/kernelvers.php - be aware that this URL is called from your FOG master node. So if you can open this URL from your browser it doesn’t necessarily mean that it does work when called from the master node as well.

  • Access denied for user 'root'@'localhost' (using password: NO)

    Solved
    2
    0 Votes
    2 Posts
    752 Views
    S

    @beardedfool Which Linux OS and version do you use? Older versions of FOG before 1.5.8 did run with an empty DB root password. So you find a lot of dated information on this. We were adding more security in 1.5.8 but it hat minor issues on some Linux OSes. Will provide detailed information for you when we know what you use.

  • FOG client on CentOS can't authenticate/not working

    Solved
    17
    0 Votes
    17 Posts
    3k Views
    S

    @mechalas Nice to see you’re still around! I remember having looked into this for quite a while but then decided I’d just use the cert store search as implemented to fix this. It’s working great and I don’t see any drawbacks. We have moved forward and released new fog-client versions since then.

    Nevertheless there are new things to look at and figure out. It would be really great if you’d help us on the fog-client.

  • update problem from 1.5.7 to 1.5.8

    Solved
    4
    0 Votes
    4 Posts
    551 Views
    S

    Thanks. It’s helped.

  • FOG 1.5.8 Error: lubcurl3 not installed - libcurl4 already installed

    Solved
    2
    0 Votes
    2 Posts
    412 Views
    S

    @dirtysoc Thanks for posting. This is fixed in dev-branch already. As well we have fixed another issue on Raspbian Buster in dev-branch (compiling udpcast).

    Both fixes will be in the next release.

  • Arm64架构UEFI方式内核引导失败

    Solved
    7
    0 Votes
    7 Posts
    826 Views
    S

    @binglingyu Anything more we can do to help you on this? Please provide more information as requested by George.

  • How to run pxe

    Solved
    2
    0 Votes
    2 Posts
    464 Views
    george1421G

    I have a tutorial on how to (reuse) fog to be used as a netboot server here: https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images

    For PXE booting you need to have a dhcp server where you can configure dhcp options 66 and 67. If you are in a home lab with a soho router then you should install dnsmsaq onto your fog server to provide pxe boot info in place of your soho router. Your soho router will still provide dhcp services, just dnsmasq will provide the netboot into.

    https://forums.fogproject.org/topic/12796/installing-dnsmasq-on-your-fog-server

    As for virtual box settings, I don’t know.

  • Static IPs/DHCP, and dashboard not working after FOG installation

    Solved
    4
    0 Votes
    4 Posts
    473 Views
    george1421G

    @danieln So if you key in http://10.50.0.218/fog does it display any page or error message? Displaying the default apache page is great. That tells you the web server is installed and operational.

  • I can't install the Fog client on CenOS 8

    Solved
    6
    0 Votes
    6 Posts
    970 Views
  • Ubuntu Server 19.10, Failed to stop web service

    Solved
    24
    0 Votes
    24 Posts
    3k Views
    S

    Reporting back… latest versions works like a champ!

  • Join Ubuntu Client to domain, snapin script (realm and SSSD)

    3
    0 Votes
    3 Posts
    488 Views
    J

    @Sebastian-Roth I was hoping for a completely new one. Mine is less of a script and more of a realm join in a bash file

  • Linux Imaging and Fog Client

    Solved
    4
    0 Votes
    4 Posts
    815 Views
    S

    @jhumpf Have you tried the scripts? Can we mark this closed or do you need any further help with this?

  • CentOS 7 client fails to connect

    Solved
    14
    0 Votes
    14 Posts
    2k Views
    A

    Okay, now the client gets the information from the server without error and can execute a task launched from the server.
    Thanks a lot.

  • iSCSI diskless boot failed

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    Q

    I believe you have to modify the client OS to support being booted over iSCSI, though I have limited experience with it.

    I could be wrong, but I think by default iSCSI isn’t included in the initramfs of Ubuntu.

    Perhaps this https://apfelboymchen.net/gnu/notes/booting ubuntu iscsi.html could be helpful. (at least the client info)

    All that said, NFS boot is likely to be a lot more straightforward to implement and I use that method quite often.

  • Fake folder taking up all storage

    Solved
    4
    0 Votes
    4 Posts
    727 Views
    R

    @Daniel-Miller Thank you, I’m learning both Cent and Fog at the same time, challenging but interesting, I couldnt find why I had 127Gb total storage but only 27Gb was being shown in Fog GUID so I ended up re-building the server. Appreciate the info though.

  • Installing FOG on Ubuntu 18.04 Desktop

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    S

    @Dv27842 said in Installing FOG on Ubuntu 18.04 Desktop:

    Synology NAS

    Setting this up is fairly advanced! You are better off just using a simple setup with just one FOG server (including it’s own storage) in a VirtualBox I’d say. Play with this and when you are ready take the next step.

120

Online

12.3k

Users

17.4k

Topics

155.6k

Posts