Victor Sudakov

Results 53 comments of Victor Sudakov

I would also like to see a UEFI-bootable mfsBSD. How can I help? My ultimate goal is however to PXE-netboot mfsBSD to hosts with UEFI-only BIOSes (no legacy boot support)....

> ipxe file > > kernel http://$server/cobbler/ks_mirror/$distro/boot/loader.efi > initrd http://$server/cobbler/ks_mirror/$distro/boot/mfsbsd-amd64.img > boot This is probably not the correct way to boot mfsBSD via iPXE. You should run `sanboot http://$server/cobbler/ks_mirror/$distro/boot/mfsbsd-amd64.img` because...

@Gitrrrr look The way it should work (though it does not): 1. Create an msfBSD tar image `cd mfsbsd && make tar` 2. `tar -x -C /tftpboot -f mfsbsd-12.2-RELEASE-p1-amd64.tar` 3....

Can you please tell me how to enable some debug output to see what's happening after the "/mfsroot" message?

I've studied the matter a bit and come to the conclusion that there is not much we can do about it. A good explanation of this effect is at http://virtualthreads.blogspot.com/2006/02/understanding-memory-usage-on-linux.html...

smem has too many runtime dependencies. pmap and smaps will probably require root privileges.

> > "no free workers in the pool" condition has happened. > > This is not an HTTP metric. This can be seen in the response status (non 200). Logs...

> DDoS doesn't relate to this in any way. This is a task for the LB to filter requests, apply a circuit breaker to prevent application DDoS. I never mentioned...