That was a great reply,<br>Thanks a lot. <br><br>Regards,<br>R.Y.<br><br><div class="gmail_quote">On Sat, Dec 1, 2012 at 4:51 PM, Ken Moffat <span dir="ltr">&lt;<a href="mailto:zarniwhoop@ntlworld.com" target="_blank">zarniwhoop@ntlworld.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Sat, Dec 01, 2012 at 04:24:44AM +0200, Raphael Yoshimura wrote:<br>
&gt; Hello,<br>
&gt; First of all thanks a lot for the reply. I&#39;m not very comfortable with<br>
&gt; mailing lists as I get lost between the lines and quotes and so on, so<br>
&gt; please excuse me if my e-mail is not written according to the best mailing<br>
&gt; list standards. I will just refer to your comments as #1, #2 etc.<br>
&gt;<br>
&gt; #1: I tried &quot;sudo grep -r -i &quot;8859-15&quot; /etc/rc.d/init.d/&quot; , however the<br>
&gt; console returns and empty line. Probably meaning that the phrase wasn&#39;t<br>
&gt; found.<br>
<br>
</div> No, please grep for SYSFONTACM.  It is a variable - you assigned a<br>
value of 8859-15 to it, so somewhere in a script $SYSFONTACM is<br>
being tested.<br>
<div class="im">&gt;<br>
&gt; #2: I was referring to the file &quot;/etc/sysconfig/i18n&quot;. Before I enabled<br>
&gt; UTF-8 support its first line was &quot;SYSFONTACM=8859-15&quot;. After I enabled<br>
&gt; UTF-8 support, this first line from i18n disappeared after I restarted the<br>
&gt; machine. I have no idea why the i18n contained the line<br>
&gt; &quot;SYSFONTACM=8859-15&quot;, but since it disappeared after enabling UTF-8 I<br>
&gt; thought that the bigger error which is the message &quot;mapscrn: cannot open<br>
&gt; map file _8859-15_&quot; that appears during boot up, might have something to do<br>
&gt; with i18n or unicode/UTF-8 settings.<br>
<br>
</div> OK. (googles ...) - I didn&#39;t realise people use it.  I use setfont.<br>
<br>
 So, something in your distro&#39;s init scripts is trying to set font<br>
translations.  On my system, these are in /lib/kbd/consoletrans.<br>
Among them is 8859-15_to_uni.trans which might be relevant to this.<br>
<div class="im"><br>
&gt;<br>
&gt; #3: My keyboard works fine. The error is a message &quot;mapscrn: cannot open<br>
&gt; map file _8859-15_&quot; that appears during linux boot up. Basically it doesn&#39;t<br>
&gt; affect the performance of the OS in any way or at least not to my knowledge<br>
&gt; but I don&#39;t like errors and I want to fix it or at least  understand it.<br>
&gt;<br>
<br>
</div> &#39;man mapscrn&#39; - it appears to be for mapping key values from a<br>
non-unicode keymap to unicode, so that the keys display correctly.<br>
If I&#39;ve understood it correctly, the functionality is only required<br>
if you are _not_ in unicode mode [ &#39;man setfont&#39; ].<br>
<div class="im"><br>
&gt; #4: How do I find whether I&#39;m using initramfs or initrd ?<br>
&gt;<br>
<br>
</div> See next answer.<br>
<div class="im"><br>
&gt; #5: How do I find whether I&#39;m using systemd ? There are probably some<br>
&gt; mailing lists about mageia, however I did ask on the official mageia forum<br>
&gt; and the developers there were rather puzzled and were not able to help me.<br>
&gt;<br>
&gt; Thanks in advance,<br>
&gt; R.Y.<br>
<br>
</div> I see you have asked at <a href="https://forums.mageia.org/en/" target="_blank">https://forums.mageia.org/en/</a> and I think<br>
the replies from &#39;doktor5000&#39; are correct : UTF8 is normal nowadays,<br>
but it seems from your other thread you referenced there that you<br>
originally installed without it.<br>
<br>
 You need to ask people who are experienced with mageia if there is<br>
something else you need to change, or to run, to get everything set<br>
up for UTF-8.  Every distro does things its own way when booting.<br>
<br>
 Hmm, if you have managed to install mageia without originally<br>
selecting UTF-8, I guess that you are using &quot;a road less travelled&quot;<br>
so people will not be familiar with SYSFONTACM and perhaps an old bug<br>
has persisted.<br>
<br>
 Certainly, my UTF-8 in your reply renders correctly here, so I<br>
think that your mail client, and therefore your *desktop*, is now set<br>
correctly.  If you are in America, and do everything on the desktop,<br>
you can probably get by with your system in its current settings -<br>
when you use the console, typically for system maintenance, you can<br>
probably get by without any &quot;accented&quot; or &quot;variant&quot; letters.<br>
<br>
 In the english-speaking world, it&#39;s only those of us who want to<br>
read text *from a selection of languages* in the console who need to<br>
get it set &quot;perfectly&quot; for our needs.  Obviously, the issue is more<br>
pressing for those whose native language is not English.  But, if<br>
you ever use 8859-15 in the console, it won&#39;t support Bulgarian!<br>
<br>
(I put &quot;perfectly&quot; in inverted commas, because only 256 or 512<br>
glyphs are available to the console fonts - from a universe of<br>
thousands of glyphs - so we all have to make a choice about what to<br>
render in the console.)<br>
<br>
ĸen<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
&gt;<br>
&gt; On Sat, Dec 1, 2012 at 1:02 AM, Ken Moffat &lt;<a href="mailto:zarniwhoop@ntlworld.com">zarniwhoop@ntlworld.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; On Fri, Nov 30, 2012 at 10:27:08PM +0200, Raphael Yoshimura wrote:<br>
&gt; &gt; &gt; No idea ? Anyone ?<br>
&gt; &gt; &gt;<br>
&gt; &gt;  It appears to be something specific to Mageia.  Try grepping for<br>
&gt; &gt; SYSFONTACM in your bootscripts (/etc/rc.d/init.d/*, probably) to see<br>
&gt; &gt; how it gets used.  Not every distro uses /etc/sysconfig/i18n - it<br>
&gt; &gt; seems to be used in distros derived from Red Hat, but it&#39;s possible<br>
&gt; &gt; that Mageia has changed things over the years.<br>
&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; 25.11.2012 04:53, Raphael Yoshimura wrote:<br>
&gt; &gt; &gt; &gt;&gt; &gt; Hello all,<br>
&gt; &gt; &gt; &gt;&gt; &gt; I&#39;m having an annoying issue with kbd that I can&#39;t seem to resolve:<br>
&gt; &gt; &gt; &gt;&gt; &gt; When I boot, during the boot screen after GRUB I see an error<br>
&gt; &gt; saying:<br>
&gt; &gt; &gt; &gt;&gt; &gt; &quot;mapscrn: cannot open map file _8859-15_&quot;<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; I&#39;m using Mageia 2 Linux and my secondary language is Bulgarian.<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; This is how my /etc/sysconfig/i18n looked like;<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; SYSFONTACM=8859-15<br>
&gt; &gt; &gt; &gt;&gt; &gt;&gt; LANGUAGE=en_US:en<br>
&gt; &gt; [...]<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; I was having unicode issues aside, so when I enabled UTF-8 from<br>
&gt; &gt; Mageia<br>
&gt; &gt; &gt; &gt;&gt; &gt; Control Center, the first line disappeared. Now it looks like this.<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt;  I still can&#39;t parse this comment - you say the first line<br>
&gt; &gt; disappeared - presumably you mean the mapscrn error message ?<br>
&gt; &gt; &gt; &gt;&gt; &gt; LANGUAGE=en_US:en<br>
&gt; &gt; [...]<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; However the error still exists.<br>
&gt; &gt;<br>
&gt; &gt;  but I don&#39;t understand *what* the error is.  Does your keyboard<br>
&gt; &gt; work correctly in the console, or is it trashed ?<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; One person running Archlinux on initramfs solved his issue this way:<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; removed the keymap HOOK in the configuration file / etc /<br>
&gt; &gt; &gt; &gt;&gt; mkinitcpio.conf<br>
&gt; &gt; &gt; &gt;&gt; &gt;&gt; and regenerated the initramfs<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; However I&#39;m not running Archlinux, I don&#39;t have a<br>
&gt; &gt; /etc/mkinitcpio.conf<br>
&gt; &gt; &gt; &gt;&gt; and<br>
&gt; &gt; &gt; &gt;&gt; &gt; I&#39;m on a ext4 not an initramfs.<br>
&gt; &gt;<br>
&gt; &gt;  Most distros use a variant of initramfs or initrd - it lets them<br>
&gt; &gt; build almost everything as a module, including filesystems and disk<br>
&gt; &gt; controllers.  That part has nothing to do with the filesystem type,<br>
&gt; &gt; it is bundled in with the kernel.  I think that you probably need to<br>
&gt; &gt; regenerate whichever you are using whenever you change the setup.<br>
&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; Any ideas will be greatly appreciated.<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; <a href="https://wiki.mageia.org/en/Mageia_2_beta2#initrd" target="_blank">https://wiki.mageia.org/en/Mageia_2_beta2#initrd</a><br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; &quot;Mageia 2 will default to dracut as tool for creating initrds (initial<br>
&gt; &gt; &gt; &gt;&gt; ramdisk, used during boot). We still provide mkinitrd for those that<br>
&gt; &gt; &gt; &gt;&gt; need that, but will only support it when used with initscripts. Users<br>
&gt; &gt; &gt; &gt;&gt; of systemd must use dracut.&quot;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; So for initrd you can use either the mkinitrd or dracut. It depends on<br>
&gt; &gt; &gt; &gt;&gt; the configuration. So, do you have a systemd ?<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; You are using dracut if you have a systemd. Here&#39;s how to set up the<br>
&gt; &gt; &gt; &gt;&gt; console in dracut:<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; <a href="http://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html#_i18n" target="_blank">http://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html#_i18n</a><br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; Check out your /etc/vconsole.conf.<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; --<br>
&gt; &gt; &gt; &gt;&gt; Rgrds, legion<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; _______________________________________________<br>
&gt; &gt; &gt; &gt;&gt; kbd mailing list<br>
&gt; &gt; &gt; &gt;&gt; <a href="mailto:kbd@lists.altlinux.org">kbd@lists.altlinux.org</a><br>
&gt; &gt; &gt; &gt;&gt; <a href="https://lists.altlinux.org/mailman/listinfo/kbd" target="_blank">https://lists.altlinux.org/mailman/listinfo/kbd</a><br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Hello,<br>
&gt; &gt; &gt; &gt; Thanks for the fast reply.<br>
&gt; &gt; &gt; &gt; I do have a &quot;systemd&quot; directory, however I don&#39;t have a<br>
&gt; &gt; &quot;vconsole.conf&quot; in<br>
&gt; &gt; &gt; &gt; /etc/<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; :(<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt;  Legion&#39;s comment above appears to address the problem (although I&#39;ve<br>
&gt; &gt; no idea whether you should be using mkinitrd or dracut).  Are there<br>
&gt; &gt; any mageia lists where you can ask for help on this ?  The big<br>
&gt; &gt; questions are whether you are running systemd (probably, but now<br>
&gt; &gt; that udev is part of systemd, the presence of a systemd directory<br>
&gt; &gt; isn&#39;t necessarily conclusive!), and how to correctly reconfigure the<br>
&gt; &gt; initrd on Mageia.  All of that is distro-specific.<br>
&gt; &gt;<br>
&gt; &gt; ĸen<br>
&gt; &gt; --<br>
&gt; &gt; das eine Mal als Tragödie, das andere Mal als Farce<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; kbd mailing list<br>
&gt; &gt; <a href="mailto:kbd@lists.altlinux.org">kbd@lists.altlinux.org</a><br>
&gt; &gt; <a href="https://lists.altlinux.org/mailman/listinfo/kbd" target="_blank">https://lists.altlinux.org/mailman/listinfo/kbd</a><br>
&gt; &gt;<br>
<br>
&gt; _______________________________________________<br>
&gt; kbd mailing list<br>
&gt; <a href="mailto:kbd@lists.altlinux.org">kbd@lists.altlinux.org</a><br>
&gt; <a href="https://lists.altlinux.org/mailman/listinfo/kbd" target="_blank">https://lists.altlinux.org/mailman/listinfo/kbd</a><br>
<br>
<br>
--<br>
das eine Mal als Tragödie, das andere Mal als Farce<br>
_______________________________________________<br>
kbd mailing list<br>
<a href="mailto:kbd@lists.altlinux.org">kbd@lists.altlinux.org</a><br>
<a href="https://lists.altlinux.org/mailman/listinfo/kbd" target="_blank">https://lists.altlinux.org/mailman/listinfo/kbd</a><br>
</div></div></blockquote></div><br>