Sorry I tried a more readable command line and got a more readable
output too ;-)
[EMAIL PROTECTED]:~$ strace qemu -M pc -hda
/home/adriano/Scrivania/openwrt-x86-jffs2-128k.image -m 64, -k it, -net
nic,vlan=0 -net user,vlan=0,hostname=emu -boot c
execve("/usr/bin/qemu", ["qemu", "-M", "pc", "-hda",
"/home/adriano/Scrivania/openwrt-"..., "-m", "64,", "-k", "it,", "-net",
"nic,vlan=0", "-net", "user,vlan=0,hostname=emu", "-boot", "c"], [/* 35 vars
*/]) = 0
brk(0)
[...]
stat64("/home/adriano/Scrivania/openwrt-x86-jffs2-128k.image",
{st_mode=S_IFREG|0644, st_size=21676032, ...}) = 0
open("/home/adriano/Scrivania/openwrt-x86-jffs2-128k.image",
O_RDONLY|O_LARGEFILE) = 4
_llseek(4, 0, [21676032], SEEK_END) = 0
_llseek(4, 0, [0], SEEK_SET) = 0
read(4, "\353H\220\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2048) =
2048
close(4) = 0
open("/home/adriano/Scrivania/openwrt-x86-jffs2-128k.image",
O_RDWR|O_LARGEFILE) = 4
_llseek(4, 0, [21676032], SEEK_END) = 0
open("/usr/share/qemu/keymaps/it,", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such
file or directory)
write(2, "Could not read keymap file: \'/us"..., 58Could not read keymap file:
'/usr/share/qemu/keymaps/it,'
) = 58
exit_group(1) = ?
Process 23907 detached
Where the interesting line is:
open("/usr/share/qemu/keymaps/it,", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such
file or directory)
And:
[EMAIL PROTECTED]:~$ ls -l /usr/share/qemu/keymaps/it
-rw-r--r-- 1 root root 2462 2008-02-13 04:18 /usr/share/qemu/keymaps/it
[EMAIL PROTECTED]:~$
So ls CAN access the file, qemu can NOT.
I really wonder why !
--
qemu can't read the keyboard layout files
https://bugs.launchpad.net/bugs/258539
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs