svn commit: r492108 - head/x11/lightdm

Ben Woods woodsb02 at FreeBSD.org
Mon Feb 4 10:26:15 UTC 2019


Author: woodsb02
Date: Mon Feb  4 10:26:14 2019
New Revision: 492108
URL: https://svnweb.freebsd.org/changeset/ports/492108

Log:
  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>
  MFH:		2019Q1

Modified:
  head/x11/lightdm/Makefile
  head/x11/lightdm/pkg-message

Modified: head/x11/lightdm/Makefile
==============================================================================
--- head/x11/lightdm/Makefile	Mon Feb  4 10:07:17 2019	(r492107)
+++ head/x11/lightdm/Makefile	Mon Feb  4 10:26:14 2019	(r492108)
@@ -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: head/x11/lightdm/pkg-message
==============================================================================
--- head/x11/lightdm/pkg-message	Mon Feb  4 10:07:17 2019	(r492107)
+++ head/x11/lightdm/pkg-message	Mon Feb  4 10:26:14 2019	(r492108)
@@ -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-all mailing list