• PXE cannot connect to new Lenovo Laptop

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    S

    @Athena What exactly do you need help with?

  • Swap UUID does not match after deploy

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    S

    I still pushed the fix but I’d hope that people help us testing things more!!

  • Group printer settings defaulting to ONLY ASSIGNED PRINTERS

    Solved
    2
    0 Votes
    2 Posts
    198 Views
    S

    @njones You expect group settings to be what I’d call “persistent” but that is not the case in FOG. Groups are more or less just a tool to push settings out to severl host objects but does not store the group information within the group object. Please search the forums for “persistent groups” and read a couple of topics on this.

  • Multicast with multi-NIC FOG server

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    B

    Hi @Sebastian-Roth and @EduardoTSeoane,

    Thank you for your answers.

    @Sebastian-Roth said in Multicast with multi-NIC FOG server:

    @benjamind May I still ask you to post the full output of the command ip a s. I don’t like to do all the guesswork.

    Sorry, but i have removed the virtual NIC to put the server directly in the subnet of the machines.

  • Cannot Capture Desktop Machine - Reading Partition Tables Failed

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    J

    @Sebastian-Roth I had the same errot as @zclift15 but it seems to have fixed itself perhaps it just took a minute for the change of primary disk to trickle down

  • Multicast off of bond

    Solved
    14
    0 Votes
    14 Posts
    2k Views
    D

    @george1421

    George/Tom…you are genius’s

    I am overcomplicating things. To not define address’s was the answer. Multicast works on my network as i said earlier because i can VLC RTP stream just fine. I have routers setup to do PIM SM. Specifying a multicast rdv was my downfall.

    All of you are amazing. Please keep up the great work!

  • Printer errors

    Solved
    16
    0 Votes
    16 Posts
    2k Views
    S

    @chunter2 said:

    05/09/2019 7:45 PM PrinterManager Adding printers 05/09/2019 7:45 PM Printer Adding: Computer Lab x64 05/09/2019 7:45 PM PrinterManager Could not read printer INF file: bad path 05/09/2019 7:45 PM Printer Adding: Workroom Copier_64bit 05/09/2019 7:45 PM PrinterManager PrintUI return code = 0 05/09/2019 7:45 PM PrinterManager Restarting spooler

    And then this the second and subsequent times through.

    05/09/2019 7:47 PM PrinterManager Adding printers 05/09/2019 7:47 PM PrinterManager Computer Lab x64 has already been configured 05/09/2019 7:47 PM PrinterManager Workroom Copier_64bit already exists

    I might have misunderstood that part wrong when you mentioned this first. It’s not easy to keep up with dozens of requests in the forums and see it all clearly when things are a bit hidden between the lines or messages. I hope to get some more time to dig through that part of the code and see if I can find out why it was programed the way it is (or find a loop hole in it).

    I do understand this is an opensource project so no need to feel bad for not having the time. I can wait. I hope I’m coming across as a help and not demanding.

    Thanks for mentioning! Good to hear that we are on the same line here.

  • Could Not Mount Issue

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    george1421G

    Or use sysprep to power off the computer
    Or run this command to properly power off the computer for cloning shutdown.exe -s -t 0

    You found the issue with Windows 8+ where shutdown isn’t really shutdown but an enhanced sleep mode. Disabling fast boot actually puts the computer in a powered off state too.

  • Windows 10 Error on deployment only on 1st attempts...

    Solved
    17
    0 Votes
    17 Posts
    2k Views
    J

    @Sebastian-Roth That’s fine. Things have been pretty swamped over here so I had to put the issue on the back burner. The issue doesn’t always show up, so troubleshooting has been time consuming.

  • 0 Votes
    8 Posts
    1k Views
    S

    @snap7B Any news on your test using the netdom command? Unfortunately I don’t have such an AD setup and won’t find the time to set one up any time soon. But I could try adding more debug output and provide that as a new DLL to you so we can figure out what goes wrong.

  • ACPI Errors during host registration

    Solved
    7
    0 Votes
    7 Posts
    691 Views
    george1421G

    We had a similar message in a different thread. The OP at that time had a 486 industrial machine that was stalling issues even after I rebuilt a 486 kernel. Anyway, to the point we had to add acpi=off as a kernel parameter for that 486 to boot correctly. Once that was done it imaged correctly.

    So lets try a host specific kernel parameter of acpi=off for this host.

  • Snapin Pack: Unzipping Empty Folders

    Solved
    6
    0 Votes
    6 Posts
    823 Views
    S

    @markbam Thanks for testing und letting us know! I will add this to the official code und it will be in the new fog-client releases from then on. But I won’t update the official 0.11.16 version. Feel free to use that DLL provided.

  • Multi partition Windows image, BIOS mode, with sysprep and unattend.xml

    Solved
    4
    0 Votes
    4 Posts
    706 Views
    Q

    @VictorV I’m not 100% sure if this works, but you could try to make the partitions the relative percentage of size as to what you want and then capture as Resizable type image.

    If I’m not mistaken, it will try to resize those partitions according to their relative size.

    So if for example you have 😄 as 20GB of a 100GB disk and 😧 as 80GB of a 100GB disk, then it should come out as roughly 100GB for 😄 on a 500GB disk and 400GB for 😧

    Alternatively and perhaps more flexibly, you could make a non-Resizable image with just the 😄 partition and then include a SetupComplete script that automatically creates the new partition for you using diskpart.

    Or, if you are more comfortable/knowledgeable in Linux, you could also try to do the same as the above, but using FOG postdownloadscripts (scripts that run after deploying the image, but before reboot)

  • Can't pxe boot into Fog after restart of server.

    Solved
    17
    0 Votes
    17 Posts
    2k Views
    george1421G

    @FogNewUser Ok this one almost tells me what I need to know, from the picture perspective it would be handy to see more to the left edge to get the complete interface name.

    But what I see you have built in network adapters (knowing its a P710) helps with the guessing and maybe 3 riser card network adapters. At this point I don’t see any interfaces with IP addresses, so it looks like you have a bunch of unconfigured interfaces.

    From the screen shot it looks like you have a debian based OS (could be ubuntu which is debian based). So you will need to use the network manager if you have the gui loaded to define an IP address for your fog server. IF you have fog installed AND it was working you can refer to the file /opt/fog/.fogsettings to what the IP address of the fog server was when FOG was installed. You need to move it back to that IP address or you will have to make several changes to the fog configuration since the IP address is hardcoded in a few spots.

  • AD credentials disappears

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    K

    @Sebastian-Roth Didn’t has time, sorry. The whole PLUGIN thing was actually new to me, so now after quick navigation in settings, I’ve explored PLUGINSYS checkbox. 😃 Thank you, now I’ll sped some time to investigate all of the “mainline” plugins. Thank you for advising me to use this plugin.

    PS
    Aaan,d I could’t find any functionality that I’ve implemented, also the whole thing seems not working, because I couldn’t restrict Support role from accessing “Access Controls”, where they can revert everything back.
    I also reported to this topic about last problem: /topic/10918/access-control-plugin/10

  • Cannot image - Mount point cannot be found

    Solved
    19
    0 Votes
    19 Posts
    3k Views
  • multiple disk problem

    Solved
    22
    0 Votes
    22 Posts
    5k Views
    B

    @Sebastian-Roth sorry for late reply. looks like its ok now

  • Cannot Capture Image - Could Not Create File

    Solved
    17
    0 Votes
    17 Posts
    3k Views
    D

    @Tom-Elliott looks like the password was different than in the setting gonna change it to that and i will let you know

  • vsftpd

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    S

    @AndrewG78 I’ll try to answer all the things you brought up. But first let me state that so far you haven’t been clear (from my point of view) what has happened on which FOG server. For replication there are at least two parties (servers) involved and it’s important for me to understand which one showed the issue. I will get to that point later on again.

    Although replication services are disabled, there is still some replication done between storage groups.

    Disabled on which server? All FOG servers?

    1 a) The question is, was this a proper behaviour?
    I thought replication is done only within the storage group members(nodes).

    As I haven’t invented the replication algorithm I don’t know it as much as Tom would. But reading the docs I get the impression that this is expected to happen: https://wiki.fogproject.org/wiki/index.php?title=Replication
    6. If the node currently checking is the "primary master group" for the data it's working, it will attempt replicating its data to the master of each of the other groups the data is assigned under.

    1 b) Are there any other services that could do this replication?

    You have two nodes and both have replication services running on them!

    The high cpu load(kworker and vsftpd) was related to replication and lack of disk space. Replication processes did not stop even if there was 0% of free space.
    I think this is a bug.

    The vsftpd part is what I would call the receiving node in this constellation. This might give you an idea which node was causing this. Disks can run out of space for many different reasons. I don’t see why our replication service should constantly check and stop replication just because of little space. Every server needs a good working disk space monitoring to warn the sysadmin to take care of it. See it from this side: If we add a check and simply stop replicating because of a lack of disk space people who don’t monitor their disk space won’t notice possibly for month and might blame us about replication not working. Although it’s not nice to hit a full disk this will eventually cause trouble and make the sleeping sysadmin aware.

    3 a) Should there be some smarter log rotation ?

    As well something a sysadmin should be able to handle. Linux has logrotate and I don’t see why we should invent that again.

    3 b) "No new tasks found "is logged every 10s - Can we change this time somehow ?

    Yes, web UI -> FOG Configuration -> FOG Settings -> FOG Linux Service Sleep Times -> MULTICASTSLEEPTIME

    Sorry if my answers sound a bit impolite. I don’t mean it that way! Just wanted to show you that things can be seen from the other side as well.

  • Black screen and blinking cursor after vesamenu

    Solved
    26
    0 Votes
    26 Posts
    6k Views
    george1421G

    Ok update on this thread so we can put it to bed.

    I built 2 custom FOS Linux kernels the fist was targeted to a 486 and the second was targeted to the Geode processor. Bot would throw the issue with an unstable clocksouce. We could only see this error when we change the linux kernel logging level to 7. After some google fu and attempting a few kernel parameters that dealt with the clocksouce I found a references to apci=off. That was the actual parameter that solved the kernel boot errors. The OP was then able to run a deployment in debug mode to completion.

    So while the actual problem isn’t in line with the thread subject. The issues were this.

    The standard FOS Linux kernel has a minimum supported level of processor of i586. I had to build a custom kernel with a minimum processor level of i486 to get the kernel to boot.

    Because of the hardware we had to specifically turn off acpi in the kernel using the kernel parameter of apci=off

174

Online

12.3k

Users

17.4k

Topics

155.7k

Posts