import schlägt fehl __init__.py läd.so ohne“cpython-37m-arm-linux-gnueabihf” suffix

Probleme bei der Installation?
Antworten
Rayman83
User
Beiträge: 3
Registriert: Sonntag 3. Mai 2020, 09:36

Hallo die Runde,
ich hoffe, mir kann hier Jemand etwas zu meinem Problem sagen.
Folgendes Problem habe ich auf meinem raspi:
Ich habe für meinen Raspi ein Groupware kompiliert, was auch soweit gut funktioniert hat.
Nun gibt es allerdings ein paar Zusatzmodule, die mit Python arbeiten.
Und hier komme ich zu einem Problem.
Es geht um die Pakete python3-bsddb3" und"python3-xapian"
Diese können nicht geladen werden, da im __init__.py .so geladen werden, die heißen wie:
from . import _pybsddb
Es gibt im . Verzeichnis allerdings nun eine Datei mit dem Namen
_pybsddb.cpython-37m-arm-linux-gnueabihf.so

Somit schlagen die Imports fehlt. Ich kann mir schlecht vorstellen, dass beide Pakete über apt fehlerhaft sind. Fehlt hier ein Mechanismus, sodass der Import automatisch mit dem Suffix der Architektur funktioniert? Oder steht die Architektur normalerweise in einer Umgebungsvariablen?
Ich hoffe, mir kann hier Jemand etwas dazu sagen.

Vielen Dank,
Tim
__deets__
User
Beiträge: 14545
Registriert: Mittwoch 14. Oktober 2015, 14:29

Die sollte nicht in Umgebungsvariablen kodiert sein. Du kannst mal mit strace versuchen rauszufinden, ob der die Datei *versucht* zu laden:

Code: Alles auswählen

strace -o /tmp/python.log python3 -c 'import ...'
wobei ... dann natuerlich der echte Paketname ist.

Danach sollten im log die Lade-Vorgaenge stehen. Wenn das da gar nicht auftaucht, dann ist das ggf. ein Architektur-Problem.
Rayman83
User
Beiträge: 3
Registriert: Sonntag 3. Mai 2020, 09:36

Hi, super, danke für den Tip.
Ich habe es ausgeführt, kann aber nicht den ganzen Output hier einfügen.
Hier aber einmal ein paar Spannende Zeilen:

close(4) = 0
mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x766e5000
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/collections/__init__.cpython-35m-arm-linux-gnueabihf.so", 0x7e8387c0) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3.5/collections/__init__.abi3.so", 0x7e8387c0) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3.5/collections/__init__.so", 0x7e8387c0) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3.5/collections/__init__.py", {st_mode=S_IFREG|0644, st_size=45757, ...}) = 0
stat64("/usr/lib/python3.5/collections/__init__.py", {st_mode=S_IFREG|0644, st_size=45757, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/collections/__pycache__/__init__.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=48692, ...}) = 0
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=48692, ...}) = 0
read(4, "\27\r\r\n\252\355\256Y\275\262\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0$\0\0\0@\0\0"..., 48693) = 48692
read(4, "", 1) = 0
close(4) = 0
brk(0xfa0000) = 0xfa0000
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/operator.py", {st_mode=S_IFREG|0644, st_size=10863, ...}) = 0
stat64("/usr/lib/python3.5/operator.py", {st_mode=S_IFREG|0644, st_size=10863, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/operator.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=14774, ...}) = 0
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=14774, ...}) = 0
read(4, "\27\r\r\n\252\355\256Yo*\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0006\0\0\0@\0\0"..., 14775) = 14774
read(4, "", 1) = 0
close(4) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/keyword.py", {st_mode=S_IFREG|0755, st_size=2209, ...}) = 0
stat64("/usr/lib/python3.5/keyword.py", {st_mode=S_IFREG|0755, st_size=2209, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/keyword.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=1925, ...}) = 0
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=1925, ...}) = 0
read(4, "\27\r\r\n\252\355\256Y\241\10\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0@\0\0"..., 1926) = 1925
read(4, "", 1) = 0
close(4) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/heapq.py", {st_mode=S_IFREG|0644, st_size=22929, ...}) = 0
stat64("/usr/lib/python3.5/heapq.py", {st_mode=S_IFREG|0644, st_size=22929, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/heapq.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=15027, ...}) = 0
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=15027, ...}) = 0
read(4, "\27\r\r\n\252\355\256Y\221Y\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0@\0\0"..., 15028) = 15027
read(4, "", 1) = 0
close(4) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/reprlib.py", {st_mode=S_IFREG|0644, st_size=5336, ...}) = 0
stat64("/usr/lib/python3.5/reprlib.py", {st_mode=S_IFREG|0644, st_size=5336, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/reprlib.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=5944, ...}) = 0
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=5944, ...}) = 0
read(4, "\27\r\r\n\252\355\256Y\330\24\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 5945) = 5944
read(4, "", 1) = 0
close(4) = 0
brk(0xf97000) = 0xf97000
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/weakref.py", {st_mode=S_IFREG|0644, st_size=20466, ...}) = 0
stat64("/usr/lib/python3.5/weakref.py", {st_mode=S_IFREG|0644, st_size=20466, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/weakref.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=20651, ...}) = 0
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=20651, ...}) = 0
read(4, "\27\r\r\n\252\355\256Y\362O\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 20652) = 20651
read(4, "", 1) = 0
close(4) = 0
mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x766a5000
stat64("/usr/lib/python3.5/collections", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5/collections", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5/collections", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/collections", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_CLOEXEC|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(4, /* 6 entries */, 32768) = 176
getdents64(4, /* 0 entries */, 32768) = 0
close(4) = 0
stat64("/usr/lib/python3.5/collections/abc.py", {st_mode=S_IFREG|0644, st_size=68, ...}) = 0
stat64("/usr/lib/python3.5/collections/abc.py", {st_mode=S_IFREG|0644, st_size=68, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/collections/__pycache__/abc.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=189, ...}) = 0
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=189, ...}) = 0
read(4, "\27\r\r\n\252\355\256YD\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 190) = 189
read(4, "", 1) = 0
close(4) = 0
stat64("/usr/lib/python3/dist-packages/zope/__init__.py", {st_mode=S_IFREG|0644, st_size=200, ...}) = 0
read(3, "", 8192) = 0
close(3) = 0
openat(AT_FDCWD, "/usr/lib/python3/dist-packages/zope.event-4.2.0-nspkg.pth", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=299, ...}) = 0
ioctl(3, TCGETS, 0x7e83a5b8) = -1 ENOTTY (Unpassender IOCTL (I/O-Control) für das Gerät)
_llseek(3, 0, [0], SEEK_CUR) = 0
ioctl(3, TCGETS, 0x7e83a570) = -1 ENOTTY (Unpassender IOCTL (I/O-Control) für das Gerät)
_llseek(3, 0, [0], SEEK_CUR) = 0
read(3, "import sys, types, os;p = os.pat"..., 8192) = 299
stat64("/usr/lib/python3/dist-packages/zope/__init__.py", {st_mode=S_IFREG|0644, st_size=200, ...}) = 0
read(3, "", 8192) = 0
close(3) = 0
openat(AT_FDCWD, "/usr/lib/python3/dist-packages/zope.hookable-4.0.4-nspkg.pth", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=529, ...}) = 0
ioctl(3, TCGETS, 0x7e83a5b8) = -1 ENOTTY (Unpassender IOCTL (I/O-Control) für das Gerät)
_llseek(3, 0, [0], SEEK_CUR) = 0
ioctl(3, TCGETS, 0x7e83a570) = -1 ENOTTY (Unpassender IOCTL (I/O-Control) für das Gerät)
_llseek(3, 0, [0], SEEK_CUR) = 0
read(3, "import sys, types, os;has_mfs = "..., 8192) = 529
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/importlib/__init__.cpython-35m-arm-linux-gnueabihf.so", 0x7e839488) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3.5/importlib/__init__.abi3.so", 0x7e839488) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3.5/importlib/__init__.so", 0x7e839488) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3.5/importlib/__init__.py", {st_mode=S_IFREG|0644, st_size=5870, ...}) = 0
stat64("/usr/lib/python3.5/importlib/__init__.py", {st_mode=S_IFREG|0644, st_size=5870, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/importlib/__pycache__/__init__.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=3887, ...}) = 0
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=3887, ...}) = 0
read(4, "\27\r\r\n\252\355\256Y\356\26\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0@\0\0"..., 3888) = 3887
read(4, "", 1) = 0
close(4) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/warnings.py", {st_mode=S_IFREG|0644, st_size=15850, ...}) = 0
stat64("/usr/lib/python3.5/warnings.py", {st_mode=S_IFREG|0644, st_size=15850, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/warnings.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=13030, ...}) = 0
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=13030, ...}) = 0
read(4, "\27\r\r\n\252\355\256Y\352=\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\16\0\0\0@\0\0"..., 13031) = 13030
read(4, "", 1) = 0
close(4) = 0
stat64("/usr/lib/python3.5/importlib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5/importlib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5/importlib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/importlib", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_CLOEXEC|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(4, /* 9 entries */, 32768) = 296
getdents64(4, /* 0 entries */, 32768) = 0
close(4) = 0
stat64("/usr/lib/python3.5/importlib/util.py", {st_mode=S_IFREG|0644, st_size=10835, ...}) = 0
stat64("/usr/lib/python3.5/importlib/util.py", {st_mode=S_IFREG|0644, st_size=10835, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/importlib/__pycache__/util.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=9662, ...}) = 0
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=9662, ...}) = 0
read(4, "\27\r\r\n\252\355\256YS*\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 9663) = 9662
read(4, "", 1) = 0
close(4) = 0
stat64("/usr/lib/python3.5/importlib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5/importlib/abc.py", {st_mode=S_IFREG|0644, st_size=10782, ...}) = 0
stat64("/usr/lib/python3.5/importlib/abc.py", {st_mode=S_IFREG|0644, st_size=10782, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/importlib/__pycache__/abc.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=11739, ...}) = 0
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=11739, ...}) = 0
read(4, "\27\r\r\n\252\355\256Y\36*\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\"\0\0\0@\0\0"..., 11740) = 11739
read(4, "", 1) = 0
close(4) = 0
stat64("/usr/lib/python3.5/importlib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5/importlib/machinery.py", {st_mode=S_IFREG|0644, st_size=844, ...}) = 0
stat64("/usr/lib/python3.5/importlib/machinery.py", {st_mode=S_IFREG|0644, st_size=844, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/importlib/__pycache__/machinery.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=1008, ...}) = 0
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=1008, ...}) = 0
read(4, "\27\r\r\n\252\355\256YL\3\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 1009) = 1008
read(4, "", 1) = 0
close(4) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/contextlib.py", {st_mode=S_IFREG|0644, st_size=12451, ...}) = 0
stat64("/usr/lib/python3.5/contextlib.py", {st_mode=S_IFREG|0644, st_size=12451, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/contextlib.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=10938, ...}) = 0
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=10938, ...}) = 0
read(4, "\27\r\r\n\252\355\256Y\2430\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 10939) = 10938
read(4, "", 1) = 0
close(4) = 0
stat64("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3/dist-packages", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_CLOEXEC|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(4, /* 132 entries */, 32768) = 5384
getdents64(4, /* 0 entries */, 32768) = 0
close(4) = 0
stat64("/usr/lib/python3/dist-packages/zope/__init__.cpython-35m-arm-linux-gnueabihf.so", 0x7e839e48) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3/dist-packages/zope/__init__.abi3.so", 0x7e839e48) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3/dist-packages/zope/__init__.so", 0x7e839e48) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3/dist-packages/zope/__init__.py", {st_mode=S_IFREG|0644, st_size=200, ...}) = 0
read(3, "", 8192) = 0
close(3) = 0
openat(AT_FDCWD, "/usr/lib/python3/dist-packages/zope.interface-4.3.2-nspkg.pth", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=529, ...}) = 0
ioctl(3, TCGETS, 0x7e83a5b8) = -1 ENOTTY (Unpassender IOCTL (I/O-Control) für das Gerät)
_llseek(3, 0, [0], SEEK_CUR) = 0
ioctl(3, TCGETS, 0x7e83a570) = -1 ENOTTY (Unpassender IOCTL (I/O-Control) für das Gerät)
_llseek(3, 0, [0], SEEK_CUR) = 0
read(3, "import sys, types, os;has_mfs = "..., 8192) = 529
stat64("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3/dist-packages/zope/__init__.cpython-35m-arm-linux-gnueabihf.so", 0x7e839e48) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3/dist-packages/zope/__init__.abi3.so", 0x7e839e48) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3/dist-packages/zope/__init__.so", 0x7e839e48) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3/dist-packages/zope/__init__.py", {st_mode=S_IFREG|0644, st_size=200, ...}) = 0
read(3, "", 8192) = 0
close(3) = 0
stat64("/usr/lib/python3.5/dist-packages", 0x7e83a828) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/sitecustomize.py", {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
stat64("/usr/lib/python3.5/sitecustomize.py", {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/sitecustomize.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=217, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=217, ...}) = 0
read(3, "\27\r\r\n\252\355\256Y\233\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 218) = 217
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/plat-arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/lib-dynload", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_CLOEXEC|O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, /* 40 entries */, 32768) = 2600
getdents64(3, /* 0 entries */, 32768) = 0
close(3) = 0
stat64("/usr/local/lib/python3.5/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat64("/usr/local/lib/python3.5/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat64("/usr/local/lib/python3.5/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/local/lib/python3.5/dist-packages", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_CLOEXEC|O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
getdents64(3, /* 26 entries */, 32768) = 1024
getdents64(3, /* 0 entries */, 32768) = 0
close(3) = 0
stat64("/usr/local/lib/python3.5/dist-packages/MAPI-10.0.4-py3.5.egg", {st_mode=S_IFREG|0644, st_size=68328, ...}) = 0
openat(AT_FDCWD, "/usr/local/lib/python3.5/dist-packages/MAPI-10.0.4-py3.5.egg", O_RDONLY|O_LARGEFILE) = 3
ioctl(3, FIOCLEX) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=68328, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=68328, ...}) = 0
_llseek(3, 65536, [65536], SEEK_SET) = 0
read(3, "\2g\\\262}\311\16G\261[\266\215\3131K\211g\3337\10\206j\20\332*;\271\222\203~\261\306"..., 2770) = 2770
read(3, "PK\5\6\0\0\0\0\27\0\27\0\211\6\0\0I\4\1\0\0\0", 4096) = 22
_llseek(3, 65536, [65536], SEEK_SET) = 0
read(3, "\2g\\\262}\311\16G\261[\266\215\3131K\211g\3337\10\206j\20\332*;\271\222\203~\261\306"..., 4096) = 2792
stat64("/usr/lib/python3.5/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5/encodings/cp437.py", {st_mode=S_IFREG|0644, st_size=34564, ...}) = 0
stat64("/usr/lib/python3.5/encodings/cp437.py", {st_mode=S_IFREG|0644, st_size=34564, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/encodings/__pycache__/cp437.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=7369, ...}) = 0
_llseek(4, 0, [0], SEEK_CUR) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=7369, ...}) = 0
read(4, "\27\r\r\n\252\355\256Y\4\207\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0@\0\0"..., 7370) = 7369
read(4, "", 1) = 0
close(4) = 0
read(3, "", 4096) = 0
close(3) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_backup-10.0.4-py3.5.egg", {st_mode=S_IFREG|0644, st_size=25945, ...}) = 0
openat(AT_FDCWD, "/usr/local/lib/python3.5/dist-packages/kopano_backup-10.0.4-py3.5.egg", O_RDONLY|O_LARGEFILE) = 3
ioctl(3, FIOCLEX) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=25945, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=25945, ...}) = 0
_llseek(3, 24576, [24576], SEEK_SET) = 0
read(3, "\261\344\244\325\375\305v\216_\370B\301\262/(\220-\205\334f\10\366\221W&%\256\27\233\2761w"..., 1347) = 1347
read(3, "PK\5\6\0\0\0\0\t\0\t\0\231\2\0\0\252b\0\0\0\0", 4096) = 22
_llseek(3, 24576, [24576], SEEK_SET) = 0
read(3, "\261\344\244\325\375\305v\216_\370B\301\262/(\220-\205\334f\10\366\221W&%\256\27\233\2761w"..., 4096) = 1369
read(3, "", 4096) = 0
close(3) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_cli-10.0.4-py3.5.egg", {st_mode=S_IFREG|0644, st_size=17431, ...}) = 0
openat(AT_FDCWD, "/usr/local/lib/python3.5/dist-packages/kopano_cli-10.0.4-py3.5.egg", O_RDONLY|O_LARGEFILE) = 3
ioctl(3, FIOCLEX) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=17431, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=17431, ...}) = 0
_llseek(3, 16384, [16384], SEEK_SET) = 0
read(3, "\226|%\201^\266&\263\324d;u\21\261a\360\231\2743bH\277t\265\220I\35MU\322\312A"..., 1025) = 1025
read(3, "PK\5\6\0\0\0\0\t\0\t\0\215\2\0\0tA\0\0\0\0", 4096) = 22
_llseek(3, 16384, [16384], SEEK_SET) = 0
read(3, "\226|%\201^\266&\263\324d;u\21\261a\360\231\2743bH\277t\265\220I\35MU\322\312A"..., 4096) = 1047
read(3, "", 4096) = 0
close(3) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_migration_pst-10.0.4-py3.5.egg", {st_mode=S_IFREG|0644, st_size=90294, ...}) = 0
openat(AT_FDCWD, "/usr/local/lib/python3.5/dist-packages/kopano_migration_pst-10.0.4-py3.5.egg", O_RDONLY|O_LARGEFILE) = 3
ioctl(3, FIOCLEX) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=90294, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=90294, ...}) = 0
_llseek(3, 90112, [90112], SEEK_SET) = 0
read(3, "\0\0\244\201O\271\0\0kopano_migration_pst/__p"..., 160) = 160
read(3, "PK\5\6\0\0\0\0\v\0\v\0_\3\0\0A]\1\0\0\0", 4096) = 22
_llseek(3, 86016, [86016], SEEK_SET) = 0
read(3, "dC\213J\270T\"\300\227W7}*\276\274\247}\275e\5\370\336\336B\312U\301N$\272\271r"..., 4096) = 4096
read(3, "\0\0\244\201O\271\0\0kopano_migration_pst/__p"..., 4096) = 182
read(3, "", 4096) = 0
close(3) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_CLOEXEC|O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
getdents64(3, /* 4 entries */, 32768) = 120
getdents64(3, /* 0 entries */, 32768) = 0
close(3) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_spamd-10.0.4-py3.5.egg", {st_mode=S_IFREG|0644, st_size=5004, ...}) = 0
openat(AT_FDCWD, "/usr/local/lib/python3.5/dist-packages/kopano_spamd-10.0.4-py3.5.egg", O_RDONLY|O_LARGEFILE) = 3
ioctl(3, FIOCLEX) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=5004, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=5004, ...}) = 0
_llseek(3, 4096, [4096], SEEK_SET) = 0
read(3, "\0\340\235\223P\302!\f\371\235\0\0\0\301\0\0\0/\0\0\0kopano_spam"..., 886) = 886
read(3, "PK\5\6\0\0\0\0\t\0\t\0\225\2\0\0\341\20\0\0\0\0", 4096) = 22
_llseek(3, 4096, [4096], SEEK_SET) = 0
read(3, "\0\340\235\223P\302!\f\371\235\0\0\0\301\0\0\0/\0\0\0kopano_spam"..., 4096) = 908
read(3, "", 4096) = 0
close(3) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_utils-10.0.4-py3.5.egg", {st_mode=S_IFREG|0644, st_size=11871, ...}) = 0
openat(AT_FDCWD, "/usr/local/lib/python3.5/dist-packages/kopano_utils-10.0.4-py3.5.egg", O_RDONLY|O_LARGEFILE) = 3
ioctl(3, FIOCLEX) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=11871, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=11871, ...}) = 0
_llseek(3, 8192, [8192], SEEK_SET) = 0
read(3, ".S3\211\205\344\310\21\274\213W\234\352\256\357\247:\352\35\240\312Gt\326\232\250\347ca\21\271\205"..., 3657) = 3657
read(3, "PK\5\6\0\0\0\0\17\0\17\0\215\4\0\0\274)\0\0\0\0", 4096) = 22
_llseek(3, 8192, [8192], SEEK_SET) = 0
read(3, ".S3\211\205\344\310\21\274\213W\234\352\256\357\247:\352\35\240\312Gt\326\232\250\347ca\21\271\205"..., 4096) = 3679
read(3, "", 4096) = 0
close(3) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano-10.0.4-py3.5.egg", {st_mode=S_IFREG|0644, st_size=346097, ...}) = 0
openat(AT_FDCWD, "/usr/local/lib/python3.5/dist-packages/kopano-10.0.4-py3.5.egg", O_RDONLY|O_LARGEFILE) = 3
ioctl(3, FIOCLEX) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=346097, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=346097, ...}) = 0
_llseek(3, 344064, [344064], SEEK_SET) = 0
read(3, "K\1\2\24\3\24\0\0\0\10\0\343\235\223P\304\22\276\323\251#\0\0\277L\0\0000\0\0\0\0"..., 2011) = 2011
read(3, "PK\5\6\0\0\0\0]\0]\0/\33\0\0\254,\5\0\0\0", 4096) = 22
_llseek(3, 335872, [335872], SEEK_SET) = 0
read(3, "YG\222\315\266]3_\310\351\370\325~s\307\364\333\366z`9\255\203\206\271\215\254f\345(\21]"..., 4096) = 4096
read(3, ".pyPK\1\2\24\3\24\0\0\0\10\0003p\220P\247\4\226\320K\2\0\0\304\5\0\0\20"..., 4096) = 4096
read(3, "K\1\2\24\3\24\0\0\0\10\0\343\235\223P\304\22\276\323\251#\0\0\277L\0\0000\0\0\0\0"..., 4096) = 2033
read(3, "", 4096) = 0
close(3) = 0
stat64("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/plat-arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/local/lib/python3.5/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
readlink("/usr/local/sbin/kopano-search", 0x7e82a4ac, 4096) = -1 EINVAL (Das Argument ist ungültig)
lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/usr/local/sbin/kopano-search", {st_mode=S_IFREG|0755, st_size=193, ...}) = 0
stat64("/usr/local/sbin/kopano-search", {st_mode=S_IFREG|0755, st_size=193, ...}) = 0
openat(AT_FDCWD, "/usr/local/sbin/kopano-search", O_RDONLY|O_LARGEFILE) = 3
ioctl(3, FIOCLEX) = 0
fstat64(3, {st_mode=S_IFREG|0755, st_size=193, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0755, st_size=193, ...}) = 0
_llseek(3, 0, [0], SEEK_SET) = 0
read(3, "#!/usr/bin/python \n# SPDX-Licens"..., 171) = 171
read(3, "kopano_search.main())\n", 4096) = 22
close(3) = 0
stat64("/usr/local/sbin/kopano-search", {st_mode=S_IFREG|0755, st_size=193, ...}) = 0
openat(AT_FDCWD, "/usr/local/sbin/kopano-search", O_RDONLY|O_LARGEFILE) = 3
ioctl(3, FIOCLEX) = 0
fstat64(3, {st_mode=S_IFREG|0755, st_size=193, ...}) = 0
ioctl(3, TCGETS, 0x7e83b460) = -1 ENOTTY (Unpassender IOCTL (I/O-Control) für das Gerät)
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0755, st_size=193, ...}) = 0
read(3, "#!/usr/bin/python \n# SPDX-Licens"..., 4096) = 193
_llseek(3, 0, [0], SEEK_SET) = 0
read(3, "#!/usr/bin/python \n# SPDX-Licens"..., 4096) = 193
read(3, "", 4096) = 0
close(3) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/local/sbin", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_CLOEXEC|O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, /* 30 entries */, 32768) = 1216
getdents64(3, /* 0 entries */, 32768) = 0
close(3) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/plat-arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/local/lib/python3.5/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg/kopano_search/__init__.cpython-35m-arm-linux-gnueabihf.so", 0x7e83a688) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg/kopano_search/__init__.abi3.so", 0x7e83a688) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg/kopano_search/__init__.so", 0x7e83a688) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg/kopano_search/__init__.py", {st_mode=S_IFREG|0644, st_size=21218, ...}) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg/kopano_search/__init__.py", {st_mode=S_IFREG|0644, st_size=21218, ...}) = 0
openat(AT_FDCWD, "/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg/kopano_search/__pycache__/__init__.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=18229, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=18229, ...}) = 0
read(3, "\27\r\r\n?\257\234^\342R\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0,\0\0\0@\0\0"..., 18230) = 18229
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/__future__.py", {st_mode=S_IFREG|0644, st_size=4841, ...}) = 0
stat64("/usr/lib/python3.5/__future__.py", {st_mode=S_IFREG|0644, st_size=4841, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/__future__.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=4299, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=4299, ...}) = 0
read(3, "\27\r\r\n\252\355\256Y\351\22\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0\0@\0\0"..., 4300) = 4299
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg/kopano_search", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg/kopano_search", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg/kopano_search", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg/kopano_search", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_CLOEXEC|O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
getdents64(3, /* 9 entries */, 32768) = 296
getdents64(3, /* 0 entries */, 32768) = 0
close(3) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg/kopano_search/version.py", {st_mode=S_IFREG|0644, st_size=23, ...}) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg/kopano_search/version.py", {st_mode=S_IFREG|0644, st_size=23, ...}) = 0
openat(AT_FDCWD, "/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg/kopano_search/__pycache__/version.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=201, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=201, ...}) = 0
read(3, "\27\r\r\n?\257\234^\27\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 202) = 201
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/multiprocessing/__init__.cpython-35m-arm-linux-gnueabihf.so", 0x7e839dd0) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3.5/multiprocessing/__init__.abi3.so", 0x7e839dd0) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3.5/multiprocessing/__init__.so", 0x7e839dd0) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3.5/multiprocessing/__init__.py", {st_mode=S_IFREG|0644, st_size=923, ...}) = 0
stat64("/usr/lib/python3.5/multiprocessing/__init__.py", {st_mode=S_IFREG|0644, st_size=923, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/multiprocessing/__pycache__/__init__.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=548, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=548, ...}) = 0
read(3, "\27\r\r\n\252\355\256Y\233\3\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 549) = 548
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/lib/python3.5/multiprocessing", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5/multiprocessing", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5/multiprocessing", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/multiprocessing", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_CLOEXEC|O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, /* 24 entries */, 32768) = 832
getdents64(3, /* 0 entries */, 32768) = 0
close(3) = 0
stat64("/usr/lib/python3.5/multiprocessing/context.py", {st_mode=S_IFREG|0644, st_size=10677, ...}) = 0
stat64("/usr/lib/python3.5/multiprocessing/context.py", {st_mode=S_IFREG|0644, st_size=10677, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/multiprocessing/__pycache__/context.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=13502, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=13502, ...}) = 0
read(3, "\27\r\r\n\252\355\256Y\265)\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 13503) = 13502
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/threading.py", {st_mode=S_IFREG|0644, st_size=49027, ...}) = 0
stat64("/usr/lib/python3.5/threading.py", {st_mode=S_IFREG|0644, st_size=49027, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/threading.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=39065, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=39065, ...}) = 0
read(3, "\27\r\r\n\252\355\256Y\203\277\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\33\0\0\0@\0\0"..., 39066) = 39065
read(3, "", 1) = 0
close(3) = 0
brk(0xfbf000) = 0xfbf000
mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x76665000
openat(AT_FDCWD, "/etc/localtime", O_RDONLY|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2335, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=2335, ...}) = 0
read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0\0\t\0\0\0\0"..., 4096) = 2335
_llseek(3, -1476, [859], SEEK_CUR) = 0
read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0\0\t\0\0\0\0"..., 4096) = 1476
close(3) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2335, ...}) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/traceback.py", {st_mode=S_IFREG|0644, st_size=22175, ...}) = 0
stat64("/usr/lib/python3.5/traceback.py", {st_mode=S_IFREG|0644, st_size=22175, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/traceback.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=20116, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=20116, ...}) = 0
read(3, "\27\r\r\n\252\355\256Y\237V\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\23\0\0\0@\0\0"..., 20117) = 20116
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/linecache.py", {st_mode=S_IFREG|0644, st_size=5312, ...}) = 0
stat64("/usr/lib/python3.5/linecache.py", {st_mode=S_IFREG|0644, st_size=5312, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/linecache.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=4062, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=4062, ...}) = 0
read(3, "\27\r\r\n\252\355\256Y\300\24\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 4063) = 4062
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/tokenize.py", {st_mode=S_IFREG|0644, st_size=27790, ...}) = 0
stat64("/usr/lib/python3.5/tokenize.py", {st_mode=S_IFREG|0644, st_size=27790, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/tokenize.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=20446, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=20446, ...}) = 0
read(3, "\27\r\r\n\252\355\256Y\216l\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0X\0\0\0@\0\0"..., 20447) = 20446
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/re.py", {st_mode=S_IFREG|0644, st_size=15501, ...}) = 0
stat64("/usr/lib/python3.5/re.py", {st_mode=S_IFREG|0644, st_size=15501, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/re.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=14437, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=14437, ...}) = 0
read(3, "\27\r\r\n\252\355\256Y\215<\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0@\0\0"..., 14438) = 14437
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/sre_compile.py", {st_mode=S_IFREG|0644, st_size=18410, ...}) = 0
stat64("/usr/lib/python3.5/sre_compile.py", {st_mode=S_IFREG|0644, st_size=18410, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/sre_compile.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=10905, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=10905, ...}) = 0
read(3, "\27\r\r\n\252\355\256Y\352G\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0@\0\0"..., 10906) = 10905
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/sre_parse.py", {st_mode=S_IFREG|0644, st_size=35117, ...}) = 0
stat64("/usr/lib/python3.5/sre_parse.py", {st_mode=S_IFREG|0644, st_size=35117, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/sre_parse.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=22412, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=22412, ...}) = 0
read(3, "\27\r\r\n\252\355\256Y-\211\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0@\0\0"..., 22413) = 22412
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/sre_constants.py", {st_mode=S_IFREG|0644, st_size=6821, ...}) = 0
stat64("/usr/lib/python3.5/sre_constants.py", {st_mode=S_IFREG|0644, st_size=6821, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/sre_constants.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=6305, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=6305, ...}) = 0
read(3, "\27\r\r\n\252\355\256Y\245\32\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0@\0\0"..., 6306) = 6305
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/copyreg.py", {st_mode=S_IFREG|0644, st_size=6833, ...}) = 0
stat64("/usr/lib/python3.5/copyreg.py", {st_mode=S_IFREG|0644, st_size=6833, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/copyreg.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=4537, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=4537, ...}) = 0
read(3, "\27\r\r\n\252\355\256Y\261\32\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 4538) = 4537
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/token.py", {st_mode=S_IFREG|0644, st_size=3075, ...}) = 0
stat64("/usr/lib/python3.5/token.py", {st_mode=S_IFREG|0644, st_size=3075, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/token.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=3658, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=3658, ...}) = 0
read(3, "\27\r\r\n\252\355\256Y\3\f\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 3659) = 3658
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/lib/python3.5/multiprocessing", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5/multiprocessing/process.py", {st_mode=S_IFREG|0644, st_size=9136, ...}) = 0
stat64("/usr/lib/python3.5/multiprocessing/process.py", {st_mode=S_IFREG|0644, st_size=9136, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/multiprocessing/__pycache__/process.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=8812, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=8812, ...}) = 0
read(3, "\27\r\r\n\252\355\256Y\260#\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 8813) = 8812
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/signal.py", {st_mode=S_IFREG|0644, st_size=2123, ...}) = 0
stat64("/usr/lib/python3.5/signal.py", {st_mode=S_IFREG|0644, st_size=2123, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/signal.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2732, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=2732, ...}) = 0
read(3, "\27\r\r\n\252\355\256YK\10\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 2733) = 2732
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/enum.py", {st_mode=S_IFREG|0644, st_size=22226, ...}) = 0
stat64("/usr/lib/python3.5/enum.py", {st_mode=S_IFREG|0644, st_size=22226, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3.5/__pycache__/enum.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=16552, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=16552, ...}) = 0
read(3, "\27\r\r\n\252\355\256Y\322V\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 16553) = 16552
read(3, "", 1) = 0
close(3) = 0
mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x76625000
getcwd("/usr/lib/python3/dist-packages/bsddb3/tests", 1024) = 44
getrandom("\x65\xbd\x7f\xc4\xcb\x7f\xda\x61\xb7\x30\xde\xa6\x45\xb2\xd9\x6f\x90\x40\x6b\x39\xd4\xaa\xfc\xf9\x07\xb3\xfc\x80\xdf\x2e\xbf\x62", 32, GRND_NONBLOCK) = 32
stat64("/usr/local/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python3.5/plat-arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/local/lib/python3.5/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat64("/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3/dist-packages/bsddb3/__init__.cpython-35m-arm-linux-gnueabihf.so", 0x7e839dd0) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3/dist-packages/bsddb3/__init__.abi3.so", 0x7e839dd0) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3/dist-packages/bsddb3/__init__.so", 0x7e839dd0) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
stat64("/usr/lib/python3/dist-packages/bsddb3/__init__.py", {st_mode=S_IFREG|0644, st_size=14707, ...}) = 0
stat64("/usr/lib/python3/dist-packages/bsddb3/__init__.py", {st_mode=S_IFREG|0644, st_size=14707, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3/dist-packages/bsddb3/__pycache__/__init__.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=10576, ...}) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=10576, ...}) = 0
read(3, "\27\r\r\n\373?9[s9\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0@\0\0"..., 10577) = 10576
read(3, "", 1) = 0
close(3) = 0
stat64("/usr/lib/python3/dist-packages/bsddb3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3/dist-packages/bsddb3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python3/dist-packages/bsddb3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python3/dist-packages/bsddb3", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_CLOEXEC|O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, /* 12 entries */, 32768) = 400
getdents64(3, /* 0 entries */, 32768) = 0
close(3) = 0
openat(AT_FDCWD, "/usr/local/sbin/kopano-search", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0755, st_size=193, ...}) = 0
ioctl(3, TCGETS, 0x7e83a0a8) = -1 ENOTTY (Unpassender IOCTL (I/O-Control) für das Gerät)
_llseek(3, 0, [0], SEEK_CUR) = 0
fcntl64(3, F_DUPFD_CLOEXEC, 0) = 4
fcntl64(4, F_GETFL) = 0x20000 (flags O_RDONLY|O_LARGEFILE)
fstat64(4, {st_mode=S_IFREG|0755, st_size=193, ...}) = 0
read(4, "#!/usr/bin/python \n# SPDX-Licens"..., 4096) = 193
close(4) = 0
_llseek(3, 0, [0], SEEK_SET) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
read(3, "#!/usr/bin/python \n# SPDX-Licens"..., 8192) = 193
close(3) = 0
openat(AT_FDCWD, "/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg/kopano_search/__init__.py", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=21218, ...}) = 0
ioctl(3, TCGETS, 0x7e83a0a8) = -1 ENOTTY (Unpassender IOCTL (I/O-Control) für das Gerät)
_llseek(3, 0, [0], SEEK_CUR) = 0
fcntl64(3, F_DUPFD_CLOEXEC, 0) = 4
fcntl64(4, F_GETFL) = 0x20000 (flags O_RDONLY|O_LARGEFILE)
fstat64(4, {st_mode=S_IFREG|0644, st_size=21218, ...}) = 0
read(4, "#!/usr/bin/python3\n# SPDX-Licens"..., 4096) = 4096
close(4) = 0
_llseek(3, 0, [0], SEEK_SET) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
read(3, "#!/usr/bin/python3\n# SPDX-Licens"..., 8192) = 8192
close(3) = 0
openat(AT_FDCWD, "/usr/lib/python3/dist-packages/bsddb3/__init__.py", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=14707, ...}) = 0
ioctl(3, TCGETS, 0x7e83a0a8) = -1 ENOTTY (Unpassender IOCTL (I/O-Control) für das Gerät)
_llseek(3, 0, [0], SEEK_CUR) = 0
fcntl64(3, F_DUPFD_CLOEXEC, 0) = 4
fcntl64(4, F_GETFL) = 0x20000 (flags O_RDONLY|O_LARGEFILE)
fstat64(4, {st_mode=S_IFREG|0644, st_size=14707, ...}) = 0
read(4, "#-------------------------------"..., 4096) = 4096
close(4) = 0
_llseek(3, 0, [0], SEEK_SET) = 0
_llseek(3, 0, [0], SEEK_CUR) = 0
read(3, "#-------------------------------"..., 8192) = 8192
close(3) = 0
write(2, "Traceback (most recent call last"..., 425Traceback (most recent call last):
File "/usr/local/sbin/kopano-search", line 4, in <module>
import kopano_search
File "/usr/local/lib/python3.5/dist-packages/kopano_search-10.0.4-py3.5.egg/kopano_search/__init__.py", line 16, in <module>
import bsddb3 as bsddb
File "/usr/lib/python3/dist-packages/bsddb3/__init__.py", line 47, in <module>
from . import _pybsddb
ImportError: cannot import name '_pybsddb'
) = 425
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x76cf9120}, {sa_handler=0x1ad5c8, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x76cf9120}, 8) = 0
munmap(0x76625000, 262144) = 0
sigaltstack(NULL, {ss_sp=0xf04ca0, ss_flags=0, ss_size=8192}) = 0
sigaltstack({ss_sp=NULL, ss_flags=SS_DISABLE, ss_size=0}, NULL) = 0
exit_group(1) = ?
+++ exited with 1 +++
__deets__
User
Beiträge: 14545
Registriert: Mittwoch 14. Oktober 2015, 14:29

Na der Fehler ist doch offensichtlich. Du hast etwas fuer python3.7 installiert, verwendest aber python3.5. Das geht natuerlich nicht. Die von dir im ersten Post genannte .so-Datei hat 37 im Namen, damit ist die fuer 3.7. Du musst die also Downgraden, oder dein ganzes System upgraden.
Rayman83
User
Beiträge: 3
Registriert: Sonntag 3. Mai 2020, 09:36

ah, super, danke
habe jetzt /usr/bin/python auf 3.7 konfiguriert und erneut kompiliert. Nun klappt es.
Wusste nicht, dass solche Probleme existieren können zwischen den Versionen, obwohl apt die Pakete unter "python3" ablegt und /usr/bin/python auf 3.5 steht.
Hätte gedacht, dass der Python3 Ordner für alle 3er Versionen fungieren sollte
__deets__
User
Beiträge: 14545
Registriert: Mittwoch 14. Oktober 2015, 14:29

Ich muss gestehen, dass ich die Paketierungspolitik von Linux da nicht so ganz durchschaue, und darum kann ich da auch keine Auskunft ueber das wieso/weshalb/warum geben. Aber schoen zu hoeren, dass es jetzt klappt.
Antworten