Solaris 11.1 console layout switch in VirtualBox

I have Win7pro x64 as a VirtualBox host system and Solaris 11.1 as guest.
Solaris was installed in text mode, with default language and keymap settings (English).
Then I have changed locale settings:
pkg change-facet facet.locale.ru_RU=True
svccfg -s svc:/system/environment:init \
setprop environment/LANG = astring: ru_RU.UTF-8
svcadm refresh svc:/system/environment
and layout settings:
svccfg -s keymap:default setprop keymap/layout = Russian
svcadm refresh keymap
svcadm restart keymap
also I have tried:
kbd -s with selecting Russian
loadkeys
But after system reboot I still can't switch keyboard layout (US always).
I have tried all combinations of ctrl,shift,alt (and also "win key" and "menu").
This is when virtual machine have no GUI installed.
After installing GUI I have a login request window with RU layout and I can not switch to US layout to enter login name.
So I had to switch back keymap settings to enter the system:
svccfg -s keymap:default setprop keymap/layout = US-English
What am I doing wrong?
And whats the difference between "setprop keymap/layout" and "kbd -s"?
P.S. yes, I can use ssh for working with server. And now I am using it. But I have already spend enough time for working with this issue. Thats why I want to know the right answer.
Thanks!
Edited by: user13068010 on 29.05.2013 0:27

You are not doing anything wrong...
You've correctly set Russian facet (ru_RU), then you've correctly set the default system locale in LANG to ru_RU.UTF-8 locale and then you've correctly set the Russian keyboard layout for the console by modifying the keymap property with the correct value and refreshes/restarted it. (There is one more step you did not do: to run kbd -i so that the keymap kernel module will be loaded... it is a bug that was fixed in S11.2)
Unfortunately S11.1 does not have support for Russian Keyboard Layout in the Console, and so in the Console you are not able to input Russian characters even if all settings are correctly set, the input will fallback to the default input: US-English.
When you install GUI (I guess GNOME) then you are able to input Russian characters.
" And whats the difference between "setprop keymap/layout" and "kbd -s"? "
The SMF Property svc:/system/keymap:default is the one that stores the value of keymap/layout... and so what kbd -s <layout> does is: set keymap/layout value (<layout>) in Property svc:/system/keymap:default and then it refreshes and restarts the property . Additionally since S11.2 it also runs kbd -i and loadkeys commands.

Similar Messages

  • Error while trying to save layout:Console layout (Access is denied)

    Got an error while trying to save changes made in the layout,
    The error message is
    1) 'Preference.properties' (Access is denied), In the details button 'java.io.FileNotFoundException...'
    2) and on continuing futher, another message displayed is - 'Error while trying to save layout:Console layout (Access is denied)
    There is no Oracle Error Number associated with this message. It is a Oracle Warehouse Builder Error
    I have checked that
    1) this file exist in owb home/owb/bin/admin/Preference.properties
    2) It is not read only
    3) tried to set a parameter REPOS_DB_VERSION_ALLOWED=Oracle 10g
    as specified in the Installation and Admin Guide
    Please can you help?

    Also, not that you shouldn't get to the bottom of this, but you should be aware that any of your development or mapping changes are likely still being saved to the respository.
    In other words, you could continue working and just ignore these errors. We ran into this situation (it was indeed simply file permissions on the owb directories), but we noticed right away that at least our actual OWB work was in fact still being committed to the respository every time.

  • Keyboard layout switching not working

    i use xfce4 and i created /etc/X11/xorg.conf
    Section "InputClass"
        Identifier             "Keyboard Defaults"
        MatchIsKeyboard        "yes"
        Option                 "XkbLayout" "us, ar"
        Option                 "XkbOptions" "grp:alt_shift_toggle"
    EndSection
    but it's not working.
    xfce4 has a program called Keyboard in settings menu, i used it it gives the ability to add another language but it doesnt has a switching capability.

    I don't use keyboard layout switch through xorg.conf because it stops to work sometimes(if i use setxkbmap for example).
    So i am using setxkbmap in .xinitrc.
    setxkbmap -model pc105 \
    -layout "de,ru" \
    -variant "basic,phonetic" \
    -option -option "grp:sclk_toggle, grp_led:scroll, terminate:ctrl_alt_bksp, caps:none"
    and "kbdd" for remembering layout for each window.
    Change it to your needs or check the arch wiki about xorg.conf.d .

  • Hotplugging: no kbd layout switching any more

    Hi,
    After the most recent upgrade (xf86-input-evdev, xf86-input-keyboard, etc.) no keyboard layout switching for me any more.
    Present configuration:
    (1) KDEmod 3, Keyboard Layout: Evdev-managed keyboard (as it used to be)
    (2) No fdi files updated, either in /etc/hal/fdi or in /usr/share/hal/fdi
    (3) /etc/hal/fdi/policy/10-keymap.fdi:
    <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
    <deviceinfo version="0.2">
      <device>
        <match key="info.capabilities" contains="input.keymap">
          <append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
        </match>
        <match key="info.capabilities" contains="input.keys">
          <merge key="input.xkb.rules" type="string">base</merge>
          <!-- If we're using Linux, we use evdev by default (falling back to
               keyboard otherwise). -->
          <merge key="input.xkb.model" type="string">keyboard</merge>
          <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
                 string="Linux">
            <merge key="input.xkb.model" type="string">evdev</merge>
          </match>
          <merge key="input.xkb.layout" type="string">us,ru</merge>
          <merge key="input.xkb.variant" type="string" />
          <merge key="input.xkb.options" type="string">grp:caps_toggle</merge>
        </match>
      </device>
    </deviceinfo>
    (4) /etc/hal/fdi/policy/11-x11-synaptics.fdi:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
      <device>
        <match key="info.capabilities" contains="input.touchpad">
          <match key="info.product" contains="Synaptics TouchPad">
            <merge key="input.x11_driver" type="string">synaptics</merge>
        <!-- Arbitrary options can be passed to the driver using
             the input.x11_options property since xorg-server-1.5. -->
        <!-- EXAMPLE:
        <merge key="input.x11_options.LeftEdge" type="string">120</merge>
        -->       
            <merge key="input.x11_options.AlwaysCore" type="string">true</merge>
            <merge key="input.x11_options.Protocol" type="string">auto-dev</merge>
            <merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
            <merge key="input.x11_options.SHMConfig" type="string">false</merge>
            <merge key="input.x11_options.LeftEdge" type="string">1700</merge>
            <merge key="input.x11_options.RightEdge" type="string">5300</merge>
            <merge key="input.x11_options.TopEdge" type="string">1700</merge>
            <merge key="input.x11_options.BottomEdge" type="string">4200</merge>
            <merge key="input.x11_options.FingerLow" type="string">25</merge>
            <merge key="input.x11_options.FingerHigh" type="string">30</merge>
            <merge key="input.x11_options.MaxTapTime" type="string">180</merge>
            <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
            <merge key="input.x11_options.HorizEdgeScroll" type="string">true</merge>
            <merge key="input.x11_options.CornerCoasting" type="string">true</merge>
            <merge key="input.x11_options.CoastingSpeed" type="string">0.30</merge>
            <merge key="input.x11_options.VertScrollDelta" type="string">100</merge>
            <merge key="input.x11_options.HorizScrollDelta" type="string">100</merge>
            <merge key="input.x11_options.MinSpeed" type="string">0.10</merge>
            <merge key="input.x11_options.MaxSpeed" type="string">0.60</merge>
            <merge key="input.x11_options.AccelFactor" type="string">0.0050</merge>
            <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
            <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
            <merge key="input.x11_options.TapButton1" type="string">1</merge>
            <merge key="input.x11_options.TapButton2" type="string">2</merge>
            <merge key="input.x11_options.TapButton3" type="string">3</merge>
          </match>
          <match key="info.product" contains="AlpsPS/2 ALPS">
            <merge key="input.x11_driver" type="string">synaptics</merge>
          </match>
          <match key="info.product" contains="appletouch">
            <merge key="input.x11_driver" type="string">synaptics</merge>
          </match>
          <match key="info.product" contains="bcm5974">
            <merge key="input.x11_driver" type="string">synaptics</merge>
          </match>
        </match>
      </device>
    </deviceinfo>
    CapsLock works as usual, layout icon toggles as it's supposed to, but I'm having only English characters, regardless.
    Any ideas?
    Last edited by Llama (2009-05-09 18:23:30)

    Here they discuss the same thing.
    This, too, sounds familiar, though the perceived cause is different.
    rocknice, do you mean that the problem is recognized, the but reports filed, etc.?
    Last edited by Llama (2009-02-16 10:25:39)

  • [Solved]Compiz Standalone + Layout switching: how?

    Hi!
    I`m trying Compiz standalone at the moment, and while everything works at the moment, i ran into problems with layout switching. While using Openbox, i had XXKB configured properly to remember all my three layouts (english, russian, latvian ) for every application opened, and AXKB running in tray to show my current layout.
    When i switched to Compiz, xxkb doesn`t work anymore. It shows up in the running processes, but it doesn`t do anything.
    Any other apps i can use with compiz? Any specific configuration in xxkb config file?
    Last edited by K0tuk (2009-09-13 18:48:18)

    Solved this by installing gxneur.

  • [SOLVED] Keyboard layout switching

    Hello,
    I have a problem with keyboard layout switching key.
    Just notice it not working anymore...
    here is my key setting in xorg.conf
    Section "InputDevice"
    Identifier "Keyboard"
    Driver "kbd"
    Option "XkbLayout" "us,th"
    Option "XkbOptions" "grp:alt_shift_toggle"
    EndSectionp
    Last edited by xcession (2008-11-05 13:23:57)

    bender02 wrote:
    xcession wrote:EndSectionp
    extra p?
    Seriously though, it looks fine to me. There's a wiki article http://wiki.archlinux.org/index.php/Con … youts_in_X
    I'd try adding
    Option "XkbRules" "xorg"
    although that could be automatic.
    Oops! it's my typo when posting that post...
    Added Option "XkbRules" "xorg"
    but still doesn't work...:(

  • Keyboard layout switching does not work if I connect a second keyboard

    When I connect an external keyboard (a very ordinary Dell keyboard, no extra keys or something unusual) to my laptop, XFCE keyboard layout switcher disappears from a the and keyboard shortkut meant to switch also does not work. Rebooting with the keyboard initially attached does not help. Any ideas how to fix?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Solaris 10 Management Console error

    I found an error in the new Solaris 10 x86 (11/04).
    I downloaded the free Software Express for Solaris x86 Platform (11/04) and installed it on a Dell 8600 P4 1.8 system. Fresh install of all software excluding OEM on a new hard drive. I was logged in as Root. Started the Solaris Management Console to do some initial NFS mounts. Expanded Storage->Mounts and Shares from within the Navigation window. In this same Navigation window clicking on �Mounts� gives the following error: �Unable to read security authorizations because of an unexpected error from the management server. CIM_ERR_FAILED�.
    Work around for now was to do a manual �mount� editing �/etc/vfstab�.
    ED :(

    Hello,
    I've the same problem, but I'm a Newbie to Unix. Unfortunately the Guides from the sun-homepage assume the Management Console Server to work. It would be very helpful for me to get some overview at the file-structure in Solaris 10 - best including were to find witch configuration-file and discription of their syntax. I could also do workarounds for my configuration-needs with that.
    Ok, rtfm, one could say, but perhaps it's no problem and someone who reads this can simply post a link to such an overwiev.
    thanks and greetings
    stefan

  • Solaris Container Manager console does not work

    I've loaded SMC 3.6 and loaded the container manager piece with no problems on a fresh Solaris 10 (11/06) install on a blade 1000. The managment center works just fine. I've loaded the container manager according to the following doc:
    http://docs.sun.com/app/docs/doc/819-4098/6n699bc48?a=view
    The install went fine but when I point my browser to the page specified in the doc above the browser wants to download a bin file. I've restarted the java web server as shown in the above doc and I've scanned the port 6789 with nmap to make sure it was open. All browsers I've tried want to download a bin file. They are not launching a console as shown in the doc.
    I've tried firefox on linux, netscape on solaris and IE on windows. Java is loaded and working on all platforms. How do I get this working?

    use secure http
    https://<server name>:6789
    make sure you ran the setup for Solaris Container Manager

  • Solaris 10 management console

    I have Solaris 10 installed and I am unable to log into the Solaris Management console. I am to open it but as I click on an icon it will ask for a password. I have tried root and my username and it keeps telling password is wrong when I know its correct.
    Any help is appreciated,
    Jim
    By the way, it was an upgrade from 9 to 10 and this happens on both Sparc and X86 versions.

    Same problem here!
    I am using Solaris 10 on a Sparc machine (not PC). After I installed the OS,
    I tried to configure the system. And when I first started "# /usr/sadm/bin/smc & ",
    I got the following message.
    =======================================================
    Server Not Running
    No Solaris Management Console server was available on the specified server. Please ensure there is a Solaris Management Console server available on the specified host and that it is running.
    =======================================================
    I have been looking around for solutions/hints/advice/suggestions/work-arounds, and it seems that there are a lot of people on the same boat with me! Does anyone from Sun have any tips for us?
    This should be something (or at least they should try to make it!) very basic and simple for one to start to use the system, shouldn't it?

  • Solaris 10  x86 console screen resolution and blank console after exiting X

    Hello,
    At some point my Solaris 10 machine stopped showing the console after leaving Xorg for the console login. I know the console is active because I can blindly pass the shutdown or other command and it will respond, or after waiting a few minutes will bring the GUI login back. I can see the console before the GUI login while booting but not after. I have a dual output Nvidia 6200 on a 22" LCD running Solaris 10 using the latest Nvidia drivers. I would also like to know if it possible to set the console screen resolution somehow either from the shell or from grub? I have been searching the internet for weeks about this and am unable to find a solution.
    TIA,
    Brett

    After doing even more searching, it looks as if this is an issue with Nvidias drivers. At least similar issues on Linux and FreeBSD that I have seen. Anyone know of a fix other than reverting to much older drivers? Still cannot find any info on setting the console screen resolution, though I can't even see it at the moment unless I refrain from ever starting X again. There has to something similar to vga= that's used in Linux. Anyone?
    Brett

  • Solaris 10 & Management Console RMIERROR

    The Management Console started but when I tried to use it I received a RMIERROR.
    I then did
    /etc/init.d//init.wbem stop
    followed by
    /etc/init.d//init.wbem start
    I then received a startup message. But when I went back to the desk top and started the
    console again, I recieved the RMIERROR.
    I have 1Gb of ram and 160 Gb of disk.

    I'm having the same problem on Solaris 10 (SPARC). Is there a resolution yet? It was working while my machine thought it's hostname was UNKNOWN, but now I have set it, it no longer seems to work

  • Solaris 10 management console... login problem!

    Hi all!
    I have started correctly the solaris management console server using /etc/init.d/init.wbem start.
    I have launched the console correctly too (/usr/sbin/smc)
    But when I try to access some aministrative tool (such as user management or disk management), it prompts a message asking me for the root password, which I wrote correctly too... but it always returns a "login failed" message...
    Any idea??? Anyone else have the same problem???
    Thanks.

    Yes, I have the exact same problem. For me the problem is caused by the fact that solaris management console will not work with blowfish or md5 hashed passwords for root. Since I enabled and created a root password using md5, I cannot use the management console. This is what sun support wrote back to me about this:
    PROBLEM SUMMARY :
    as root. Root password is rejected. Even when run 'smc' as root user,
    asks for root password again and rejects it
    SOLUTION :
    have found many instances stating blowfish and SMC do not work..I did
    find one potential workaround, but it may or may not work.If you want
    totry it here is what they suggested..
    To use SMC, must disable non-default password algorithm,
    Set the CRYPT_DEFAULT line in /etc/security/policy.conf to:
    CRYPT_DEFAULT=__unix__
    Then delete the SMC users password with passwd -d, then set a new password:
    # passwd -d root
    passwd: password information changed for root
    # passwd root
    New Password:
    Re-enter new Password:
    passwd: password successfully changed for root
    Try it on as test box in case it messes up SMC
    Other than that it looks like it is not compatible
    Odd that the 'most advanced operating system' behaves in this manner.

  • Xfce4 keyboard layout switcher

    I am having a strange issue with setting up xfce4 on my fathers' laptop. Every time I switch the keyboard layout, the x terminal emulator start acting weird:
    [jarda-wien@primator ~]$ whoami
    jarda-wien
    [jarda-wien@primator ~]$ echo hello
    bash: echo hello: command not found
    [jarda-wien@primator ~]$ ping www.google.com
    bash: ping www.google.com: command not found
    [jarda-wien@primator ~]$ echo $PATH
    bash: echo /bin:/usr/bin:/sbin:/usr/sbin:/opt/java/jre/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/opt/qt/bin: No such file or directory
    Before switching the keyboard, everything works fine... As this doesn't happen on virtual terminal, it may be an xorg/xfce issue. What do you make of it?

    ok so I've made a workaround for that... The problem seems to be not only xfce4 related as the same behavior can be seen on yakuake running on xfce4 and every other terminal emulator I have tried, as well as on openbox and all the terminals. Anyway, here's the fix:
    Remove any
    Option "XkbLayout" "us,cz"
    Option "XkbOptions" "grp:alt_shift_toggle"
    and install xbindkeys from extra.
    Next edit and save the following script somewhere:
    #!/bin/bash
    # Put your desired layouts, space separated, between the brackets
    layout=(us de cz)
    # Main code, do not change, unless you know what you're doing
    current=$( setxkbmap -print | grep -o 'pc+[a-zA-Z0-9_-/]*' | sed 's/pc+//' )
    num=${#layout[@]}
    i=0
    for use in ${layout[@]} ; do
    i=$[ i + 1 ]
    if [[ $current = $use ]] ; then
    if [[ $i -eq $num ]] ; then
    setxkbmap ${layout[0]}
    break
    else
    setxkbmap ${layout[$i]}
    break
    fi
    fi
    done
    exit $?
    Make the script executable and try it! It should cycle through the specified layouts. The next step is to map the script to a keyboard shortcut in .xbindkeysrc (look up how in the wiki...)
    Everything works now, even after switching the layout!!!

  • Ultra sparc IIe insalling solaris with serial console

    I bought a sparc and I'm trying to install solaris 10. It came with solaris installed on a 15gb hard drive, and I want to replace the hard drive.
    As it came, when I boot, it says that no keyboard was detected and that ttya will be used for input/output. Then X starts and I can use the USB keyboard and mouse.
    When attempting to install, with a blank hard drive installed, I get the same message, then the screen goes black. So, I've hooked up a terminal emulator running on linux (cutecom), and I can see messages on the console, but I can't seem to get a prompt. It says OpenBoot etc. then bad magic number in disk label, then "Timeout waiting for ARP/RARP packet" over and over.
    Is there some key stroke I need to send to get a prompt? I've tried various keystrokes.

    sid_sanders wrote:
    yes. do you have the install media (cd/dvd)? if so, at the ok prompt type: boot cdrom -s
    you will get # prompt and can label the disk using format. once that is done, you can do init 0. at ok prompt do
    boot cdrom - nowinMy question is: how do I get to the prompt? Is there a keystroke I must send? I don't get a prompt. I had tried typing "boot cdrom - text" and I get no response.

Maybe you are looking for

  • How much RAM can go into my Macbook Pro

    Hey, I wanted to ask how much RAM can go into my Mid 2012 Macbook Pro I looked at this guide http://support.apple.com/kb/HT1270?viewlocale=en_US#link1 and it said I can only but In 8 GB I want to put 16 GB but was wondering if this would ruin my comp

  • Is there a way to comment on specific Document Version?

    I have high hopes for document versioning.  However, I can't find much information on the details.  I'd like to understand how it works a little bit better. I have lots of questions.  But the first thing that came to my attention is that to be really

  • Item category group for Raw Materials

    Hello Gurus, Goodmorning, I have a client requirement, Here my client is selling the  Raw materials , i  have some  confusion in taking the category group  , what is the item category group  we  have to use for determing for  the sales   categories ?

  • Lightroom opens Photoshop CS4 for edit but file doesn't open

    I have tried looking for this thread but have not found it... 447 threads are a lot to scan... When I try to edit a Lightroom 2.3 file in Photoshop CS4 Extended, Photoshop launches but the file does not open (same for all other edit options: layers,

  • Blackberry 9320 broken,9360 on the same route due to "battery to low for radio use" etc

    My previous blackberry 9320 ,which I can't use anymore, aswell as my 9360 that's on the same route as the previous one started out in the beginning with -battery to low for radio use(which I would turn back on) Later my memory card couldn't be recogn