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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
CC: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "[email protected]"