RageLtMan
RageLtMan
4.14 changed bdev semantics significantly with genhd, include new kernel patch addressing these changes, update readme. Todo: update the test forensic test client with the same changes, either in #ifdefs...
Compiling the DKMS module, i'm seeing ``` /var/lib/dkms/openafs/1.8.5/build/src/afs/afs.h:769:40: error: ‘struct inode’ has no member named ‘u’ ``` which in the actual header file is the `VTOAFS/AVSTOV` macro definition section: ```...
Linux imported Grsecurity's RANDSTRUCT which requires the compiler to understand struct member types before and after randomization (to avoid dangerous behaviors such as placing variable length members in the middle...
**Describe the bug** Commandline invocation of `/usr/bin/toshi --config /etc/toshi/config.toml` which works from the shell fails in systemd service: ``` [Unit] Description=Toshi Search After=default.target [Service] User=toshi Group=toshi ExecStart=/usr/bin/toshi --config /etc/toshi/config.toml Type=simple...
Scrub seems to have found an error in last night's snapshot: ``` zpool status -v rpool pool: rpool state: ONLINE status: One or more devices has experienced an error resulting...
When building a service stack in Vagrant today, we observed a number of crashes over several boots of host and guest related to memory access errors. Both guest and host...
When using ```c# private static async Task Service(ChannelReader MsgChannelReader, Int32 MaxUnits, ProducerConfig KafkaConfig, string Topic) { ... using (METRIC_RECIRCULATOR_ENQUEUE.NewTimer()) { var _ = Producer.ProduceAsync(Topic, new Message { Value=msg.SourceData }); }...
**Describe the bug** Deployed a single agent on the same node running the dockers for the console which is itself an Arch LXC inside an Arch host. Scans initiated with...
**Additional context** This stack appears to be very similar in its data flow and analysis semantic to the Skydive platform, used to discover/map/manage complex SDN environments such as OpenStack deployments....
The current OpenSSL bindings are rather scarce, normal crypto and validation ops available in Ruby, Python, etc arent there. At present, the openssl.cr shard is also out of order at...