Package: backintime-qt
Version: 1.2.1-2
Severity: normal
X-Debbugs-Cc: none
Dear Maintainer,
Setting up a profile as follows:
- Mode: SSH
Host: truenas.local
Port: 22
User: myuser
Path:
Cipher: Default
Private Key: /home/myuser/.ssh/id_rsa
- Password
SSH private key: mypassphrase
Everything else as set by default. Click OK leads to a crash/shutdown
of the GUI, and the following trace at a terminal:
$ backintime-qt
Back In Time
Version: 1.2.1
Back In Time comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; type `backintime --license' for details.
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1747, resource
id: 14710889, major code: 40 (TranslateCoords), minor code: 0
kf.kio.core: "Could not enter folder tags:/."
kf.kio.core: "Could not enter folder tags:/."
Traceback (most recent call last):
File "/usr/share/backintime/qt/settingsdialog.py", line 1754, in accept
if self.validate():
File "/usr/share/backintime/qt/settingsdialog.py", line 1498, in validate
if not self.saveProfile():
File "/usr/share/backintime/qt/settingsdialog.py", line 1359, in saveProfile
mnt.preMountCheck(mode = mode, first_run = True, **mount_kwargs)
File "/usr/share/backintime/common/mount.py", line 212, in preMountCheck
backend = mounttools(cfg = self.config,
File "/usr/share/backintime/common/sshtools.py", line 129, in __init__
self.unlockSshAgent()
File "/usr/share/backintime/common/sshtools.py", line 309, in unlockSshAgent
thread.stop()
File "/usr/share/backintime/common/password_ipc.py", line 135, in stop
if self.isAlive():
AttributeError: 'TempPasswordThread' object has no attribute 'isAlive'
Aborted
There are no problems logging into this NAS server via SSH from the
terminal command line.
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (990, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.9.0-5-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8),
LANGUAGE=en_CA:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages backintime-qt depends on:
ii backintime-common 1.2.1-2
ii libnotify-bin 0.7.9-2
ii policykit-1 0.105-29
ii python3 3.9.0-4
ii python3-dbus.mainloop.pyqt5 5.15.2+dfsg-1+b1
ii python3-pyqt5 5.15.2+dfsg-1+b1
ii x11-utils 7.7+5
Versions of packages backintime-qt recommends:
ii python3-secretstorage 3.3.0-1
Versions of packages backintime-qt suggests:
ii kompare 4:20.12.0-2
-- no debconf information
--
Seb