On Thu, March 24, 2016 12:56, Hazel Russman wrote: > I am in Chapter 6 of LFS 7.9 and have just built procps-ng. > > I get the following failure messages: > Running ./pmap.test/pmap.exp ... > FAIL: pmap X with unreachable process > FAIL: pmap XX with unreachable process >
Is /proc mounted and do you have read access to /proc/1/smaps ? 'cat /proc/1/smaps' You can run: 'pmap -X 1' and 'pmap -XX 1' or The open may succeed but the read may not. In which case it could be a change in the kernel of how pmap behaves. Sincerely, William Harrington -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
