Re: LTSP NFS

Dashamir Hoxha <[email protected]> Sat, 2 Mar 2019 10:43:05 +0100
Newsgroups gmane.linux.terminal-server.general
Message-ID <CAMucfLwgMHkn4Fz6okcVWHPG+Ftyjrxfs0jpbOqwQzrbyDxm-g@mail.gmail.com>
On Thu, Feb 7, 2019 at 12:39 PM Maxime Accadia <
[email protected]> wrote:

> Thank you for the tip ! Good to know.
>

I tested it with your instructions and with `unsquashfs` and it worked.
I have described the NFS configration here:
http://dashohoxha.fs.al/ltsp-scenarios/#org9be607e
Please let me know if I have missed anything that I should have mentioned.

Dashamir


>
> ----- Mail original -----
> De: "Alkis Georgopoulos" <[email protected]>
> À: "ltsp-discuss" <[email protected]>
> Envoyé: Jeudi 7 Février 2019 12:33:23
> Objet: Re: [Ltsp-discuss] LTSP NFS
>
> You can also use 'unsquashfs` to uncompress a "chrootless"
> /opt/ltsp/amd64.img image into a /opt/ltsp/amd64 chroot,
> i.e. instead of using ltsp-build-client, to start the chroot with a
> snapshot of the server installation.
>
>
> On 2/7/19 12:55 PM, Maxime Accadia wrote:
> > Turns out I was missing a few things. First, NFS is not compatible with
> > chrootless which I was using.
> >
> > To turn my NDB installation into an NFS installation, I needed :
> >
> > ```
> > sudo apt install nfs-kernel-server
> > sudo ltsp-config nfs
> > sudo systemctl restart nfs-server
> > sudo ltsp-build-client --purge-chroot --mount-package-cache # creates a
> > chrooted environment in /opt/ltsp/amd64
> > sudo ltsp-chroot -m apt install gnome-session # I use gnome as desktop
> > environment
> > ```
> >
> > And also had to modify /var/lib/tftpboot/ltsp/amd64/pxelinux.cfg/ltsp to
> > default to ltsp-NFS (there is probably a more conventional way to do
> this).
> >
> > You don't need `ltsp-build-image` if you're not using NBD. This is a
> > advantage for me as building the image can take quite some time with the
> > 100+ packages I install.
> >
> >
>
>
> _____________________________________________________________________
> 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
>
>
>
> _____________________________________________________________________
> 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
>

_____________________________________________________________________
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