• Auto-Installing FOG with HTTPS enabled issues

    Solved
    19
    0 Votes
    19 Posts
    2k Views
    S

    Updated the URL in the official code (ref).

  • PXE loop after reboot only

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    S

    @ITCC Switch your DHCP config to point to ipxe.pxe instead of undionly.kpxe and the issue should go away.

  • FOG HTTP Server Not Updating after IP Change

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    W

    @george1421
    Changing the settings in the default.ipxe file worked! Man this community is great! I’m going to update my documentation to make note of this so in the event we move subnets again we can tackle this same day!

  • [Solved] Nas Buffalo need help

    Solved
    7
    0 Votes
    7 Posts
    998 Views
    george1421G

    @doubleve You only need tftp if you want to boot from the nas. If you have a real fog server on the same network you can use that. For a storage node you only need NFS and FTP service.

  • storage node is offline

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    O

    thanks, i figure up what’s the problem, i’ve add corrupted lines on /etc/fstab.
    thanks for everything.
    everything is working now.
    🙂

  • PXE Client tries to find wrong file

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    george1421G

    @Beyondlimitation said in PXE Client tries to find wrong file:

    By the way, if i copy “undionly.kpxe”, paste it in directory “/tftpboot” and rename it to “undionly.kpxe.0”
    pxe boot successfully works

    While I see you have it sorted out, requiring the boot file to end in a “.0” was a requirement of DNSMASQ before 2.76 (as well as syslinux). With 2.76 and later its just the file name. The “.0” requirement was removed since that is a bios related thing. What version of dnsmasq are you running (i.e. dnsmasq -v)

  • RAMDISK: incomplete write (-28 !=4096)

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    george1421G

    @kwisher Well life may be better on the dev branch. Why I asked if you were on 1.5.7.55 or later, stay there. FOG 1.5.8 is almost release. 1.5.7 had a few bugs where 1.5.7.55+ in the dev branch fixed.

  • Blinking cursor after booting from hard drive in FOG menu, on Optiplex 5040s

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    H

    @Spicoli Thanks! RAID to AHCI worked for me.

  • Error Restoring GPT Partition Tables

    Unsolved
    52
    0 Votes
    52 Posts
    14k Views
    S

    @tlehrian It would be really great if you could test this fairly soon so we have a little bit of time in case it needs further work. The earlier we know the better! We can’t guarantee a quick fix some time in January when you really need it.

  • IPXE errors

    Solved
    22
    0 Votes
    22 Posts
    6k Views
    A

    @george1421 Morning George
    the issue is resolved - it was the ‘-M’. There was no <space> at the beginning so iPXE clearly doesn’t like ‘-’ at the beginning. Thanks again 😄

  • Can fog deploy images to a single partition?

    Solved
    2
    0 Votes
    2 Posts
    243 Views
    S

    @fogQuestions said in Can fog deploy images to a single partition?:

    However, whenever I deploy images to from my FOG server to my computer, the iPXE software gets wiped by my image.

    May I ask why you have iPXE installed on disk at all? Usually this is send to the client on PXE boot on the fly and there is no need to have it on disk.

    Can fog deploy images to a single partition? If so how?

    Yes you can define an image in the web UI to capture/deploy only one single partition. The problem with this is that on the target machine you already need to have the correct partition layout set from an earlier deploy as we don’t touch that but simply deploy the contents of that one single partition set in the image definition.

  • 0 Votes
    7 Posts
    2k Views
    M

    Hey @Daniel-Miller and @george1421 thanks again for your effort in helping me figure this out. I think the complexity (for me) for what I was about to do scared me into thinking of a roundabout approach to solving this issue. I think I found a better solution than what I was originally trying to do (and WAY simpler). I will post here in case this will be of use for anyone in the future.

    Rather than appending a date to the hostname so I can change the computer name I decided to start out with the date appended to the hostname so that renaming the computer would be exactly how I want it to be then for my other requirements (adding the user to be admin of the computer) I simply removed the date from the hostname to come up with the username.

    Basically, if my username is bobsmith and today’s date is 2019-12-06, I will name the host: bobsmith191206 then in my Powershell script I just need to set $userName = $env:computername -replace '[0-9]' then the hostname remains bobsmith191206 and now I have a variable $userName that now equals BOBSMITH

    Anyhow, that is one of those… so easy it is dumb solutions. Not sure why I didn’t think of it earlier. Thanks again you guys for helping me to think outside of the box I stuck myself in.

  • Duplicate snapin task entries - working 1.6

    Solved
    5
    0 Votes
    5 Posts
    484 Views
    Tom ElliottT

    Found and should be fixed if you do the latest pull.

    Thank you,

  • FOG User Tracking -Search

    Solved
    25
    0 Votes
    25 Posts
    3k Views
    Tom ElliottT

    Of note, I’m calling it 1.6 because when we do release it, that’s what this will become.

    It is using the current latest version (1.5.7) and the .XXX after is the number of commits ahead of the master branch the working-1.6 branch is at.

  • How to boot uefi on ltsp server via ipxe fog

    Solved
    3
    0 Votes
    3 Posts
    851 Views
    S

    @franck25 said in How to boot uefi on ltsp server via ipxe fog:

    I find myself facing a problem of boot on my server “ltsp ubuntu”

    Please take a picture of the screen where we see what goes wrong and post that here.

  • Change the MySQL Password

    Solved
    10
    2 Votes
    10 Posts
    5k Views
    A

    @sudburr In my FOG installation (1.5.5), the value for DATABASE_PASSWORD in config.class.php is in single quotes, so the sed statement for needs to be:

    sed -i.bak 's|DATABASE_PASSWORD', '<oldpassword>'|DATABASE_PASSWORD', '<newpassword>')|g' /var/www/html/fog/lib/fog/config.class.php

    I would also like to note that the values in .fogsettings are only initial values for during installation. So it does not matter if you patch the password there really (not 100% sure though).

  • AGAIN : Update Database failed

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    S

    @WalterT Good to hear you could fix this issue on your own. Too bad that we don’t have any information from you about how the password was, when ich caused an issue! How can we improve this if we don’t have any informaiton on what exactly went wrong?!

    @Tom-Elliott Possibly it’s the \ but I am not sure. We already changed the password generation method in dev-branchand therefore this won’t be an issue from the next release on.

  • 0 Votes
    17 Posts
    2k Views
    L

    @Sebastian-Roth : I fixed it. I needed to do run su - and that fixed the Path variable that is not set properly. Fog is now installed correctly and the useradd worked great. This is the page that I found that lead me to the fix.
    https://linuxconfig.org/command-not-found-missing-path-to-sbin-on-debian-gnu-linux

    Thanks again for your help.

  • Issue

    Solved
    24
    0 Votes
    24 Posts
    8k Views
    J

    I look at it and come back to you thank you

  • Problem with login via LDAP

    Solved
    10
    0 Votes
    10 Posts
    763 Views
    S

    @egorhan Must have been blind when I looked at this the first time. Now I see something that makes me wonder.
    Search Base DN: ou=administrators,ou=pm_users,dc=parimatch,dc=local
    Bind DN: cn=administrator,ou=pm_users,ou=administrator,dc=parimatch,dc=local

    The OU pm_users seems to be on different levels of your LDAP tree. That doesn’t make sense to me. Please double and triple check all the settings. Better you copy & paste the settings from some LDAP browser tool instead of typing those in.

198

Online

12.3k

Users

17.4k

Topics

155.7k

Posts