Oliver Kurth

Results 77 comments of Oliver Kurth

I have the same problem. I don't think it's related to Ubuntu - I use 3 different computers (all running Ubuntu 12.04) to upload my data, and I have that...

Okay, I just downloaded from the watch, using the --verbose option. This is at the end (I don't think the previous output is interesting, but let me know if you...

I could answer my own question - the answer is no, there is no way to configure the interface name. I looked at the sources in https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/profiles/network/server.c and https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/profiles/network/connection.c and...

The change seems to have disappeared (commits and "files changes" has no entries). Is it it available somewhere? I would like to experiment with it.

> @oliverkurth gitlab logged the hash before the force push, see [pjd/[email protected]](https://github.com/pjd/openssh-portable/compare/429170f273ce1b0140f8111a45ba69390d98de3a...cfc423f06cd6cc0dac9721f9d5a20c59b92021be) Thank you! I found it meanwhile also here on @pjd's fork: https://github.com/openssh/openssh-portable/compare/master...pjd:openssh-portable:unix_socket

I am getting the same error. How does `cmdline.txt` have to look? How is this even related to the error? ``` Fixing the modules-load parameter in /boot/cmdline.txt... Fixed cmdline.txt. Starting...

This happened (in my case at least) because the whole disk was already allocated for the /boot and the root partitions, so the script tried to start the new partitions...

> But then, the CI environment is quite different. Can you try on your end, @oliverkurth I saw that, and tried to reproduce on my Mac, but it works fine...

Looks like the segfault in `ssh-keygen` on MacOS is a known issue: https://bugzilla.mindrot.org/show_bug.cgi?id=3584 It's not your fault 🙂

Alright, test is mostly working now, except two jobs: * CIFuzz / Fuzzing fails with: ``` + clang++ -O1 -fno-omit-frame-pointer -gline-tables-only -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -fsanitize=address -fsanitize-address-use-after-scope -fsanitize=fuzzer-no-link -stdlib=libc++ -std=c++11 -DCIPHER_NONE_AVAIL=1 -I. -L....