Re: [vox-tech] [Lug-nuts] Linux Mint 17 without monitor

2015-09-01 Thread Darth Borehd
I'm not sure how to actually implement this.

On Mon, Aug 31, 2015 at 10:05 PM,  wrote:

> Screw frys, you've got X.
> http://www.x.org/releases/X11R7.6/doc/man/man1/Xvfb.1.xhtml
>
>
> On Mon, 31 Aug 2015 07:10:14 -0700
> Darth Borehd  wrote:
>
> > I am using a standard Linux Mint 17.2 computer as a Minecraft server
> > (amongst other things).
> >
> > I have it set to auto-login to the desktop and launch the script.  I
> > also have desktop sharing turned on so I can control it via VNC.
> >
> > A curious thing I found is that if the monitor is not plugged in, the
> > X server will not start.  Because the desktop does not load, the
> > Minecraft script does not start and I cannot control it via VNC.
> >
> > I previously had an old version of Ubuntu on the box before upgrading
> > and I did not have this problem.
> >
> > Any ideas how to get around this problem?  I want it to just sit on
> > the shelf and not have a monitor attached.
>
> ___
> Lug-nuts mailing list
> lug-n...@saclug.org
> http://lists.saclug.org/cgi-bin/mailman/listinfo/lug-nuts
>
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] [Lug-nuts] Linux Mint 17 without monitor

2015-09-01 Thread Bill Broadley
On 09/01/2015 06:42 PM, Darth Borehd wrote:
> I'm not sure how to actually implement this.  

This is a rather odd question.

Mint is basically ubuntu with a unity replacement.  If you aren't going
to use the UI I wouldn't really recommend mint.  For such purposes I'd
just use ubuntu or debian for that matter.  After all most packages on a
mint box are actually ubuntu packages from an ubuntu repo.

You'll save disk, CPU, and ram avoiding running a full UI, xserver,
widgets, dbus, etc.

With all of that said, you could just configure mint to not run a login
manager/X11, then ssh in and run screen.

Inside screen:
$ java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui

That way you can watch the logs and can still issue commands to kick,
ban, start, stop, change modes, etc.


___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech