Date: Sun, 16 Aug 2015 17:39:39 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202367] sysutils/byobu relies on linprocfs at /proc Message-ID: <bug-202367-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202367 Bug ID: 202367 Summary: sysutils/byobu relies on linprocfs at /proc Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: coffmanjk@gmail.com Created attachment 159928 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159928&action=edit Patches for includes to redirect to /compat/linux/proc sysutils/byobu has widgets in /usr/local/lib/byobu/include that rely on having a linprocfs mounted on /proc. Attached patch redirects these to /compat/linux/proc - still requires linprocfs, but in the correct place per hier(7). Also add to pkg-message: ====================================================================== byobu requires linprocfs(5) mounted on /compat/linux/proc If you have not done it yet, please do the following: mkdir -p /compat/linux/proc chown -w /compat/linux/proc mount -t linprocfs linproc /compat/linux/proc To make it permanent, you need the following lines in /etc/fstab: linproc /compat/linux/proc linprocfs rw 0 0 ====================================================================== -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202367-13>