Ken Moffat wrote:
> On Thu, Feb 28, 2013 at 05:51:30PM -0600, Bruce Dubbs wrote:
>>
>> I'm not sure.  The base code has:
>>
>> set pmap "${topdir}pmap"
>> set pmap_initname "1:\\s+\\S+\[^\\r\]+\\s+"
>> ...
>> set test "pmap X with unreachable process"
>> spawn $pmap -X 1
>> expect_pass $test "$pmap_initname\$"
>>
>> The sed removes that trailing \$
>>
>> So it's running 'pmap -X 1'.  When I run that from the command line, I
>> get no output at all, but that's without /proc mounted...
>
>   You normally run without /proc ?

No, I don't.  However after a build but before a reboot I can still 
reenter into the chroot environment.  That does not always have the 
virtual directories mounted.  For instance, many BLFS packages do not 
need them.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to