From freenx-knx Mon Feb 02 17:06:31 2009 From: Wolfgang Schweer Date: Mon, 02 Feb 2009 17:06:31 +0000 To: freenx-knx Subject: Re: [FreeNX-kNX] problems w/ freenx 0.7.3 w/ latest Message-Id: <20090202170631.GA8380 () schweer-online ! local> X-MARC-Message: https://marc.info/?l=freenx-knx&m=123359441414238 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--===============0397870805==" --===============0397870805== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aVD9QWMuhilNxW9f" Content-Disposition: inline --aVD9QWMuhilNxW9f Content-Type: multipart/mixed; boundary="k1lZvvs/B4yU6o8G" Content-Disposition: inline --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mo, 02 Feb 2009, Florian Schmidt wrote: > Maybe it's possible to integrate the creating of /tmp/X11-unix dir=20 > with 1777 permission in the nx startup script?=20 That problem was solved some time ago by Fabian. take his init script (out of freenx svn, attached), put it in=20 /etc/init.de and add symlinks for it in appropriate runlevels. Wolfgang --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename=freenx-server Content-Transfer-Encoding: quoted-printable #!/bin/bash # # Sample startup script for FreeNX server # # Coypright (c) 2007 by Fabian Franz . # # License: GNU GPL, version 2 # # SVN: $Id: freenx-server 485 2008-03-02 10:29:52Z fabianx $ # # Read the config file =2E $(PATH=3D$(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 ;;=09 *) echo "Usage: $0 " ;; esac --k1lZvvs/B4yU6o8G-- --aVD9QWMuhilNxW9f Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkmHKBcACgkQnlCf5+ELaevCzwCfR+ahGFbZs/gdTEpN8Pj0h10q JPEAoOIKnz83xSaSCQXJqpuvgUkbh2J4 =wiFD -----END PGP SIGNATURE----- --aVD9QWMuhilNxW9f-- --===============0397870805== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ________________________________________________________________ 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 ________________________________________________________________ --===============0397870805==--