~/db/sessions/[0-9a-f]{32} purpose? #72

Open
opened 2025-03-27 23:41:44 +01:00 by Benjamin_Loison · 10 comments

DuckDuckGo and Google search "/home/" "/db/sessions/" and "/home/" "/db/sessions/" "32" do not seem relevant.

Improve_websites_thanks_to_open_source/issues/1548 would help.

On my Debian 12 GNOME laptop.

+29

DuckDuckGo and Google search `"/home/" "/db/sessions/"` and `"/home/" "/db/sessions/" "32"` do not seem relevant. [Improve_websites_thanks_to_open_source/issues/1548](https://codeberg.org/Benjamin_Loison/Improve_websites_thanks_to_open_source/issues/1548) would help. On my Debian 12 GNOME laptop. +29
Author
Owner
file ~/db/sessions/2029240f6d1128be89ddc32729463129
/home/benjamin_loison/db/sessions/2029240f6d1128be89ddc32729463129: data
xxd ~/db/sessions/2029240f6d1128be89ddc32729463129
00000000: 0000 0000 8005 4b00 2e                   ......K..
```bash file ~/db/sessions/2029240f6d1128be89ddc32729463129 ``` ``` /home/benjamin_loison/db/sessions/2029240f6d1128be89ddc32729463129: data ``` ```bash xxd ~/db/sessions/2029240f6d1128be89ddc32729463129 ``` ``` 00000000: 0000 0000 8005 4b00 2e ......K.. ```
Author
Owner
stat ~/db/sessions/2029240f6d1128be89ddc32729463129
Output:
  File: /home/benjamin_loison/db/sessions/2029240f6d1128be89ddc32729463129
  Size: 9         	Blocks: 8          IO Block: 4096   regular file
Device: 253,0	Inode: 786502      Links: 1
Access: (0600/-rw-------)  Uid: ( 1000/benjamin_loison)   Gid: ( 1000/benjamin_loison)
Access: 2025-03-27 23:38:13.975931097 +0100
Modify: 2025-03-27 09:14:34.876180483 +0100
Change: 2025-03-27 09:14:34.876180483 +0100
 Birth: 2025-03-27 09:14:34.876180483 +0100
```bash stat ~/db/sessions/2029240f6d1128be89ddc32729463129 ``` <details> <summary>Output:</summary> ``` File: /home/benjamin_loison/db/sessions/2029240f6d1128be89ddc32729463129 Size: 9 Blocks: 8 IO Block: 4096 regular file Device: 253,0 Inode: 786502 Links: 1 Access: (0600/-rw-------) Uid: ( 1000/benjamin_loison) Gid: ( 1000/benjamin_loison) Access: 2025-03-27 23:38:13.975931097 +0100 Modify: 2025-03-27 09:14:34.876180483 +0100 Change: 2025-03-27 09:14:34.876180483 +0100 Birth: 2025-03-27 09:14:34.876180483 +0100 ``` </details>
Author
Owner

Could inotifywait to be notified when it is read or written to try to figure out what special just happened.

Could `inotifywait` to be notified when it is read or written to try to figure out what special just happened.
Author
Owner
last | head -n 3
Output:
benjamin pts/3        :1               Thu Mar 27 16:57   still logged in
benjamin pts/3        :1               Thu Mar 27 15:35 - 15:35  (00:00)
benjamin pts/1        :1               Wed Mar 26 22:36 - 23:03  (00:26)
```bash last | head -n 3 ``` <details> <summary>Output:</summary> ``` benjamin pts/3 :1 Thu Mar 27 16:57 still logged in benjamin pts/3 :1 Thu Mar 27 15:35 - 15:35 (00:00) benjamin pts/1 :1 Wed Mar 26 22:36 - 23:03 (00:26) ``` </details>
Author
Owner
sudo journalctl | tac | grep -Ea 'PM: suspend (entry|exit)'
Output:
Mar 27 23:01:22 Benjamin-Loison-HP-Debian kernel: PM: suspend exit
Mar 27 19:13:23 Benjamin-Loison-HP-Debian kernel: PM: suspend entry (s2idle)
Mar 27 19:13:05 Benjamin-Loison-HP-Debian kernel: PM: suspend exit
Mar 27 19:12:52 Benjamin-Loison-HP-Debian kernel: PM: suspend entry (s2idle)
Mar 27 14:02:42 Benjamin-Loison-HP-Debian kernel: PM: suspend exit
Mar 27 13:04:39 Benjamin-Loison-HP-Debian kernel: PM: suspend entry (s2idle)
Mar 27 12:57:38 Benjamin-Loison-HP-Debian kernel: PM: suspend exit
Mar 27 12:03:44 Benjamin-Loison-HP-Debian kernel: PM: suspend entry (s2idle)
Mar 27 10:53:55 Benjamin-Loison-HP-Debian kernel: PM: suspend exit
Mar 27 09:20:24 Benjamin-Loison-HP-Debian kernel: PM: suspend entry (s2idle)
Mar 27 09:04:32 Benjamin-Loison-HP-Debian kernel: PM: suspend exit
Mar 27 00:18:54 Benjamin-Loison-HP-Debian kernel: PM: suspend entry (s2idle)
Mar 26 23:33:51 Benjamin-Loison-HP-Debian kernel: PM: suspend exit
Mar 26 23:18:08 Benjamin-Loison-HP-Debian kernel: PM: suspend entry (s2idle)
Mar 26 23:16:17 Benjamin-Loison-HP-Debian kernel: PM: suspend exit
...

so does not seem directly related.

```bash sudo journalctl | tac | grep -Ea 'PM: suspend (entry|exit)' ``` <details> <summary>Output:</summary> ``` Mar 27 23:01:22 Benjamin-Loison-HP-Debian kernel: PM: suspend exit Mar 27 19:13:23 Benjamin-Loison-HP-Debian kernel: PM: suspend entry (s2idle) Mar 27 19:13:05 Benjamin-Loison-HP-Debian kernel: PM: suspend exit Mar 27 19:12:52 Benjamin-Loison-HP-Debian kernel: PM: suspend entry (s2idle) Mar 27 14:02:42 Benjamin-Loison-HP-Debian kernel: PM: suspend exit Mar 27 13:04:39 Benjamin-Loison-HP-Debian kernel: PM: suspend entry (s2idle) Mar 27 12:57:38 Benjamin-Loison-HP-Debian kernel: PM: suspend exit Mar 27 12:03:44 Benjamin-Loison-HP-Debian kernel: PM: suspend entry (s2idle) Mar 27 10:53:55 Benjamin-Loison-HP-Debian kernel: PM: suspend exit Mar 27 09:20:24 Benjamin-Loison-HP-Debian kernel: PM: suspend entry (s2idle) Mar 27 09:04:32 Benjamin-Loison-HP-Debian kernel: PM: suspend exit Mar 27 00:18:54 Benjamin-Loison-HP-Debian kernel: PM: suspend entry (s2idle) Mar 26 23:33:51 Benjamin-Loison-HP-Debian kernel: PM: suspend exit Mar 26 23:18:08 Benjamin-Loison-HP-Debian kernel: PM: suspend entry (s2idle) Mar 26 23:16:17 Benjamin-Loison-HP-Debian kernel: PM: suspend exit ... ``` </details> so does not seem directly related.
Author
Owner
Bash script:
FILE=~/db/sessions/2029240f6d1128be89ddc32729463129
inotifywait $FILE
send_tchap_message "Interacted with $FILE!"
<details> <summary>Bash script:</summary> ```bash FILE=~/db/sessions/2029240f6d1128be89ddc32729463129 inotifywait $FILE send_tchap_message "Interacted with $FILE!" ``` </details>
Author
Owner

As there has been no changes for hours, maybe just setting such a monitoring at computer start seems appropriate.

As there has been no changes for hours, maybe just setting such a monitoring at computer start seems appropriate.
Author
Owner

Could move it and see if a software complains and potentially see when it is recreated.

Could move it and see if a software complains and potentially see when it is recreated.
Author
Owner

Same issue on Debian 12 GNOME Pegasus.

Same issue on Debian 12 GNOME *Pegasus*.
Author
Owner

No such ~/db/ on my Linux Mint 22.1 Cinnamon Framework 13 it seems.

No such `~/db/` on my Linux Mint 22.1 Cinnamon Framework 13 it seems.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Benjamin_Loison/linux#72
No description provided.