Adam Mizerski

Results 76 comments of Adam Mizerski

Another solution: ```patch Index: mtpaint-3.50/configure =================================================================== --- mtpaint-3.50.orig/configure +++ mtpaint-3.50/configure @@ -360,7 +360,7 @@ else "$PKG_CONFIG" "$@" } MT_TESTLINK="$CCLD $LDFLAGS" - MT_TESTCOMP="$CC -fno-builtin $CPPFLAGS $LDFLAGS" + MT_TESTCOMP="$CC -fno-builtin -fpermissive $CPPFLAGS...

Can you expand the part "how the binlog is written"? I don't know how to answer that.

As I wrote > Unfortunately for now I don't have more data When I was investigating closer what happened (and it was unfortunately few days after), the binlog events from...

Here's what I used: ```patch Index: ip2unix-2.2.1/tests/meson.build =================================================================== --- ip2unix-2.2.1.orig/tests/meson.build +++ ip2unix-2.2.1/tests/meson.build @@ -1,9 +1,12 @@ +strace = find_program('strace') pytest_canidates = ['pytest-3', 'py.test-3', 'pytest', 'py.test'] pytest = find_program(pytest_canidates, required: false)...

I have a server with around 800'000 records in `oc_filecache`. Uploading lots of small files was causing huge load on server cpu. Adding an index on `oc_filecache(parent)` greatly reduced load...

Update: I don't need to switch to tty3. It just starts doing that after some time. No interaction required.

> Are you still experiencing this issue? yes

> Are you still experiencing this issue? Yes

> Are you still experiencing this issue? Yes