Thomas Deutschmann

Results 56 comments of Thomas Deutschmann

`.` are passed tests, `E` are failed tests and `s` are skipped tests. The output regarding "Error reading segment" shouldn't be a problem because theses tests are testing recovering from...

Well, not really fixed but see https://github.com/borgbackup/borg/blob/master/borg/testsuite/archiver.py#L276-L280 from attic's borg fork. When I remove the ``` xattr.setxattr(os.path.join(self.input_path, 'link1'), 'user.foo_symlink', b'bar_symlink', follow_symlinks=False) ``` line, the test suite will pass (well, you...

I reported this issue here because in the bugs I mentioned it was said, that salt-master shouldn't need this file (#30068) and salt shouldn't fall into a loop consuming 100%...

I run into the same problem on Debian 11 (3002.6). Steps to reproduce: ``` # wget -O /tmp/testfile.dat "https://github.com/saltstack/salt/releases/download/v3005rc2/salt-ssh-3005rc2.tar.gz" # salt-cp '*' /tmp/testfile.dat /tmp/ [ERROR ] An un-handled exception was...

OK, this is related to jemalloc usage: ``` $ gdb --args env LD_PRELOAD=/usr/lib64/libfaketime.so.1 env FAKETIME='2016-01-01 01:00:00' ../tools/rsyslogd -C -n -irsyslog$3.pid -M../runtime/.libs:../.libs -ftestsuites/now_family_utc.conf GNU gdb (Gentoo 8.0.1 vanilla) 8.0.1 Copyright (C)...

I just tested this again with latest libfaketime (0.9.9) and every application linked against jemalloc is still failing. So we will stick to 0.9.6...

But is the change from 0bde083556e243e87bddaaf94e68f2ef85dad769 correct? I.e. previous versions without this change are working, so you could argue this change is causing the problem. But maybe it is required/fixing...

Note: Debian is installed with ``` # cat /etc/apt/apt.conf.d/9999-custom-apt-defaults APT::Install-Recommends "0"; APT::Install-Suggests "0"; ``` set. Maybe something is missing which isn't set as required? @mbiebl Maybe you have an idea....

Found the issue... ``` # lddtree /usr/sbin/rsyslogd rsyslogd => /usr/sbin/rsyslogd (interpreter => /lib64/ld-linux-x86-64.so.2) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2 libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 libestr.so.0 =>...

Yes of course, that's why I mentioned that I was using a very simple rsyslog config. I am watching the problem for some years now but never had time to...