[Glibc-bsd-commits] r5636 - in trunk/freebsd-utils/debian: . patches

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Mon Oct 13 12:51:40 UTC 2014


Author: stevenc-guest
Date: 2014-10-13 12:51:40 +0000 (Mon, 13 Oct 2014)
New Revision: 5636

Added:
   trunk/freebsd-utils/debian/patches/sysctl.diff
Modified:
   trunk/freebsd-utils/debian/changelog
   trunk/freebsd-utils/debian/patches/series
Log:
Set kern.ipc.shmall=32768 in /etc/sysctl.conf, as the kernel
default is too low for some Qt applications (Closes: #763706)


Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog	2014-10-12 16:46:11 UTC (rev 5635)
+++ trunk/freebsd-utils/debian/changelog	2014-10-13 12:51:40 UTC (rev 5636)
@@ -13,6 +13,8 @@
   * Delete patch mk_tests.diff: freebsd-mk now provides MK_TESTS
   * No longer try to set MK_TESTS in debian/rules;  use WITHOUT_TESTS
     instead
+  * Set kern.ipc.shmall=32768 in /etc/sysctl.conf, as the kernel
+    default is too low for some Qt applications (Closes: #763706)
 
  -- Steven Chamberlain <steven at pyro.eu.org>  Wed, 08 Oct 2014 22:18:48 +0100
 

Modified: trunk/freebsd-utils/debian/patches/series
===================================================================
--- trunk/freebsd-utils/debian/patches/series	2014-10-12 16:46:11 UTC (rev 5635)
+++ trunk/freebsd-utils/debian/patches/series	2014-10-13 12:51:40 UTC (rev 5636)
@@ -38,3 +38,4 @@
 makefiles.diff
 netstat_maddrs.diff
 netstat_oqdrops.diff
+sysctl.diff

Added: trunk/freebsd-utils/debian/patches/sysctl.diff
===================================================================
--- trunk/freebsd-utils/debian/patches/sysctl.diff	                        (rev 0)
+++ trunk/freebsd-utils/debian/patches/sysctl.diff	2014-10-13 12:51:40 UTC (rev 5636)
@@ -0,0 +1,13 @@
+Bug-Debian: http://bugs.debian.org/763706
+Forwarded: no
+
+--- a/src/etc/sysctl.conf
++++ b/src/etc/sysctl.conf
+@@ -7,3 +7,7 @@
+ # Uncomment this to prevent users from seeing information about processes that
+ # are being run under another UID.
+ #security.bsd.see_other_uids=0
++
++# Qt applications need much more shared memory than the kernel default
++# (see bug #763706)
++kern.ipc.shmall=32768




More information about the Glibc-bsd-commits mailing list