"Juan C. Amengual" wrote:

> Hola a tod*s,
>
> he migrado un servidor de Slink a Potato. Sin problemas, salvo un par de
> cosas:
>
> 1) Al hacer login via xdm, no s� porqu� pero no se hace el "xrdb -merge"
> de los ficheros en /etc/X11/Xresources. He estado mirando el Xession
> gen�rico del sistema en /etc/X11/xdm y s� deber�a hacerlo. Puedo probar
> a poner un par de "chivatos" a ver qu� es lo que pasa, pero bueno, si
> alguno de vosotros sabe porqu� puede estar pasando esto ... �que lo
> diga! ;-)

Esto ya lo he descubierto ... Hay un fallo en el fichero /etc/X11/Xsession. 
Donde pone:

if [ -d $sysresources ]; then
  for resourcefile in $sysresources/*; do
    if [ -f $resourcefile ]; then
      if expr $resourcefile : '.*/[:alnum:_-]*$' > /dev/null 2>&1; then
        xrdb -merge $resourcefile
      fi
    fi
  done
fi

deber�a poner:

if [ -d $sysresources ]; then
  for resourcefile in $sysresources/*; do
    if [ -f $resourcefile ]; then
      if expr $resourcefile : '.*/[[:alnum:]_-]*$' > /dev/null 2>&1; then
        xrdb -merge $resourcefile
      fi
    fi
  done
fi

es decir, la l�nea del "expr" est� mal. �Alguien sabe si est� ya reportado como 
bug (me
extra�ar�a que no lo estuviera)? Caso de que no est� reportado �contra qu� 
paquete ir�a este
bug?, �tal vez xfree86?

Lo del Netscape sigo sin solucionarlo ... �alguna pista? Gracias.

Saludos,

================================================================================

JUAN CARLOS AMENGUAL                    And we always have to go
UNIVERSIDAD JAUME I                     I realize we always have to say goodbye
DEPARTAMENTO DE INFORM�TICA             always have to go back to real lives
CAMPUS DE RIU SEC, EDIFICIO TI          but real lives are the reason why
CASTELLON, 12071. SPAIN.                we want to live another life
Phone: +34 964 728361                   we want to feel another time
Fax: +34 964 728435                     another time ...
e-mail: [EMAIL PROTECTED]
                                        Robert Smith (The Cure)
                      - "Out of this World", Bloodflowers, 2000, Fiction Rec. -

================================================================================



Responder a