Hi all.
I faced with 2 problems while using my Debian 12.
1) I installed Debian 12 with KDE to laptop and it works fine except one thing. Sometimes, (sometimes, but not always) when I try to put my laptop to sleeping mode, it goes to strange buggy mode. All peripheral devices are off, screen is off, but laptop's cooler is working. And it's impossible to wake up that laptop by pressing keys on a keyboard or mouse/touchpad keys. And I don't have another chance to wake it up and I have to hold power button during 5 seconds to turn it off completely.
How can I debug that issue?
2) Next to it, I faced with an issue with qTox messenger.
I installed it from Debian's repo and it shows me errors when I try to configure download folder
Error creating I/O helper process. Failed to create socket to start I/O helper process for protocol 'file'.
After that I installed strade debugger and tried to start qtox through itHere are some errors I received:Gives me nothing.
^^^^^^^^^^^^^^^^^^^ Look good
GDB debugger doesn't work.So I'm stuck and I don't know what to do next. And how to analyse that issue?
Thanks in advance.
I faced with 2 problems while using my Debian 12.
1) I installed Debian 12 with KDE to laptop and it works fine except one thing. Sometimes, (sometimes, but not always) when I try to put my laptop to sleeping mode, it goes to strange buggy mode. All peripheral devices are off, screen is off, but laptop's cooler is working. And it's impossible to wake up that laptop by pressing keys on a keyboard or mouse/touchpad keys. And I don't have another chance to wake it up and I have to hold power button during 5 seconds to turn it off completely.
How can I debug that issue?
2) Next to it, I faced with an issue with qTox messenger.
I installed it from Debian's repo and it shows me errors when I try to configure download folder
Error creating I/O helper process. Failed to create socket to start I/O helper process for protocol 'file'.
After that I installed strade debugger and tried to start qtox through it
Code:
apt install stracestrace -f -o output.txt /usr/bin/qtox
Code:
[23:36:37.982 UTC] :0 : Warning: KIO Connection server not listening, could not connect[23:36:37.983 UTC] :0 : Warning: couldn't create worker: Failed to create socket to start I/O helper process for protocol 'tags'.[23:36:38.415 UTC] :0 : Warning: KIO Connection server not listening, could not connect[23:36:38.415 UTC] :0 : Warning: couldn't create worker: Failed to create socket to start I/O helper process for protocol 'file'.
Code:
cat /etc/protocols | grep filescat /etc/protocols | grep tags
Code:
apt search kio | grep kio/stablekio/stable,now 5.103.0-1+deb12u1 amd64 [installed, automatically]qml-module-org-kde-kio/stable,now 5.103.0-1 amd64 [installed, automatically]dpkg -l | grep kioii kde-cli-tools-data 4:5.27.5.1-2 all tools to use kioslaves from the command lineii kio 5.103.0-1+deb12u1 amd64 resource and network access abstractionii kio-audiocd 4:22.12.3-1 amd64 transparent audio CD access for applications using the KDE Platformii kio-extras 4:22.12.3-1 amd64 Extra functionality for kioslaves.ii kio-extras-data 4:22.12.3-1 all Extra functionality for kioslaves data files.
GDB debugger doesn't work.
Code:
gdb /usr/bin/qtoxReading symbols from /usr/bin/qtox...(No debugging symbols found in /usr/bin/qtox)
Thanks in advance.
Statistics: Posted by supersu — 2024-10-12 11:42 — Replies 0 — Views 35