Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#1036902: logiops: Logid does not start, "[ERROR] Orphan Receiver, missing DeviceManager"

79 views
Skip to first unread message

Mikolaj Kuranowski

unread,
May 28, 2023, 9:50:05 PM5/28/23
to
Package: logiops
Version: 0.3.1-1
Severity: important
X-Debbugs-Cc: mkuranowski...@gmail.com

This issue affects the `logid` program, regardless of whether it's run as a
systemd unit; or standalone.

Running `sudo logid -v` gives the following output:

```
[DEBUG] Unsupported device /dev/hidraw0 ignored
[DEBUG] Ignoring virtual node on /dev/hidraw3
[DEBUG] Ignoring virtual node on /dev/hidraw4
[INFO] Detected receiver at /dev/hidraw1
[DEBUG] /dev/hidraw2: Device 0x0aa7 ignored.
[DEBUG] Failed to add device /dev/hidraw1:1 on try 1, backing off for 250ms
[ERROR] Orphan Receiver, missing DeviceManager
[ERROR] Fatal error, file a bug report. Program will now exit.
terminate called without an active exception
zsh: IOT instruction sudo logid -v
```

There seems to be an upstream bug about this issue:
https://github.com/PixlOne/logiops/issues/371. This report mentions that the
file /usr/share/dbus-1/system.d/pizza.pixl.LogiOps.conf is missing. In fact,
this file is missing on my computer. Shouldn't the package include this file?


-- System Information:
Debian Release: 12.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-9-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages logiops depends on:
ii libc6 2.36-9
ii libconfig++9v5 1.5-0.4
ii libevdev2 1.13.0+dfsg-1
ii libgcc-s1 12.2.0-14
ii libglib2.0-0 2.74.6-2
ii libstdc++6 12.2.0-14
ii libudev1 252.6-1

logiops recommends no packages.

logiops suggests no packages.

-- Configuration Files:
/etc/logid.cfg changed:
ignore: [0x0aa7]
devices: (
{
name: "MX Keys Wireless Keyboard";
},
{
name: "Wireless Mouse MX Master 3";
smarthshift: { on: true; threshold: 35; };
hirresscroll: { hires: true };
buttons: (
// Gesture button
{
cid: 0xc3;
action: {
type: "Gestures";
gestures: (
{ direction: "Left"; action: { type: "Keypress"; keys: ["KEY_LEFTMETA", "KEY_PAGEUP"] }; },
{ direction: "Right"; action: { type: "Keypress"; keys: ["KEY_LEFTMETA", "KEY_PAGEDOWN"] }; },
{ direction: "Up"; action: { type: "Keypress"; keys: ["KEY_LEFTMETA"] }; },
{ direction: "Down"; action: { type: "Keypress"; keys: ["KEY_LEFTMETA", "KEY_V"] }; }
);
};
}
);
}
)


-- no debconf information
0 new messages