Michel Machado
Michel Machado
> Dirty pages from man page are pages can only occurs when writing file, you working it read only. You wrote the file, closed it. No unwritten cache left. Then...
> fclose man page explicitly saying: "Any unwritten buffered data are flushed to the OS. Any unread buffered data are discarded. ". You do not even need to call fsync...
`f3fix` "fixes" the drive by creating a partition within the good sectors. So to use the fixed drive, one must only use that partition. Changing what a drive reports requires...
There's not enough information here for me to make any hypothesis. You need to describe what you built, how you tested it, and be more specific; for example, I don't...
Are you running RC2 on Ubuntu 24.04? Are you running Gatekeeper as it is present in our repository, that is, without patching it? Have you tracked a testing flow when...
> 1. When the problem occurred, I used gkctl to query fib What did you get? > 2. I want to know whether gatekeeper is communicating with grantor ggu port...
You don't mention how you added the 1128 prefixes (e.g., did you individually verify that each prefix was successfully added?), nor how you measured the 401 prefixes you found. Therefore,...
I wrote the script [filter_fib.txt](https://github.com/user-attachments/files/17308503/filter_fib.txt) to filter any prefix that **starts** with "10.7.". You can edit this script to filter whatever you want from the FIB. You can read the...
The error message `resolve_xsym(, 1288) error code: -2` suggests that `tcp-services.bpf` is not freshly compiled from `bpf/tcp-services.c` available on our repository. Have you compiled **and** copied the BPFs that come...
I was able to reproduce the problem on a fresh install. Thank you.