• Problems with disk controler

    Solved
    11
    0 Votes
    11 Posts
    572 Views
    george1421G

    @Sebastian I need to look into something I found over the weekend. I installed Linux Mint 19.1 on a test Dell computer that was in uefi mode and had raid-on mode configured. LM 19 installed correctly and ran. There was some strangeness with the network adapter so I reloaded LM in bios mode. But then it hit me, why was LM working in uefi mode…?? I need to find out if the linux kernel developers addressed the Intel Raid controller issue in Raid-On mode.

  • Cannot log in after running Install script again

    Solved
    5
    0 Votes
    5 Posts
    965 Views
    L

    @Sebastian-Roth I added the new lines to my /etc/apache2/sites-enabled/001-fog file, entered my credentials and waited 10 minutes… No change, still getting an HTTP/503 response.

    I downloaded the script to the FOG server, ran ./updateIP.sh, and got the following results:

    Updating the IP Settings server-wide. A password was not set in /opt/fog/.fogsettings for mysql use. Updating the IP in /tftpboot/default.ipxe Backing up /var/www/html//fog/lib/fog/config.class.php Updating the IP inside /var/www/html//fog/lib/fog/config.class.php Updating the fields inside of /opt/fog/.fogsettings All done.

    I tried to log in again, and it’s still spinning around (although, it’s only been 2 minutes since I ran the script and tried to log in).

    EDIT: It’s working now! After running the script, I also restarted Apache, PHP and MySQL, then tried again:

    systemctl restart php7.0-fpm.service apache2.service mysql.service

  • Installing network printer times out

    Unsolved
    12
    0 Votes
    12 Posts
    2k Views
    S

    @xburnerx00 Sorry for the delay! It’s a topic that I need time to work on and I didn’t have much of continuous time to focus on this.

    I totally understand that you’d like FOG to remove printers from a PC again. Did you use “FOG Managed Printers” or “Only Assigned Printers” in the settings. Both should remove printers that are not assigned to the host.

    That said I understand that you are in doubt as using the PrinterManagementHelper left you with an undeleteable printer and the fog-client wouldn’t even create your printer in the first place.

    I have just spun up a test setup and cannot replicate any of the issues. Don’t get me wrong, I am not saying there aren’t any problems with printer management but I can’t see them in my setup yet.

    I have a Windows 10 1803 install, working as normal user (not Admin), assigned printers in the webUI were created properly and also removed when I unassigned the printer for this post.
    As well I tested the PrinterManagementHelper, printer was created and I could also delete the printer (Right click -> delete) without any notice or issue.

    So I guess there is a lot we have to dig up first before we can address the issues. Let’s start by comparing the setups. Which version of Windows do you have and is the account you are working on an Administrator or normal user account?

    I can imagine this being caused

    But this task is not as trivial as you might guess. E.g. when you remove a printer from the list of printers for one particular computer we’d need to keep track of this in the background to be able to do the removal on the client PC itself. We

  • tight system partition

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    G

    @Sebastian-Roth
    No no, you’ve made clear that it is a lost cause trying to sort this out. If I had a clean capture and deploy on this version showing the system partition shrinking it would be different. Your comments made that clear. Thanks for the help.

  • udhcpc: sending discover -- increase timeout?

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    george1421G

    @mig39 I would only turn off spanning tree on a switch where you have 100% control of the switch ports. If any of the switch ports are user facing I would not disable spanning tree. Your cisco switch should support rapid-stp or fast-stp. That is all that is needed. Then you don’t run the risk of a loopback taking down your network.

  • Troubleshooting help - TFTP - PXE not found

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    george1421G

    Can you upload the pcap of your pxe boot where PXE error T01 is thrown? I’d be interested in seeing why for my knowledge, especially if this is the only model giving this error?

  • Group settings wiped when new PC added

    Unsolved
    2
    0 Votes
    2 Posts
    482 Views
    S

    @Hoghsfoot Search the forums for “persistant groups” to understand that FOG has a different concept of the group settings than you think.

  • Capone not allowing multiple matching entries per DMI result

    Unsolved
    4
    0 Votes
    4 Posts
    432 Views
    S

    Here are the screenshots your requested

    Screenshot from 2019-03-21 10-21-20.png

    Screenshot from 2019-03-21 10-23-22.png

  • Issue uploading image to fog, goes to 100% and shows Updating Database failed

    Solved
    4
    0 Votes
    4 Posts
    573 Views
    M

    I’ve changed fog user password to what was written at the bottom in web UI -> Storage -> DefaultMember as you just said, and it worked perfectly ! I just uploaded one more Image and no error - task complete and I am able to deploy it. Thanks a lot guys !! ISSUE SOLVED

  • List all hosts - HTTP error 500

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    D

    @george1421
    Increasing PHP-fpm memory did the trick.

    Thx for the thinking together.

  • Create scheduledtask via POST to API

    Solved
    3
    0 Votes
    3 Posts
    525 Views
    Tom ElliottT

    @nehsa said in Create scheduledtask via POST to API:

    “minute”: “30”,
    “hour”: “5”,
    “dayOfMonth”: “",
    “month”: "”,
    “dayOfWeek”: “*”,

    This all depends on the type of task this is to do:

    The json elements that you can set:

    { "name": 'Some Name', // Optional "description": 'Some Description', // Optional "type": "C", // C = Cron, S = Single "taskType": 1, // ID of the task type, 1 = deploy, 2 = capture, 3 = debug do not use this one, 4 = memtest, 5 = test disk, 6 = disk surface test, 7 = recover, 8 = multicast, 10 = inventory, 11 = password reset, 12 = all snapins, 13 = single snapin, 14 = wake up, 15 = debug deploy, 16 = debug capture, 17 = deploy no snapins, 18 = fast wipe, 19 = normal wipe, 20 = full wipe "minute": 30, "hour": 5, "dayOfMonth": '*', "month": '*', "dayOfWeek": '*', "isGroupTask": 0, // 0 = host only, 1 = group task "hostID": 1, // If is grouptask is 1 this will be the group id, otherwise the relevant hostID "shutdown": 0, // 0 = restart, 1 = shutdown "other1": "", "other2": "-1", // Snapins either the id of the individual snapin, or -1 for all. "other3": "fog", // The username who created the task "other4": true, // Wake On Lan? "other5": "", "scheduleTime": "", // Only used for delayed time in which case you will need a valid unix timestamp in the future. "isActive": 1, // 0 or false would mean the task is not active currently. "imageID": 1 // The image ID in the case it's an imaging task. Can be any imageID you want. }
  • IPXE exit not lauching BIOS UEFI next boot option

    Unsolved
    1
    1 Votes
    1 Posts
    713 Views
    No one has replied
  • TFTP Open Timeout on New Fog Install

    Solved
    30
    0 Votes
    30 Posts
    10k Views
    F

    Much thanks, George and others for the help. As well as saving my company thousands of dollars! 🙂

  • Issue with the "Deploy Image" option

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    Chris WhiteleyC

    @george1421 You are the man! That was it! I made the changes and the menu came up. It was the - before the Windows 10 1809 - Office 2013 image

  • HP DC7800 network boot

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    george1421G

    @browolf Are you running into the CPU stall issue too?

  • Storage Node Disk Usage 95% Full

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    J

    @Sebastian-Roth Brilliant. Thank you so much!

  • Error deploy print_req_error: critical medium error, dev nvme0n1 sector...

    14
    0 Votes
    14 Posts
    3k Views
    M

    @Sebastian-Roth
    I have 70 same model PCs and same SSDs. The PCs were purchased at the same time and were configured on the same day.

  • Adding needed repository... Failed!

    Solved
    41
    0 Votes
    41 Posts
    15k Views
    Wayne WorkmanW

    @Sebastian-Roth said in Adding needed repository... Failed!:

    @Wayne-Workman The installer test seems absolutely fine but possibly that’s because you have the package software-properties-common pre-installed? Can you check on that? I have had a look at the logs from your installer tests but the package is not mentioned and that’s why I guess you have it pre-installed…

    Yes, it’s pre-installed. This is on Ubuntu 18.04 server, minimal installation.

    root@ip-10-0-0-165:~# dpkg -l | grep software-properties-common ii software-properties-common 0.96.24.32.7 all manage the repositories that you install software from (common)
  • image deploy help

    Solved
    22
    0 Votes
    22 Posts
    4k Views
    B

    Will do.

  • Dell 5591: TFTP works for Legacy but not UEFI

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    S

    @EricLA2K Thanks heaps for keeping us posted. I am fairly sure this will help other users as well!!

118

Online

12.4k

Users

17.4k

Topics

155.9k

Posts