Sergey Bugaev, le mar. 10 août 2021 23:59:18 +0300, a ecrit: > On Tue, Aug 10, 2021 at 11:41 PM Samuel Thibault > <samuel.thiba...@gnu.org> wrote: > > Are you at the console while running this? Normally vcs is a symlink to > > /dev/vcs/1 or such. > > Or does it show the currently active virtual console?
That's it. > Where's that even implemented? — grep vcs -r console/ returns nothing console/ is the server part. Here we are talking about the client part, console-client/ > sergey@sergey-hurd-box:~$ grep AutoAddDevices -r /etc/X11/ > /etc/X11/xorg.conf.d/auto-all.conf: Option "AutoAddDevices" "true" > sergey@sergey-hurd-box:~$ dpkg -S /etc/X11/xorg.conf.d/auto-all.conf > dpkg-query: no path found matching pattern /etc/X11/xorg.conf.d/auto-all.conf > > What the hell? How'd that file get there? I certainly didn't write it. No idea, and https://codesearch.debian.net/search?q=auto-all.conf&hl=en doesn't know about it either. Samuel