On Fri, Jan 16, 2009 at 7:32 AM, Albert Hopkins <[email protected]> wrote: > On Fri, 2009-01-16 at 07:24 -0800, Mark Knecht wrote: >> Hi, >> I've completed my updates of this older Mac Mini. The machine boots >> and runs fine but there's a small problem in the boot console: >> >> * Loading key mappings >> * /bin/loadkeys not found >> ** ERROR: cannot start consolefont as keymaps could not start >> >> None of this occurred prior to the emerge -DuN world. >> >> I tried using equery belongs /bin/loadkeys but it didn't find >> anything, There seem to be a number of bugs that discuss this which >> are a bit beyond my understanding of what to do, like this one: >> > My loadkeys is in /usr/bin
Interesting difference. I'm setting up this Power PC based MacMini to be a secondary MythTV backend server. My x86 backend server agrees with you: <x86> Sector9 ~ # slocate loadkeys /usr/share/man/man1/loadkeys.1.bz2 /bin/loadkeys Sector9 ~ # <ppc> MacMini ~ # slocate loadkeys /usr/bin/loadkeys /usr/share/man/man1/loadkeys.1.bz2 MacMini ~ # That file seems to be supplied by kbd: MacMini ~ # equery belongs /usr/bin/loadkeys [ Searching for file(s) /usr/bin/loadkeys in *... ] sys-apps/kbd-1.14.1-r1 (/usr/bin/loadkeys) MacMini ~ # However the keymaps initscript comes from baselayout? MacMini ~ # equery belongs /etc/init.d/keymaps [ Searching for file(s) /etc/init.d/keymaps in *... ] sys-apps/baselayout-1.12.11.1 (/etc/init.d/keymaps) MacMini ~ # It seems that my current mythbackend machine has an older kbd package: Sector9 ~ # emerge -pv baselayout kbd These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] sys-apps/baselayout-1.12.11.1 USE="unicode -bootstrap -build -static" 0 kB [ebuild R ] sys-apps/kbd-1.13-r1 USE="nls" 0 kB Total: 2 packages (2 reinstalls), Size of downloads: 0 kB Sector9 ~ # > >> http://bugs.gentoo.org/show_bug.cgi?id=232072 >> >> I guess it's caused by some issue in baselayout and may be fixed in >> a newer version. I can wait for the new version to become stable if >> this won't cause any big problems but I cannot evaluate the severity >> of this on my own. >> >> Comments? Can I leave it alone and not worry about problems? > > A word of advice, when a bugzilla is resolved as DUPLICATE you should > (almost always) immediately click on the bug that it's a duplicate of > because that's where all the action is taking place: > > http://bugs.gentoo.org/show_bug.cgi?id=215496 > Actually I should/could have posted that but it seemed to me it didn't say much of anything. I thought the one I posted had more info. Anyway, I see the older version is in portage so I suppose I should jsut go back to that for now? MacMini ~ # eix -I kbd [I] sys-apps/kbd Available versions: 1.12-r8 1.13-r1 1.14.1-r1 ~1.15 {nls} Installed versions: 1.14.1-r1(14:18:42 01/15/09)(nls) Homepage: http://freshmeat.net/projects/kbd/ Description: Keyboard and console utilities MacMini ~ # Thanks, Mark

