Date: Fri, 24 Jun 2016 01:26:32 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 210507] Linux compat function needed Message-ID: <bug-210507-6@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
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@FreeBSD.org Reporter: jpm820@gmail.com CC: dchagin@FreeBSD.org, freebsd-amd64@FreeBSD.org CC: freebsd-amd64@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.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210507-6>
