1Password CLI generating lots of dbus-* files in /tmp directory

simon24
simon24
Community Member

I've installed the 1Password CLI to my Unraid server. I'd like to use it to fetch my disk encryption key automatically on boot using a Service account.

After using the CLI a lot today I noticed around 800 dbus-* files inside my /tmp directory. I guess there's some issue here. Since I'm running the op cli as a separate user group and that specific user group is the owner of the files, I guess they are originating from the op cli.

A simple ls command gives me something similar to this (currently 800 files):

srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:41 dbus-kMvHFV29IV=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:41 dbus-MIdmbBrhdM=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:41 dbus-qLNWbRKO8L=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:40 dbus-YoQdNNiXRp=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:39 dbus-vnpT9NJXMQ=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:38 dbus-bDQIBYzkyA=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:38 dbus-duC2FL1qO8=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:38 dbus-FRgUIv3wB3=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:38 dbus-aMPr5WK2J6=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:38 dbus-U79vRBAL7h=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:38 dbus-A3jBG1acTl=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:38 dbus-82spBqPTut=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:38 dbus-WfuW0d9tDU=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:36 dbus-GXTeAaShit=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:36 dbus-JzBBRmdb0b=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:35 dbus-XO7HYZKGGO=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:35 dbus-CKzYEqRvia=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:35 dbus-OT2EkPEdmb=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:35 dbus-WZlDrfika4=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:34 dbus-RvBQstQcAU=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:34 dbus-0ADsv6gloG=
srwxrwxrwx  1 root onepassword-cli    0 Sep 14 18:33 dbus-2UDQZvWYY5=

I've installed the 1Password CLI step by step from the Linux Manual setup guide:
https://developer.1password.com/docs/cli/get-started/

I don't like the steady increase of files (even though they are 0 bytes big). I'll probably create a daily cron job to delete these files, but I guess it's better to actually pin point the issue.

I haven't notices anything strange in the CLI. From an end user perspective it seems to work fine. Does anyone else experience this issue, maybe on other Linux distros? Unraid (based on slackware) is generally quite odd I guess.