Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: openoffice2-bin-2.4.1nb1 failing to start in -current



In article <20090120215058.d897ecaa.ccatrian%eml.cc@localhost>,
César Catrián Carreño  <ccatrian%eml.cc@localhost> wrote:
>Hi,
>
>
>Have someone this problem?
>
>cetrox@core $ soffice
>[1]   Real time signal 0      "${sd_prog}/java...
>[1]   Real time signal 0      "${sd_prog}/${sd...
>cetrox@core $
>
>System recently updated to 5.99.6.

You are running a linux binary in emulation, and you don't have COMPAT_16
enabled, thus the signal code using SIGCONTEXT is not enabled, and rt_sigaction
returns EINVAL. Update to current, or compile a kernel that has COMPAT_16
enabled.

christos



Home | Main Index | Thread Index | Old Index