[Bug 210507] Linux compat function needed
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jun 24 01:26:33 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210507
Bug ID: 210507
Summary: Linux compat function needed
Product: Other
Version: unspecified
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Spam
Assignee: bugmeister at FreeBSD.org
Reporter: jpm820 at gmail.com
CC: dchagin at FreeBSD.org, freebsd-amd64 at FreeBSD.org
CC: freebsd-amd64 at FreeBSD.org
Hello,
I am trying to work with Matt Macy to improve linux compat for FreeBSD-CURRENT.
I am currently extracting a linux environment into a chroot by doing:
tar -xf xenial-server-cloudimg-amd64-root.tar.gz -C /compat/linux
I am then chrooting by doing:
chroot /compat/linux/ /bin/bash
>From there I am trying to run apt-get update which results in:
E: Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start.
Current value: 25165824. (man 5 apt.conf)
Increasing the value does nothing. To debug I tried using strace.
Unfortunately running strace even using:
strace ls
results in
strace: ptrace(PTRACE_TRACEME, ...): Function not implemented
The purpose of this entire excercise is to get some debugging tools for intel
drivers working to also improve driver support for intel chipsets. Please let
me know if I can be of further assistance.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-amd64
mailing list