Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2019 10:35:47 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r492110 - branches/2019Q1/x11/lightdm
Message-ID:  <201902041035.x14AZlWw039034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902041035.x14AZlWw039034>