Date: Fri, 19 Jan 2001 16:01:24 -0800 From: Dima Dorfman <dima@unixfreak.org> To: Chris Stenton <jacs@gnome.co.uk> Cc: questions@freebsd.org, hackers@freebsd.org Subject: Re: startx /dev/mem problem Message-ID: <20010120000129.EA8753E02@bazooka.unixfreak.org> In-Reply-To: Message from Chris Stenton <jacs@gnome.co.uk> of "Fri, 19 Jan 2001 16:21:07 GMT." <200101191621.f0JGL7M02097@hawk.gnome.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
> Fatal server error: > xf86OpenConsole: Server must be suid root As it says, the server must be run setuid to root. Old versions of XFree86 (3.x.y) installed all servers setuid to root by default. This is a security hazard. XFree86 4.0.x do not install them setuid to root. You either need to use xdm (or a compatible login manager), or run the server setuid to root. If you choose the latter, you may find the Xwrapper port (/usr/ports/x11/wrapper) may be of some assistance. It allows you not to have every server setuid to root, only itsself, which will run the appropriate server (in short). Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010120000129.EA8753E02>