I bit the bullet and changed from SysVinit to systemd, everything is pretty ironed up apart from the console font, which even though I addedFONT="ter-112n"to vconsole.conf doesn't seem to affect the console font.
You do have the settings above in /etc/vconsole.conf? If so, add "consolefont" to HOOKS array in /etc/mkinitcpio.conf (put it at the very beginning of the array) and rebuild your vmlinuz.
bohoomil
https://bbs.archlinux.org/profile.php?id=41264
2012-08-25T20:01:38Z
hey all, when i load tmux, it uses the default settings even though i have a .tmux.conf that changes some behavior. once inside tmux, i can use ^B :source-file ~/.tmux.conf and the settings take..any ideas?
skrite
https://bbs.archlinux.org/profile.php?id=28816
2013-01-14T16:02:11Z
Same with a Arch i686 on Virtualbox. Downgrade to previous systemd and systemd-sysvcompat resolve this.EDIT: reinstaller 196-2 I removed the shutdown hook from mkinitcpio.conf, regenerate initramfs, rebooted and kernel panic but when reboot using Machine > Reboot, Arch init ok, rebooted again and kernel panic.
I just converted to a pure-systemd system this morning. Without doing any additional configuration myself, Control+Alt+F1-F6 open virtual consoles and C+A+F7 goes to X.
headkase
https://bbs.archlinux.org/profile.php?id=54886
2012-10-03T17:54:20Z
hi guys,i got it: https://www.archlinux.org/news/consolek … by-logind/my system worked in a initscripts/systemd mix. i already configured the DAEMONS...etc.
I don't think this has anything to do with virtual console setup. Virtual console setup is when it is starting systemd-vconsole-setup.service, and that simple applies the settings is /etc/vconsole.conf. Do you have anything in vconsole.conf? If you speak English and you are okay with the default font and keymap, you can actually remove /etc/vconsole.conf altogether. I
I recently moved /var to a new partition and have noticed this error in journalctl logDec 05 07:48:00 archlinux systemd[1]: Started Console System Shutdown Logging.
Dec 05 07:48:00 archlinux systemd[1]: var.mount mount process exited, code=exited status=32
Dec 05 07:48:00 archlinux systemd[1]: Failed unmounting /var.I added an entry in fstab for /var/dev/sda4 /var ext4 defaults,noatime,discard 0
As a matter of fact,man tmux wrote:default-terminal terminal Set the default terminal for new windows created in this ses‐ sion - the default value of the TERM environment variable. For tmux to work correctly, this must be set to ‘screen’ or a de‐ rivative of it.If set otherwise, tmux can behave odd both with various ncurses and slang apps (lik