-
Running latest master.
`LD_PRELOAD` to load icd.
```
LD_PRELOAD="/usr/lib/libOpenCL.so.1" ./silentarmy --list
Devices on platform "AMD Accelerated Parallel Processing":
ID 0: Ellesmere
ID …
-
As per my understanding, current Makefile flow support single compute unit kernels. Can you enhance Makefile flow to allow user to create multiple compute units for each kernel.
-
lynis-report.dat no longer contains L,M or H ratings.
e.g. High rated item
Version 2.3.3
KRNL-5830|Reboot of system is most likely needed|-|-|
full line looks like:
_warning[]=KRNL-5830|Reboot of …
ghost updated
8 years ago
-
Trying to set 2 nodes with active IPs:
node1:
```
vrrp_instance vip1 {
state MASTER
interface em1
virtual_router_id 1
priority 300
virtual_ipaddress {
1.1.1.1
}
vrrp_ins…
-
When a kernel value exists in both default.prf and custom.prf, they're both evaluated:
custom.prf: `sysctl:net.ipv4.tcp_timestamps:1:1:Enable TCP timestamps:`
default.prf: `sysctl:net.ipv4.tcp_time…
-
Using this cronjob for Lynis on the first of every month:
```
#!/bin/sh
AUDITOR="automated"
DATE=$(date +%Y%m%d)
HOST=$(hostname)
RECEIVER="user@example.com"
LOG_DIR="/var/log/lynis"
REPORT="$LOG_DI…
hbokh updated
8 years ago
-
First of all, I read all issues in yalu thead. i'm 90% sure I did exactly what it needs to do.
1. Edit sbin/reboot and chmod +x. The iOS 8.4.1 has launchctl, so i didn't put it in bootstrap(Of cuz, I …
-
I'm using my own docker image **winggundamth/keepalived** https://github.com/winggundamth/docker-base/blob/trusty/keepalived/Dockerfile
Everything working fine if I do everything normally. But the pr…
-
I'm trying to compile 1.2.22 on Deb 7.11 with custom kernel and fail on snmp. Without snmp support it goes fine. Would you point me pls what I am doing wrong pls?
[root@builder /usr/src/keepalived/ke…
-
I am trying to boot this after following all instructions but getting this error:
# debug_init()
::
:: GenericBooter for RealView, Copyright 2013, winocm.
::
:: BUILD_TAG: GenericBooter-200.1-13-g11…