can you see any home directory ( most of it) after logging in to the
desktop session? session is served default from the boot/ltsp server. you
should get the home/user mounted from ltsp server without changing
anything. home directory is mounted with sshfs

how do you use this ltsp server? is the setup built for multiple users or
just one user/you?

keep in mind that consideration how your server is used and
Check lts.conf manpaged and try:

a)  LOCAL_APPS_EXTRAMOUNTS=/mnt/home2
or
b)just create the symlinks in the home directory and test login from client
(check from manpage SSH_FOLLOW_SYMLINKS)

or if nfs mount sounds ok
c) check NFS_HOME (is it depricated?). maybe search here in ltsp-discuss
how FSTAB has been used to do nfs mounts

Best regards
Valtteri Suojanen
21.1.2016 13.09 "Truth" <tru...@gmx.de> kirjoitti:

> On 21.01.2016 11:16, Truth wrote:
> > On 21.01.2016 05:15, Vagrant Cascadian wrote:
> >> On 2016-01-20, Truth wrote:
> >>> While everything was fine with my test-setup using Debian 8.2 (i386,
> >>> linux-3.16) ...
> >>> I tried to install the same ltsp-pnp server on Debian 8.2 (using
> >>> linux-4.3 from the backports).
> >> You'll need the backported LTSP packages from jessie-backports, and may
> >> as well get updated LDM packages while you're at it.
> >>
> >>
> >>> I tried to create an image with the command
> >>>      ltsp-update-image --cleanup /
> >>>
> >>> and get the following error message:
> >>>      modprobe: FATAL: Module overlayfs not found.
> >>>      modprobe: FATAL: Module aufs not found.
> >>>      No overlayfs or aufs support detected
> >>>
> >>> (I did not have this problem with linux-3.16.)
> >>>
> >>> Does someone has an idea what's wrong?
> >> The issue is that 4.x kernels in jessie-backports don't have aufs
> >> support, and the version of LTSP you are using doesn't have support for
> >> the overlay fs included in the 4.x kernels (not to be confused with
> >> overlayfs, which was shipped with ubuntu, but behaved somewhat
> >> differently).
> >>
> >> The newer versions of LTSP fix this issue, although required switching
> >> to NBD rather than NFS, as overlay fs is incompatible:
> >>
> >>     https://bugs.debian.org/786925
> >>
> >>
> >> live well,
> >>     vagrant
> > Thanks for your input.
> > I've installed  ltsp-server-standalone  and  ltsp-client  from the
> > backports (ldm was already the latest version).
> > Nevertheless, on a first try I've got the same error message.
> >
> > I've tried several things and finally ltsp was running.
> > I'm not quite sure what exactly made the difference but it could be that
> >     apt-get -t jessie-backports upgrade
> >
> > ... solved the problem.
> >
> > Now, when running    ltsp-update-image --cleanup /
> > I get a nice image and (almost) everything is fine.
> >
> > However, is there a way to make an image including symlinks?
> > Some  parts of my home-directory (e.g. some virtualbox stuff) is located
> > in a separate partition which is mounted to /mnt/home2  and I use
> > symlinks to connect to this mount.
> >
> > Many thanks in advance.
> > Truth
>
> I've just realized that the home-directory can not be part of the image.
> However, I guess that I need to modify a config-file (how?) to solve my
> problem ...
>
> Truth
>
>
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
> _____________________________________________________________________
> 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
>
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_____________________________________________________________________
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

Reply via email to