Bug 127146
| Summary: | "chroot" can not work. :( | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lee Shih-Yuan <b87201029> |
| Component: | coreutils | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 19:04:19 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
You need to boot with vdso=0 to work around this glibc bug. *** This bug has been marked as a duplicate of 121351 *** I add vdso=0 to boot fedora core 2 ... This time it appears "Segmentation fault". XD This is not a coreutils problem, but an already-reported glibc bug. *** This bug has been marked as a duplicate of 121351 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.6) Gecko/20040122 Description of problem: Fedora Core 2 # chroot /mnt/hda7 /bin/bash Inconsistency detected by ld.so: rtld.c: 1192: dl_main: Assertion `(void *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed! # rpm -qf /usr/sbin/chroot coreutils-5.2.1-7 # uname -a Linux localhost.localdomain 2.6.6-1.435 #1 Mon Jun 14 09:09:07 EDT 2004 i686 i686 i386 GNU/Linux Version-Release number of selected component (if applicable): coreutils-5.2.1-7 How reproducible: Always Steps to Reproduce: 1.mount /dev/hda7 /mnt/hda7 2.chroot /mnt/hda7 /bin/bash 3.then fails. :( Additional info: