Differences between revisions 9 and 11 (spanning 2 versions)
Revision 9 as of 2008-02-02 04:55:51
Size: 1285
Editor: ?VagrantCascadian
Comment: fixed typo's, used clearer wording, reordered LTSP5/MueKow
Revision 11 as of 2009-01-14 13:06:27
Size: 1620
Editor: GeoffSimmons
Comment: Add headers, category.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
'''Can i use the ltsp-utils package with ltsp-server(-standalone)? (as of 11.04.2007 / Debian Etch)''' #language en
||<tablestyle="width: 100%;" style="border: 0px hidden">~-[:DebianWiki/EditorGuide#translation:Translation(s)]: none-~||<style="text-align: right;border: 0px hidden"> (!) [:/Discussion:Discussion]||
----
= LTSP on Debian: Frequently Asked Questions =
 Q. Can I use the ltsp-utils package with ltsp-server(-standalone)? (as of 11.04.2007 / Debian Etch) :: A) No, the DebPkg:ltsp-utils package is from LTSP version 4 and the DebPkg:ltsp-server''(-standalone)'' is version 5.
Line 3: Line 7:
No, the ltsp-utils package is from LTSP version 4 and the ltsp-server(-standalone) is version 5.  Q. If I specify SCREEN_01 through 06 in lts.conf (/opt/ltsp/i386/etc/lts.conf) my keyboard doesn't work. :: A) SCREEN_01 through 06 conflicts with inittab. Either comment out the getty lines on tty1 through tty6 in {{{/opt/ltsp/i386/etc/inittab}}} or do not use SCREEN_01 to SCREEN_06.
Line 5: Line 9:
'''If I specify SCREEN_01 through 06 in lts.conf (/opt/ltsp/i386/etc/lts.conf) my keyboard doesn't work.'''  Q. Where can I get more information on LTSP 5 MueKow? :: A1) LTSP5: http://wiki.ltsp.org/twiki/bin/view/Ltsp/Ltsp5
 :: A2) The !MueKow experiments evolved into LTSP5: http://wiki.ltsp.org/twiki/bin/view/Ltsp/MueKow - no deeper information but only primary goals (as of 11.04.2007).
Line 7: Line 12:
SCREEN_01 trough 06 conflicts with inittab. Comment out the getty lines on tty1 through tty6 in /opt/ltsp/i386/etc/inittab or do not use SCREEN_01 to SCREEN_06.  Q. LOCAL_STORAGE in lts.conf doesn't work. Why? :: A) In LTSP 5 it is called LOCALDEV. See also: ["LTSP/Upgrading_4.2"]
Line 9: Line 14:
'''Where do i get more informations on LTSP 5 MueKow?'''

LTSP5: http://wiki.ltsp.org/twiki/bin/view/Ltsp/Ltsp5

the MueKow experiments evolved into LTSP5:

http://wiki.ltsp.org/twiki/bin/view/Ltsp/MueKow - no deeper informations but only primary goals (as of 11.04.2007).

'''LOCAL_STORAGE in lts.conf doesn't work'''

In LTSP 5 it's called LOCALDEV. See also: ["LTSP/Upgrading_4.2"]

'''How do i configure boot prompt options [http://bugs.debian.org/428446 (debian bug 428446)]'''

create /opt/ltsp/i386/etc/update-kernels.conf with the following line(adapt to your needs):

  export BOOTPROMPT_OPTS="root=/dev/nfs ip=dhcp nfsroot=/opt/ltsp/i386"

and create a symlink for backwards compatibility:

  ln -s /opt/ltsp/i386/etc/update-kernels.conf /etc/ltsp/ltsp-update-kernels.conf
 Q. How do I configure boot prompt options? :: A) See Debian bug Bug:428446. Create {{{/opt/ltsp/i386/etc/update-kernels.conf}}} with the following line (adapt to your needs):
 {{{
export BOOTPROMPT_OPTS="root=/dev/nfs ip=dhcp nfsroot=/opt/ltsp/i386"}}}
 And create a symlink for backwards compatibility:
 {{{
ln -s /opt/ltsp/i386/etc/update-kernels.conf /etc/ltsp/ltsp-update-kernels.conf}}}
----
CategoryNetwork

[:DebianWiki/EditorGuide#translation:Translation(s)]: none

(!) [:/Discussion:Discussion]


LTSP on Debian: Frequently Asked Questions

Q. Can I use the ltsp-utils package with ltsp-server(-standalone)? (as of 11.04.2007 / Debian Etch)

A) No, the ltsp-utils package is from LTSP version 4 and the ltsp-server(-standalone) is version 5.

Q. If I specify SCREEN_01 through 06 in lts.conf (/opt/ltsp/i386/etc/lts.conf) my keyboard doesn't work.

A) SCREEN_01 through 06 conflicts with inittab. Either comment out the getty lines on tty1 through tty6 in /opt/ltsp/i386/etc/inittab or do not use SCREEN_01 to SCREEN_06.

Q. Where can I get more information on LTSP 5 MueKow?

A1) LTSP5: http://wiki.ltsp.org/twiki/bin/view/Ltsp/Ltsp5

A2) The MueKow experiments evolved into LTSP5: http://wiki.ltsp.org/twiki/bin/view/Ltsp/MueKow - no deeper information but only primary goals (as of 11.04.2007).

Q. LOCAL_STORAGE in lts.conf doesn't work. Why?
A) In LTSP 5 it is called LOCALDEV. See also: ["LTSP/Upgrading_4.2"]
Q. How do I configure boot prompt options?

A) See Debian bug 428446. Create /opt/ltsp/i386/etc/update-kernels.conf with the following line (adapt to your needs):

export BOOTPROMPT_OPTS="root=/dev/nfs ip=dhcp nfsroot=/opt/ltsp/i386"
And create a symlink for backwards compatibility:
ln -s /opt/ltsp/i386/etc/update-kernels.conf /etc/ltsp/ltsp-update-kernels.conf


CategoryNetwork