Fabian Vogt

Results 59 issues of Fabian Vogt

With this cable, a calculator can be connected to pins 16 (Tip/Red) and 18 (Ring/White) ideally through a ~1k resistor. Transmission happens by switching the lines between tristate input and...

With a structure created like this: ``` mkdir a b touch a/file ``` Expansion of `*/file` results in `a/file b/file`, but the latter does not exist. This leads to errors...

Many linux distros build LLVM as shared libraries only, so statically linking is not possible. For various reasons it's preferred to use the system LLVM instead of the bundled one,...

**Describe the bug** Tumbleweed recently moved the kernel from `/boot` to `/usr`, and thus `vmlinuz-*` is a symlink to the kernel's modules directory. This triggers a false positive in Lynis....

During package builds and during development phase, openSUSE sets `MALLOC_CHECK_=3` and `MALLOC_PERTURB_=69` in the environment. This causes the glibc heap to be less "forgiving" to catch some bugs. However, the...

Update the REGEX to also allow tabs. ## Basics - [x] Short descriptions of your changes are in the release notes (added as entry in `doc/news/_preparation_next_release.md` which contains `_(my name)_`)...

This happens when building: ``` [ 64s] /home/abuild/rpmbuild/BUILD/rttr-0.9.6/src/examples/json_serialization/from_json.cpp:242:36: required from here [ 64s] /home/abuild/rpmbuild/BUILD/rttr-0.9.6/3rd_party/rapidjson-1.1.0/rapidjson/document.h:1966:24: error: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'rapidjson::GenericValue::Member' {aka 'struct rapidjson::GenericMember'}...

On successful logins, sddm doesn't tell the greeter to quit, it just kills the X server it is connected to while the greeter is about to quit already. This confuses...

If sddm decides to reuse a session after successful authentication by unlocking and activating it, there are three processes competing for the VT switch: 1. `systemd-logind` is told to activate...

When creating a file, the mode has to be sent with the fxp open call. This doesn't contain the file type bits, but it is later compared against the full...