espacious Posted February 2, 2016 Posted February 2, 2016 Hi, after upgrading from Wheezy to Jessie (Legacy, i followed the documentation), everything is ok, except MOTD does not show TEMP, and other data as used in Wheezy, is this a known problem and how can i get back the old MOTD? Another question im struggling setting up slovenian keyboard layout any info on that?dpkg-reconfigure keyboard-configuration gives me an warning: root@bananapi:~# dpkg-reconfigure keyboard-configurationupdate-rc.d: warning: start and stop actions are no longer supported; falling back to defaultsinsserv: script ramlog.uninst: service ramlog already provided!update-rc.d: warning: start and stop actions are no longer supported; falling back to defaultsinsserv: script ramlog.uninst: service ramlog already provided! Thanks, Rok
Igor Posted February 2, 2016 Posted February 2, 2016 Those upgrades are critical but if this problem is the only one ... I would suggest you to wait until next update which will be in 1-2 weeks. The reason is that this update changes this MOTD part to more resilient / compatible way and bring some new stuff. http://forum.armbian.com/index.php/topic/602-new-motd-for-ubuntudebian/?p=4218 If you want to DIY: - download those files - place them into /etc/updated-motd.d - create this symbolic link: ln -fs /var/run/motd /etc/motd - logout / login Regarding keyboard try: dpkg-reconfigure console-setup
espacious Posted February 4, 2016 Author Posted February 4, 2016 Ok, great thanks. placed the files /etc/update-motd.d (note the lack of D, ubuntu/debian documentation) chmod +x /etc//etc/update-motd.d ln -fs /var/run/motd /etc/motd ... stil same old MOTD. in fact i fugured out it reads from /var/run/motd.dynamic ...how can i solve that? Thanks. p.s. keyboard and locales solved ...
Igor Posted February 4, 2016 Posted February 4, 2016 So you do get output if running scripts manually? ./30-sysinfo Edit /etc/init.d/armhwinfo Remove this part: echo "" > /var/run/motd.dynamic toilet -f standard -F metal "$ID" >> /var/run/motd.dynamic echo -e "Welcome to \e[0;31mARMBIAN\x1B[0m ($DISTROID $DISTROCODE $KERNELID)" >> /var/run/motd.dynamic echo "" >> /var/run/motd.dynamic and remove /var/run/motd.dynamic and /etc/bash.bashrc.custom Try restarting ...
Hopkins_88 Posted March 15, 2016 Posted March 15, 2016 SOLVED http://forum.armbian.com/index.php/topic/848-jessie-vanilla-console-cyrillic-console-keyboard/ ------------------------------------------------------------------------------------ Hello! Please help! How I can include Cyrillics (Russian) in consoles?I need keyboard layout pattern and the console on Cyrillics. apt-get install console-setup keyboard-configuration console-cyrillicdpkg-reconfigure locales dpkg-reconfigure console-setupdpkg-reconfigure console-cyrillicdpkg-reconfigure keyboard-configuration It doesn't help.Problem with console-cyrillic. Such package is absent. -------------------------------------------------------------------------------------
Recommended Posts