I have a solution now. I commented something out in
/usr/share/ltsp/screen-x-common the prevented ldm from starting up.
get_xfs_settings() {
# set default font path
# use XFS_SERVER if defined, otherwise
# attempt to use servers passed on commandline
if boolean_is_true "$USE_XFS" ; then
if [ -z "$XFS_SERVER" ]; then
# attempt to use other servers
for SRV in $@ ; do
XFS_SERVER="$XFS_SERVER $SRV"
done
fi
for SRV in $XFS_SERVER ; do
xfs_line="tcp/${SRV}:7100"
if [ -z "$(echo $X_ARGS | grep $xfs_line)" ]; then
>>>>>> if nc -w 5 $SRV 7100 >/dev/null ; then
X_ARGS="$X_ARGS -fp $xfs_line"
>>>>>> fi
fi
done
fi
}
This means it is not verified that xfs is online, but nc -w 5 $SRV
7100 gave no result than waiting. That means xfs was reachable but
didn't gave no return. Anybody an idea for that behavior? I used a
better command instead:
if nmap $SRV -p 7100 | grep font-service > /dev/null ; then
instead of
if nc -w 5 $SRV 7100 >/dev/null ; then
Now it works like a charm. Might be helpful for users of xfs.
2009/6/5 Andreas J Guelzow <[email protected]>:
> On Thu, 2009-06-04 at 22:13 +0200, Peter Stein wrote:
>> And what means: "Make available"? That is of course on possibility. If
>> I have the fonts in the chroot - how to tell X that it should use
>> those?
>
> I added them to the Type1 font directory and made sure the fonts.dir and
> fonts.scale were correct. If I recall correctly there was an issue with
> running mkfontdir and I had to manually edit fonts.scale or at least
> concatenate separate fonts.scale files.
>
> Andreas
>
> PS: I am using ltsp5 from debian.
>
> This all happened in /opt/ltsp/i386/usr/share/fonts/X11/Type1
>>
>> 2009/6/4 Andreas J Guelzow <[email protected]>:
>> > On Thu, 2009-06-04 at 21:54 +0200, Peter Stein wrote:
>> >
>> >> Does anyone of you have an idea how to solve the problems mentioned
>> >> above or how to add a font path? This is a fundamental problem for
>> >> everyone intending to use mathematica.
>> >>
>> >
>> > While the following doesn't answer your question, we "simply" installed
>> > the Mathematica fonts in the chroot and so made them available. That
>> > at ;east would be a possible work-around.
>> >
>> > Andreas
>> > --
>> > Andreas J. Guelzow
>> > Concordia University College of Alberta
> --
> Andreas J. Guelzow
> Concordia University College of Alberta
>
>
> ------------------------------------------------------------------------------
> OpenSolaris 2009.06 is a cutting edge operating system for enterprises
> looking to deploy the next generation of Solaris that includes the latest
> innovations from Sun and the OpenSource community. Download a copy and
> enjoy capabilities such as Networking, Storage and Virtualization.
> Go to: http://p.sf.net/sfu/opensolaris-get
> _____________________________________________________________________
> Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
> https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help, try #ltsp channel on irc.freenode.net
>
--
Agnes-Bernauer-Strasse 53b
80687 Muenchen
Mobile: +49-176-61576306
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net