• clamav does'nt work

    4
    0 Votes
    4 Posts
    688 Views
    S

    @louvet-christophe said in clamav does'nt work:

    Is it possible to upgrade the wiki ?

    Sure it’s possible but someone needs to do it. FOG is a community project and needs help from people. Currently we are in the process of moving all the contents from the wiki to docs.fogproject.org - would you be willing to help working on this part?

  • FOG 1.5.9 IPXE Failed HTTPS

    2
    0 Votes
    2 Posts
    189 Views
    P

    I was informed it was due to the ssl certificate not being trusted.

  • Problem, i can't restore image on HP Probook 450 G8, 650 G8, 430 G8.

    10
    0 Votes
    10 Posts
    2k Views
    george1421G

    @sebastian-roth said in Problem, i can't restore image on HP Probook 450 G8, 650 G8, 430 G8.:

    Anyone here using HP Probook XXX G8

    Sorry, deeply entrenched in the Dell camp here.

  • Upgrade to 1.5.9 failure

    3
    0 Votes
    3 Posts
    479 Views
    A

    @sebastian-roth Thank you for the quick reply. My intentions are to move this to new hardware. I will also install a newer version of Ubuntu. I’m trying to backup the DB. Not exactly sure how to do this. Along with the image files. I would think I could just transfer the images from the existing hard drive to the new server.

  • Computer not communicating with FOG client. Errors in Log.

    6
    0 Votes
    6 Posts
    707 Views
    T

    @sebastian-roth
    What is the time frame? Is there a way to reset encryption data on all PCs at once. Im having issues. Snapins are just hanging?

  • Computers boot from hard disk loop

    2
    0 Votes
    2 Posts
    199 Views
    S

    @rfrancisco Did you do a backup of the database before re-installing? Did you go from an older version of FOG to a newer one?

  • No DHCP Response on eno1

    6
    0 Votes
    6 Posts
    1k Views
    K

    @sebastian-roth

    No modifications to the network or the computers. The computer is able to obtain an IP address in windows, link speed auto-negotiates to 1Gbps. I tested the network path and it had no issues, but just in case I switch to a different port. The issue still remains.

  • Type 2 error cannot capture

    3
    0 Votes
    3 Posts
    298 Views
    E

    @george1421 thank you so much! it worked perfectly.

  • Associate ipxe menu item to host

    4
    0 Votes
    4 Posts
    583 Views
    george1421G

    @londonfog OK lets start out with how FOG works.

    Your computer pxe boots and downloads and runs iPXE that is either undionly.kpxe or ipxe.efi depending on the target computer’s firmware. Within that ipxe boot loader it has a script that finds the FOG server and then calls a file called default.ipxe. This file is in the /tftpboot directory on the FOG server. Inside default.ipxe there is a chain call to boot.php which builds the iPXE menu.

    I’ll stop here because that is the relevant bits.

    Now with a windows computer using a web browser you can view the FOG iPXE menu by calling this URL http://<fog_server_ip>/fog/service/ipxe/boot.php?mac=00:00:00:00:00 That will display the text program that builds the FOG iPXE menu. If you can read programs this should be 100% understandable.

    Now when you register target computers with FOG, the FOG UI will add the host definition into the MySQL database on the fog server. The database in question is fog, with the table of hosts. If you log into the mysql client program on the FOG server you can issue these commands

    use fog; select * from hosts;

    To get a listing of hosts registered on the FOG server.

    Now when you register FOG manually at the end of the registration it asks about some additional fields, Other1, Other2, and my be primary user. These are extra fields that FOG doesn’t touch or use during the imaging process. So for your custom code you could look (via sql query) at the other1 field, if that field has a specific value then you know you need to autoboot into the ubuntu auto installer.

    OK NOW bringing it all together.

    Create your own PHP web page (lets call it autoboot.php) that queries the fog database for the supplied mac address (this is supplied by ipxe). If the other1 field equals ‘yes’ then you will chain to the ubuntu installer code. If isn’t a match it called the FOG standard boot.php with its required parameters. Now update default.ipxe on the fog server to call autoboot.php (your code) first. Then in turn autoboot.php will either create the ipxe script to call the ubuntu installer code or the standard boot.php

    To say it another way, you will write a php program that will intercept the call to fog’s boot.php to run your code.

  • FOG Install init.php permission

    8
    0 Votes
    8 Posts
    1k Views
    R

    @wayne-workman ```

    user@server:~$ ls -laht /var/www total 12K drwxr-xr-x 3 root root 4.0K Sep 1 09:25 html drwxr-xr-x 3 root root 4.0K Aug 19 10:27 . lrwxrwxrwx 1 root root 18 Aug 19 10:27 fog -> /var/www/html/fog/ drwxr-xr-x 12 root root 4.0K Aug 18 09:58 .. user@server:~$ ls -laht /var/www/html total 28K drwxr-xr-x 11 www-data www-data 4.0K Sep 1 09:25 fog drwxr-xr-x 3 root root 4.0K Sep 1 09:25 . drwxr-xr-x 3 root root 4.0K Aug 19 10:27 .. -rw-r--r-- 1 www-data www-data 52 Aug 19 10:27 index.php -rw-r--r-- 1 root root 11K Aug 18 10:01 index.html
  • Printer Config File Not Working

    5
    0 Votes
    5 Posts
    368 Views
    F

    @foobarhistory My issue seems slightly different, the end result is relatively the same. On the log file is does not even reach the configuring part of the script, it looks to me like the WindowsPrinterManager.cs stops after the printer has been added.

    I have worked around this issue for now using a batch file “snapin” to accomplish the task. I would of course love it to work within the printer manager.

  • Multicast Sessions not starting

    6
    0 Votes
    6 Posts
    825 Views
    george1421G

    @tc10284 said in Multicast Sessions not starting:

    The FOG server is on a separate VLAN - 10.80.50.0/24 and the workstations are on 10.80.128.0/24.
    Two Cisco switches. There should be not known filtering or blocking of multicast traffic, unless I need to change something on the switches. I can provide the switch config if needed.

    Be aware that unless you have a multicast router in place this will not work. standard IP routers will not forward multicast packets between subnets. you need an mrouter for that. Multicast imaging is really a different kind of bird. You should have igmp snooping enabled on your switches and if your switches support it on the correct vlans too, to avoid flooding your network with multicast packets.

    Also only “normal” fog servers can send multicast images. Storage nodes can’t do this in the current release of FOG.

  • Deleted Host attempting to reenroll duplicate MAC

    2
    0 Votes
    2 Posts
    265 Views
    A

    When I run :

    SELECT * FROM hostMAC WHERE hmMAC LIKE '%aa:bb:cc:dd:ee:ff%'; SELECT * FROM hosts WHERE hostID IN (SELECT hmHostID FROM hostMAC WHERE hmMAC LIKE '%aa:bb:cc:dd:ee:ff%');

    I get output pertaining to the host that I had deleted via the GUI. Is there a way to delete those records from the DB using the MAC?

  • Certificate validation failed

    2
    0 Votes
    2 Posts
    532 Views
    S

    @rfrancisco said in Certificate validation failed:

    Data::RSA ERROR: Trust chain did not complete to the known authority anchor.

    Please re-install the fog-client in this machine to fix the error.

  • No configuration methods succeeded

    10
    0 Votes
    10 Posts
    3k Views
    EduardoTSeoaneE

    @kbell I only see that problem when i use incorrect ipxe file, uefi/legacy independent. the pxe file must match with nic drivers, and firmware type, (.efi for efi systems), (.pxe, .kpxe, .kkpxe for legacy systems), and not all ipxe files have all nic drivers, some realtek cards not works with undionly.kkpxe and you need to use realtek.kpxe, same on uefi i have nics that require snp.efi instead of ipxe.efi.

  • Nvme Boot Issues

    1
    0 Votes
    1 Posts
    148 Views
    No one has replied
  • iPXE.efi Chainloading failed

    1
    0 Votes
    1 Posts
    228 Views
    No one has replied
  • File Copy

    7
    0 Votes
    7 Posts
    913 Views
    K

    @george1421 You were correct. Was able to locate the password for the fogproject account and that account was able to upload the file to the tftp directory. Thank you for your guidance.

  • Trying to "Push" CentOS7 image on Lenovo P620

    35
    0 Votes
    35 Posts
    8k Views
    george1421G

    @fog8923 said in Trying to "Push" CentOS7 image on Lenovo P620:

    I will modify the dhcp settings to use snponly.efi

    I would at least try the built in card with the snponly.efi driver. Make sure the firmware (bios) on the lenovo is up to date. We’ve also seen flaky first generation firmware from lenovo.

  • How to secure postinstall/postdownload/sysprep scripts folder (NFS) ?

    11
    0 Votes
    11 Posts
    2k Views
    F

    @junkhacker interesting, even if i don’t understant all the concept

152

Online

12.3k

Users

17.4k

Topics

155.6k

Posts