[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Status/Buster" by WolfgangSchweer
Debian Wiki
wiki at debian.org
Thu Oct 25 17:17:22 BST 2018
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianEdu/Status/Buster" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Status/Buster?action=diff&rev1=43&rev2=44
* The favorites configuration (most DEs?) needs love.
* MATE is only [[https://www.transifex.com/mate/MATE/|translated (63%) to Nynorsk]]
- == Other issues ==
+ == Manual ==
* Our [[DebianEdu/Documentation/Buster|documentation]] could further be improved: eg by proof-reading and improving language+grammar used, by updating outdated entries, etc
+ * Still to be documented:
+ * standardskriver
+ * desktop-autoloader
+ * Kerberized NFS
+ * LTSP Switch NBD <-> NFS
+ ''Drafts''
+ {{{
+ Kerberized NFS.
+ pxeinstall workstation (s).
+
+ Main server:
+ -login as root
+ -run "ldapvi -ZD '(cn=admin)'" and replace 'sec=sys' with 'sec=krb5i'; the most
+ secure setting 'sec=krb5p' works too, but the performance might suffer.
+ -run 'sitesummary2ldapdhcp -a'.
+ -as first user edit workstation(s) using GOsa² .
+ - don't edit, remove duplicate gateway entry (IP 10.0.0.1 indicates it).
+
+ Workstation(s):
+ -login as root.
+ -run 'kinit' to get a TGT.
+ -run 'scp tjener:/etc/debian-edu/host-keytabs/<hostname set via GOsa>.intern.keytab /etc/krb5.keytab'
+ -reboot
+ -login as first user and run 'mount|grep krb5' to check if kerberized mount is used.
+ }}}
+
+ {{{
+ # Switch from NFS --> NBD:
+ ltsp-update-image
+ sed -i 's/default ltsp-NFS/default ltsp-NBD' /opt/ltsp/$(dpkg --print-architecture)/boot/pxelinux.cfg/ltsp
+ sed -i 's/ontimeout ltsp-NFS/ontimeout ltsp-NBD/' /opt/ltsp/$(dpkg --print-architecture)/boot/pxelinux.cfg/ltsp
+ ltsp-update-kernels
+
+ # Switch from NBD --> NFS:
+ sed -i 's/default ltsp-NBD/default ltsp-NFS' /opt/ltsp/$(dpkg --print-architecture)/boot/pxelinux.cfg/ltsp
+ sed -i 's/ontimeout ltsp-NBD/ontimeout ltsp-NFS/' /opt/ltsp/$(dpkg --print-architecture)/boot/pxelinux.cfg/ltsp
+ ltsp-update-kernels
+ # optional: remove image file(s).
+ rm -f /opt/ltsp/images/$(dpkg --print-architecture).im*
+ }}}
----
More information about the debian-edu-commits
mailing list