Re: all binaries get signal 11
Marcel Moolenaar <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ia64 |
|---|---|
| Message-ID | <[email protected]> |
On Jan 24, 2011, at 7:24 AM, Michael Moll wrote: > Hi All, > > after upgrading a HP rx2600 from an end-June-ish -CURRENT to a recent > one all binaries fail with signal 11. Trying to rescue something I set > up a netboot environment with a crossbuilt ia64-world on amd64, but here > happens the same: I'm working on it. Recent changes related to making the stack non- executable on i386/amd64 broke ia64. The problem is with the runtime linker. You can get a working runtime linker by "updating" to revision 217103 in /usr/src/libexec/rtld-elf. Build and install. BTW: You can recover by booting single-user and selecting /rescue/sh as the shell. Then, copy /libexec/ld-elf.so.1.old to /libexec/ld-elf.so.1 after first removing the immutability flag on the latter. Use /rescue/chflags and /rescue/cp for the task. FYI, -- Marcel Moolenaar [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ia64 To unsubscribe, send any mail to "[email protected]"