[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freenx-knx
Subject:    Re: [FreeNX-kNX] problems w/ freenx 0.7.3 w/ latest
From:       Wolfgang Schweer <schweer () cityweb ! de>
Date:       2009-02-02 17:06:31
Message-ID: 20090202170631.GA8380 () schweer-online ! local
[Download RAW message or body]

[Attachment #2 (multipart/signed)]

[Attachment #4 (multipart/mixed)]


On Mo, 02 Feb 2009, Florian Schmidt wrote:

> Maybe it's possible to integrate the creating of /tmp/X11-unix dir 
> with 1777 permission in the nx startup script? 

That problem was solved some time ago by Fabian.
take his init script (out of freenx svn, attached), put it in 
/etc/init.de and add symlinks for it in appropriate runlevels.

Wolfgang


["freenx-server" (text/plain)]

#!/bin/bash
#
# Sample startup script for FreeNX server
#
# Coypright (c) 2007 by Fabian Franz <freenx@fabian-franz.de>.
#
# License: GNU GPL, version 2
#
# SVN: $Id: freenx-server 485 2008-03-02 10:29:52Z fabianx $
#

# Read the config file
. $(PATH=$(cd $(dirname $0) && pwd):$PATH which nxloadconfig) --

case "$1" in
	start)
		[ ! -d "/tmp/.X11-unix" ] && mkdir -m1755 /tmp/.X11-unix/
		$PATH_BIN/nxserver --cleanup
		$PATH_BIN/nxserver --start
	;;
	stop)
		$PATH_BIN/nxserver --stop
		$PATH_BIN/nxserver --cleanup
	;;	
	*)
		echo "Usage: $0 <start|stop>"
	;;
esac

["signature.asc" (application/pgp-signature)]

________________________________________________________________
     Were you helped on this list with your FreeNX problem?
    Then please write up the solution in the FreeNX Wiki/FAQ:

http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ
  
         Don't forget to check the NX Knowledge Base:
                 http://www.nomachine.com/kb/ 

________________________________________________________________
       FreeNX-kNX mailing list --- FreeNX-kNX@kde.org
      https://mail.kde.org/mailman/listinfo/freenx-knx
________________________________________________________________

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic