svn commit: r492110 - branches/2019Q1/x11/lightdm

Ben Woods woodsb02 at FreeBSD.org
Mon Feb 4 10:35:48 UTC 2019


Author: woodsb02
Date: Mon Feb  4 10:35:47 2019
New Revision: 492110
URL: https://svnweb.freebsd.org/changeset/ports/492110

Log:
  MFH: r492108
  
  x11/lightdm: Include pkg-message explaining how to fix LightDM coredumps
  
  PR:		229471
  Submitted by:	madpilot
  Reported by:	Manuel Stühn <freebsd at justmail.de>
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q1/x11/lightdm/Makefile
  branches/2019Q1/x11/lightdm/pkg-message
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/x11/lightdm/Makefile
==============================================================================
--- branches/2019Q1/x11/lightdm/Makefile	Mon Feb  4 10:28:46 2019	(r492109)
+++ branches/2019Q1/x11/lightdm/Makefile	Mon Feb  4 10:35:47 2019	(r492110)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lightdm
 PORTVERSION=	1.24.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 MASTER_SITES=	https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
 

Modified: branches/2019Q1/x11/lightdm/pkg-message
==============================================================================
--- branches/2019Q1/x11/lightdm/pkg-message	Mon Feb  4 10:28:46 2019	(r492109)
+++ branches/2019Q1/x11/lightdm/pkg-message	Mon Feb  4 10:35:47 2019	(r492110)
@@ -1,2 +1,9 @@
-For lightdm to function, it requires one of the available greeters to be
+For LightDM to function, it requires one of the available greeters to be
 installed, which are available in the ports tree at x11/lightdm-*greeter*
+
+LightDM needs the maximum amount of memory a daemon may request to be locked
+into main memory using mlock(2) to be increased above the FreeBSD default.
+Without doing this, LightDM will often crash when the service is started.
+To increase this limit, run the following commands:
+# sed -i '' -e 's/memorylocked=128M/memorylocked=256M/' /etc/login.conf
+# cap_mkdb /etc/login.conf


More information about the svn-ports-branches mailing list