-
Hi Elnormous, Great work on your multi-platform support!
I have a question tho regarding Engine::run (). Won't it be hogging the CPU as it is not event-triggered (blocking mode) nor has it sleep ()…
wenq1 updated
6 years ago
-
#### Relax-and-Recover (ReaR) Issue Template
Fill in the following items before submitting a new issue
(quick response is not guaranteed with free support):
* rear version (/usr/sbin/rear -V): …
-
tow questions:
1. Can i install two ONIE on my device for backup?
When i install nos on one of the onie, and finally break the onie system, i can easily change to another one。
2. Can i insta…
-
Hello
I have this issue when I run the ansible playbook I get this error at the end
I am installing oracle 12c 12.1.0.2 the binaries are:
linuxamd64_12102_database_1of2.zip,
linuxamd64_12102_d…
-
Hi Troy!
Your -s parameter seems to not respect Standard libpcap truncation because my network probe does not accept it.
How do you truncate the packets ?
Thx in advance!
-
```bash
[ansible@plansible01 mariadb-ansible-galera-cluster]$ ansible-playbook galera.yml --skip-tags setup
[DEPRECATION WARNING]: [defaults]hostfile option, The key is misleading as it can also be …
-
## Submit a feature request or bug report
- [x] I've read the guidelines for Contributing to this project in the README.md
- [ ] This is a feature request
- [x] This is a bug report
- [x] This r…
-
It looks like a broken packet (?) may cause Kernel Panic with pf_ring. We are receiving a mirroring traffic from some switch. At the same time when that switch experienced some failure we got followin…
-
## Title
* Serving 100 Gbps from an Open Connect Appliance
## Summary
* This is the post about how they serve 100 Gbps from an OCA.
## Reference
* https://medium.com/netflix-techblog/serving-…
-
You could use `Result` instead of having `Decision` and then `Result`
In this case, you'd use `()` as the success type and the existing `T` for the failure case: `Result`
This would improve the …