[OffTopic] Prueba (vacio)

2001-04-15 Thread Cesar


 Prueba



Re: ¿Cómo empezar con ncurses?

2001-04-15 Thread Antonio Castro
On Sat, 14 Apr 2001, Dani wrote:

   ¿Alguien podría indicarme alguna dirección donde pueda encontrar 
 ejemplos básicos de cómo utilizar la librería de ncurses?. Tengo la 
 traducción de Escribir programas con Ncurses (original de Eric S. 
 Raymond y Zeyd M. Ben-Hamlim) y he estado mirando las páginas del 
 manual, pero necesitaría algo más sencillo para poder empezar, y a ser 
 posible, en castellano.

Yo he programado cosas sencillas.

Trabajo siempre con una única ventana que ocupa toda la pantalla y
lo uso principalmente para manejar el cursor, los atributos y para el 
tratamiento de pulsaciones de teclas (sin usar intro).

Si te sirve te mando un par de ejemplitos cortos y si le interesa a alguien
más lo puedo enviar a la lista.



   Gracias.
 
 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 


Un saludo

Antonio Castro

+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
/\ /\  Ciberdroide Informática (Tienda de Linux)
  \\W// http://www.ciberdroide.com 
 _|0 0|_
+-oOOO--(___o___)--OOOo+ 
|  . . . . U U . . . . Antonio Castro Snurmacher  [EMAIL PROTECTED]  |  
|  . . . . . . . . . . | 
+()()()--()()()+
| *** 1.700 sitios clasificados por temas sobre Linux en ***Donde_Linux*** |
|  http://www.ciberdroide.com/misc/donde/dondelinux.html |
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+




kernel nuevo y los modulos

2001-04-15 Thread chupacabra

wenas...

muchas gracias por vustros comentarios sobre el vmlinuz enorme, ya lo 
tengo todo bajo control, pero me ha surjido otra pega.


Yo configuro el kernel con estas opciones...
 para la sounblaster live (creo que pongo las opciones bien)
para el APM, para que se me apague el ordenador solo al poner   
shutdown -h 0 

y lo de la emulacion SCSI para el CD-ROM IDE

por fin genero correctamente (aparentemente)  un bzImage, entonces hago 
lo siguiente.


muevo  /lib/modules/2.x.x  a /lib/modules/2.x.x-old
muevo /vmlinuza/vmlinuz.old   (ya tengo el lilo configurado para 
poder arrancar por vmlinuz.old como opcion)


despues copio el nuevo bzImage  a /vmlinuz
antes ocupaba 900k y ahora 600k asi que parece que mejor

despues hago make modules_install

y compruebo que efectivamente  ha creado  /lib/modules/2.x.x


entonces llega el momento de la verdad y rearranco.
shutdown -h 0
..
.
power off   (pero no se apaga el jodio)


le doy al reset y rearrancamos
arranca bien, pero al pocquito empieza a dar errores constante de  
can´t modules   por docenas

el sistema es casi immanejable...
a duras penas consigo ir al /lib/modules y renombrar  2.x.x  a 
2.x.x-mierday la 2.x.x-old  a 2.x.x

nada mas hacer eso, el sistema se estabiliza.

tecleo  shutdown -h 0  y rearranco (pero no se apaga solo)
entonces da un par de errores sueltos , pero arranca todo perfactamente.

no parece que tenga soporte de sound blaster , auqneu no se muy bien 
como comprobarlo, lo del CD-RW ni lo he intentado mirar todavia, el 
soporte de la Avermedia, tampoco me he puesto todavi con ello.



la cuestion es.
¿que demonios hago mal?
¿por que con sus modulos recien creados va fatal y con los anteriores de 
otra compilacion va mejor?


supongo que cuando lo haga correctamente, funcionara la soud-blaster, la 
tarjeta de video , el CD-RW y el autoapagado, lo del scaner Canoscan 
FB620p  (paralelo) lo dejaremos para mejor ocasion que tengo entendido 
que son un infierno la configuracion de un scaner paralelo.


respecto al autoapagado, con una SUSE 7.0 lo hacia poniendole un kernel 
precompilado que traia, o sea que se puede hacer, el windog lo hace.


¿algun mini-como-kernel-castellano  para subnormales especifico para la 
debian?


si algun dia consigo que todo fucione bien en debian me cargo el win98 
pero en un plisplas, solo lo uso para tostar CD, escanear fotos y 
capturar algun video, lo demas lo hago en el iMAC.


Ese dia, supongo que ya estare preparado para poner en modo dual 
DebianPPC y OS X en el iMac, y el PC se queda con su pentiunIII 500Mhz , 
128MB  y sus 13Gb  para debian enterito, el windog no quiero ni verlo.


soñar es gratis, tampoco voy tan mal...




Re: kernel nuevo y los modulos

2001-04-15 Thread Miguel Angel
El Domingo 15 de Abril 2001, chupacabra va y larga...
 
 entonces llega el momento de la verdad y rearranco.
 shutdown -h 0
 ..
 .
 power off   (pero no se apaga el jodio)

Hombre, ya somos unos cuantos, bienvenido al club ;-)

 le doy al reset y rearrancamos
 arranca bien, pero al pocquito empieza a dar errores constante de  
 can´t modules   por docenas
 el sistema es casi immanejable...

¿Sistema inmanejable? No sé que querrás decir, pero lo de los
can't locate module ... a docenas podría ser que lo que antes 
cargabas como módulos ahora lo tengas compilado dentro del propio
kernel y no como módulos, por lo que el módulo ni lo tienes en
/lib/modules/2.x.x/ ni te hace falta.

 ¿que demonios hago mal?
 ¿por que con sus modulos recien creados va fatal y con los anteriores de 
 otra compilacion va mejor?

A lo mejor no estás haciendo mucho mal, sino que el sistema se
queja de cosas que antes hacía y ahora no puede hacerlas, pero
realmente no necesite hacerlas (como cargar módulos que estén
compilados `into the kernel')


 respecto al autoapagado, con una SUSE 7.0 lo hacia poniendole un kernel 
 precompilado que traia, o sea que se puede hacer, el windog lo hace.

Sí, con RH6.2 también se apagaba sólo con el kernel precompilado que
traía. Yo después de probar varias configuraciones del kernel y ver
que el cacharro sigue quedándose en Power off he llegado a pensar
que el fallo podría no ser del kernel, sino de la configuración del
apmd o algo de eso.

 ¿algun mini-como-kernel-castellano  para subnormales especifico para la 
 debian?

Hombre, tanto como para subnormales... tú busca, que dice un dicho
Busca, busca, que el que busca siempre halla

 soñar es gratis, tampoco voy tan mal...
Y como además, sale gratis soñar
y no creo en la reencarnación
con un poco de imaginación...
(La del pirata cojo, Joaquín Sabina)

-- 
 ~ ~ ~ ~ ~ Miguel Ángel Vilela ~ ~ ~ ~ ~


 A.k.a. miguev at IRC-Hispano and Gulic.
 Santa Cruz de Tenerife, Islas Canarias  (Spain).
 
 Fingerprint: AB5C C6D7 FC75 0AE9 CE7A  23AD D05B C23A 7E32 B773
 Clave GPG en http://search.keyserver.net/   ||  Buscar: miguev
 
 Web:  http://usuarios.tripod.es/miguev/ (en desarrollo)
 ICQ:  #72624205 || Nick: miguev
 GULIC - Grupo de Usuarios de LInux de Canarias - http://www.gulic.org
 
 Powered by Linux 2.4.2 on a Debian GNU/Linux 2.2 Potato
 Linux Registered User #184518 (http://counter.li.org)
 Linux Registered Box   #81674 (IBM Aptiva 2175-352, P120, 32RAM, 1GB)
 Linux Driver Petition  #73209 (http://www.libralinux.com/petition.spanish.html)

///
   (@ @)
-oOO(_)OOo---
 ¿Qué es la belleza de un paisaje
 sino cierta fertilidad en mí?

 Para obtener un buen escudo,
 ponte en pie en el interior de ti mismo.

 H. D. Thoureau.
-


pgpAULstwp5YS.pgp
Description: PGP signature


Basta ya de pruebas, por favor.

2001-04-15 Thread Santiago Vila
  Prueba

A ver, que se entere todo el mundo, por favor: una lista de correo NO
es el lugar para hacer pruebas de correo.

El que quiera hacer pruebas que mande un mensaje a [EMAIL PROTECTED]

Si el problema es que uno no sabe si está suscrito o no a esta lista,
hay dos soluciones:

1. Esperar a que lleguen mensajes. La lista tiene mensajes todos los días.
Si no se recibe nada es que no está uno suscrito.

2. Mandar un mensaje a [EMAIL PROTECTED] que diga which en
el cuerpo del mensaje. Nos dirá a qué listas estamos suscritos con la
dirección que hayamos usado. Para los curiosos: No, las listas no
funcionan con majordomo, pero hay una especie de emulador que acepta
ciertas órdenes (gracias a Joey Hess).

Espero que con todas estas posibilidades no quede ninguna justificación
para seguir dando la paliza.

Gracias.



Re: kernel nuevo y los modulos

2001-04-15 Thread Miguel Angel
Y el domingo 15 de Abril 2001, chupacabra va y larga...
 
 Sistema inmanejable??
 
 dicese de un promt en X que no se inicia.
 haciendo control-alt-f2  se habre un terminal de texto inmanejable
 cada 2 segundos , hay una rafaga de errores can´t locate module, que 
 casi ni permite escribir, ni ver donde estas ni lo que haces,  cada 4 
 segundos se salta a la ventana X  pero sigue sin aparecer el login.
 
 y asi  a duras penas, vas escribiendo medio a ciegas hasta que consigues 
 cambiar  el /lib/modules por el anterior.

Macho, pues y para ese expediente X siento no saber ayudarte,
me sorprende que pase semejante cosa sólo por cambiar de
kernel :?

 por cierto,  ¿hay alguna forma de meter en un fichero de log todo los 
 mensajes de arranque?  es que no veo ni lo que carga, ni lo que intenta 
 cargar...

Creo que todo eso se guarda en /var/log/messages, y una vez que entras
como usuario el comando 

$ dmesg

te vuelca los mensajes de arranque del kernel


-- 
 ~ ~ ~ ~ ~ Miguel Ángel Vilela ~ ~ ~ ~ ~


 A.k.a. miguev at IRC-Hispano and Gulic.
 Santa Cruz de Tenerife, Islas Canarias  (Spain).
 
 Fingerprint: AB5C C6D7 FC75 0AE9 CE7A  23AD D05B C23A 7E32 B773
 Clave GPG en http://search.keyserver.net/   ||  Buscar: miguev
 
 Web:  http://usuarios.tripod.es/miguev/ (en desarrollo)
 ICQ:  #72624205 || Nick: miguev
 GULIC - Grupo de Usuarios de LInux de Canarias - http://www.gulic.org
 
 Powered by Linux 2.4.2 on a Debian GNU/Linux 2.2 Potato
 Linux Registered User #184518 (http://counter.li.org)
 Linux Registered Box   #81674 (IBM Aptiva 2175-352, P120, 32RAM, 1GB)
 Linux Driver Petition  #73209 (http://www.libralinux.com/petition.spanish.html)

///
   (@ @)
-oOO(_)OOo---
 ¿Qué es la belleza de un paisaje
 sino cierta fertilidad en mí?

 Para obtener un buen escudo,
 ponte en pie en el interior de ti mismo.

 H. D. Thoureau.
-


pgpOcywD0x4I1.pgp
Description: PGP signature


cortafuegos

2001-04-15 Thread E.Guerra

Hola:
He utilizado http://www.linux-firewall-tools.com/ para generar un script 
para ipchains y tengo alguna duda.


En su desarrollo toca algunos ficheros de /proc/sys/net/ipv4
entre ellos éste, que no existe en mi dist que es la sid:

# Enable TCP SYN Cookie Protection
echo 1  /proc/sys/net/ipv4/tcp_syncookies

Lo he comentado y estoy obteniendo el error descripto en el atach 
error por la tty que no sé si tenga que ver con ésto. Incluyo además 
el script en cuestión.

Saludos
E.Guerra


#!/bin/sh

# Script generated Sat Apr  7 11:54:17 2001

# 
# Copyright (C) 1997, 1998, 1999, 2000  Robert L. Ziegler
#
#  Permission to use, copy, modify, and distribute this software and its
#  documentation for educational, research, private and non-profit purposes,
#  without fee, and without a written agreement is hereby granted. 
#  This software is provided as an example and basis for individual firewall
#  development.  This software is provided without warranty.
#
#  Any material furnished by Robert L. Ziegler is furnished on an 
#  as is basis.  He makes no warranties of any kind, either expressed 
#  or implied as to any matter including, but not limited to, warranty 
#  of fitness for a particular purpose, exclusivity or results obtained
#  from use of the material.
# 

#  /etc/rc.d/rc.firewall
#  Invoked from /etc/ppp/ip-up, or
#  from /sbin/ifup-local, or
#  from /etc/sysconfig/network-scripts/ifup-post.

echo Starting firewalling... 

# 
#  Some definitions for easy maintenance.
#  EDIT THESE TO SUIT YOUR SYSTEM AND ISP.

EXTERNAL_INTERFACE=ppp0   # Internet connected interface
LOOPBACK_INTERFACE=lo # or your local naming convention
LOCAL_INTERFACE_1=eth0# internal LAN interface

IPADDR=$(ifconfig | grep P-t-P | cut -c 21-38 | awk '{print $1}' )
LOCALNET_1=192.168.0.0/16 # whatever private range you use

ANYWHERE=any/0# match any IP address

DHCP_SERVER=any/0
NAMESERVER_1=192.168.1.251/0  # everyone must have at least 
one 

POP_SERVER=any/0  # Your ISP pop mail server.

LOOPBACK=127.0.0.0/8  # reserved loopback address range
CLASS_A=10.0.0.0/8# class A private networks
CLASS_B=172.16.0.0/12 # class B private networks
CLASS_C=192.168.0.0/16# class C private networks
BROADCAST_SRC=0.0.0.0 # broadcast source address
BROADCAST_DEST=255.255.255.255# broadcast destination address
PRIVPORTS=0:1023  # well known, privileged port range
UNPRIVPORTS=1024:65535# unprivileged port range

# 

NFS_PORT=2049 # (TCP/UDP) NFS
SOCKS_PORT=1080   # (TCP) Socks

# X Windows port allocation begins at 6000 and increments to 6063
# for each additional server running.
XWINDOW_PORTS=6000:6063   # (TCP) X windows

# traceroute usually uses -S 32769:65535 -D 33434:33523
TRACEROUTE_SRC_PORTS=32769:65535
TRACEROUTE_DEST_PORTS=33434:33523

# 
# Default policy is DENY
# Explicitly accept desired INCOMING  OUTGOING connections

# Remove all existing rules belonging to this filter
ipchains -F

# Set the default policy of the filter to deny.
ipchains -P input  DENY
ipchains -P output REJECT
ipchains -P forward DENY

# set masquerade timeout to 10 hours for tcp connections
ipchains -M -S 36000 0 0


# 

# Enable IP Forwarding, if it isn't already
echo 1  /proc/sys/net/ipv4/ip_forward

# Enable TCP SYN Cookie Protection
#echo 1  /proc/sys/net/ipv4/tcp_syncookies

# Enable always defragging Protection
echo 1  /proc/sys/net/ipv4/ip_always_defrag

# Enable broadcast echo  Protection
echo 1  /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts

# Enable bad error message  Protection
echo 1  /proc/sys/net/ipv4/icmp_ignore_bogus_error_responses

# Enable IP spoofing protection
# turn on Source Address Verification
for f in /proc/sys/net/ipv4/conf/*/rp_filter; do
echo 1  $f
done

# Disable ICMP Redirect Acceptance
for f in /proc/sys/net/ipv4/conf/*/accept_redirects; do
echo 0  $f
done

for f in /proc/sys/net/ipv4/conf/*/send_redirects; do
echo 0  $f
done

# Disable Source Routed Packets
for f in /proc/sys/net/ipv4/conf/*/accept_source_route; do
echo 0  $f
done

# Log Spoofed Packets, Source Routed Packets, Redirect Packets
for f in 

Re: desinstalación recursiva de paquetes

2001-04-15 Thread Carlos Valdivia Yagüe
On Sun, Apr 15, 2001 at 03:20:19AM +0200, José Luis Fernández Barros wrote:

 Hay alguna forma automática de desinstalar un paquete y todos de los que 
 depende, recomienda y sugiere (siempre que ningún otro paquete los necesite). 
 Algo así como lo contrario de la instalación normal de un paquete Debian.

Yo creo que apt-get remove paquete hace justamente eso.

Saludos.

-- 
Carlos Valdivia Yagüe [EMAIL PROTECTED] - http://valyag.eresmas.com
Debian/GNU supporter - http://www.debian.org http://www.gnu.org
GnuPG key DCA0C461 - 13A4 0E99 9A24 05D7 E9B8  0B7F 624A DC44 DCA0 C461



Fuentes VGA en castellano

2001-04-15 Thread Gerardo Lopez
Buenas.
Estoy buscando fuentes vga con soporte de eñes y acentos, pero no
encuentro nada en ningún lado. También he probado a convertir las
fuentes *.fon de MSWindows a bdf con fon2bdf, pero siempre sale por
error con una violación de segmento. ¿Alguien que me pueda orientar, que
sepa donde conseguir algo o que haya convertido alguna?
Gracias y un saludo.

-- 

   ·{| [EMAIL PROTECTED] 
___  (o_  __ | _ 
 //\ | 
 V_/\?  ···o_|   http://ret003ye.eresmas.net 



Re: Validar usuario de correo-e

2001-04-15 Thread Carlos Valdivia Yagüe
On Sun, Apr 08, 2001 at 07:21:29PM +, [EMAIL PROTECTED] wrote:

 tengo un problema con el envío de correo-e a través
 del SMTP de teleline y es que no me deja enviar
 ningún correo a no ser que sea para usuarios
 internos. Me he puesto en contacto con el Servicio
 Técnico y según me han dicho es una medida de
 seguridad que han tomado para que solo podamos enviar
 correo-e a través de este SMTP los usuarios de terra.
 Según me han dicho, tengo que autentificar mi
 conexión, pero se les olvidó decirme como :( y me
 remiten a una página de ayuda en la que aparece
 Outlook y Netscape, pero nada que se parezca a
 Exim+Mutt.
 
 Con estos MTA y MUA, ¿cómo puedo validar mi usuario?.

Yo tuve exactamente el mismo problema con mi cuenta de correo de
teleline hace algún tiempo. Lo logré arreglar añadiendo en la sección de
autentificación del exim.conf las siguientes líneas:

  plain:
driver = plaintext
public_name = PLAIN
client_send = ^tu_nombre_de_usuario.teleline.es^tu_contraseña

Saludos.

-- 
Carlos Valdivia Yagüe [EMAIL PROTECTED] - http://valyag.eresmas.com
Debian/GNU supporter - http://www.debian.org http://www.gnu.org
GnuPG key DCA0C461 - 13A4 0E99 9A24 05D7 E9B8  0B7F 624A DC44 DCA0 C461



Re: PSPS - SPSS

2001-04-15 Thread Miguel Angel
Y el 13 de Abril de 2001, Luis Cabrera va y larga...
   Yo te recomendar?a que te pasaras por S.A.L.
   ( http://sal.kachinatech.com/index.shtml )
 
   Ah? te buscas el ?rea que m?s te interese y luego me cuentas ;)

Ñam, ñan, sabrosa página :-)... llevo un par de días bajando
y compilando, muchas gracias por el URL.


-- 
 ~ ~ ~ ~ ~ Miguel Ángel Vilela ~ ~ ~ ~ ~


 A.k.a. miguev at IRC-Hispano and Gulic.
 Santa Cruz de Tenerife, Islas Canarias  (Spain).
 
 Fingerprint: AB5C C6D7 FC75 0AE9 CE7A  23AD D05B C23A 7E32 B773
 Clave GPG en http://search.keyserver.net/   ||  Buscar: miguev
 
 Web:  http://usuarios.tripod.es/miguev/ (en desarrollo)
 ICQ:  #72624205 || Nick: miguev
 GULIC - Grupo de Usuarios de LInux de Canarias - http://www.gulic.org
 
 Powered by Linux 2.4.2 on a Debian GNU/Linux 2.2 Potato
 Linux Registered User #184518 (http://counter.li.org)
 Linux Registered Box   #81674 (IBM Aptiva 2175-352, P120, 32RAM, 1GB)
 Linux Driver Petition  #73209 (http://www.libralinux.com/petition.spanish.html)

///
   (@ @)
-oOO(_)OOo---
 A los que buscáis la vía, os lo ruego:
 ¡no perdáis el momento presente!

   Taisen Deshimaru.
-


pgpwwFF7lUn5Q.pgp
Description: PGP signature


Re: PSPS - SPSS

2001-04-15 Thread Miguel Angel
Y el Sábado 14 de Abril 2001, Javier Viñuales Gutiérrez va y larga...
 
 Instalate el paquete R, el paquete r-base. ¿Qué es R?:
 
 [...]
 
 La página de R es http://www.R-project.org/

Se sale :-)
Ahora sólo me queda empollar el manual X-)


-- 
 ~ ~ ~ ~ ~ Miguel Ángel Vilela ~ ~ ~ ~ ~


 A.k.a. miguev at IRC-Hispano and Gulic.
 Santa Cruz de Tenerife, Islas Canarias  (Spain).
 
 Fingerprint: AB5C C6D7 FC75 0AE9 CE7A  23AD D05B C23A 7E32 B773
 Clave GPG en http://search.keyserver.net/   ||  Buscar: miguev
 
 Web:  http://usuarios.tripod.es/miguev/ (en desarrollo)
 ICQ:  #72624205 || Nick: miguev
 GULIC - Grupo de Usuarios de LInux de Canarias - http://www.gulic.org
 
 Powered by Linux 2.4.2 on a Debian GNU/Linux 2.2 Potato
 Linux Registered User #184518 (http://counter.li.org)
 Linux Registered Box   #81674 (IBM Aptiva 2175-352, P120, 32RAM, 1GB)
 Linux Driver Petition  #73209 (http://www.libralinux.com/petition.spanish.html)

///
   (@ @)
-oOO(_)OOo---
 A los que buscáis la vía, os lo ruego:
 ¡no perdáis el momento presente!

   Taisen Deshimaru.
-


pgpppcuLpbD5A.pgp
Description: PGP signature


Re: kernel nuevo y los modulos

2001-04-15 Thread Miquel
On Sun Apr 15, 2001 at 12:05:10PM +0200 chupacabra wrote:

[...]

 ¿algun mini-como-kernel-castellano  para subnormales especifico para la 
 debian?
 

si quieres hacerlo estilo debian, prueba a recompilar e instalar el
kernel con make-kpkg: en un solo paso harás comodamente y sin fallos lo
que antes tenias que hacer minimo en seis. (Creo que hay receta en la
espiral de cómo hacerlo)

saludos,

m.

-- 
Miquel Vidal| http://mi.barrapunto.com/yonderboy
[EMAIL PROTECTED]   | Proyecto laespiral.org
CSOA el Laboratorio | Using Debian GNU/Linux 
www.sindominio.net  | GnuPG public information: 1024D/F724244F


pgpttnwCwbQLF.pgp
Description: PGP signature


Re: SQL

2001-04-15 Thread Andres Seco Hernandez
Si no estoy muy equivocado, MySQL ya tienes transacciones.

El 13 Apr 2001 a las 07:33PM +0200, Rodrigo Moya escribio:
 On 13 Apr 2001 15:27:23 +0200, Luis Manuel Asensio Royo wrote:
  ¡Hola a todos!
  
  Una pregunta, ¿hay algún sitio en donde comparen el mySQL y el
  PostgreSQL?. Quiero instalar uno para practicar de cara a programar en
  un futuro consultas a Oracle.
  -- 
 si lo que quieres es practicar para Oracle, usa PostgreSQL, que es un servidor
 
 de BBDD de verdad, al que no le falta casi nada de lo que pueda tener
 Oracle. En cambio, MySQL, aunque tiene otras ventajas, le faltan muchas
 cosas, como las transacciones, por ejemplo.
 
 saludos
 
 -- 
 Rodrigo Moya [EMAIL PROTECTED] [EMAIL PROTECTED]
 http://www.gnome-db.org/
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 

-- 
Andres Seco Hernandez- [EMAIL PROTECTED]
MCP ID 445900 - http://andressh.alamin.org
GnuPG public information:  pub  1024D/3A48C934
E61C 08A9 EBC8 12E4 F363  E359 EDAC BE0B 3A48 C934
--
Alamin GSM SMS Gateway   -   http://www.alamin.org
Debian GNU/Linux -   http://www.debian.org
Grupo de Usuarios de GNU/Linux  de  Guadalajara  y
alrededores  -  http://gulalcarria.sourceforge.net
--


pgpzFDQt7pjMG.pgp
Description: PGP signature


Re: Basta ya de pruebas, por favor.

2001-04-15 Thread Hue-Bond
El domingo 15 de abril de 2001 a la(s) 12:52:19 +0200, Santiago Vila contaba:

Espero que con todas estas posibilidades no quede ninguna justificación
para seguir dando la paliza.

 Claro que queda.  Mañana nos llegará una prueba  más y cuando
 nos quejemos, el autor replicará Uy, es que cuando Santi mandó ese
 mensaje yo no estaba suscrito y no lo leí.


-- 
 David Serrano [EMAIL PROTECTED] - Linux Registered User #87069


pgpOCUOY35Er6.pgp
Description: PGP signature


HP 694C endemoniada!!!... pa'la ***!!!

2001-04-15 Thread Miguel Angel

Bueno,  después de mucho batallar con la HP 694C he decidido
darle pasaporte.   Creo que se podría hacer alguna escultura
bonita con sus partes XD.  Lo mismo estoy  pensando de otra,
una Seikosha SpeedJet 200.

He pasado por la página de  Lexmark y tienen drivers propios
para Linux (en formato RPM), aunque Debian también tiene sus
propios paquetes con drivers para Lexmark.  Me pregunto cuál
de las dos opciones será más conveniente para el sistema y/o
para la impresora, supongo que los paquetes de Potato :-)

Otra duda que me asalta es  si vale la pena una impresora de
éstas (Z32, Z52) para uso doméstico. La quiero para manuales
y algún gráfico pequeño (funciones en 2D, viñetas o así) sin
darle demasiada caña. ¿Alguien ha probado o conoce alguna de
estas impresoras.

Por cierto,  me temo que el driver de  Lexmark me va a pedir
las  librerías  QT  1.4  (o más)  ¿hay paquetes  de eso para
Potato?

Agradezco de antemano cualquier sugerencia  (incluídas ideas
para hacer la escultuar X)

-- 
 ~ ~ ~ ~ ~ Miguel Ángel Vilela ~ ~ ~ ~ ~


 A.k.a. miguev at IRC-Hispano and Gulic.
 Santa Cruz de Tenerife, Islas Canarias  (Spain).
 
 Fingerprint: AB5C C6D7 FC75 0AE9 CE7A  23AD D05B C23A 7E32 B773
 Clave GPG en http://search.keyserver.net/   ||  Buscar: miguev
 
 Web:  http://usuarios.tripod.es/miguev/ (en desarrollo)
 ICQ:  #72624205 || Nick: miguev
 GULIC - Grupo de Usuarios de LInux de Canarias - http://www.gulic.org
 
 Powered by Linux 2.4.2 on a Debian GNU/Linux 2.2 Potato
 Linux Registered User #184518 (http://counter.li.org)
 Linux Registered Box   #81674 (IBM Aptiva 2175-352, P120, 32RAM, 1GB)
 Linux Driver Petition  #73209 (http://www.libralinux.com/petition.spanish.html)

///
   (@ @)
-oOO(_)OOo---
 Tras el vivir y el soñar
 está lo que más importa: despertar.

Antonio Machado.
-


pgphEeyo0MOWX.pgp
Description: PGP signature


Re: Cuestiones de fonts en KDE - RESUELTO

2001-04-15 Thread Monkiki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Mar 10 Abr 2001 00:10, Carlos Prados escribió:

  No tengo ese programa que dices. Me puedes indicar
  el paquete en el que se
  encuentra?

 [EMAIL PROTECTED]:~$ dpkg -S /usr/bin/mkttfdir
 fttools: /usr/bin/mkttfdir

Bien, pues me he cargado el directorio $HOME/.kde donde se guarda la config 
de programas del KDE y ahora si me aparecen las fuentes TTF para elegirlas.
Esto es mu raro, pero ya esta la cosa bien.

Ahora lo malo es que las vocales acentuadas no me salen (aeiou) :-) No existe 
la solucion perfecta...

- -- 
- -

 * Nueva atracción en Port Aventura: WIN95

- -
  Registered Linux user number 134.596

 E-mail: [EMAIL PROTECTED]   Powered by Debian (2.4.2 on i686)
 Web: http://www.geocities.com/monkiki5/
 ICQ: 89191538
 Yahoo: monkiki5
- -
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE62clrym8toSgLaVARAq7jAJwNmoxV4KsLvoWlE0XRira1kp6chACgr2gQ
h0yRhQ3jQIUI9MUxIeviaus=
=0TK+
-END PGP SIGNATURE-



Re: mp3

2001-04-15 Thread Migue Reyes
El Fri, Apr 13, 2001 at 12:58:22PM +0200, Aurelio Diaz-Ufano dijo:
 Yo uso Grip para pasar las canciones a formato WAV, pero no me las pasa a 
 formato MP3.
 Para ésto uso Bladeenc despues de tenerlas en WAV
 Un saludo
 
Hola:
si quieres puedes hacerlo todo en uno con grip, dale a rip+encode.
Antes tienes que poner en la casilla correspondiente la dirección de bladeenc,
o del convertidor que vayas a usar.

Salud.
-- 

Miguel Angel Reyes con GNU/Linux 
Debian 2.2r2 Potato -104631- 




Re: mp3

2001-04-15 Thread Cesar
Migue Reyes wrote:
 
 El Fri, Apr 13, 2001 at 12:58:22PM +0200, Aurelio Diaz-Ufano dijo:
  Yo uso Grip para pasar las canciones a formato WAV, pero no me las pasa a
  formato MP3.
  Para ésto uso Bladeenc despues de tenerlas en WAV
  Un saludo
 
 Hola:
 si quieres puedes hacerlo todo en uno con grip, dale a rip+encode.
 Antes tienes que poner en la casilla correspondiente la dirección de bladeenc,
 o del convertidor que vayas a usar.

  He instalado el grip pero no tengo ninguno de los
encoders que utiliza , uno de ellos Xing* es de pago 
y el Bladeenc parece que tiene restriciones legales 
en Europa.
  Sabe alguien dónde puedo localizar el lame ?
 
 Un saludo.

 César.



Re: mp3

2001-04-15 Thread Daniel Payno
Hola Migue...

decías, el 06:16-15/abr/2001:
 Hola:
 si quieres puedes hacerlo todo en uno con grip, dale a rip+encode.
 Antes tienes que poner en la casilla correspondiente la dirección de bladeenc,
 o del convertidor que vayas a usar.
A mí me va muy bien el abcde con el cdparanoia y un deb que me hice del
bladeenc (o el gogo, según la prisa)...
-- 
Daniel PaynoGrupo de Usuarios de Linux
[EMAIL PROTECTED]   Administrador del FTP del GUL
[EMAIL PROTECTED]   Universidad Carlos III de Madrid

BRE.. BRE .. BRE  .. BRE   .. BRE.. BRE .. BRE  .. BRE   ..


pgp9khEI4aqZU.pgp
Description: PGP signature


Re: Curiosidades

2001-04-15 Thread David Muriel
Miguel Angel [EMAIL PROTECTED] writes:

 Exactamente es eso, se debe a que hay gente (como yo) que firma sus
 correos con el sistema GnuPG, un sistema de firmado y encriptacion
 de correos, parecido al PGP.  Creo que actualmente sólo está
 soportado por mutt y pine (en Linux) y Eudora (en ruindoze). Si me
 equivoco y hay más clientes de correo que lo soportan ¡pues que
 alguien me corrija! :-)

También se puede usar desde el Gnus en el Emacs, utilizando mailcrypt.

Hasta luego.

-- 

David Muriel.
Debian GNU/Linux woody + Emacs 20.7.2 + Gnus v5.8.3
Linux registered user #25632 (http://counter.li.org/)


Linux is userfriendly, 
 but is only a bit selective about its friends :-)



Re: cortafuegos

2001-04-15 Thread E.Guerra
Del TCP SYN he logrado averiguar que es una opcion de compilacion del 
kernel, la cual yo no he usado, y por lo tanto, no existe ese fichero en 
/proc/sys/net/ipv4. Si alguien fuera tan amable de explicar si vale la 
pena usarla, se lo agradecería.
Los otros errores eran debido a que metí los cascos editando el fichero, 
resuelto también.
Ahora estoy viendo que el scrip me cierra algunos servicios, y que estoy 
intentando averiguar,, y probar todo bien antes de trasladarlo a un 
servidor de producción. De momento me ha cerrado fetchmail y veo en el 
log usando puerto 41, sigo investigando.

E.guerra

E.Guerra wrote:


Hola:
He utilizado http://www.linux-firewall-tools.com/ para generar un script 
para ipchains y tengo alguna duda.


En su desarrollo toca algunos ficheros de /proc/sys/net/ipv4
entre ellos éste, que no existe en mi dist que es la sid:

# Enable TCP SYN Cookie Protection
echo 1  /proc/sys/net/ipv4/tcp_syncookies

Lo he comentado y estoy obteniendo el error descripto en el atach 
error por la tty que no sé si tenga que ver con ésto. Incluyo además 
el script en cuestión.

Saludos
E.Guerra






Re: Pine y Mutt

2001-04-15 Thread Dr. Aldo Medina
Luis Arocha data wrote:
 
 Y el sábado 14 de abril, Josep escribió:
 
  Tengo,  para  variar,  un  par  de  dudas,  y  agradecería  un  par de
  empujones... (con cariño, eso sí... ;-) ¿Mutt precisa, en un ordenador
  que  no  está  en  red y tiene un servidor smtp remoto en internet, de
  otro  programa  para  mandar  correo? ¿O el solito se lo guisa y se lo
  come?
 
 Si. Es neceario un MTA (Mail transfer agent). Los más habituales son sendmail,
 smail, qmail, exim y postfix. Además puede que te interese el más simple de
 todos ssmtp.
 
 
  ¿Pine  puede  gestionar  más  de  una cuenta de correo? ¿Si es que si,
  literatura al respecto???
 
 
 Ooops. Ni idea.
 Saludos

Que programas recomendarían para una computadora conectada
intermitentemente a Internet, que usa Netscape como cliente de correo, y
que requiere distribuir el correo recibido en una cuenta Yahoo entre 3
usuarios? (Netscape usando MoveMail)

-- 
Linux User #98419 -o)| ¡¡Todos los extremistas deberían
http://counter.li.org  /\| ser fusilados!!  
ICQ 94335020  _\_v   | 
Si quieres ayudarme, ponme de| 
referencia en www.puntosclub.com |

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: Cuestiones de fonts en KDE - RESUELTO

2001-04-15 Thread Carlos Prados
Hola,

Tiene sentido que no te funcionaran las TTF: si editas
/etc/kde2/kde2.sh veras que utlilza primero las
funentes que estan en tu ~/.kde/share/fonts

(no me lo he empollado a fondo, pero seguro que tiene
lógica)

En cuanto a lo de las tildes, me pasaba a mi. He
llegado a la siguiente conclusión:

* Las QT no te dejan escribir tildes cuando la
variable de entorno LANG que había cuando se arranco
la aplicación tiene determinados valores (a mi me
funciona con LANG=C y LANG=es_ES).
* Arrancando desde kdm, kde2.sh, kdeinit, klauncher,
etc. son lanzado con la variable de entorno LANG
puesta a valor es_ES.ISO-8859-1 (al menos en mi
configuración), y esto no le gusta a las QT.
* No tengo la más remota idea de dónde toma este
valor.

Arrancando desde startx, $LANG es igual al valor que
le hayas puesto en tu .basrc. y por eso funcionan las
tildes. También funcionan si ejecutas directamente
konsole desde otro Terminal, por el mismo motivo.

La solución que le he encontrado yo es:

* Editar /etc/kde2/kde2.sh y poner al principio export
LANG=C (o export LANG=es_ES).
* O mejor, en /etc/locale.alias poner al final
es_ES.ISO-8859-1es.

Saludos,
Carlos.

 Bien, pues me he cargado el directorio $HOME/.kde
 donde se guarda la config 
 de programas del KDE y ahora si me aparecen las
 fuentes TTF para elegirlas.
 Esto es mu raro, pero ya esta la cosa bien.
 
 Ahora lo malo es que las vocales acentuadas no me
 salen (aeiou) :-) No existe 
 la solucion perfecta...
 

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



Re: Pine y Mutt

2001-04-15 Thread Thomas Bliesener
On Sun, Apr, 15, 2001 at 10:50:14 -0500, Dr. Aldo Medina wrote:

 Que programas recomendarían para una computadora conectada
 intermitentemente a Internet, que usa Netscape como cliente de correo, y
 que requiere distribuir el correo recibido en una cuenta Yahoo entre 3
 usuarios? (Netscape usando MoveMail)

fetchmail, procmail
-- 
* Debian = GNU/Linux XP *



Re: Problemas al apagar el PC

2001-04-15 Thread Thomas Bliesener
On Thu, Apr, 12, 2012 at 19:25:43 +0200, David wrote:

 Tengo el Windows Me y cuando me dirijo a apagar el sistema en el menu
 INICIO

Es lógico que no se pueda *apagar* la máquina en el menu INCIO.
SCNR


  hace un amago de apagarse pero se me queda encendido y tengo
 que apagarlo dejando calcado el boton de apagar.Luego al iniciar me
 hace el scandisk por apagarlo mal y no se de que puede ser.Agradeceria
 mucho que me ayudaseis a resolver este problema,un saludo.

Con estos problemas puedes andar buscando ayuda varias semanas y con
frecuencia no vas a solucionarlos. Es más recomendable la solución
común: una reinstalación completa.

¿Podrías limitar tus líneas a unos 72 caracteres por favor? 335 no caben
ni siquiera en un monitor de 21.
-- 
* Debian = GNU/Linux XP *



Re: Problemas al apagar el PC

2001-04-15 Thread Thomas Bliesener
On Thu, Apr, 12, 2001 at 20:41:07 +0200, Paco Avila wrote:

 Esto... PEDASO DE OFF-TOPIC!!! No estamos en una lista de Debian GNU/Linux? 
 Preguntar cosas de esas aquí no es muy inteligente. Suerte ;-)

[ ] Tú sabes que es un troll.

;-)
-- 
* Debian = GNU/Linux XP *



Re: Problemas al apagar el PC

2001-04-15 Thread Christoph Simon
On Sun, 15 Apr 2001 12:14:49 -0500
Thomas Bliesener [EMAIL PROTECTED] wrote:

 On Thu, Apr, 12, 2012 at 19:25:43 +0200, David wrote:
 
  Tengo el Windows Me y cuando me dirijo a apagar el sistema en el menu
  INICIO
 
 Es lógico que no se pueda *apagar* la máquina en el menu INCIO.
 SCNR
 
 
   hace un amago de apagarse pero se me queda encendido y tengo
  que apagarlo dejando calcado el boton de apagar.Luego al iniciar me
  hace el scandisk por apagarlo mal y no se de que puede ser.Agradeceria
  mucho que me ayudaseis a resolver este problema,un saludo.
 
 Con estos problemas puedes andar buscando ayuda varias semanas y con
 frecuencia no vas a solucionarlos. Es más recomendable la solución
 común: una reinstalación completa.

Antes de reinstalar todo, intenta eso: Haz un reboot con
shutdown -r 0
como superusuário. Si ves la pantalla de la BIOS, puedes apagar al
máquina sin problemas. Si esto funciona, parece que tendrías que
buscar el problema con el APM (advanced power management).


--
Christoph Simon
[EMAIL PROTECTED]
---
^X^C
q
quit
:q
^C
end
x
exit
ZZ
^D
?
help
shit
.



Re: cortafuegos

2001-04-15 Thread rlnieto
Si no me equivoco lo que hace es prevenir un ataque de tipo sync flood (que
si tampoco recuerdo mal consiste en iniciar conexiones y dejarlas en estado
semiabierto). Yo la activaría pq es muy facil encontrar programillas en la
red que explotan esta vulnerabilidad.


- Original Message -
From: E.Guerra [EMAIL PROTECTED]
To: debian-user-spanish@lists.debian.org
Cc: Lista Debian debian-user-spanish@lists.debian.org
Sent: Sunday, April 15, 2001 7:45 PM
Subject: Re: cortafuegos


 Del TCP SYN he logrado averiguar que es una opcion de compilacion del
 kernel, la cual yo no he usado, y por lo tanto, no existe ese fichero en
 /proc/sys/net/ipv4. Si alguien fuera tan amable de explicar si vale la
 pena usarla, se lo agradecería.
 Los otros errores eran debido a que metí los cascos editando el fichero,
 resuelto también.
 Ahora estoy viendo que el scrip me cierra algunos servicios, y que estoy
 intentando averiguar,, y probar todo bien antes de trasladarlo a un
 servidor de producción. De momento me ha cerrado fetchmail y veo en el
 log usando puerto 41, sigo investigando.
 E.guerra

 E.Guerra wrote:

  Hola:
  He utilizado http://www.linux-firewall-tools.com/ para generar un script
  para ipchains y tengo alguna duda.
 
  En su desarrollo toca algunos ficheros de /proc/sys/net/ipv4
  entre ellos éste, que no existe en mi dist que es la sid:
 
  # Enable TCP SYN Cookie Protection
  echo 1  /proc/sys/net/ipv4/tcp_syncookies
 
  Lo he comentado y estoy obteniendo el error descripto en el atach
  error por la tty que no sé si tenga que ver con ésto. Incluyo además
  el script en cuestión.
  Saludos
  E.Guerra
 
 


 --
 Unsubscribe?  mail -s unsubscribe
[EMAIL PROTECTED]  /dev/null




Re: Pine y Mutt

2001-04-15 Thread Dr. Aldo Medina
Thomas Bliesener wrote:
 
 On Sun, Apr, 15, 2001 at 10:50:14 -0500, Dr. Aldo Medina wrote:
 
  Que programas recomendarían para una computadora conectada
  intermitentemente a Internet, que usa Netscape como cliente de correo, y
  que requiere distribuir el correo recibido en una cuenta Yahoo entre 3
  usuarios? (Netscape usando MoveMail)
 
 fetchmail, procmail

Gracias. Fetchmail lo utilizo ya exitosamente, pero procmail? Supongo
que es para distribuir el correo. Y el exim que instala Debian que?.
Gracias mil.

Linux User #98419 -o)| ¿En que se parecen las mujeres a
http://counter.li.org  /\| las botellas de cerveza? En que del
ICQ 94335020  _\_v   | cuello para arriba están vacías  
Si quieres ayudarme, ponme de| 
referencia en www.puntosclub.com |

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: Cuestiones de fonts en KDE - RESUELTO (DEL TODO)

2001-04-15 Thread Monkiki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Dom 15 Abr 2001 18:59, Carlos Prados escribió:

 * Editar /etc/kde2/kde2.sh y poner al principio export
 LANG=C (o export LANG=es_ES).
 * O mejor, en /etc/locale.alias poner al final
 es_ES.ISO-8859-1es.

El valor de LANG lo pilla de /etc/environment. De modo que la solución que 
he encontrado es poner alli LANG=es_ES.

Gracias mil a todos los que habeis posteado soluciones.
Ya me he quedado tranquilo :-)

- -- 
- -

 * Din-don! Soy de Timofónica. Vengo a proceder al embargo de bienes...

- -
  Registered Linux user number 134.596

 E-mail: [EMAIL PROTECTED]   Powered by Debian (2.4.2 on i686)
 Web: http://www.geocities.com/monkiki5/
 ICQ: 89191538
 Yahoo: monkiki5
- -
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE62efyym8toSgLaVARAu60AJ9msNyTihzzrnoe8uRkWTpV6ohn3wCgn/iM
8MMF7MeB/Mzi8uxbhCIcLUI=
=U1BU
-END PGP SIGNATURE-



Re: Pine y Mutt

2001-04-15 Thread Luis Arocha data
Y el domingo 15 de abril, Dr. Aldo Medina escribió:
 Thomas Bliesener wrote:
  
  fetchmail, procmail
 
 Gracias. Fetchmail lo utilizo ya exitosamente, pero procmail? Supongo
 que es para distribuir el correo. Y el exim que instala Debian que?.
 Gracias mil.
 

Procmail lo que hace es procesar tu correo entrante antes de que tú lo veas.
Con procmail puedes hacer que tu ordenador borre los correos basura, o los
aparte, que te distribuya el correo de diferentes listas de correo en
distintos ficheros, o que te responda automáticamente.
Si te fijas en las cabeceras de este correo verás la cabecera:

X-GPG: GPG Key? mail -s send key [EMAIL PROTECTED] /dev/null

En mi caso tengo procmail preparado para que responda enviando mi clave
pública cuando llegue un correo con asunto 'send key' o 'enviar clave'.

Un MTA (Mail Transfer Agent) es el que se encarga de enviar el correo a su
destinatario, o al menos de ponerlo en ruta a través de un ordenador que tenga
servicio SMTP. Exim es de este tipo.

Saludos

-- 
   O /  O O O O O / O / O / O /  O  Luis Arocha, Data
\__|/|__|__|__|/ \__|/__|/__|/__|/|/ larocha at wanadoo.es
\\   \   \   \   Islas Canarias
  \\   \   \   \ Spain



pgpVDeAuAJq4h.pgp
Description: PGP signature


Re: Pine y Mutt

2001-04-15 Thread Thomas Bliesener
On Sun, Apr, 15, 2001 at 12:22:44 -0500, Dr. Aldo Medina wrote:

 Gracias. Fetchmail lo utilizo ya exitosamente, pero procmail? Supongo
 que es para distribuir el correo. Y el exim que instala Debian que?.

procmail es un MDA (mail delivery agent) que distribuye el mail *local*.
Los MTAs (mail transfer agents) como exim, sendmail, postfix etc. no son
interesantes en este caso.

Puedes arrancar procmail directamente desde fetchmail con la palabra
clave mda. man 1 fetchmail te explica como.

Con procmail puedes mandar mail a otros direcciones con !. Lee
man 1 procmail
man 5 procmailrc
man 5 procmailex
(Además hay procmailsc(5) para usuarios avanzados que explica el
scoring.)

Una introducción a procmail encuentras p. ej. en
http://www.ii.com/internet/robots/procmail/qs/
-- 
* Debian = GNU/Linux XP *



Particiones

2001-04-15 Thread Carles Pina i Estany

Hola

Yo tenia algo así:
--
[EMAIL PROTECTED]:~$ cat partition

Disk /dev/hda: 255 heads, 63 sectors, 4865 cylinders
Units = cylinders of 16065 * 512 bytes

   Device BootStart   EndBlocks   Id  System
/dev/hda1   * 1 2 10584   be  Unknown
/dev/hda2 2   319   2551088   82  Linux swap
/dev/hda3   320  1969  132536255  Extended
/dev/hda5   320   829   4096543+  83  Linux
/dev/hda6   830  1467   5124703+  83  Linux
/dev/hda7  1468  1483128488+  82  Linux swap
/dev/hda8  1484  1969   3903763+  83  Linux
[EMAIL PROTECTED]:~$
--

hda1 y hda2 lo hace Solaris al instalarse (sí! el tipo de partición de
Solaris es... 82 :-) Linux swap)

Despues tengo 2 Debians y una Suse (bueno, la Suse porqué quería ver una
cosa que hace Suse, no por nada).

Ahora si hago un fdisk me dice:
--
[EMAIL PROTECTED]:~/arg$ cat fdisk_2

Disk /dev/hda: 255 heads, 63 sectors, 4865 cylinders
Units = cylinders of 16065 * 512 bytes

   Device BootStart   EndBlocks   Id  System
/dev/hda1 1 2 10584   be  Unknown
Partition 1 does not end on cylinder boundary:
 phys=(1, 96, 63) should be (1, 254, 63)
/dev/hda2 2   319   2551088   82  Linux swap
Partition 2 does not end on cylinder boundary:
 phys=(318, 253, 63) should be (318, 254, 63)
/dev/hda3   320  1969  132536255  Extended
/dev/hda4   *  1970  2479   4096575c  Win95 FAT32 (LBA)
/dev/hda5   320   829   4096543+  83  Linux
/dev/hda6   830  1467   5124703+  83  Linux
/dev/hda7  1468  1483128488+  82  Linux swap
/dev/hda8  1484  1969   3903763+  83  Linux
[EMAIL PROTECTED]:~/arg$
--

Eso de cylinder boundary me mosquea

encima Linux ahora no detecta bien la geometria de disco, detecta en
verdad:
Disk /dev/hda: 16 heads, 63 sectors, 77545 cylinders

Y le tengo que pasar mi geometria al arrancar (linux hda=cyl,head,sec,
creo)

Qué he hecho en medio?

Intentar instalar un FreeBSD 4.0 ayer por la noche, antes que Windows. Y
me dió un Warning que la partición hda2 estaba slice o algo así, creo que
lo mismo que me intenta avisar fdisk.

Tambien he instalado el Windows sin problemas, pero ya he borrado su
partición por si acaso y sigue igual ¿?

Y FreeBSD al final no lo instalé por no sé qué, yo hasta pensaba que habia
hecho la partición, ahora no estoy seguro si la hice y la he borrado o no
llegué, pero instalarlo en sí seguro que no.

Agradezco cualquier sugerencia de como sacar esos Warnings y demás, no lo
entiendo muy bien ¿?. Lo que ha cambiado:
 -linux no detecta bien la geomtria
 -le digo que la detecte bien y da warnings
 -si no se la hago detectar bien da 3 warnings en lugar de dos

Muchas gracias y feliz Lunes de Pascua


Carles Pina i Estany
   E-Mail: [EMAIL PROTECTED] || #Linux User: 87347 || Nick: Pinux
   URL: http://www.salleURL.edu/~is08139
   Que la fuerza te acompañe.



particiones (2)

2001-04-15 Thread Carles Pina i Estany

Hola

Por cierto, dos preguntas más :-)

a) algun programa que me deje hacer particiones así:
start   end
hda11   2
hda22   319

p. ej.

Pq. Solaris las hace así, y así las podría rehacer, pero fdisk controla
eso. y fdisk en modo experto no hay manera. Y con sfdisk parece que le
tengo que introducir el tamaño en lugar de cilindros ¿?

b) Con kernel 2.2.18 me lee bien la geometria del disco (LBA en la BIOS) y
con los 2.4.x no lo lee bien (por si puede ser de ayuda... porqué ando
perdido :-)  )

Gracias!


Carles Pina i Estany
   E-Mail: [EMAIL PROTECTED] || #Linux User: 87347 || Nick: Pinux
   URL: http://www.salleURL.edu/~is08139
   Si puede fallar, fallará, y si no puede fallar, también fallará.



Problemas con la impresora...

2001-04-15 Thread Luis Manuel Asensio Royo
Hola a todos,

Parece que sólo estoy en la lista para preguntar, pero en estos momentos
estoy con un verdadero problema...
:-(

Quiero instalar la impresora Epson Stylus Photo EX en el Debian, pero
ninguno de los filtros para impresoras Stylus del magicfilter funciona
correctamente. :-(

Probando ya desesperadamente he decubierto que funcionan los filtros
para las impresoras de color de 9 y 24 agujas de Epson y la IBM
Proprinter, pero claro sólo funcionan en monocromo, en cuanto envías
algo con información en color sale basura. ¿Hay alguna página donde
explique con más o menos profundidad cómo resolver este problema?
-- 
 |||   Un saludo
_/|\_  Regards

Luis



Re: Problemas con la impresora...

2001-04-15 Thread Gustavo Gonzalez
Luis Manuel Asensio Royo wrote:
 
 Hola a todos,
 
 Parece que sólo estoy en la lista para preguntar, pero en estos momentos
 estoy con un verdadero problema...
 :-(
 
 Quiero instalar la impresora Epson Stylus Photo EX en el Debian, pero
 ninguno de los filtros para impresoras Stylus del magicfilter funciona
 correctamente. :-(

Prueba a instalar apsfilter

dispone de los drivers uniprint que van muy bien para epson stylus color
printers. Uno general que va bien con todos es el stcany.

Cuando quieras correrlo haz como root (creo recordar)

cd /usr/lib/apsfilter/

y luego ./SETUP

y sigue las indicaciones pede litterae :)

Slds
-- 
Gustavo Gonzalez  Linux user # 101379
http://www.eumetrics.us.es
http://linux-es.com/Faq
Once a slacker, always a slacker



Re: Problemas con la impresora...

2001-04-15 Thread Monkiki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Dom 15 Abr 2001 22:43, Luis Manuel Asensio Royo escribió:

 Probando ya desesperadamente he decubierto que funcionan los filtros
 para las impresoras de color de 9 y 24 agujas de Epson y la IBM
 Proprinter, pero claro sólo funcionan en monocromo, en cuanto envías
 algo con información en color sale basura. ¿Hay alguna página donde
 explique con más o menos profundidad cómo resolver este problema?

A unas malas puedes probar con CUPS que va muy bien. No sé si funcionará con 
esa impresora, pero es mucho menos engorroso que el magic-filter. Mira en la 
página de CUPS que hay muchos drivers. Algunos son de pago, pero otros no.

- -- 
- -

 * Los excesos se pagan cada vez más (Telefónica).

- -
  Registered Linux user number 134.596

 E-mail: [EMAIL PROTECTED]   Powered by Debian (2.4.2 on i686)
 Web: http://www.geocities.com/monkiki5/
 ICQ: 89191538
 Yahoo: monkiki5
- -
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE62goqym8toSgLaVARAn7YAKCwEgOrSYZpZRTG0MZcTZdhgc2GkgCeIuAG
RgyBgNUoxyOiQXxen/HFNqE=
=2mtm
-END PGP SIGNATURE-



Re: Podeis ver peliculas de cd-rom en formato divx

2001-04-15 Thread Monkiki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Dom 15 Abr 2001 21:51, José Pérez escribió:

 Alguna sugerencia sobre targeta de sonido sin problemas (He visto algunas
 económicas: SB 128  PCI -por aquí unas 3400 + IVA- y una SB 1024 LIVE PCI
 -esta un poco más cara, sobre las 9000, pero me lo puedo permitir :-))??

La SBLive va muy bien. El el kernel viene el driver emu10k1 que creo que lo 
ha hecho Creative :-)

- -- 
- -

 * Linux: ¿Hasta donde quieres llegar mañana?

- -
  Registered Linux user number 134.596

 E-mail: [EMAIL PROTECTED]   Powered by Debian (2.4.2 on i686)
 Web: http://www.geocities.com/monkiki5/
 ICQ: 89191538
 Yahoo: monkiki5
- -
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE62grGym8toSgLaVARArMIAJ96w+EI8QVeXHADG+k+rEnRzI081gCeI5k/
00pDkckO5W9VpcsaugTaTOw=
=wmsQ
-END PGP SIGNATURE-



Re: Podeis ver peliculas de cd-rom en formato divx

2001-04-15 Thread Carlos Valdivia Yagüe
On Sun, Apr 15, 2001 at 09:51:15PM +0200, José Pérez wrote:

 Estaba esperando a configurar el joystick ThunderPad Digital de Logitech,
 con la targeta SB 16 PnP (mierda plug 'n play)... Llevo todo el día peleando
 sin resultado...

¿Por qué dices que es una mierda? Yo la tengo funcionando en Linux
perfectamente. No soy un profesional del sonido pero su calidad me tiene
bastante satisfecho. Antes que comprar una nueva...

Si no te funciona te puedo echar una mano.

Saludos.

-- 
Carlos Valdivia Yagüe [EMAIL PROTECTED] - http://valyag.eresmas.com
Debian/GNU supporter - http://www.debian.org http://www.gnu.org
GnuPG key DCA0C461 - 13A4 0E99 9A24 05D7 E9B8  0B7F 624A DC44 DCA0 C461



Re[2]: mp3

2001-04-15 Thread Adriel Cardenas G
Recientemente instale bladeenc, de una version rpm que baje y despues
de debianizarla (con alien -- recomendacion de la lista) esta jalando
super, uso grip con cdparanoia3 y bladeenc, si quieres el .deb de
blade avisame y te lo mando en privado.

Saludos




-
Adriel Cardenas Guzman   |Firma la petición para LinDrivers |
Linux User: 189050   |http://www.libranet.com/petition.html |
StormLinux 2.4.0 |It's Time to Close the Windows|
-




Re: Tarjeta de sonido ESS 1868

2001-04-15 Thread Xavier Andrade


On Fri, 13 Apr 2001, dfsdf dsgsd wrote:
 
 Pues eso, que me he instalado Debian y no hay manera
 de hacer ir la tarjeta de sonido ESS 1868. He cargado
 los modulos necesarios con modconf y le he pasado como
 parametros del modulo sb los del dma, irq, ... Esos
 parametros son correctos ya que con la Mandrake 7.2 me
 funcionaba, pero en debian no hay manera.
 Los modulos sound, soundcore y soundlow los instala
 bien pero el sb no.
 
 Ha ver si alguien tiene esa misma tarjeta y lo ha
 podido solucionar.
 
 Por cierto, la tarjeta de sonido esta incorporada en
 la placa base.
 
 Saludos.
 
 
 ___
 Do You Yahoo!?
 Envía mensajes instantáneos y recibe alertas de correo con 
 Yahoo! Messenger - http://messenger.yahoo.es
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
Si la trjeta es PnP deberias configurarla antes con isapnp, o usar kernel
2.4 que tiene soporte directo para pnp.

Xavier 



Mas cosas sobre KDE Fonts TTF

2001-04-15 Thread Monkiki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Parece que he dado con el culpable. Resulta que si desactivas lo de Aplicar 
colores y fuentes a aplicaciones no KDE se jode el tema de las fuentes. 
Cuando reinicias KDE ya se  esfumaron las fuentes TTF y algunas más. 
Esto es mu raro aún :-)

Si ocurre esto, lo mejor es borrar el fichero 
$HOME/.kde/share/config/kdeglobals y arrancar KDE. Ya estará todo OK.

- -- 
- -

 * Tux: la mascota favorita de los caballeros Jedi

- -
  Registered Linux user number 134.596

 E-mail: [EMAIL PROTECTED]   Powered by Debian (2.4.2 on i686)
 Web: http://www.geocities.com/monkiki5/
 ICQ: 89191538
 Yahoo: monkiki5
- -
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE62hA3ym8toSgLaVARAoMFAJ0VreOzp0uHzS27vtSLdhEtyuk3IACgulOy
5w8DYNq12rhHgcIycIq1S/A=
=0sne
-END PGP SIGNATURE-



OFF-TOPIC: ISS

2001-04-15 Thread Luis Manuel Asensio Royo
Hola a todos,

Perdonadme por este OFF-TOPIC, pero creo que puede hacernos reir un rato
sobre lo que les pasa a los astronautas de la ISS. X-DD

http://www.elmundo.es/navegante/2001/04/09/esociedad/986831218.html

Yo creo que habría que aconsejar a la NASA no sólo el uso del Linux,
sino de la que creo es la mejor distribución que he visto hasta la
fecha, la nuestra. Las demás serán más fáciles de instalar, más
agradables a la vista, pero en cuanto a robustez, fiabilidad y
funcionalidad la Debian les supera, ¿no creéis? :-D
-- 
 |||   Un saludo
_/|\_  Regards

Luis



Re: desinstalación recursiva de paquetes

2001-04-15 Thread GustavoCR
On Sun, Apr 15, 2001 at 03:20:19AM +0200, José Luis Fernández Barros wrote:
 Hola,
 
 Hay alguna forma automática de desinstalar un paquete y todos de los que 
 depende, recomienda y sugiere (siempre que ningún otro paquete los necesite). 

debfoster, aunque no se si está en potato, en unstable si está.



conversión MSWord -- StarOffice

2001-04-15 Thread Aldo Solari
Estimados amigos:

Estamos  en una fase de migración MS Win -- Debian y desearíamos
saber  si existe algún programa bajo Debian que permita convertir
batches de documentos MS Word ... el problema es que acarreamos
montones  de  documentos  Word  de  años de investigación y sería
importante  tener  acceso a alguna aplicación que los convirtiera
de forma rápida y varios de forma simultánea. Alguna idea ?

un saludo,


[EMAIL PROTECTED]
___




Re: cortafuegos

2001-04-15 Thread October
El Dom 15 Abr 2001 15:14, E.Guerra escribió:
 Hola:
 He utilizado http://www.linux-firewall-tools.com/ para generar un script 
 para ipchains y tengo alguna duda.
 
 En su desarrollo toca algunos ficheros de /proc/sys/net/ipv4
 entre ellos éste, que no existe en mi dist que es la sid:
 
 # Enable TCP SYN Cookie Protection
 echo 1  /proc/sys/net/ipv4/tcp_syncookies
 
 Lo he comentado y estoy obteniendo el error descripto en el atach 
 error por la tty que no sé si tenga que ver con ésto. Incluyo además 
 el script en cuestión.
 Saludos
 E.Guerra
 
 

Hola!
si el único error que te da es este:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = es_ES,
LANG = spanish
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).

entonces debería bastar con descomentar la línea apropiada en /etc/locale.gen 
(mira tu locale con export si usas bash, aunque según lo que pone en el 
error, lo tienes puesto a es_ES) y ejecutar locale-gen. Esto solucionaría el 
problema (así lo solucioné yo cuando me cambié a la sid)
Espero que te haya servido de ayuda (?)
Saludos:

October



Re: SQL

2001-04-15 Thread Enrique Marcote Peña
Hola Luis:

En:

 http://www.mysql.com/information/crash-me.php

hay algunas comparativas.

De todos modos si quieres practicar con Oracle ¿por qué no instalas Oracle? (yo 
lo tengo).
Nos guste o no son los que mandan y muchas cosas las hacen a su modo.  Desde mi 
punto de
vista, a la hora de aprender un SGBD, es más importante saber cosas como la 
estructura que
tienen los catálogos y practicar con tareas de administración que hacer pruebas 
con SQL (Una
vez que sabes SQL estándar lo único que hay que ver es las restricciones que 
tiene un gestor
determinado y partirte la cabeza para poder hacer lo que buscas con lo que 
tienes, y esto
varía para cada problema en particular).   Además los catálogos, privilegios, 
gestión de
usuarios, carga de datos ... cambian bastante de un gestor a otro, si te 
interesa Oracle
practica con Oracle.

Hay versiones para Linux que se pueden emplear gratuitamente para desarrollo 
(no así en BD
comerciales) Para bajártelo mira en:

 http://technet.oracle.com/software/


Un saludo,

Quique

¡Ah!  Cuidado con la versión 8.0.5 y Debian Potato (no se llevan nada bien).

Luis Manuel Asensio Royo wrote:

 ¡Hola a todos!

 Una pregunta, ¿hay algún sitio en donde comparen el mySQL y el
 PostgreSQL?. Quiero instalar uno para practicar de cara a programar en
 un futuro consultas a Oracle.
 --
  |||   Un saludo
 _/|\_  Regards

 Luis

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null



Re: vmlinux enorme

2001-04-15 Thread [EMAIL PROTECTED]
Thomas Bliesener wrote:
 
 On Sun, Apr, 15, 2001 at 00:10:34 +0200, Santiago Vila wrote:
 
  Tanto zImage como bzImage son distintos formatos de núcleo. Creo que
  la diferencia está en la forma en la que se cargan en memoria (algunos
  portátiles, por ejemplo, no pueden usar núcleos bzImage).
 
 Sí.
 
 zImage lee el kernel comprimido a 0x1 hasta max. 0x8EFFF y por eso
 está limitado a 508 kbyte. Para liberarse de esta limitación bzImage usa
 no solamente los primeros 640 kbyte de 0x0 a 0x9 sino también la
 área arriba de 1 Mbyte (0x10). bzImage carga el kernel en bloques de
 64 kbyte a 0x1 hasta 0x1 y los mueve a 0x10 y las
 direcciones siguientes que normalmente no se pueden accesar en el real
 mode del x86.
 
 Después de cargar el kernel comprimido éste se encuentra en 0x1
 (zImage) resp.  0x10 (bzImage). zImage copia ahora el kernel a
 0x1000. Después de unos setups salta a 0x1000 resp. 0x10. Esto pasa
 en setup.S.
 
 El kernel comprimido contiene en su principio la rutina para
 descomprimirse. En los dos casos se descomprime el kernel y escribe el
 kernel descomprimido a 0x10 (1 Mbyte) a la memoria.
 
 En caso de bzImage no es posible directamente ya que en 0x10 se
 encuentra el kernel comprimido. Por eso usa temporalmente la memoria de
 los primeros 640 kbyte y después del kernel comprimido. El código se
 encuentra en head.S y compressed/misc.c
 
 En los dos casos el kernel se encuentra finalmente en 0x10 y ahí se
 ejecuta start_kernel que arranca el kernel. Todo antes sirve solamente
 para poner el kernel descomprimido a 0x10 debido a la
 arquitectura vieja de las PCs.
 
 Todo esto está documentado en /usr/src/linux/arch/i386/boot/.

Si tengo un kernel de 468k que me conviene zImage o bzImage, la maquina
mia es un PIII de 800mhz.





Re: X server

2001-04-15 Thread José Luis Fernández Barros
On Sunday 15 April 2001 23:29, edu wrote:
...
 Me dice SVGA server is not installed. Install
 the SVGA server as /usr/X11R6/bin/XF86_SVGA.
 Esto no lo se hacer.
...

apt-get install xserver-svga



Re: conversión MSWord -- StarOffice

2001-04-15 Thread Miquel
Aldo Solari dijo:

 Estimados amigos:
 
 Estamos  en una fase de migración MS Win -- Debian y desearíamos
 saber  si existe algún programa bajo Debian que permita convertir
 batches de documentos MS Word ... el problema es que acarreamos
 montones  de  documentos  Word  de  años de investigación y sería
 importante  tener  acceso a alguna aplicación que los convirtiera
 de forma rápida y varios de forma simultánea. Alguna idea ?
 

a qué formato quieres convertirlos? a bote pronto se me ocurren antiword
(convierte a texto plano o a postcript desde formato word6 en adelante),
mswordview (convierte word97 en html) y word2x (convierte versiones
anteriores a word97 en ascii o TeX)... 

un saludo,

m.

-- 
Miquel Vidal| http://mi.barrapunto.com/yonderboy
[EMAIL PROTECTED]   | Proyecto laespiral.org
CSOA el Laboratorio | Using Debian GNU/Linux 
www.sindominio.net  | GnuPG public information: 1024D/F724244F


pgpXWu4AwaNCf.pgp
Description: PGP signature


Re: X server

2001-04-15 Thread Miquel
edu dijo:

 Acabo de instalar Debian y me han surgido unos problemas que me gustaria
 poder solucionar con su ayuda. Durante la instalacion de los packages
 (del Xfree86) me surge la siguiente linea:
 _X11TransSocketUnixConnect: Can't connect: errno = 111
 repetida 9 veces
 y despues
 Unable to communicate with X server
 the /etc/X11/XF(Config file was not created
 

[...]

 Configuro el raton sin problemas, seleeciono el teclado español pero no
 me deja elegir tarjeta. Me dice SVGA server is not installed. Install
 the SVGA server as /usr/X11R6/bin/XF86_SVGA.
 Esto no lo se hacer.

te falta instalar el servidor X.
haz simplemente: apt-get install xserver-svga 
(si SVGA es el servidor que se corresponde con tu tajeta. Si fuera otro,
que no es probable, pues el servidor que se corresponda con ella.)

[...]

 El objetivo que persigo es escucharme unas cancioncillas mp3 bajo linux
 para subirme la moral y seguir currandomelo, pero de momento estoy un
 poco perdido sin un entorno KDE (de hecho solo se utilizar el emacs y el
 vi!!)
 

para qué quieres más, con emacs (o VIM) ya eres el amo ;-)

 Gracias por la ayuda y un saludo.

de nada, prueba a instalar el servidor X con apt, y luego nos dices si
tienes que afinar algo mas.

saludos,

m.

-- 
Miquel Vidal| http://mi.barrapunto.com/yonderboy
[EMAIL PROTECTED]   | Proyecto laespiral.org
CSOA el Laboratorio | Using Debian GNU/Linux 
www.sindominio.net  | GnuPG public information: 1024D/F724244F


pgpqlM2mOMFAj.pgp
Description: PGP signature


Re: vmlinux enorme

2001-04-15 Thread Thomas Bliesener
On Sun, Apr, 15, 2001 at 03:20:08 -0300, [EMAIL PROTECTED] wrote:

  zImage lee el kernel comprimido a 0x1 hasta max. 0x8EFFF y por eso
  está limitado a 508 kbyte. Para liberarse de esta limitación bzImage usa

 Si tengo un kernel de 468k que me conviene zImage o bzImage, la maquina
 mia es un PIII de 800mhz.

zImage. Se carga unos milisegundos más rápido. ;-))
-- 
* Debian = GNU/Linux XP *



Re: kernel nuevo y los modulos

2001-04-15 Thread Javier Viñuales Gutiérrez
On dom, abr 15, 2001 at 12:05:10 +0200, chupacabra wrote:
 ¿algun mini-como-kernel-castellano  para subnormales especifico para la 
 debian?

Si lo hay, tienes una receta en La Espiral:

http://www.laespiral.org/documentacion/recetas/bin/numero?21

Seguro que lo entiendes y te sirve, me sirvió a mi ;-)
-- 
Javier Viñuales Gutiérrez [EMAIL PROTECTED]
GnuPG public information:  pub  1024D/4EB82468
1C2A 0241 D350 B43D E027  4FCD F8E8 3454 4EB8 2468



Prueba después de Santi :-P

2001-04-15 Thread Javier Viñuales Gutiérrez
On dom, abr 15, 2001 at 05:42:12 +0200, Hue-Bond wrote:
  Claro que queda.  Mañana nos llegará una prueba  más y cuando
  nos quejemos, el autor replicará Uy, es que cuando Santi mandó ese
  mensaje yo no estaba suscrito y no lo leí.

Santiago dando en el clavo y Hue ironizando... ¿yo que haría sin vosotros?,
sois una mezcla de Monty Pyton, Les Luthier y Woddy Allen que no se puede
aguantar.

Siguiendo con las pruebas, no os preocupeis, me comprometo a hacer un
echo del mensaje de Santiago cada cierto tiempo (máximo local de
recepciones de mensajes de Prueba) para que nadie tenga excusa, acabo de
poner una tarea en el cron que me lo recuerde ;-)

Saludos y buen uso de la lista que somos muchos.
-- 
Javier Viñuales Gutiérrez [EMAIL PROTECTED]
GnuPG public information:  pub  1024D/4EB82468
1C2A 0241 D350 B43D E027  4FCD F8E8 3454 4EB8 2468



pgphYSrRBJ2Nz.pgp
Description: PGP signature


Re: kde 2.1.1

2001-04-15 Thread Andres Seco Hernandez
Hola

El 14 Apr 2001 a las 12:23AM +, Esteban Aguilera escribio:
 quisiera saber como puedo hacer para instalar kde 2.1.1 si alguien sabe de 
 donde me puedo bajar los paquetes, porque fui al site de kde donde ya tienen 
 los binarios .deb pero son millones de archivos,  queria saber si el sitio de 
 debian hay algo de esto pero no encuentro.

Yo tengo:

deb ftp://ftp.de.debian.org/debian stable main contrib non-free
deb ftp://non-us.debian.org/debian-non-US potato/non-US main contrib non-free
deb ftp://security.debian.org/debian-security potato/updates main contrib 
non-free
deb ftp://ftp.linux.ee/pub/kde.tdyc.com/debian/ potato main crypto optional 
qt1apps

y acabo de instalar KDE 2.1.noseque.

Supongo que en la lista debian-kde, si buscas, encontrarás algo más.

-- 
Andres Seco Hernandez- [EMAIL PROTECTED]
MCP ID 445900 - http://andressh.alamin.org
GnuPG public information:  pub  1024D/3A48C934
E61C 08A9 EBC8 12E4 F363  E359 EDAC BE0B 3A48 C934
--
Alamin GSM SMS Gateway   -   http://www.alamin.org
Debian GNU/Linux -   http://www.debian.org
Grupo de Usuarios de GNU/Linux  de  Guadalajara  y
alrededores  -  http://gulalcarria.sourceforge.net
--


pgpP9L98HG5z7.pgp
Description: PGP signature


Re: conversión MSWord -- StarOffice

2001-04-15 Thread Andres Seco Hernandez
Hola

No tengo la respuesta a tu pregunta, pero no nos vendría nada mal a los
que tenemos la misma sana intención que tu de migrar redes enteras a
Debian (o a GNU/Linux, al menos), que cuando acabes nos cuentes tu
experiencia, o escribas un mini-como o al menos una receta de los
problemas encontrados y como los solucionaste.

Te estariamos muy agradecidos...

Saludos.

El 15 Apr 2001 a las 10:40PM +0100, Aldo Solari escribio:
 Estimados amigos:
 
 Estamos  en una fase de migración MS Win -- Debian y desearíamos
 saber  si existe algún programa bajo Debian que permita convertir
 batches de documentos MS Word ... el problema es que acarreamos
 montones  de  documentos  Word  de  años de investigación y sería
 importante  tener  acceso a alguna aplicación que los convirtiera
 de forma rápida y varios de forma simultánea. Alguna idea ?
 
 un saludo,
 
 
 [EMAIL PROTECTED]
 ___
 
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 

-- 
Andres Seco Hernandez- [EMAIL PROTECTED]
MCP ID 445900 - http://andressh.alamin.org
GnuPG public information:  pub  1024D/3A48C934
E61C 08A9 EBC8 12E4 F363  E359 EDAC BE0B 3A48 C934
--
Alamin GSM SMS Gateway   -   http://www.alamin.org
Debian GNU/Linux -   http://www.debian.org
Grupo de Usuarios de GNU/Linux  de  Guadalajara  y
alrededores  -  http://gulalcarria.sourceforge.net
--


pgpfT9Ui09CKJ.pgp
Description: PGP signature


Kernel 2.4.x Howto

2001-04-15 Thread Webmaster - TallerLinux
Amigos:

Alguno de Uds. tiene o conoce un buen Howto de cómo compilar la última
versión del Kernel 2.4.x. Necesito encontrar alguno, para publicarlo en mi
sitio. Les agradeceré que me digan alguna dirección en donde hallar uno
(idealmente en español).

Gracias,

Víctor.
http://tallerlinux.cjb.net



y dale con kde 2.1.1

2001-04-15 Thread Esteban Aguilera




yo complete el /etc/apt/sources.list con las dir que me dieron, pero como 
soy muy nuevo la pregunta es

la siguiente, yo hago asi, tal vez me estoy equivocando.#apt-get 
install kdebasey me tira un error de dependencias.
en realidad no tengo instalado ni el xfree86 4.0.3 ni tampoco 
tengoinstalado qt 2.3pero pense que como en el archivo package 
estaba como depends instalabatambien todo lo que me faltaba.ahora 
voy a ver si me bajo todos los paquetes por separados y los instalotal cual 
dice en las dependencias.estoy seguro de qeu lei qeu habia forma de que 
se actualicen todas lasdependencias pero no se como :)1000 
gracias


Rede rWin / Linux

2001-04-15 Thread [ P ]®ØÐ1g[ ¥ ]
Olha soh... tenho uma rede com 4 micros ligados a um hub... o servidor 
roda rWin 98se, com um programa q xama Sygate e compartilha o link d 
internet com o Internet Connection Share... kero saber como faze meu Debian 
usa esse linkda net ( q tah no micro com rWin ) ???
c possivel gostaria d uma explicacao detalhada... soh kero o link num kero 
compartilha os arquivos naum...

valeu
t+



Re:Novato

2001-04-15 Thread rickmelo
 Estou interessado em aprender como se instala o Debian Linux, mas tenho 
 sentido muita dificuldade na instalação. Já tentei várias vezes, mas sempre 
 deixo de selecionar algo que atrapalha a inicialização. Alguém conhece 
 alguma página que ensine passo a passo como instalá-lo ? Se houver, por 
 favor mandem o link para lista.

Obrigado, Lucio

 Olá Lucio,

  No site do Debian debian-br.souceforge.net você encontrara
oque esta procurando.

Boa sorte!!

  Atenciosamente,
   Ricardo Melo.



--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Encontro Recife-PE

2001-04-15 Thread rickmelo

   Olá pessoal!

  Marcelo, estou esperando apenas você se descompromissar para 
podermos marcar nosso encontro dos usuarios Debian/GNU do Recife.
 Mesmo assim estou deixando o numero do meu telefone para se você 
quiser acertar maiores detalhes. 32277165

POR FAVOR OS USUARIOS LINUX RECIFE-PE QUE ESTIVEREM AFIM DE MARCAR 
UM ENCONTRO, ENTREM EM CONTATO.

   Atenciosamente,
Ricardo Melo. 



Fetchmail

2001-04-15 Thread Ricardo Melo
Ricardo Melo wrote:

 Olá  pessoal,

   Estou com um problema para receber meus e-mails pelo
 fetchmail, já o configurei no fetchmailconf mas  recebo a seguinte
 mensagem de erro:

 fetchmail: SMTP connect to localhost failed
 fetchmail: SMTP transaction error while  fetching from pop3.uol.com.br
 fetchmail: Query status=10 (SMTP)
 Done.

Alguem pode me ajudar?

 Atenciosamente,
  Ricardo Melo



Instalação do CUPS no Potato!

2001-04-15 Thread Marcelo Santana
Olá gente da lista!!

Alguém pode me dizer como faço para instalar/usar o CUPS no potato?
Alias sabem dizer se é possível mudar os DPI no CUPS pois instalei o
magcfilter e não consigo mudar de 300DPI...tenho uma HP 610C.

Agradeço qualquer ajuda! :)

Marcelo Gomes
UIN # 82824803


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: Fetchmail

2001-04-15 Thread Henrique M Holschuh
On Sun, 15 Apr 2001, Ricardo Melo wrote:
Estou com um problema para receber meus e-mails pelo
  fetchmail, já o configurei no fetchmailconf mas  recebo a seguinte
  mensagem de erro:
 
  fetchmail: SMTP connect to localhost failed
  fetchmail: SMTP transaction error while  fetching from pop3.uol.com.br
  fetchmail: Query status=10 (SMTP)
  Done.

Instale um MTA, tal como o exim ou o postfix.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


pgpBdXOwhR1eH.pgp
Description: PGP signature


Fw: Novato (me encontrei)

2001-04-15 Thread Lúcio
 Consegui achar uma apostila de instalação do Debian. Se alguém estiver com 
dificuldades para instalá-lo vá em http://www.cipsga.org.br/ e no menu escolha 
apostilas. Eu baixei o arquivo em formato txt e imprimi. Agora vou tentar 
instalar o Debian mais uma vez. Aos que responderam o meu pedido de ajuda, 
muito obrigado e espero contar com vocês para novas dúvidas que surgirão. 
Obrigado, Lúcio

Começo da mensagem encaminhada:

Date: Sun, 15 Apr 2001 00:10:08 -0300
From: Lúcio Pimenta de Moraes [EMAIL PROTECTED]
To: Debian debian-user-portuguese@lists.debian.org
Subject: Novato


 Estou interessado em aprender como se instala o Debian Linux, mas tenho 
sentido muita dificuldade na instalação. Já tentei várias vezes, mas sempre 
deixo de selecionar algo que atrapalha a inicialização. Alguém conhece alguma 
página que ensine passo a passo como instalá-lo ? Se houver, por favor mandem o 
link para lista.

Obrigado, Lucio


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: linux 2.4.2, kernel panic, a cauda do pinguim, lalo panic

2001-04-15 Thread Hélio Alexandre Lopes Loureiro
 não foi montado. Fico aqui imaginando um pingüim correndo atrás
 da própria cauda.

Acho que alguém fez um boneco do seu pc, costurou um mail seu
dentro do drive de floppy e desenhou o logo do Windows XP no
monitor.  Vodu puro.

 Lalo panic: como eu saio dessa? :-)

Se vc for como eu, que não usa versão instável, então seu
ldd/ldconfig precisa ser atualizado para encontrar os módulos, que
sofreram alterações em seus subdiretórios nesta nova versão do kernel.  
Eu não fiz isto (é só baixar os fontes e recompilar).  Preferir deixar meu
kernel *quase* monolítico (mais rápido e estável).  Os módulos que preciso
chamar, uso um insmod full_path/driver.o.

FYI:  algumas placas de som somente funcionam quando compiladas
estaticamente no kernel.

[]'s
Hélio Alexandre Lopes Loureiro
e-mail:[EMAIL PROTECTED]
Tel.: + 55 11 6224-1795
Division Multiservice Networks - First Deployments
Public Key =   http://cipsga.procempa.com.br/oks/pt_BR/
(pgp-i 2.6.3)   http://www.engnux.ufsc.br/helio/identity.pub.txt

/\
\ /  Campanha da fita ASCII - Contra mail HTML
 X   ASCII ribbon campaign  - Against HTML mail
/ \




TrueType no XFree86-4.0.x (x2)

2001-04-15 Thread Adriano Freitas


Ontém eu fiquei caçando informações sobre as fontes truetype no xfree 4
e vi que não existe praticamente documentação alguma sobre isso até
mesmo na própria página da xfree.

Porém, eu achei uma página muito boa que trata com muita clareza o
assunto. Alias, a página tem muito mais informações sobre diversas
outras coisas a respeito de linux.

Para quem se interessou no assunto a página está em
http://home.c2i.net/dark/linux.html#ttf É só sigar passo a passo o que
está lá que, apesar do trabalho, o X vai ficar bem melhor. Para os que
ainda usam servidores de fontes truetype no X agora é a hora de
atualizar. A cada dia mais pacotes estão se quebrando com as novas
atualizações do XFree. Na minha opinião, o suporte do XFree 4.0 para
fontes truetype está bem melhor do que usando servidores como o xfstt ou
xfs-ttf.

Boa diversão a quem se interessar.

[]'s



Mail Sound probs

2001-04-15 Thread Nic Strong
First ofhaving to resort to hotmail to send this because I seem to have 
broke mail on my box! When ever I use a mail client (mutt, evolution) trying 
to send (configured to use sendmail) I get the message:


Error sending message, child exited 71 (Operating system error.).

Also incoming seems to have broke as well!

Ran a dpkg-reconfigure sendmail to and regenerating get the following error 
:


canning /etc/mail/sendmail.mc
Creating /etc/mail/Makefile. done.
Generating /etc/mail/sendmail.cf ...
Informational: use_ct_file file empty: /etc/mail/trusted-users
Informational: use_cw_file file empty: /etc/mail/local-host-names
Informational: confCR_FILE source file not found: /etc/mail/relay-domains
Informational: confUSERDB_SPEC source file not found: /etc/mail/users
Cannot open hash database /etc/mail/aliases.db: Invalid argument
WARNING: cannot open alias database /etc/mail/aliases
Cannot create database for alias file /etc/mail/aliases

The only thing I can think that could have caused this was I upgraded to new 
v2 of berkley db library (if this uses it at all ??).


Second problem is with my sound setup,

After finally getting alsa compiled and configured, have managed to get 
sound working in kde and gnome (events sounds etc) when I start these as 
root. But not a peep when I start them as a normal user.


Gnome complains that esd is not running when I try and use the mixer. On 
starting it as a normal user I get th following error:


esd: Failed to fix mode of /tmp/.esd to 1777.
Try -trust to force esd to start.
esd: Esound sound daemon unable to create unix domain socket:
/tmp/.esd/socket
The socket is not accessible by esd.
Exiting...
About the only clue I can track down.

Please CC me in to the list reply as I can't read anything from the list 
till my mail is fixed ...


Thanks in advance,
Nic


_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.



Re: An intro to Debian website

2001-04-15 Thread Rob Mahurin
On Sat, Apr 14, 2001 at 12:28:18PM -0500, Brian Nelson wrote:
 There wouldn't be a whole lot of original content on this site I was
 thinking of.  All the documentation is already out there; it's just so
 scattered around and difficult to find unless you know where to look.
 This site would hopefully organize it into something coherent and less
 intimidating.  Ideally, it would be of some interest to more
 experienced users as well--maybe as a place to check first for a
 question before looking elsewhere.

This sounds roughly like the How to Ask Questions guide for this
mailing list that was discussed last week.  I put a very sketchy
version of it at http://web.utk.edu/~rmahurin/debian-user-faq/ ; if
you think we'd have some overlap, let me know and we can combine our
resources.

Rob

-- 
I profoundly believe it takes a lot of practice to become a moral slob.
-- William F. Buckley



Re: Update on 'unstable' left Gnome unusable

2001-04-15 Thread Corey Popelier
I think the issue might be this:

tail ~/.xsession-errors

OpenSSL version mismatch. Built against 90600f, you have 90601f

I recall someone else mentioning this somewhere?

Cheers,
 Corey Popelier

On Sat, 14 Apr 2001, Jeff Davis wrote:

 I have a thread I started up a little ways, so watch that series as well. It
 is called startx not working, but X does.

 try the following:
 1) get a command line with no graphical login. kill any X process or xdm or
 gdm
 2) do:
 [EMAIL PROTECTED]:~$ X
 ( it will start an X server. Hit ctl-alt-F1 to get back to the prompt )
 [EMAIL PROTECTED]:~$ DISPLAY=:0 gnome-session

 I hope this helps you. I guess someone broke a package. Please tell me if you
 find a way to get it working. I am just gonna wait out for a new update from
 this point.

 Looks like they call it unstable for a reason. That's O.K., I would still
 rather use unstable for my desktop. Beats old software!

 Regards,
   Jeff Davis

 On Saturday 14 April 2001 19:23, Larry Elmore wrote:
  I'm running Unstable with kernel 2.4.2 and performed an update using
  apt-get yesterday. At first X was dead, but I was able to get it running
  (it never asked me whether or not to overwrite /etc/X11/XF86Config-4,
  but certainly did so). Now, however, I can't get past the gdm login
  screen except by selecting Xsession instead of Debian or Gnome. It
  simply resets back to the login screen. I've tried everything I can
  think of, to no avail. Any suggestions?
 
  Larry


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Update on 'unstable' left Gnome unusable

2001-04-15 Thread Jeff Davis
Great! Thank you. I got it working, and it started ssh working for me again 
as well ( same error, I didn't know they were related ).

I simply downgraded these two packages:
openssl_0.9.6a-1_i386.deb
libssl0.9.6_0.9.6a-1_i386.deb

to these two:
openssl_0.9.6-2_i386.deb
libssl0.9.6_0.9.6-2_i386.deb

Thanks again,
Jeff Davis

On Saturday 14 April 2001 23:08, Corey Popelier wrote:
 I think the issue might be this:

 tail ~/.xsession-errors

 OpenSSL version mismatch. Built against 90600f, you have 90601f

 I recall someone else mentioning this somewhere?

 Cheers,
  Corey Popelier

 On Sat, 14 Apr 2001, Jeff Davis wrote:
  I have a thread I started up a little ways, so watch that series as well.
  It is called startx not working, but X does.
 
  try the following:
  1) get a command line with no graphical login. kill any X process or xdm
  or gdm
  2) do:
  [EMAIL PROTECTED]:~$ X
  ( it will start an X server. Hit ctl-alt-F1 to get back to the prompt )
  [EMAIL PROTECTED]:~$ DISPLAY=:0 gnome-session
 
  I hope this helps you. I guess someone broke a package. Please tell me if
  you find a way to get it working. I am just gonna wait out for a new
  update from this point.
 
  Looks like they call it unstable for a reason. That's O.K., I would
  still rather use unstable for my desktop. Beats old software!
 
  Regards,
  Jeff Davis
 
  On Saturday 14 April 2001 19:23, Larry Elmore wrote:
   I'm running Unstable with kernel 2.4.2 and performed an update using
   apt-get yesterday. At first X was dead, but I was able to get it
   running (it never asked me whether or not to overwrite
   /etc/X11/XF86Config-4, but certainly did so). Now, however, I can't get
   past the gdm login screen except by selecting Xsession instead of
   Debian or Gnome. It simply resets back to the login screen. I've tried
   everything I can think of, to no avail. Any suggestions?
  
   Larry
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
  [EMAIL PROTECTED]



Re: NVIDIA GeForce2 MX

2001-04-15 Thread Dieter Schicker

Hi,

You will have to install the kernel header package.
I'm not at my Linux machine now, but if I remember it
right, you have to call make with the option

make
-SYSINCLUDE=/path_to_kernel_headers/linux/modversions.h

Hope this helps
Dieter

--- Abel Gascón [EMAIL PROTECTED] wrote:
 Hello!
 I'm trying to install NVIDIA driver  as follows in
 the NVIDIA web linux
 drivers.
 Well, I deploys the kernel packet tgz and the GLX
 packet tgz in
 respective folders, but when I try to obtain the
 NVIDIA kernel driver I
 receive an error and the make install command is not
 achieved. The error
 is aproximatelly as follows:
 
 Can't locate /linux/modversions.h file
 
 Anyone could help me, please?
 
 TIA, Abel
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



test mail

2001-04-15 Thread V.Suresh
testmail
-- 



Warum sollte ich gerade Debian Linux kaufen?

2001-04-15 Thread Felix Hoff
Guten Tag,

ich kann mich noch nicht recht für eine Linuxdistribution entscheiden und 
möchte Sie daher um
Beantwortung folgender Frage bitten:
Warum sollte ich gerade Debian Linux kaufen? oder
Was sind die entscheidenden Gründe für Debian Linux?

Mit freundlichen Grüßen
 Felix Hoff



Re: Problems with 8139too driver in kernel 2.4.2

2001-04-15 Thread Marc Haber
On Sun, 1 Apr 2001 10:49:27 +0200, Michael Meskes [EMAIL PROTECTED]
wrote:
On Fri, Mar 30, 2001 at 02:37:23PM -0300, Daniel Toffetti wrote:
 I have two cheap cards and it worked fine and straightforward for

On my newer machines it worked well too.

 me. The only problem I had was that I selected a wrong driver the first
 time, then I browsed the drivers diskette and found the right driver, which
 is already bundled with the kernel.
 Have you compared the sources of the drivers for 2.2.18 and 2.4.2 ??

Does not help since the driver is a complete rewrite.

2.2.19 hat beide Treiber, und für 2.4.3 gibt es auf Sourceforge einen
noch neueren. Ich habe das Problem, dass eine ältere 8139-basierende
Karte zwar erkannt, aber nicht korrekt initialisiert wird (kein link
beat).

Grüße
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Re: [debian-user] Warum sollte ich gerade Debian Linux kaufen?

2001-04-15 Thread Rüdiger Kuhlmann

Hi!

--[Felix Hoff]--[EMAIL PROTECTED]

This list is English.

 ich kann mich noch nicht recht für eine Linuxdistribution entscheiden und 
 möchte Sie daher um
 Beantwortung folgender Frage bitten:
 Warum sollte ich gerade Debian Linux kaufen? oder
 Was sind die entscheidenden Gründe für Debian Linux?

| I can't yet decide for which linux distribution to go for and would
| therefore like to ask for your help to answer the following questin: Why
| should I buy Debian Linux? or What are the deciding(?) reasons for Debian
| Linux?

First of - don't buy it, ask a friend for a copy. Linux is free, and Debian
in particular has no company behind it, in opposite to SuSE or RedHat. So
beware - there is a difference in philosophy: you'll have the next release
of Debian when it is ready, not when the PR department wants it ready. If
you want more recent packages, you have to go for unstable. Anyway. The
killer app of debian is definately it's working package management - a
simple apt-get install mozilla will fetch and install Mozilla for you. You
won't need to start over the installation if you want to upgrade your
distribution (try upgrading SuSE 6.2 to 7.1. It fails to install a
statically linked ash, which it needs to create it's initial ram disc, and
expects the installation to continue with YaST2 if it hasn't even installed
YaST2), and it won't clobber your configuration files if you upgrade
packages. On the other hand, if you want some sort of hardware detection,
you're lost with Debian (as of now). If you want to be held on your hands
for everything, don't go with Debian as well. In short: If you're a beginner,
go for SuSE. If after a while you feel the urge to try something different,
go for Debian.

-- 
A No uttered from deepest conviction is better and greater than a
Yes merely uttered to please, or what is worse, to avoid trouble.
-- Mahatma Ghandi



Re: (English) Warum sollte ich gerade Debian Linux kaufen?

2001-04-15 Thread Blazko
(deutsche version unten / german version below)

Hello!

This is an international newsgroup, thus please quote in english please.

Well, as a Debian newbee, I see the following advantages (besides others):

-indepentence (thus beeing maintained from free developers)
-stability, cos Debian does not focus on top-features that much but on 
quality (that does not imply that you cannot actual things run!)
-security, cos the user really decides what is on the system (e.g. what 
deamons run) - e.g. SuSE Linux lets run the r-tools by default (rlogin, 
rcp...)
-you learn a lot, cos you mainain your system a basic way
-etc. etc.

greetings from germany,

Timo Boewing


Hallo!

Dies ist eine internationale Newsgroup, Poste also bitte in englisch!

Also Debian-Neuling sehe ich folgende Vorteile (nebst vielen anderen):

-Unabhaengigkeit vom Distributor (in gewissem Masse)
-Stabilitaet, da Debian auf Qualitaet und nicht auf die topaktuellsten 
Features aufbaut (was nicht heisst, dass man neue Dinge nicht ans laufen 
kriegen kann)
-Sicherheit, da der Benutzer wirklich bestimmen kann, was auf das System 
kommt (Deamons etc.) - SuSE Linux z.B. laesst die r-Tools (remote~) 
standardmaessig laufen (rlogin, rcp)
-man lernt sehr viel vom System, da man es grundlegend administriert (sprich 
ohne Umwege einiger Tools, die Ihre COnfig in anderen Dateien erst 
zwischenlagern o.ae.)
-u.v.a...

Gruesse,

Timo Boewing



Re: Email embarrasment

2001-04-15 Thread Marc Haber
On Thu, 12 Apr 2001 21:02:46 +0200, Johann Spies [EMAIL PROTECTED]
wrote:
It is an dialup system using exim as mta. 

I do not know where to look for the problem.

What do the exim logs /var/log/exim/{mainlog|rejectlog) say?

Most graphical clients deliver e-mail to the MTA via SMTP while
console mail clients use the command line api. My rough guess is that
localhost is missing from host_accept_relay in /etc/exim/exim.conf, so
that exim rejects the SMTP delivery. For this to remain undetected, it
is necessary that either the MUA doesn't deliver the error message to
the user or the user ignores it.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Re: sawfish on woody

2001-04-15 Thread Marc Haber
On Fri, 13 Apr 2001 09:22:06 +0200, christophe barbe
[EMAIL PROTECTED] wrote:
I've dist-upgraded a fresh potato box to woody.
Everything works fine.
But I can't install sawfish.
It seems to not be available.
I can't see it anymore in the available package at 
http://packages.debian.org/testing/x11/.

What's wrong ?

There is currently neither sawfish nor sawmill in woody. I suspect
that sawmill has been removed from sid because sawfish replaces
sawmill, and sawfish didn't make it from sid to woody yet.

I _suspect_ that installing sawmill's potato packages will probably
work, and I even _suspect_ that it would be possible to put potato apt
lines below the woody ones, causing apt to pull potato packages iff
woody packages are not available _and_ to automagically update to the
woody packages as soon as they get available.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29



Re: Update on 'unstable' left Gnome unusable

2001-04-15 Thread Nathan Andrews
I have a similar problem with KDE2, i get the login screen but when i try to
log in all it does is go back to the login screen. Its been like this for
about 4 days now and i have done 3 or so updates and it still isn't fixed,
is there something else i need to know?

please help

Nathan

- Original Message -
From: Larry Elmore [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Sent: Sunday, April 15, 2001 12:23 PM
Subject: Update on 'unstable' left Gnome unusable


 I'm running Unstable with kernel 2.4.2 and performed an update using
 apt-get yesterday. At first X was dead, but I was able to get it running
 (it never asked me whether or not to overwrite /etc/X11/XF86Config-4,
 but certainly did so). Now, however, I can't get past the gdm login
 screen except by selecting Xsession instead of Debian or Gnome. It
 simply resets back to the login screen. I've tried everything I can
 think of, to no avail. Any suggestions?

 Larry


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]





OT: Mozilla: font size setting for toolbars, sidebar etc.?

2001-04-15 Thread Mario Vukelic
Hi,

sorry for being OT and stupid, but I can't find the place in mozilla
where I can change font sizes for mozilla itself, i.e. not font sizes
for displayed webpages, but for stuff like toolbars, sidepanel etc.
Maybe someone can give me a quick pointer.

Thanks in advance, M.

-- 

I did not vote for the Austrian government



Re: [debian-user] Warum sollte ich gerade Debian Linux kaufen?

2001-04-15 Thread Mario Vukelic
On 15 Apr 2001 13:10:38 +0200, Rüdiger Kuhlmann wrote:
 On the other hand, if you want some sort of hardware detection,
 you're lost with Debian (as of now). If you want to be held on your hands
 for everything, don't go with Debian as well. In short: If you're a beginner,
 go for SuSE. If after a while you feel the urge to try something different,
 go for Debian.

Or take a look at http://www.progeny.com/. Progeny is a company by
former debian developers. They have just a few days ago released their
own distro which is based on debian but (quoted from their website)
provides an enhanced feature set that includes easy graphical
installation, hardware detection support, and improved configuration and
management tools. Also included is the latest stable technology,
consisting of XFree86 4.0.2 and glibc2.2. Other additions include
improved USB support and an auto-install feature for streamlining
multiple installations. I.e., it should give you the best features of
debian (which everyone who has used debian will _never_ want to miss
again) and the ease of SuSE/RedHat/Mandrake. It also comes in a box and
with handbook.

Have fun

-- 


I did not vote for the Austrian government



Re: OT: Mozilla: font size setting for toolbars, sidebar etc.?

2001-04-15 Thread Tommi Komulainen
On Sun, Apr 15, 2001 at 01:48:56PM +0200, Mario Vukelic wrote:
 Hi,
 
 sorry for being OT and stupid, but I can't find the place in mozilla
 where I can change font sizes for mozilla itself, i.e. not font sizes
 for displayed webpages, but for stuff like toolbars, sidepanel etc.
 Maybe someone can give me a quick pointer.
 
 Thanks in advance, M.

Through stylesheets.  I can't remember where I read about it, but I have
put the following in my ~/.mozilla/default/*/chrome/userChrome.css:

button, menubutton, menulist, menu, menuitem, tab, .button-toolbar {
font-size: 11px !important;
}

I'm sure there's documentation for available keywords somewhere... :)


-- 
Tommi Komulainen [EMAIL PROTECTED]
GPG 1024D/68388EE66FD6 DD79 EB38 BF6F 3533  09C0 04A8 9871 6838 8EE6


pgprTGcfIs6BJ.pgp
Description: PGP signature


OT: Mutt checking files for new mail

2001-04-15 Thread Thomas J. Hamman
I use fetchmail, procmail, and mutt for my E-mail, and I'm having one
little issue with mutt that has been disturbing me for a while:

Sometimes, new mail in my files does not show up in mutt for a while
(sometimes even a couple hours) after I have received it.

Does this happen to anyone else?  How can I fix it?  I haven't been able
to find anything about it in mutt's manual yet (and aside from that,
mutt has one of the best program manuals I've ever seen).

-- 
Tom
I have never made but one prayer to God, a very short one: 'O Lord,
make my enemies ridiculous.' And God granted it.
-Voltaire



Re: OT: Mutt checking files for new mail

2001-04-15 Thread Andre Berger
* Thomas J. Hamman [EMAIL PROTECTED], 2001-04-15 15:07 +0200:
 Sometimes, new mail in my files does not show up in mutt for a while
 (sometimes even a couple hours) after I have received it.
 
 Does this happen to anyone else?  How can I fix it? 

For hours is strange, using noflushd or so? Try set timeout=10,
anyway.

Andre Berger[EMAIL PROTECTED]


pgpt3QixE7iUL.pgp
Description: PGP signature


Re: Update on 'unstable' left Gnome unusable

2001-04-15 Thread Chris Cyll
For those of you who are still waiting for the ssh packages to be fixed, but 
are having window manager trouble in the meantime, if you edit your 
Xsession.options file and comment out the use-ssh-agent line you can get 
around the problem.

Of course, don't forget to turn it back on when ssh gets fixed. =)

-Chris


On Sunday 15 April 2001 06:26, Nathan Andrews wrote:
 I have a similar problem with KDE2, i get the login screen but when i try
 to log in all it does is go back to the login screen. Its been like this
 for about 4 days now and i have done 3 or so updates and it still isn't
 fixed, is there something else i need to know?

 please help

 Nathan

 - Original Message -
 From: Larry Elmore [EMAIL PROTECTED]
 To: debian-user@lists.debian.org
 Sent: Sunday, April 15, 2001 12:23 PM
 Subject: Update on 'unstable' left Gnome unusable

  I'm running Unstable with kernel 2.4.2 and performed an update using
  apt-get yesterday. At first X was dead, but I was able to get it running
  (it never asked me whether or not to overwrite /etc/X11/XF86Config-4,
  but certainly did so). Now, however, I can't get past the gdm login
  screen except by selecting Xsession instead of Debian or Gnome. It
  simply resets back to the login screen. I've tried everything I can
  think of, to no avail. Any suggestions?
 
  Larry
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact

 [EMAIL PROTECTED]

-- 
Entropy.  It's what's for dinner.



Re: OT: Mozilla: font size setting for toolbars, sidebar etc.?

2001-04-15 Thread Mario Vukelic
On 15 Apr 2001 15:16:39 +0300, Tommi Komulainen wrote:

 Through stylesheets.  (...)

Thanks!
-- 

I did not vote for the Austrian government



Re: OT: Mutt checking files for new mail

2001-04-15 Thread Thomas J. Hamman
On Sun, Apr 15, 2001 at 03:21:48PM +0200, Andre Berger wrote:
 
 For hours is strange, using noflushd or so? Try set timeout=10,
 anyway.
 
 Andre Berger[EMAIL PROTECTED]

Nope, not using flushd.  I hadn't noticed the timeout variable before,
though; I'll try setting that and see how it goes.  Thanks.

-- 
Tom
One of the penalties for refusing to participate in politics is you end
up being governed by your inferiors.
-Plato



Re: OT: Mutt checking files for new mail

2001-04-15 Thread Brian Potkin
On Sun, Apr 15, 2001 at 08:52:47AM -0400, Thomas J. Hamman wrote:

 I use fetchmail, procmail, and mutt for my E-mail, and I'm having one
 little issue with mutt that has been disturbing me for a while:
 
 Sometimes, new mail in my files does not show up in mutt for a while
 (sometimes even a couple hours) after I have received it.
 
 Does this happen to anyone else?  How can I fix it?  I haven't been able
 to find anything about it in mutt's manual yet (and aside from that,
 mutt has one of the best program manuals I've ever seen).

Are you using exim as your smtp server?  If so it may be worth checking
in MAIN CONFIGURATION SETTINGS and looking for

# Have exim deliver all mail that's received in a single connection.
# Normally it will deliver the first 10 and then queue the rest.

smtp_accept_queue_per_connection = 0

Brian.
-- 
email: [EMAIL PROTECTED]



Re: Update on 'unstable' left Gnome unusable

2001-04-15 Thread Chris Cyll
Sorry.  I sounded a little too sure of myself in that last post.  I'm still 
getting used to this whole list server thing.  What I probably should have 
said was... that's what worked for me.  Judging on what you've said though, 
Nate, it sounds like that might fix your problem too.  ;-)

-Chris

On Sunday 15 April 2001 09:24, Chris Cyll wrote:
 For those of you who are still waiting for the ssh packages to be fixed,
 but are having window manager trouble in the meantime, if you edit your
 Xsession.options file and comment out the use-ssh-agent line you can get
 around the problem.

 Of course, don't forget to turn it back on when ssh gets fixed. =)

 -Chris

 On Sunday 15 April 2001 06:26, Nathan Andrews wrote:
  I have a similar problem with KDE2, i get the login screen but when i try
  to log in all it does is go back to the login screen. Its been like this
  for about 4 days now and i have done 3 or so updates and it still isn't
  fixed, is there something else i need to know?
 
  please help
 
  Nathan
 
  - Original Message -
  From: Larry Elmore [EMAIL PROTECTED]
  To: debian-user@lists.debian.org
  Sent: Sunday, April 15, 2001 12:23 PM
  Subject: Update on 'unstable' left Gnome unusable
 
   I'm running Unstable with kernel 2.4.2 and performed an update using
   apt-get yesterday. At first X was dead, but I was able to get it
   running (it never asked me whether or not to overwrite
   /etc/X11/XF86Config-4, but certainly did so). Now, however, I can't get
   past the gdm login screen except by selecting Xsession instead of
   Debian or Gnome. It simply resets back to the login screen. I've tried
   everything I can think of, to no avail. Any suggestions?
  
   Larry
  
  
   --
   To UNSUBSCRIBE, email to [EMAIL PROTECTED]
   with a subject of unsubscribe. Trouble? Contact
 
  [EMAIL PROTECTED]

-- 
Entropy.  It's what's for dinner.



Re: Should arrogant, self-important people be encouraged to use L inux?

2001-04-15 Thread Kent West

Joe 'Zonker' Brockmeier wrote:


On Sat, 14 Apr 2001, Brenda J. Butler wrote:


I'm not complaining about open source stuff (on my home systems
that's all I use and I'm very grateful for it), but open source
has changed from when we learned it.  It's hard to learn it
that way any more, because lots of people now write this stuff
for a living.  A hobbyist can't keep up any more.


I'm not really sure I understand your logic. Because there's more
material available, it's harder to learn? I don't agree with that
logic. 



Do I really want to step into this . . . ?

I can't speak for Brenda, but I did have a sense of what she was trying 
to say. Although I agree with Zonker that more material is better, I 
have found with my own problems (particularly sound issues) that much of 
the documentation is simply wrong (because it's out of date). That does 
make it harder to learn for the newbie who has honestly tried to find 
answers. And yes, I know most docs have a You can find the most recent 
version of this document 'here' line somewhere near the top, but I as a 
newbie glossed over the intro sections, and didn't find that line for 
several months, and even when I did find it, I still found that in some 
cases the newest doc was still out of date.


Mind you, I'm not complaining (my dog ate my flameproof suit, you 
understand); I'm just trying to hopefully illuminate what Brenda was 
saying. Or at least that's my take on it, but then, I'm an idiot and 
don't usually know what I'm talking about, so feel free to ignore this 
line of reasoning.


Kent
(who doesn't write real documentation, but has been known to answer 
posts on this list with hopefully semi-useful answers as part of his 
contribution to the community)




Re: startx not working, but X does

2001-04-15 Thread Kent West

Jens Gecius wrote:


Corey Popelier [EMAIL PROTECTED] writes:



If you just did an upgrade today, then you aren't the only person with the
problem. However, I suspect its' actually a KDE related problem that's
breaking X. I've now reverted to a X/WindowMaker setup until I see some
more KDE updates arrive, and X is running fine.

As for the cause of the problem, well I'm not quite sure.


Seems not to be kde related. I'm running gnome here and removed every
kde package from the system - still not working. X comes up for a
split second and goes away. It stops exactly where Jeff said:

(II) XINPUT: Adding extended input device Generic Mouse


(type: MOUSE)



Well, similar message for my trackball. The trackman is working as I
can move it for exactly the above mentioned split second. I also
tested if it is something with the nvdriver (nvidia binary), but the
problem still exists after I changed to the opensource nv.

Any more ideas?
 


This may or may not be related; yesterday I installed a box and had 
similar moue issues. Turns out that /etc/X11/XF86Config-4 had two mouse 
sections, one for the configured mouse and one for a generic mouse. 
Perhaps this is the way it's supposed to be. Nevertheless, I commented 
out the generic mouse section, and the reference to the generic mouse 
later near the bottom of the XF86Config-4 file, and that fixed my problem.






Mail Sound probs

2001-04-15 Thread Nic Strong

(Repost not sure if the first got through)

First ofhaving to resort to hotmail to send this because I seem to have
broke mail on my box! When ever I use a mail client (mutt, evolution) trying
to send (configured to use sendmail) I get the message:

Error sending message, child exited 71 (Operating system error.).

Also incoming seems to have broke as well!

Ran a dpkg-reconfigure sendmail to and regenerating get the following error
:

canning /etc/mail/sendmail.mc
Creating /etc/mail/Makefile. done.
Generating /etc/mail/sendmail.cf ...
Informational: use_ct_file file empty: /etc/mail/trusted-users
Informational: use_cw_file file empty: /etc/mail/local-host-names
Informational: confCR_FILE source file not found: /etc/mail/relay-domains
Informational: confUSERDB_SPEC source file not found: /etc/mail/users
Cannot open hash database /etc/mail/aliases.db: Invalid argument
WARNING: cannot open alias database /etc/mail/aliases
Cannot create database for alias file /etc/mail/aliases

The only thing I can think that could have caused this was I upgraded to new
v2 of berkley db library (if this uses it at all ??).

Second problem is with my sound setup,

After finally getting alsa compiled and configured, have managed to get
sound working in kde and gnome (events sounds etc) when I start these as
root. But not a peep when I start them as a normal user.

Gnome complains that esd is not running when I try and use the mixer. On
starting it as a normal user I get th following error:

esd: Failed to fix mode of /tmp/.esd to 1777.
Try -trust to force esd to start.
esd: Esound sound daemon unable to create unix domain socket:
/tmp/.esd/socket
The socket is not accessible by esd.
Exiting...
About the only clue I can track down.

Please CC me in to the list reply as I can't read anything from the list
till my mail is fixed ...

Thanks in advance,
Nic
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.



Re: Woody (Testing) Missing Gnome Packages

2001-04-15 Thread Colin Watson
Jeff Hornsberger [EMAIL PROTECTED] wrote:
I was hoping someone could tell me why Woody (Testing) is missing
sawfish, sawfish-gnome and gnome-applets packages? There don't seem to
be any important bugs filed against them and these aren't very new
packages, I can't figure out why there wouldn't at least some old
versions of these packages in Testing. Thanks.

testing is like that sometimes - a lot of GNOME has been backed up
pretty much since it came into existence, and a recent version only got
in recently. http://ftp-master.debian.org/testing/ has all the status
information, although it can be difficult to interpret sometimes.

gnome-applets is out of date on sparc (and arm and powerpc as well,
although those are behind in general), and recently had a serious bug
filed against it too. sawfish is out of date on alpha. Somebody will
need to get the architectures into sync before it can get into testing;
part of the idea of testing is to make sure that the six architectures
for which Debian currently releases have synchronized versions of all
packages.

-- 
Colin Watson [EMAIL PROTECTED]



Re: Best way to run a 2.4 kernel with stable?

2001-04-15 Thread Colin Watson
Mark [EMAIL PROTECTED] wrote:
Is it safe to run a 2.4 kernel with stable?

If this is OK then, what is the best way to do it?

Should I use Adrian Bunk's stuff to do it?
http://www.fs.tum.de/~bunk/kernel-24.html

Is this safe or will this cause potential problems?

I haven't heard any complaints about Adrian's 2.4 update packages, and
he's competent so I imagine there shouldn't be many problems. If there
are any I'll bet he'd be interested to hear about it, so go ahead and
try them.

-- 
Colin Watson [EMAIL PROTECTED]



stream manipulation with time

2001-04-15 Thread Sebastiaan
Hi,

I have two computers and I want to set the time on computer 1 the time of
computer 2 minus 1 (I need this because I run root over nfs, and I do
not like 'modification in future' warnings). I played along with some
commands and it seems that something almost works (and when it works,
'date' will be replaced by a 'rdate' syntax):

date | cut -c12-14  prints the hours
expr `date | cut -c15-16` - 1   takes the minutes minus 1 and prints it too
date | cut -c17-19  prints the seconds

What would be nice if these three could be put on one line, like:

date --set `date | cut -c12-14``expr `date | cut -c15-16` - 1``date | cut 
-c17-19`
^^
The problem is the nested `` here:

Is there someway to bypass this, or a better method to do this so I only
have to call 'date' once?

Of course I could write a script, echo the three expressions to a file and
do a: date --set `cat /tmp/time` 
but I like more elegant methods.

Thanks in advance, 
Sebastiaan




Debian compatibility with MP3 devices

2001-04-15 Thread Noah L. Meyerhans
Hey all.  I am considering purchasing some kind of small portable mp3
player, but I don't want to get one that can only download its songs
from a Windows box.  I know that there's kernel support for a USB link
to a Diamond Rio 500 (and later models?).  But it seems like there are
better players out there (i.e. players with more memory).  Does anybody
here own such a device?  Which ones can talk to Linux?

Thanks.
noah

-- 
 ___
| Web: http://web.morgul.net/~frodo/
| PGP Public Key: http://web.morgul.net/~frodo/mail.html 



pgpXU4M05Aydq.pgp
Description: PGP signature


Re: stream manipulation with time

2001-04-15 Thread Tommi Komulainen
On Sun, Apr 15, 2001 at 04:44:42PM +0200, Sebastiaan wrote:
 Hi,
 
 I have two computers and I want to set the time on computer 1 the time of
 computer 2 minus 1 (I need this because I run root over nfs, and I do
 not like 'modification in future' warnings). 

May I suggest you use ntp or ntpdate instead.  They keep the time nicely
synchronized, no time lapse either way.


 Is there someway to bypass this, or a better method to do this so I only
 have to call 'date' once?

How about: date --set --date 'now + 121 seconds'? *g*


-- 
Tommi Komulainen [EMAIL PROTECTED]
GPG 1024D/68388EE66FD6 DD79 EB38 BF6F 3533  09C0 04A8 9871 6838 8EE6


pgp4uyLfCg8ei.pgp
Description: PGP signature


Kernel configuration

2001-04-15 Thread Stan Brown
Givne that I am building kernels with kernel-package (which works great), and 
given
that I _know_ I don't need any of the new options, when moving from say 2.4.2 to
2.4.3, isb't there some way that I can move the kernel config, without having 
to da
a make [x|menu]conifg, again?

-- 
Stan Brown [EMAIL PROTECTED]843-745-3154
Charleston SC.
-- 
Windows 98: n.
useless extension to a minor patch release for 32-bit extensions and
a graphical shell for a 16-bit patch to an 8-bit operating system
originally coded for a 4-bit microprocessor, written by a 2-bit 
company that can't stand for 1 bit of competition.
-
(c) 2000 Stan Brown.  Redistribution via the Microsoft Network is prohibited.



  1   2   >