Date: Tue, 17 May 2016 16:55:55 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 184340] PATH_MAX not interoperable with Linux Message-ID: <bug-184340-8-0hT4qMQDrN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-184340-8@https.bugs.freebsd.org/bugzilla/> References: <bug-184340-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D184340 --- Comment #4 from Ben RUBSON <ben.rubson@gmail.com> --- Hello, I'm also facing this issue where PATH_MAX is too small (FreeBSD 10.3). Is there any plan to : - increase this value to a higher value ? - make this value user-tunable ? - remove this limitation ? As a workaround, where can we change it by ourselves ? find /usr/src/ -type f -exec grep -i "define.*path.*1024" {} \; -ls There are a lot of defines which are related to paths and hard-coded to 102= 4, so could be quite tricky to make this change without side-effects. Thank you very much ! Ben --=20 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-184340-8-0hT4qMQDrN>