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/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210507 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-CURR= ENT. 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-Sta= rt. Current value: 25165824. (man 5 apt.conf) Increasing the value does nothing. To debug I tried using strace.=20 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 int= el drivers working to also improve driver support for intel chipsets. Please = let me know if I can be of further assistance. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210507-6>