Difference between revisions of "LTSP"

From Hugo Villeneuve
Jump to: navigation, search
Line 1: Line 1:
== LTSP-4.2 ==
+
= LTSP-4.2 =
   
 
'''Problème de crash X.org'''
 
'''Problème de crash X.org'''
Line 19: Line 19:
 
to the "Device" stanza. Nasty pops and glitches will go away, and system stability will be much improved.
 
to the "Device" stanza. Nasty pops and glitches will go away, and system stability will be much improved.
   
== LTSP-5 ==
+
= LTSP-5 =
   
1. Message d'erreur du terminal LTSP:
+
== Message d'erreur du terminal LTSP: ==
 
/bin/sh: can't access tty; job control turned off
 
/bin/sh: can't access tty; job control turned off
   
 
Solution: Contrairement à LTSP-4, il faut éliminer l'adresse IP de l'option 'root-path' du fichier /etc/dhcpd.conf.
 
Solution: Contrairement à LTSP-4, il faut éliminer l'adresse IP de l'option 'root-path' du fichier /etc/dhcpd.conf.
   
2. Si vous n'arrivez pas à vous authentifier, et que le serveur reporte ce message dans /var/log/auth
+
#. Si vous n'arrivez pas à vous authentifier, et que le serveur reporte ce message dans /var/log/auth
 
(pam_unix) check pass; user unknown
 
(pam_unix) check pass; user unknown
 
(pam_unix) authentication failure; logname= uid=0 euid=0 tty=tty1 ruser= rhost=
 
(pam_unix) authentication failure; logname= uid=0 euid=0 tty=tty1 ruser= rhost=

Revision as of 14:41, 8 March 2008

LTSP-4.2

Problème de crash X.org

Sur un terminal LTSP, causé par le fichier '/tmp/var/log/Xorg.0.0.log' qui devient trop gros et prends toute la place.

Ce fichier grossit à cause de ce message d'errreur, répété sans arrêt:

(II) TRIDENT(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->pIOOffset is 0x0000

Problème réglé en modifiant le code source du driver trident.


What should I do if I have poor quality sound (pops, clicks and squeaks) - particularly when dragging or scrolling windows?

This is caused by X writing blindly to the video card's instruction queue without checking to see if the queue is full. This will lock the PCI bus for about 40 - 50 audio cycles, causing pops, clicks and squeaks. The via82cxxx_audio driver is still somewhat fragile, so it is possible that some applications will fault ungracefully if the bus is disrupted badly enough (e.g. with SDL applications). You can make X play nicely with the PCI bus by adding Option "PciRetry" "true" to the "Device" stanza. Nasty pops and glitches will go away, and system stability will be much improved.

LTSP-5

Message d'erreur du terminal LTSP:

 /bin/sh: can't access tty; job control turned off

Solution: Contrairement à LTSP-4, il faut éliminer l'adresse IP de l'option 'root-path' du fichier /etc/dhcpd.conf.

  1. . Si vous n'arrivez pas à vous authentifier, et que le serveur reporte ce message dans /var/log/auth
 (pam_unix) check pass; user unknown
 (pam_unix) authentication failure; logname= uid=0 euid=0 tty=tty1 ruser= rhost=
 FAILED LOGIN (1) on 'tty1' FOR `UNKNOWN', User not known to the underlying authentication module

Solution: Éditer /opt/ltsp/i386/etc/ssh/ssh_config et activer l'option:

 PasswordAuthentication yes