Quajak
Quajak
Are you using a virtual machine or real hardware?
> Virtual Machine Which one?
How are you adding the disks to vmware?
@MishaTY Any idea what the issue could be?
If we want to officially support linux, we should move this to high priority.
I think we should stay on LTS versions as much as possible.
Is the vmware-vmx a child process of the process we kill or is there no relationship between the two we can use to identify it?
I think thats a problem with how we seed the random number generators currently. Making the random static should fix the issue.
Yeah, the correct fix would be to improve the seeding of the random number generator.
We could try use the TimestampCounter from the CPU as a seed for the RandomImpl. https://github.com/CosmosOS/Cosmos/blob/3600701b876f978ab866e89ee06dffc60ba53a4b/source/Cosmos.Core_Asm/CPUImpl.cs#L46