Am Sun, 04 Oct 2015 18:43:47 -0700 schrieb Linda Walsh <suse@tlinx.org>:
Peter Ragosch wrote:
Any other idea?
Shot in the dark if you execute one of the following command lines, do you see the EMULATION=y output?
zgrep IA32_EMU /proc/config.gz CONFIG_IA32_EMULATION=y
or
gunzip </proc/config.gz |grep IA32_EMU CONFIG_IA32_EMULATION=y
I.e. it's possible to create a kernel that doesn't support IA32 emulation, so no matter what 32-bit rpms you have loaded, it won't work.
Thank you for your suggestion, Linda. The "Bad system call" problem was solved on [opensuse-factory] meanwhile. Now I get: raven:~ # zgrep IA32_EMU /proc/config.gz CONFIG_IA32_EMULATION=y /proc/config.gz:CONFIG_IA32_EMULATION=y gzip: CONFIG_IA32_EMULATION=y.gz: No such file or directory raven:~ # gunzip </proc/config.gz |grep IA32_EMU CONFIG_IA32_EMULATION=y raven:~ # For closing this thread I'll report the solution here too: As Andrei suggested I commented out line "SystemCallArchitectures=" raven:~ # edit /etc/systemd/system.conf: ..... # SystemCallArchitectures= ..... created a new initramfs raven:~ # /sbin/mkinitrd did a reboot checked seccomp status raven:~ # cat /proc/self/status | grep -i seccomp Seccomp: 0 that looks well! tested 32bit programs peter@raven:~> wine Usage: wine PROGRAM [ARGUMENTS...] Run the specified program wine --help Display this help and exit wine --version Output version information and exit peter@raven:~> acroread -> acroread window pop-up OK, 32bit apps are able to run! No "Bad system call" any more. Problem solved. -- Mit freundlichen Grüßen Kind Regards Peter Ragosch -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org