No, it's not me! It's just vim, that seems to die. ;-) Details:
Here runs latest proxmox (no-subscription, last updates/upgrades applied today).
I created an lxc (proxmox standard template: debian-12.7...), started the container, and installed the package 'vim'.
When ever I run, eg. 'vi /etc/passwd' the lxc's journal get's spamed with:
BTW:
- When I uninstall the vim package, calling for example vi /etc/passwd works fine (journal stays clean)
- When I use ssh instead of proxmox' console, both, vi and vim run fine, too.
I cannot explain exactly what causes the above mess. My guess is that it is probably caused by vim's mouse support requiring some /dev/<file> which isn't available/accessible ...
Is this a known limitation when connected via console?
Thanks for your support!
Here runs latest proxmox (no-subscription, last updates/upgrades applied today).
I created an lxc (proxmox standard template: debian-12.7...), started the container, and installed the package 'vim'.
When ever I run, eg. 'vi /etc/passwd' the lxc's journal get's spamed with:
Code:
Nov 28 21:43:50 test-lxc login[364]: pam_systemd(login:session): Failed to create session: Seat has no VTs but VT number not 0
Nov 28 21:43:50 test-lxc login[2830]: ROOT LOGIN on '/dev/tty1'
Nov 28 21:58:14 test-lxc vi[2910]: *** err
Nov 28 21:58:14 test-lxc vi[2910]: unable to open gpm console, check your /dev filesystem!
Nov 28 21:58:14 test-lxc vi[2910]: *** err
Nov 28 21:58:14 test-lxc vi[2910]: Oh, oh, it's an error! possibly I die!
Nov 28 21:58:14 test-lxc vi[2910]: *** err
Nov 28 21:58:14 test-lxc vi[2910]: unable to open gpm console, check your /dev filesystem!
Nov 28 21:58:14 test-lxc vi[2910]: *** err
Nov 28 21:58:14 test-lxc vi[2910]: Oh, oh, it's an error! possibly I die!
Nov 28 21:58:14 test-lxc vi[2910]: *** err
Nov 28 21:58:14 test-lxc vi[2910]: unable to open gpm console, check your /dev filesystem!
Nov 28 21:58:14 test-lxc vi[2910]: *** err
Nov 28 21:58:14 test-lxc vi[2910]: Oh, oh, it's an error! possibly I die!
Nov 28 21:58:40 test-lxc vi[2910]: *** err
Nov 28 21:58:40 test-lxc vi[2910]: unable to open gpm console, check your /dev filesystem!
Nov 28 21:58:40 test-lxc vi[2910]: *** err
Nov 28 21:58:40 test-lxc vi[2910]: Oh, oh, it's an error! possibly I die!
BTW:
- When I uninstall the vim package, calling for example vi /etc/passwd works fine (journal stays clean)
- When I use ssh instead of proxmox' console, both, vi and vim run fine, too.
I cannot explain exactly what causes the above mess. My guess is that it is probably caused by vim's mouse support requiring some /dev/<file> which isn't available/accessible ...
Is this a known limitation when connected via console?
Thanks for your support!