Re: APMD

2001-06-10 Thread Antonio Castro
On Sat, 9 Jun 2001, miguel wrote:

 
 Saludos debianeros
 
  Soy novicio en Debian, he conseguido instalarlo
 sin problemas en un portatil de 2º mano que tengo..
 todo ha ido bien me pilla las PCMCIA del CDROM
 externo , el modem/red ,etc... mi pregunta es :
 
 ?pero en que parte de la instalación activo en el
 Kernel , el demonio APMD, de indicación
 de carga de la bateria?¿..me lo instaló con todo
 el soporte que lleva Debian de modulos PCMCIA
 pero no me lo activa en el kernel..:-(
 
 ?¿me va a tocar reconfigurar el núcleo?¿...

Quizas no tengas que compilar el kernel. Intenta con 'modconf'.

Tampoco debés pensar en la compilación del kernel como algo complicado.

Esta operación considerada como algo reservada para especvialistas en
otros sistemas no lo es en e caso de Linux. En Linux es algo relativamente
sencillo. No digo que no se pueda meter la pata pero no es tan complicado
y generalmente la eliminación de componentes innecesarios en el núcleo
permite obtener un kernel más reducido y por ello más eficiente.

Tres consejos. 

1) Deja el kernel viejo con almenos una entrada en LILO para arrancar en 
caso de que el nuevo falle.

2) No pongas como módulo ningún componente que resulte necesario antes de
que el sistema arranque y monte la partición raiz. Resultaría imposible 
cargarlo.

3) Lee un poquito sobre el tema antes de hacerlo. Nunca viene mal.

 ?¿sabeis de otra solución?...
 
 --  
 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 |
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+




Re:JUEGOS

2001-06-10 Thread miguel
Maribel escribió:
   si alguien esta interesado puedo ponerlos en mi web.


Por mi echo ... ;-)





Re: Configuración de email interno

2001-06-10 Thread José Esteban
El sáb, 06/09/01 jun 01, a las 01:19, Carlos Martinez decía:
  si no es molestia, tambien me gustaria recibir esa media chuleta
 
 Otra para mí, please (o para la lista, y acabas antes).
 Saludos,
 Carlos
 

De momento te lo envío particularmente (contigo deberíais estar todos:
se me ha pasado alguien, que me escriba).

Respecto a lo de la lista, a ver si alguien que tenga algo de más tiempo
la termina con sus experiencias y la envía a la espiral, que es el mejor
sitio para que esté.

Saludos.
-- 
He pedido drivers para Linux. Nº 00073030:
http://www.libranet.com/petition.html

José Esteban
Granada. Spain.



otra vez problema con evolution

2001-06-10 Thread David Felipe Arias Ochoa
el problema de la vez pasada lo arregle como me dijeron
dpkg -i --force-overwrite /var/cache/apt/el_paquete.deb
pero me generaba uno error de dependencias con libgnomeprint, libgtkhtml9,
evolution entonces los desinstale, y al volvero a instalar, esta ve si no
funiono evolution, antes funcionaba bien ahora no funciona.

este es el log

apt-get install evolution
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, evolution is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3 packages not fully installed or removed.
Need to get 0B of archives. After unpacking 0B will be used.
Setting up libgnomeprint11 (0.25-ximian.6) ...
dpkg: error processing libgnomeprint11 (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of libgtkhtml9:
libgtkhtml9 depends on libgnomeprint11 (= 0.25); however:
Package libgnomeprint11 is not configured yet.
dpkg: error processing libgtkhtml9 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of evolution:
evolution depends on libgnomeprint11 (= 0.25); however:
Package libgnomeprint11 is not configured yet.
evolution depends on libgtkhtml9; however:
Package libgtkhtml9 is not configured yet.
dpkg: error processing evolution (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libgnomeprint11
libgtkhtml9
evolution



EL gdm no carga

2001-06-10 Thread Miguel Angel

Saludos [EMAIL PROTECTED]

De repente en el portátil se ha puesto las X en huelga, o
algo así. Los síntomas son que las X no arrancan porque hay
un directorio en /tmp con suspicious ownership que hace
que las X aborten. El error es el siguiente:

# startx
X: /tmp/.X11-unix has suspicious ownership, aboting.
^C   --  lo corto porque se queda abortando y no termina.
xinit: unexpected signal 2

Lo que me encuentro en /tmp es lo siguiente

# ls -la /tmp
total 20
drwxrwxrwx5 rootroot  4096 Jun 10 15:44 .
drwxr-xr-x   23 rootroot  4096 Mar 26 18:51 ..
drwxrwxrwt2 rootgdm   4096 Jun 10 15:44 .X11-unix
drwxrwxrwt2 rootroot  4096 Jun 10 15:44 .font-unix
drwxr-xr-x2 nobody  audio 4096 Jun 10 15:44 .rplay-cache

El problema se arregla momentáneamente con
(1) # rm -rf /tmp/.X11-unix
ó bien
(2) # chgrp root /tmp/.X11-unix
después de lo cual las X van sin problemas,

por lo que parece que el problema es eso de que el directorio
/tmp/.X11-unix pertenezca al grupo gdm. El programa gdm lo
ejecuta root en mi potato.

¿Alguien sabe cómo evitar ese conflicto? He probado con 
poner alguno de los comando anteriores (1) o (2) en los
scripts /etc/init.d/gdm y /etc/init.d/xfs pero no hay 
manera, siempre aparece ese directorio con permisos molestos
y no arrancan X.

Muchas gracias de antemano.


-- 
 ~ ~ ~ ~ ~ Miguel Ángel Vilela ~ ~ ~ ~ ~
  ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
 ___
| a.k.a. miguev at IRC-Hispano, Gulic  Barrapunto  |
| Santa Cruz de Tenerife, Islas Canarias   (Spain)  |
| Public GPG key at http://search.keyserver.net/|
| Web:  http://usuarios.tripod.es/miguev/ (under construction)  |
| ICQ:  #72624205 || Nick: miguev   |
| 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, P120, 32RAM, 1GB) |
| Linux Driver Petition  #73209 (http://www.libralinux.com/)|
 ~~~
///
   (@ @)
-oOO(_)OOo---
 Para ir a donde no se sabe
 hay que ir por donde no se sabe.
 
Juan de la Cruz.
-


pgpGXFYeTWZoq.pgp
Description: PGP signature


utilidad de inactividad en los discos

2001-06-10 Thread jose maria
tengo un pentium 166 con cuatro discos de 100 megas aproximadamente cada 
uno que hace de gateway, squid etc, como he puesto adsl, va a estar 
encendido permanentemente y no creo que dure mucho en estas condiciones, 
hay alguna utilidad para este hardware, que duerma los discos, para que no 
esten rulando todo el tiempo. gracias
un saludo jose maria



sources.list

2001-06-10 Thread Angel Vicente Perez
Hola a todos...

Una pregunta, que creo que ya se ha planteado y ya se ha respondido: ¿como
seria la entrada en sources.list, para apuntar al updates de progeny?. Llevo
un rato haciendo pruebas, y no consigo hacer una que sea valida.

Saludos y gracias.



ip masquarade

2001-06-10 Thread Suela
Hola!

Quiero montar una pequeña red en mi casa, un pc con linux y otro con
windows. Mi intención es que la conexión al exterior sea a traves del
modem del pc linux. He mirado el HOWTO de ip masquarade pero no consigo
que me funcione.

Configuración de la red en linux:
iface eth0 inet static
address 192.168.0.1
network 192.168.0.0
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1

Configuración iptables:
iptables -A FORWARD -j DROP
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

Route:
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse 
Iface
62.81.2.6   *   255.255.255.255 UH0  00 ppp0
192.168.0.0 *   255.255.255.0   U 0  00 eth0
localnet*   255.0.0.0   U 0  00 lo
default 192.168.0.1 0.0.0.0 UG0  00 eth0

Con dicha configuración no consigo ni que me salga un ping hacía fuera
desde linux.

Alguna ayudita. En esto de redes estoy un poco verde y no se por donde
cogerlo.

Gracias,

Suela.



Re: utilidad de inactividad en los discos

2001-06-10 Thread October
Hola !!
Mira hdparm
Saludos:

October



Re: ip masquarade

2001-06-10 Thread Miguel Angel
On Sun, Jun 10, 2001 at 07:27:04PM +0200, Suela wrote:
 Quiero montar una pequeña red en mi casa, un pc con linux y otro con
 windows. Mi intención es que la conexión al exterior sea a traves del
 modem del pc linux. He mirado el HOWTO de ip masquarade pero no consigo
 que me funcione.

[...]
 
 Alguna ayudita. En esto de redes estoy un poco verde y no se por donde
 cogerlo.

Hola, por si las moscas revisa que estás ejecutando lo
siguiente:

# echo 1  /proc/sys/net/ipv4/ip_forward

-- 
 ~ ~ ~ ~ ~ Miguel Ángel Vilela ~ ~ ~ ~ ~
  ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
 ___
| a.k.a. miguev at IRC-Hispano, Gulic  Barrapunto  |
| Santa Cruz de Tenerife, Islas Canarias   (Spain)  |
| Public GPG key at http://search.keyserver.net/|
| Web:  http://usuarios.tripod.es/miguev/ (under construction)  |
| ICQ:  #72624205 || Nick: miguev   |
| 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, P120, 32RAM, 1GB) |
| Linux Driver Petition  #73209 (http://www.libralinux.com/)|
 ~~~
///
   (@ @)
-oOO(_)OOo---
 Lo indomesticable del hombre,
 no es lo malo que en él: es lo bueno.
 
Antonio Porchia.
-


pgpb6c6zhAXwW.pgp
Description: PGP signature


Re: EL gdm no carga

2001-06-10 Thread Miguel Angel


Solucionado. Al parecer se trataba de que la actualización
a 2.2r3 dejó los paquetes sin configurar, y así estaba el
portátil que ni me atendía los telnet ni arrancaba las X.

-- 
 ~ ~ ~ ~ ~ Miguel Ángel Vilela ~ ~ ~ ~ ~
  ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
 ___
| a.k.a. miguev at IRC-Hispano, Gulic  Barrapunto  |
| Santa Cruz de Tenerife, Islas Canarias   (Spain)  |
| Public GPG key at http://search.keyserver.net/|
| Web:  http://usuarios.tripod.es/miguev/ (under construction)  |
| ICQ:  #72624205 || Nick: miguev   |
| 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, P120, 32RAM, 1GB) |
| Linux Driver Petition  #73209 (http://www.libralinux.com/)|
 ~~~
///
   (@ @)
-oOO(_)OOo---
 Lo indomesticable del hombre,
 no es lo malo que en él: es lo bueno.
 
Antonio Porchia.
-


pgpUMlq3772IO.pgp
Description: PGP signature


kernel 2.4.x y PPP

2001-06-10 Thread CrAkXeR
Hola, utilizo la potato 2.2r2 y he recompilado el kernel al 2.4.5, tengo 
una conexión PPP (tarifa plana de eresmas) de lo más normalita, resulta 
que con el kernel 2.2.18 va todo bien y con $pon eresmas me conecto, 
cuando compilo kernel 2.4.5 en la sección

Network devide support
pongo los módulos:
PPP suport
PPP Deflate
PPP BSD-Compres
que creo que son los que debo añadir para que me funcione la conexión, 
lo compilo y al conectar, justo despues de marcar el número (lo se por 
las lucecitas del módem) se desconecta sin decir nada. Agradecería que 
algién me diera alguna sugerencia sobre lo k me puede pasar, muchas gracias.

Eduardo



Re: ip masquarade

2001-06-10 Thread Suela
On 10 Jun 2001 22:16:06 +0100, Miguel Angel wrote:
 On Sun, Jun 10, 2001 at 07:27:04PM +0200, Suela wrote:
  Quiero montar una pequeña red en mi casa, un pc con linux y otro con
  windows. Mi intención es que la conexión al exterior sea a traves del
  modem del pc linux. He mirado el HOWTO de ip masquarade pero no consigo
  que me funcione.
 
 [...]
  
  Alguna ayudita. En esto de redes estoy un poco verde y no se por donde
  cogerlo.
 
   Hola, por si las moscas revisa que estás ejecutando lo
   siguiente:
 
   # echo 1  /proc/sys/net/ipv4/ip_forward
 
Si que lo ejectuto. Gracias de todas formas. Seguiré probando a ver si lo saco.

Suela.



masquerade

2001-06-10 Thread jose maria
este es mi fichero boot.local que se ejecuta en el arranque lo de scasi y 
dvd no tiene que ver es para activar la emulacion scasi y el ultradma en 
el dvd con xine
#! /bin/sh
#
# Copyright (c) 1996 SuSE GmbH Nuernberg, Germany.  All rights reserved.
#
# Author: Werner Fink [EMAIL PROTECTED], 1996
# Burchard Steinbild [EMAIL PROTECTED], 1996
#
# /etc/init.d/boot.local
#
# script with local commands to be executed from init on system startup
#
. /etc/rc.config
/sbin/modprobe ide-scsi
hdparm -d 1 /dev/dvd
echo 1 /proc/sys/net/ipv4/ip_forward
#ver en /lib/modules dentro de los kernels ipv4
#los modulos que hay disponibles
/sbin/depmod -a
/sbin/modprobe ip_masq_ftp
/sbin/modprobe ip_masq_raudio
/sbin/modprobe ip_masq_irc
/sbin/modprobe ip_masq_vdolive
/sbin/modprobe ip_masq_cuseeme
/sbin/modprobe ip_masq_autofw
/sbin/modprobe ip_masq_gre
/sbin/modprobe ip_masq_user
/sbin/modprobe ip_masq_ipip
/sbin/modprobe ip_masq_mfw
/sbin/modprobe ip_masq_portfw
#reenvio de paquetes
#todos los  paquetes enviados fuero de la red 192.168.0.0(255.255.255.0)
#van a ser enmascarados
/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -s 192.168.0.0/24 -j MASQ
#
# Here you should add things, that should happen directly after booting
# before we're going to the first run level.
#
-- 
--  contribucion personal a a la saturacion de echelon-
polonio, iniciador, bush , bill clinton, lewinsky, mamada, linux, almeida, 
linus, gnupg, gnu, zimmerman, unabomber, sarin, vietnam, comunista,
5 negros juntos, judios, lssi, dollars, muchos dollars, money, mostaza
nsa, fbi, aacp, fidel castro, kennedy, al fatah, dinio, marujita diaz, 
crack
hanibal lecter, nsc, cia, yaser arafat, birules, A.I. le duele, libertad
-end a los oportunos efectos- 



kernel 2.4.x y PPP

2001-06-10 Thread Adrian Baós Sabater (Rawsock)
   Para echar a andar el pppd en las series 2.4.x necesitas una version 
nueva de ppp. Prueba a upgradear a potato 2.2.r3 ( creo que ya se ha adaptado 
al kernel 2.4 ) con apt.

   Recuerda que no sólo el ppp debe ser actualizado para tener 2.4, tambien 
hay que actualizar binutils, modconf, modutils ... etc etc.

   Venga, hasta la vista compañero de universidad ( [EMAIL PROTECTED] )

   --
   Adri



ip-up.d

2001-06-10 Thread Carles Pina i Estany

hola

quiero ejecutar unos programas como cierto usuario en ip-up.d


supongo que el tema es un juego de permisos, pero no me salen.

Si alguien lo tiene funcionando que me diga como lo ha hecho... sinó ya
haré más preubas

gracias



Carles Pina i Estany - #Linux User: 87347 - [EMAIL PROTECTED] - Pinux
   URL: http://www.salleURL.edu/~is08139
   Debian Woody Kernel 2.4.5 @ PentiumII 450MHz 128MB ReiserFS Multihead
   Debian Woody Kernel 2.4.4 @ Laptop Pentium 166MHz 48MB
   Debian Potato Kernel 2.4.5 @ Pentium 233MHz 96MB ReiserFS
   Busco novia PlugPlay (conectar y listo :-))



Re: sources.list

2001-06-10 Thread Ricardo Marcelo Alvarez
Yo con progeny no tuve buenos resultados habia paquetes con problemas de 
dependencias que nunca se terminaban de configurar. 
Yo usaba potato y lo que hice es pasarme a woody que me permite usar un 
monton de programas que antes no podia (xine y otros).
Poray era alguna torpeza mia asi que fijate que dicen en la lista.


On Sun 10 Jun 2001 12:23, Angel Vicente Perez wrote:
 Hola a todos...

 Una pregunta, que creo que ya se ha planteado y ya se ha respondido: ¿como
 seria la entrada en sources.list, para apuntar al updates de progeny?.
 Llevo un rato haciendo pruebas, y no consigo hacer una que sea valida.

 Saludos y gracias.



Tarjeta Intro RDSI de Telefonica

2001-06-10 Thread Pedro Antonio Fructuoso Merino
Hola a todos:
Recientemente he adquirido una tarjerta Intro RDSI de Telefonica y me 
gustaria saber como se configura, así que estaria MUY agradecido si me 
dijeseis donde puedo encontrar informacion al respesto, aunque si me 
contestais vosotros mejor q mejor. Muchas gracias de antemano:
Pedro



Problemas para recibir correo

2001-06-10 Thread Dr. Aldo Medina
Había preguntado algo referente a lo mismo antes, pero nuevamente tengo
problemas.

Uso Debian Potato en mi PII como firewall/proxy, conectada por ethernet
a mi Debian Woody PIII. Configuré en Debian Potato (ya que no tiene
teclado ni tarjeta de video) para que por procmail reenvié su correo
root a un usuario y de ese usuario al mismo en la otra máquina (o sea de
[EMAIL PROTECTED] a [EMAIL PROTECTED]).

Lo gracioso es que el sistema estaba funcionando adecuadamente, hasta
hace unos 3-4 días que dejó de funcionar. No he hecho cambios grandes
más que actualizar exim en el servidor (de 3.12-10 a 3.12-10.1 y esto
fue mucho después del inicio del problema), y una actualización apt-get
update apt-get upgrade en el cliente.

El servidor está conectado las 24 horas, el cliente de manera
intermitente. En el log de exim del servidor veo multiples  mensajes
como este:

2001-06-10 15:09:19 159AaA-yb-00 == [EMAIL PROTECTED]
T=remote_smtp defer (-44): retry time not reached for any host

Alguna idea?
-- 
Linux User #98419 -o)| Similitudes entre mujeres y
http://counter.li.org  /\| computadoras: 17. Las hay de
ICQ 94335020  _\_v   | diversos tamaños, formas,
Si quieres ayudarme, ponme de| colores... 18. Las dos tienen sus
referencia en www.puntosclub.com | métodos para no calentarse

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




Re: kernel 2.4.x y PPP

2001-06-10 Thread Marcelino aka flip
 algién me diera alguna sugerencia sobre lo k me puede pasar, muchas
gracias.
   Actualiza pppd a 2.4 que esta en woody o mira la pagina de potato en
debian que habia un enlace para bajar los paquetes que no van bien con 2.4
en potato

   SaludeTes de Marcelino aka flip



Re: Actualización de mi Debian Potato 2.2.

2001-06-10 Thread Eduardo Garcia
Yo he actualizado de potato a sid y no me ha dado problemas
eso si, preparate para tener unas 48 en total actualizando,
es sencillo y con apt-get dist-upgrade o con dselect

antes debes cambiar en tu sources.list todos los stable o potato por sid.

Espero haber sido de utilidad.








El Viernes 08 Junio 2001 03:50, Dios Del Tiempo escribió:
 --- Jose Velasco Lopez [EMAIL PROTECTED] a écrit : 

Saludos de nuevo, me gustaría saber si es fiable una actualización a
  traves
  de Internet de mi Debian Potato 2.2.
 
Lo digo porque tengo un modem de 56Kbits, con una conexión entre 5 y
  6KB/s reales,
  mi pregunta es si realmente conviene actualizar así o es preferible que
  me pille
  una distribución nueva en CDs.

 Si yo pudiera conseguir fácilmente una distribución en CDs para actualizar
 Debian la preferiría en lugar del internet, pero de cualquier forma creo
 que es seguro. Yo tengo un módem de 33.6 kbps y es algo lento, pero hace el
 trabajo. =)

En el caso de que lo hiciera a traves de Internet, que pasaria si se
  cortara la
  conexión en medio de la actualización? Se puede ir actualizando poco a
  poco ?

 Bueno, yo actualicé Gnome a Ximian 1.4 y por desgracia se me cortó dos
 veces; sin embargo, dselect no instala nada hasta que se ha bajado todos
 los paquetes seleccionados, y si te quedas en uno a la mitad con volverle a
 dar install lo sigue bajando donde se quedó.

Y lo ultimo, es si se debe hacer con el apt-upgrade, o es de otra
  manera?

 Ahi si no se, cuando actualice mi Debian a 2.2r3 te cuento. =)


 =
 -

 |   |   |Cronos
 |   |   |No confies en nadie mayor de treinta
 |
 |   |
 |
 |   |Email: [EMAIL PROTECTED]
 |   |WWW:   http://www.geocities.com/cronos1_mx/

 -

 ___
 Do You Yahoo!? -- Pour faire vos courses sur le Net,
 Yahoo! Shopping : http://fr.shopping.yahoo.com



Re: placa sb16 pnp - nao pega

2001-06-10 Thread Francisco Maciel
Olá ALL,

Celso, instala o 'sndconfig' e rode-o no console que é bem provável
que ele consiga detectar corretamente sua placa e se não ele é bem
intuitivo para configuração dos parâmetros da mesma.

Na minha máquina ele consegui detectar corretamente, e entrega todo
funcionando beleza; Só que quando reinicio o computador ele perde a
confuração. Espero que com você não ocorra esse problema.

   __  ___ _ __
  /  |/  /__ _(_)__ / / [EMAIL PROTECTED]
 / /|_/ / _ `/ __/ / -_) /  [EMAIL PROTECTED]
/_/  /_/\_,_/\__/_/\__/_/  ICQ 44570007.

On Sat, 9 Jun 2001, Celso Andrade wrote:

 Olá lista,
 
 venho acompanhando há algum tempo a lista e aprendido bastante, sou novo
 no debian e acredito ter encontrado a distribuição ideal.
 mas, vou direto ao ponto, estou tentando configurar minha placa de som
 sound blaster16 isa pnp. No win, no conectiva e mandrake ela funciona
 legal. Mas no debian não consegui ainda. Usei o pnpdump e isapnp mas não
 acha. Havia um conflito com o modem, mas já resolvi jampeando.
 Como posso fazê-la funcionar então?
 
 ela está na irq 5 dma 1 e 5.
 
 Só falta isso para funcionar na minha máquina.
 
 Obrigado.
 -- 
 Celso Andrade
 [EMAIL PROTECTED]
 UIN: 107390204



En: core? 500% OFF-TOPIC

2001-06-10 Thread Nitrogen
Alguém sabe?

Obrigado

- Original Message -
From: Nitrogen [EMAIL PROTECTED]
To: Gustavo Noronha Silva [EMAIL PROTECTED]
Sent: Saturday, June 09, 2001 2:04 PM
Subject: Re: core? 500% OFF-TOPIC


 Gustavo,

 Relizei a configuração do ambiente, conforme descrito:
 #ulimit -c 10
 Funcionou corretamente, no bash. Infelizmente, quando tento:
 ulimit -c 10
 não funciona, claro. Pois ulimit é comando interno no bash e não
funcionaria
 no csh. Abusando de sua ajuda, saberias o comando similar para o
 funcionamento correto no csh/tcsh? (isto é, se existe).

 Agradeço profundamente seu auxílio,
 Leonardo Custodio
 [EMAIL PROTECTED]



 - Original Message -
 From: Gustavo Noronha Silva [EMAIL PROTECTED]
 To: debian-user-portuguese@lists.debian.org
 Sent: Saturday, June 09, 2001 1:42 AM
 Subject: Re: core? 500% OFF-TOPIC


  Em Sat, 9 Jun 2001 01:02:22 +
  Fabiano Manoel de Andrade [EMAIL PROTECTED] escreveu:
 
Já ví várias vezes em meu sistema um arquivo chamado core. Estava
programando agora no gcc quando, como resultado de uma falha no
 código, ele
deveria gerar uma saída em um arquivo core para ser analisado com o
 gdb,
porém isto não aconteceu. O que será que esta havendo de errado?!?
 Alguém
tem idéia de como eu poderia gerar esta saída corretamente?!?
  seu arquivo core não tá sendo gerado porque os limites do seu sistema
  impedem que ele seja gerado... isso é uma configuração de ambiente...
 
  tente fazer:
 
  # ulimit -c 10
 
  que seus cores serão gerados...
 
  []s!
 
 
  --
 Gustavo Noronha Silva - kov http://www.metainfo.org/kov
 

*--*
  |  .''`.  | Debian GNU/Linux: http://www.debian.org|
(___)
 |
  | : :'  : | Debian BR...: http://debian-br.sourceforge.net |  o o

 |
  | `. `'`  |  Be Happy! Be FREE!  |  \ ^
/
 |
  |   `-| Think globally, act locally!   |   ()
 |
 

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




Re: Leitor de DVD.

2001-06-10 Thread Lalo Martins
On Fri, Jun 08, 2001 at 04:48:57PM +, Nivaldo Antonio Portela de 
Vasconcelos wrote:
 Olá,
 
 alguém conhece um programa que toca DVD disponibilizando os canais de
 áudio??

Eu tenho usado o xine. Não é perfeito e tem seus bugs, mas
funciona, com áudio, e até com esd se vc quiser.

Pra tocar dvds sem proteção:
  apt-get install xine-dvd
pra tocar dvds com proteção:
  linha de apt: deb http://samfundet.no/debian woody css
  apt-get install xine-dvd-css


[]s,
   |alo
   +
--
Esvazie sua mente, pequeno gafanhoto.
   Nós temos muito o que aprender... mas primeiro...
   Primeiro você terá que desaprender o que acha que já sabe.
--
http://www.laranja.org/mailto:[EMAIL PROTECTED]
 pgp key: http://www.laranja.org/pessoal/pgp

Brazil of Darkness (RPG)  ---   http://www.BroDar.org/



Re: Compilacao de kernel

2001-06-10 Thread Antonio Lobato
On Sat, 9 Jun 2001 18:11:34 -0300
[EMAIL PROTECTED] (Antonio M. Moreiras) wrote:


 Tenho duas sugestões:

 1. Tente pegar os fontes do kernel diretamente do kernel.org, não use
 os pacotes da debian... Não sei se há algum problema com eles ou não, os
 pacotes da RedHat constumam gerar erros desse tipo, por isso criei o hábito
 de ir direto à fonte... em todo caso, alguns colegas aqui da empresa que
 usam debian há mais tempo que eu, fazem a mesma coisa...
 Como será impossível (acho...) usar o make-kpkg, siga a sequência:
 baixe o pacote e descompacte-o
   make menuconfig
   make dep
   make clean
   make bzImage
   make modules (caso use modulos)
   make modules_install (idem)
   copie o kernel gerado para /boot, edite e rode o lilo

Vou tentar. Depois falo no que deu.



 2. Verifique seu hardware. Muitas vezes a máquina que tem problemas pode
 aparentar funcionamento normal com as aplicações do dia a dia, mas quando é
 necessário rodar uma aplicação mais pesada, como a compilação do kernel,
 o problema se manifesta.
Costumo usar a compilação do kernel do linux como teste em máquinas
 recém montadas ou que receberam manutenção. O tipo de mensagem de erro que
 vc está recebendo é o mesmo tipo que encontro quando tenho máquinas
 instáveis, com problemas na motherboard, memória ou processador...
Como outro colega já sugeriu, se sua máquina estiver com overclock,
 configure-a para operação normal.

Isso  eh na BIOS ? Esta como overlock  yes/no  mesmo ou de alguma outra
forma ? (minha BIOS eh SIS 471)

Verifique se as opções de velocidade de
 memória da Bios estão de acordo com seu hardware, faça um teste carregando
 as opções default, ou fail safe, caso seu setup permita e então tente
 novamente compilar o kernel.

Em que opcao exata da BIOS esta isso ? Para um 586 100Mghz 16Mb qual eh
a velocidae ideal ?

Outro teste que costumo fazer em máq. recém montadas é a instalação do
 Windows NT server ou 2000 server. Como na compilação do kernel do Linux,
 sempre que há problemas, a máquina trava, ou são geradas mensagens de erro.
 Na dúvida se o seu problema é de hardware ou de software, vc poderia fazer o
 teste, instale o NT (num outro hd?); se conseguir concluir a instalação sem
 problemas o hardware está OK. Programas de teste, como pccheck, norton,
 troubleshooter, etc, nem sempre pegam esses erros, mesmo a instalação de
 outros sistemas como w95 ou 98 pode ocorrer normalmente.


 Assim eu vou pirar. De qualquer forma que eu tente nao da certo. 
 Peguei
 o pacote kernel-source-2.2.17 de outro CD debian potato mas tive o 
 mesmo
 problema (tambem tentei fazer as coisas dentrode um link simbolico de
 nome /usr/src/linux apontado para /usr/src/kernel-source-2.2.17), apos
 alguns minutos de compilacao atraves do make-kpkg, tenho a mensagem:

 make[1]: *** [vmlinux] Error 1
 make[1]: Leaving directory `/usr/src/kernel-source-2.2.17'
 make: *** [stamp-build] Error 2


 []'s

 Moreiras.
 
 Laboratório - Agência Estado


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





Re: Compilacao de kernel

2001-06-10 Thread Antonio Lobato

Olhem soh um trecho do arquivo
ftp://ftp.kernel.org/pub/linux/kernel/v2.2/linux-2.2.17.log.html
(prefiro usar essa versao porque eh ela que eu tenho em meu CD) :

Compilers

This code is intended to build with gcc 2.7.2 and egcs 1.1.2. Patches for 
building 
with gcc 2.95 are merged but less tested than other compilers. Caution is
recommended when using gcc 2.95 and feedback is sought. 

Para nao usar o gcc 2.95 eu devo desinstala-lo e instalar o gcc272 e o
egcs ? Eh isso ?


ps: To atachando o texto de release inteiro.




Tom

Title: Linux 2.2.17 Release Notes




Linux 2.2.17 Release Notes

Platforms:Alpha, PowerPC, Sparc, X86

Introduction
Linux 2.2.17 is the latest update to the Linux kernel tree. The out of the box tree 
supports the Alpha, PPC, Sparc and X86 platforms. MIPS is mostly merged
but you should obtain the platform specific tree. 
ARM, M680x0 and S/390 users should get their platform specific tree.

Compilers
This code is intended to build with gcc 2.7.2 and egcs 1.1.2. Patches for
building with gcc 2.95 are merged but less tested than other compilers.
Caution is recommended when using gcc 2.95 and feedback is sought.

Binary Compatibility
Linux 2.2.17  changes a few internal system structures. You may need to
rebuild a few third party modules such as pcmcia-cs when upgrading from older 
kernels to this one.

Security Notes

Linux 2.2.17 contains no significant security updates.

Security Updates

IDE/SCSI raw commands
We now require CAP_SYS_RAW_IO for these.
IP chains
A casting error could occasionally make frames be treated as fragment zero
Keymap reload
Keymap reloads now require root


Architecture Updates

Alpha


Fix fbcon, matroxfb and pm2fb for Alpha
Fix iovec overrun emulation for OSF
Fix lmc and dmfe build problems on Alpha
Remove an escaped debug message
Various small platform fixes


i386


Add knowledge of WinChip C6 buggy TSC
CPU identification code knows about the Transmeta processors
Handle Athlon cache size reporting errata
List extra Athlon CPU flags
Machine Check Exception handler added
Save db6 correctly on debug traps
SMM driver for Toshiba laptops
Typo fix on oops reporting


MIPS
No changes

PowerPC

PPC should now be back in line between the main tree and the PPC
distribution save for USB.

ATI video fixes
Fix zImage for chrp platforms
Numerous small fixes


S/390

Some updates have been merged but not yet all. S/390 is not functional out
of the box on 2.2.17.

Sparc


Fix eepro100 on sparc
Fix lockd ioctl translation
Fix problems with SABRE
Fix signal handling problems
Fix sparc power handling bug
Fix symbios scsi on sparc
Fix string concatentation in sparc includes
Fix TLB multi-match bugs on sparc64



Core Updates

CDROM
Fixes for CDROMPLAYTRKIND and rpc2 region info queries. Other fixes for
some CDROM problems.
IDE
Fix the multiple ide directories in /proc bug
Iovecs
Handle iovec overruns as per BSD behaviour.
SCSI core
Hopefully fix the initrd unload problem
SCSI generic
Fix panic with some cards
SCSI tape
Various bugs fixed
VM subsystem
Fix I/O slowdown. Improve overall performance. Fix early 'no free pages'
problem.

Driver Updates

3c59x driver
Add support for the 3c556, fix various bugs
3Ware IDE Raid
A new version of the driver is included
Adaptec 29xx
The aic7xxx driver has been updated. EISA/VLB card problems should be
fixed too.
ALi 5451 audio
Added support for the midi port on this chipset
AT1700
Small fixes
Baycom
Several cleanups
Bonding
Fix several crash cases on unload/setup with the bonding driver
BTTV TV card
Support multiple norms
CS4280/CS46xx 
A driver for most CS4280 and CS46xx cards has been added.
CS4281
A driver for the Crystal CS4281 sound chip has been added.
Cyclades Serial
Small driver updates
DAC960 driver
A new release of the DAC960 driver has been incorporated
DE4X5
Fix problems with 100Mbit full duplex
Doubletalk
Fix select handling bugs
EEpro
Several fixes applied
EEpro100
Use I/O mode not MMIO for now
EMU0K
Merge an initial driver for the emu10k chip (SBLive! and friends)
ES1370
Fix a bug in GETOSPACE
ES1371
Add support for revision 8 boards. Fix a bug in GETOSPACE
ESS 1879
Fix incorrect sound on some setups
ESS Solo
Start card with mic input turned down to avoid feedback
Etherworks 3
Added support for byte counters
HDLC driver
This has been updated to the latest code
I2O
Fix scsi crash on boot problem, block scan for multiple drives, better
boot volume handling.
IMM/PPA Zip driver
Fix problems with PCI interfaces
Initio SCSI
Fix crash on unload problems
IP2 Serial
Fix config ioctl bug
IXJ Telephony
Resynchronized withthe vendor driver releases
Intel i810 audio
Several API and other fixes have been made. The high CPU usage problem
with xmms has been fixed.
Lanmedia
Fix serveral driver problems and update driver
MD software raid
Fixed the problems in 

Problemas no upgrade

2001-06-10 Thread Rafael Sasaki
Estou precisando de uma ajuda. Durante um upgrade no Gnome apareceu um erro
quando o apt-get estava tentando configurar o gnome-games. Não consigo mais
removê-lo e nem instalá-lo. E não estou mais conseguindo entrar no gnome.
Quando coloco no .xinitrc gnome-session recebo a mensagem:

gnome-session: error in loading shared libraries: libgnomecanvaspixbuf.so.1:
cannot open shared object file: No such file or directory

waiting for X server to shut down

Quando tento apt-get remove --purge gnome-games recebo essa mensagem:

/var/lib/dpkg/info/gnome-games.postrm: scrollkeeper-update: command not
found
dpkg: error processing gnome-games (--purge):
 subprocess post-removal script returned error exit status 127
Errors were encountered while processing:
 gnome-games
E: Sub-process /usr/bin/dpkg returned an error code (1)

Será que alguém pode me ajudar?

Obrigado,
  Rafael Sasaki



Re: Problemas no upgrade

2001-06-10 Thread Gustavo Noronha Silva
Em Sun, 10 Jun 2001 17:38:38 -0300
Rafael Sasaki [EMAIL PROTECTED] escreveu:

 Estou precisando de uma ajuda. Durante um upgrade no Gnome apareceu um erro
 quando o apt-get estava tentando configurar o gnome-games. Não consigo mais
 removê-lo e nem instalá-lo. E não estou mais conseguindo entrar no gnome.
 Quando coloco no .xinitrc gnome-session recebo a mensagem:
por acaso anda se aventurando no sid ou no woody?

 gnome-session: error in loading shared libraries: libgnomecanvaspixbuf.so.1:
 cannot open shared object file: No such file or directory
bom erro =)

 Quando tento apt-get remove --purge gnome-games recebo essa mensagem:
 
 /var/lib/dpkg/info/gnome-games.postrm: scrollkeeper-update: command not
 found
 dpkg: error processing gnome-games (--purge):
  subprocess post-removal script returned error exit status 127
 Errors were encountered while processing:
  gnome-games
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 
 Será que alguém pode me ajudar?
já tentou apt-get -f install? tenta instalar o pacote scrollkeeper
e vê no que dá...

[]s!

-- 
   Gustavo Noronha Silva - kov http://www.metainfo.org/kov
*--*
|  .''`.  | Debian GNU/Linux: http://www.debian.org|  (___)  |
| : :'  : | Debian BR...: http://debian-br.sourceforge.net |  o o  |
| `. `'`  |  Be Happy! Be FREE!  |  \ ^ /  |
|   `-| Think globally, act locally!   |   ()   |
*--*



Problemas com fontes

2001-06-10 Thread Márcio D Carvalho
Olá a todos...

Sou iniciante no Debian e instalei o Potato 2.2r3. Atualizei o XFree86 para a 
versão 4.0.3 utilizando o apt-get, maravilhoso por sinal, mas as fontes 
ficaram loucas. Só exibe metade da fonte e as vezes nem exibe nada, só uns 
rabiscos.

Agradeço qualquer informação.




Márcio D. Carvalho



Re: Compilacao de kernel

2001-06-10 Thread Antonio Lobato


Muito obrigado a todos os que me ajudaram.

Consegui compilar o kernel 2.0.38 (pelo kernel-package). Durante
a compilacao, vi que era usado o gcc272 e nao o gcc. 

Mas o kernel 2.2.17 eu ainda nao consegui.

No meu caso, com um computador museu (586 de 100Mhz, com 16Mb de
RAM e HD de 540Mg ), eh muito mais facil _instalar_ um kernel antigo.
Comecando pelo tamanho do fonte (~6 Mg do 2.0, contra ~20 do 2.4) e
considerando o tempo de instalacao do pacote kernel-source, tempo de
compilacao em si e espaco tomado no HD (pelos arquivos para compilacao).
Ok, eh mais facil instalar um kernel antigo, mas e o uso posterior
do sistema ? Sairei perdendo no que se eu escolher uma versao antiga de
kernel para rodar em minha maquina ?

Mais uma coisa.
Agora que fiz a minha primeira compilacao (meio corrida e com
pouco criterio para escolher os componentes do kernel), gostaria de me
aprofundar no conhecimento das opcoes durante a construcao do .config.
Onde encontro descricoes detalhadas sobre isso, e como saberei se minha
maquina tem ou nao tal hardware ou opcao que sao oferecidos ?




Tom



Re: Problemas com fontes

2001-06-10 Thread Gustavo Noronha Silva
Em Sun, 10 Jun 2001 16:29:21 -0300
Márcio D Carvalho [EMAIL PROTECTED] escreveu:

 Olá a todos...
 
 Sou iniciante no Debian e instalei o Potato 2.2r3. Atualizei o XFree86 para a 
 versão 4.0.3 utilizando o apt-get, maravilhoso por sinal, mas as fontes 
 ficaram loucas. Só exibe metade da fonte e as vezes nem exibe nada, só uns 
 rabiscos.
olá, também tive esses problemas com o X4... talvez não seja ainda a hora
de você migrar pro X4... volte pro X3 (como eu fiz e ainda o uso...)

[]s!

-- 
   Gustavo Noronha Silva - kov http://www.metainfo.org/kov
*--*
|  .''`.  | Debian GNU/Linux: http://www.debian.org|  (___)  |
| : :'  : | Debian BR...: http://debian-br.sourceforge.net |  o o  |
| `. `'`  |  Be Happy! Be FREE!  |  \ ^ /  |
|   `-| Think globally, act locally!   |   ()   |
*--*



Acentuando no X, com os loc ales novos... (problema e meia solução)

2001-06-10 Thread Lalo Martins
Aí gente :-)

Eu tava incomodadíssimo que, com as libcs mais recentes, não
conseguia mais acentuar no Mozilla e em alguns outros
programas, e ainda conseguia na maioria. Alguns programas, como
o sawfish e o gnome-panel, têm problemas até em *exibir*
strings acentuadas.

Como vcs sabem (por vcs, significando os que já fizeram esse
upgrade), agora os nomes dos locales incluem o encoding (por
exemplo, pt_BR.ISO-8859-1). O X (mais exatamente, o pacote
xlibs) não lida com isso com 100% de compatibilidade ainda.

Observando mensagens de erro (tail -f ~/.gnome-errors), concluí
que isso se deve a locales que são suportados pela libc mas não
pela xlib ou vice-versa. Claro, eu poderia exportar LANG=C, mas
aí não iria digitar acento nenhum, pq o X4 usa o locale para
determinar a tabela correta de Compose.

Bom, o que eu descobri foi que se eu editar o /etc/locale.gen e
*criar* (pq não existe a opção) um locale pt_BR.UTF-8, e
exportar isso como meu locale, o mozilla funciona bem mais
feliz. O sawfish tb voltou à carga, mas o gnome-panel ainda
omite silenciosamente strings acentuadas.

Enfim... é uma solução parcial, que achei por bem compartilhar
com a lista :-)

[]s,
   |alo
   +
--
Esvazie sua mente, pequeno gafanhoto.
   Nós temos muito o que aprender... mas primeiro...
   Primeiro você terá que desaprender o que acha que já sabe.
--
http://www.laranja.org/mailto:[EMAIL PROTECTED]
 pgp key: http://www.laranja.org/pessoal/pgp

Brazil of Darkness (RPG)  ---   http://www.BroDar.org/



Re: Acentuando no X, com os locales novos... (problema e meia solução)

2001-06-10 Thread Gustavo Noronha Silva
Em Sun, 10 Jun 2001 20:50:49 -0300
Lalo Martins [EMAIL PROTECTED] escreveu:

 Como vcs sabem (por vcs, significando os que já fizeram esse
 upgrade), agora os nomes dos locales incluem o encoding (por
 exemplo, pt_BR.ISO-8859-1). O X (mais exatamente, o pacote
 xlibs) não lida com isso com 100% de compatibilidade ainda.
hmmm... eu não vi nada disso... c tá falando do unstable certo?
onde foi que você viu essa mudança? você tá falando do 
/etc/locale.gen? no meu tá:

pt_BR ISO-8859-1

talvez você não o tenha descomentado e rodado locale-gen?

 Bom, o que eu descobri foi que se eu editar o /etc/locale.gen e
 *criar* (pq não existe a opção) um locale pt_BR.UTF-8, e
 exportar isso como meu locale, o mozilla funciona bem mais
 feliz. O sawfish tb voltou à carga, mas o gnome-panel ainda
 omite silenciosamente strings acentuadas.
mais uma vez, eu tenho mozilla e uso GNOME, não tive nenhum desses
erros =)

 Enfim... é uma solução parcial, que achei por bem compartilhar
 com a lista :-)
obrigado anyway =)

[]s!

-- 
   Gustavo Noronha Silva - kov http://www.metainfo.org/kov
*--*
|  .''`.  | Debian GNU/Linux: http://www.debian.org|  (___)  |
| : :'  : | Debian BR...: http://debian-br.sourceforge.net |  o o  |
| `. `'`  |  Be Happy! Be FREE!  |  \ ^ /  |
|   `-| Think globally, act locally!   |   ()   |
*--*



Re: Problemas com fontes

2001-06-10 Thread Márcio D Carvalho
Em Dom 10 Jun 2001 17:22, você escreveu:
On Sun, 10 Jun 2001 16:29:21 -0300

   Não sei como resolver seu problema, mas você pode resolver o meu.
  Para onde você apontou seu apt para pegar o Xfree86 4.0.3?

  Muito obrigado pela informação e desculpe não poder  te ajudar.


  Fabiano.



peguei os arquivos em http://people.debian.org/~cpbotha/xf403_potato

mas não consegui utilizar o apt-get, tive que baixar e instalar com o dpkg



Márcio



eth1

2001-06-10 Thread cosmo
All

Estou montando um micro para ser gateway de uma rede, acesso speed. O
problema eh no reconhecimento das placas de rede por parte do linux. Uma delas
eh uma 3Com506B(PCI), eth0, e a outra eh uma placa padrao NE2000 (ISA), eth1.
Quando o linux eh inicializado a placa eth0 eh reconhecida, mas a eth1 nao,
aparecem varias mensagens de erro. O problema eh que a placa eth1 esta
funcionando, eu testei em outro micro e ela esta funcionando. Eu imagino que
seja problema de conflito, IRQ ou coisa parecida. Entao queria saber se existe
algum software para linux que me ajude a identificar as IRQ que estao sendo
utilizadas pelo linux.

Desde ja obrigado !!


[ ]'s

[EMAIL PROTECTED]
www.hackhour.com.br
Hack Hour Inc.



Re: eth1

2001-06-10 Thread Pablo Lorenzzoni
Olah!

Vc compilou o kernel com a ne2000 isa?

[]s

Pablo

Em Dom 10 Jun 2001 23:24, cosmo escreveu:
| All
|
| Estou montando um micro para ser gateway de uma rede, acesso
| speed. O problema eh no reconhecimento das placas de rede por parte
| do linux. Uma delas eh uma 3Com506B(PCI), eth0, e a outra eh uma
| placa padrao NE2000 (ISA), eth1. Quando o linux eh inicializado a
| placa eth0 eh reconhecida, mas a eth1 nao, aparecem varias
| mensagens de erro. O problema eh que a placa eth1 esta funcionando,
| eu testei em outro micro e ela esta funcionando. Eu imagino que
| seja problema de conflito, IRQ ou coisa parecida. Entao queria
| saber se existe algum software para linux que me ajude a
| identificar as IRQ que estao sendo utilizadas pelo linux.
|
| Desde ja obrigado !!
|
|
| [ ]'s
|
| [EMAIL PROTECTED]
| www.hackhour.com.br
| Hack Hour Inc.

-- 
Pablo Lorenzzoni (Spectra) [EMAIL PROTECTED]
You can get my public GnuPG key at search.keyserver.net (Key ID: 
268A084D)
Albert Einstein: Anyone who has never made a mistake has never tried 
anything new.



XFree 4, potato and Ximian-gnome

2001-06-10 Thread MRZ
Hello again..
After two weeks of trying to upgrade from X 3.3 to X 4.x I've finally reached 
my patience limit. Despite a fair bit of help and advice from a number of list 
members (thanks everyone!) I've been unable to successfully achieve my goal.

I figure one last shot and then I'll move to woody, or.. well I'm not sure 
what.  ;-)

1. Has anyone on this list succesfully upgraded a potato box which is running 
Ximian gnome to X 4.x? 
2. If after I complete all the steps that have been outlined time and time 
again but am still missing the actual XFree86 file (to which those symlinks 
eventually lead), what does that suggest?


Marc.



gnome/KDE

2001-06-10 Thread Margarete Hans
What are the advantages/disadvantages of gnome and KDE? Basically,
which one should I install?



Re: gnome/KDE

2001-06-10 Thread David Nusinow
On Saturday 09 June 2001 10:16 pm, Margarete Hans wrote:
 What are the advantages/disadvantages of gnome and KDE? Basically,
 which one should I install?

Oh man... opening the doors to the furnace here...

I'd recommend downloading and trying both and deciding which you like then. 
There are also other good alternatives like blackbox and Windowmaker. And 
remember that you can use KDE programs in Gnome and vice versa (as I'm sure 
most people do).

Gnome and KDE themselves are very very similar (they regularly borrow ideas 
from each other and it all depends on where you feel most at home. Remember, 
it's all at no cost (except download time and bandwidth) so why not?

- David Nusinow
   [EMAIL PROTECTED]



Re: do you know any free proxy server?

2001-06-10 Thread Michael Schmidt
Go to www.DeleGate.org

I am sure there are better proxies if you want to install on Linux, but this 
supports both Linux and Windows. 

Personally I am using it on my wife's Windows computer which is connected to 
the Internet. It is providing access to my Linux laptop.

- mike



Re: gnome/KDE

2001-06-10 Thread David Nusinow
Oh, as a postscript to what I just said, nothing prevents you from switching 
later. I was happily in one environment and switched to the other about a 
month ago. I still like to go and use blackbox every so often too. 
Flexibility is good :-)

- David Nusinow
   [EMAIL PROTECTED]



Re: Winmodem translator?

2001-06-10 Thread Robert Voigt
On Sunday 10 June 2001 04:41, Nathan E Norman wrote:
 There is a kernel driver for the Lucent winmodems ... it's a binary
 only module and CPU really gets whacked when you're dialed in.

Not any more. There is now a driver available as source for this particular 
Lucent chipset (if we talk about the same thing) used in some notebook 
modems. It works fine here.



Re: gnome/KDE

2001-06-10 Thread Steve Kieu
I personally dont like kde :-)

in my box kde app, the graphic is not good, it has a
black or color strips on the window title bar and
unstable. Kongquerer crashes with sig 11 ...


--- Margarete Hans [EMAIL PROTECTED] wrote:  What are
the advantages/disadvantages of gnome and
 KDE? Basically,
 which one should I install?
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 


=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!



Logcheck and Postfix

2001-06-10 Thread Paul M Foster
In Debian 2.2, logcheck is configured out of the box to mail reports to
root every hour. I'm using Postfix for my MTA. Here's what's happening:

logcheck mails its report to root, which is translated into
[EMAIL PROTECTED] On my local lan, the domain is mars.lan, but I
get my email from my ISP at quillandmouse.com. So the root address is
being rewritten as [EMAIL PROTECTED] So what happens is that
Postfix sends this out to my ISP. On my domain at my ISP, any mail not
to a known addressee at quillandmouse.com gets forwarded to me. So I get
all these hourly messages when I fetch mail for [EMAIL PROTECTED]

I don't mind getting the messages, but they're going all the way to my
ISP and then back down, when they should really just be locally mailed
to me.

But here's what makes it worse: My ISP won't accept any mail from anyone
at mars.lan. It insists mail going to it has the quillandmouse.com
domain on it. So I've had to make nearly everything in postfix so that
it has quillandmouse.com on the end of it. I'm just not sure what to
change so that mail for local delivery (like from root) gets delivered
_locally_.

Any ideas what I'm doing wrong?

Paul



Re: do you know any free proxy server?

2001-06-10 Thread Erik Steffl
Roderick Cummings wrote:
 
 From: ktb [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: debian-user@lists.debian.org
 Subject: Re: do you know any free proxy server?
 Date: Sat, 9 Jun 2001 17:44:07 -0500
 
 On Sun, Jun 10, 2001 at 06:21:30AM +, [EMAIL PROTECTED] wrote:
 
 I'm assuming www -
 squid
 
 You could easily search yourself at -
 http://www.debian.org/distrib/packages
 
 Search for proxy and select Descriptions
 hth,
 kent
 
 --
   From seeing and seeing the seeing has become so exhausted
   First line of The Panther - R. M. Rilke
 
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 
 What about ftp? I would like to point apt to something local to reduce the
 burden on *.debian.org, but I think setting up a mirror would be overkill
 that would waste even more of debian's bandwidth.

  just switch the apt to do http transfers, this is from my
/etc/apt/apt.conf (you might want to tweak it a bit, not sure how
optimal it is):

http {
  Proxy http://127.0.0.1:3128;;
  //Proxy::http.us.debian.org DIRECT;  // Specific per-host setting
  Timeout 120;
  Pipeline-Depth 5;

  // Cache Control. Note these do not work with Squid 2.0.2
  //No-Cache false;
  //Max-Age 86400; // 1 Day age on index files
  //No-Store false;// Prevent the cache from storing archives
};

erik



Re: problem with remote stty and remote login

2001-06-10 Thread Guy Geens
 James == James D Freels [EMAIL PROTECTED] writes:

James stty: standard input: Invalid argument

Could you look in the login scripts (/etc/profile, ~/.profile) for the
command which causes this error and post it here?

-- 
G. ``Iggy'' Geens - ICQ: #64109250
Home: [EMAIL PROTECTED] - Work: [EMAIL PROTECTED]
WWW: http://users.pandora.be/guy.geens/
  ``I was thinking about how everyone was dying
and maybe it's time to live.''  - Eels



Re: Xemacs Debian packaging systems

2001-06-10 Thread Glyn Millington
Giulio Morgan [EMAIL PROTECTED] writes:

 Glyn Millington [EMAIL PROTECTED] writes:
 
  Xemacs has it's own packaging system for upgrading component packages.
  Does using it compromise the debian system and foul up any future
  apt-gettery I might wish to try?
  
  I feel sure there must be a Debian way on this - any suggestions?
  
  Glyn

 
 I asked the same question some months ago, and it seemed that noone was 
 certain
 of the correct answer. I remain curious as well.

Well I ran Xemacs as root and did some upgrading with it's packaging
system and it doesn't appear to have done any harm ;-) Maybe we should
just have assumed that apt-get is just too damned good to be thrown by
Xemacs' antics!


Glyn
-- 
so here we are then
 http://members.tripod.co.uk/Christchurch2000uk
   Running Debian/Gnu Linux  
   7:49am  up 28 min,  2 users,  load average: 0.37, 0.29, 0.26



best kernel config for athlon(2.2)

2001-06-10 Thread Nate Amsden
hi.

i just installed an amd thunderbird 1.33ghz along with an Asus A7A266.
I also upgraded to a 450watt power supply so i hope its just
as stable :)

Currently I am running the same kernel(suprised it worked actually)
that i was using on the previous P3-800 on an Asus P3V4X.

Linux 2.2.18 + ide patch (disks are raid1 on an promise ata100)

my Q is  -- is the kernel best left configured for i686 or
i586 ? i was expecting it to crash on i686 but luckily it
did not.

CONFIG_M686=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_1GB=y
# CONFIG_2GB is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y

is my exact kernel config as far as the cpu goes ..

the only places i found on the net that seem to have info seem
to be down.

sorry if this is a FAQ :)
(and no i dont want to upgrade to 2.4 i still read about
too many problems with it especially swap/memory issues,
i don't want to add 1.5GB of swap to my system just because
i have 768MB of ram)

thanks

nate

-- 
:::
ICQ: 75132336
http://www.aphroland.org/
http://www.linuxpowered.net/
[EMAIL PROTECTED]



Re: dhcp

2001-06-10 Thread Guy Geens
 Matt == Matt Gerginski [EMAIL PROTECTED] writes:

Matt Hi. I just did a fesh install of debian. On the documentation on
Matt the site, it said that in the Configure the Network portion of
Matt the installation, i would be asked whether to use dhcp or not.
Matt This never happened.

Run the configuration again, and now say `Yes' when it asks you
`IP: kernel level autoconfiguration'.

However, this is not what you want. The kernel DHCP option is used for
special situations (e.g., when you're running a diskless client).
Since you have a working Debian system, it is unlikely you need this.

Use the standard kernel, and install a DHCP client. (Normally, pump
should already be installed.) Edit the file /etc/network/interfaces
and add the line:
iface eth0 inet dhcp

-- 
G. ``Iggy'' Geens - ICQ: #64109250
Home: [EMAIL PROTECTED] - Work: [EMAIL PROTECTED]
WWW: http://users.pandora.be/guy.geens/
  ``I was thinking about how everyone was dying
and maybe it's time to live.''  - Eels



Re: Is there a .deb of a (recent) html validator? Answer: see validator.w3.org

2001-06-10 Thread hansen
see 
http://validator.w3.org/
http://validator.w3.org/source/

an html validator that works over the web . a perl script.
handles several versions of html.
from the makers of html/http itself, w3.org
free, as usual


-- 
  *** Dr P's Book Knowledge, Hell's Bibliophiles, and 
  *  somewhere over the rainbow, a 99% text-only website * 
  *   http://209.24.112.224/DrPseudocryptonym/   *
    [EMAIL PROTECTED]  ** spam ok **


- Forwarded message from Harry Henry Gebel [EMAIL PROTECTED] -

Date: Fri, 8 Jun 2001 16:09:52 -0400
From: Harry Henry Gebel [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Subject: Re: Is there a .deb of a (recent) html validator?
Organization: Landon House SBS

On Fri, Jun 08, 2001 at 02:09:14PM -0500, Lance Simmons wrote:
 The only html debianized html validator I've been able to find
 is wdg-html-validator, which doesn't validate html 4.01
 transitional pages. (A bug was filed about the need to update
 from upstream sources over 13 months ago.)

 Does anyone have a .deb of either an update of
 wdg-html-validator, or of some other html validator that does
 4.01 transitional?

nsgmls in package sp is a validating parser.

-- 
Harry Henry Gebel
West Dover Hundred, Delaware
GPG encrypted email gladly accepted. Key ID: B853FFFE
Fingerprint: 15A6 F58D AEED 5680 B41A  61FE 5A5F BB51 B853 FFFE



- End forwarded message -



Am I an idiot? Gnumeric

2001-06-10 Thread Christopher Wright



I would like to use Gnumeric. My computer 
runs Windows ME. Is this possible, or would I have to have the Debian 
operating system?

Thanks

[EMAIL PROTECTED]
http://go.to/chriswright


Re: Am I an idiot? Gnumeric

2001-06-10 Thread David Nusinow
On Sunday 10 June 2001 12:39 am, Christopher Wright wrote:
 I would like to use Gnumeric.  My computer runs Windows ME.  Is this
 possible, or would I have to have the Debian operating system?


Well... yes and no...

You can't run it natively in WinME. No way no how. You could install a copy 
of linux on your hard drive though, and dual boot to it. Alternatively, you 
can install one of those weird linux versions that runs within windows (look 
at the distributions section of www.linux.org to find one) but I can't 
vouch for any of these personally, never having run one.

If you do need a free spreadsheet program, staroffice does have a native 
windows version, and it's got a lot of features. However, I highly recommend 
linux and Debian, if you're willing to learn them. You'll find a lot more 
cool stuff besides gnumeric! 

- David Nusinow



Re: gnome/KDE

2001-06-10 Thread Roderick Cummings





From: Margarete Hans [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Subject: gnome/KDE
Date: Sun, 10 Jun 2001 01:16:40 -0400

What are the advantages/disadvantages of gnome and KDE? Basically,
which one should I install?


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




I'm not sure there are any at this point. The license problem is gone, so 
there are no political reasons to not use kde. In the past I did not use kde 
because of this. One or 2 of the KDE apps seem maybe slightly better than 
gnome, but you can run them under gnome as easily as you can under kde. They 
both have about the same quality, functionality, etc. I primarily use gnome, 
but that's just because I am far more used to it. But sometimes I also use 
icewm only, especially in vnc (hint, hint eXperts). If you dont have the 
disk space for both, flip a coin.




_
Get your FREE download of MSN Explorer at http://explorer.msn.com



Re: 486 router is very slow

2001-06-10 Thread Marc Haber
On Sun, 10 Jun 2001 01:52:41 +0200 (CEST), Leen Besselink
[EMAIL PROTECTED] wrote:
 I set up a router with my old 486 computer. I have there potato witch kernel 
 2.4 installed.
 
try running 2.2 or 2.0 instead, that might help also.

In a router, having 2.4 has a _very_ strong point called netfilter.

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: best kernel config for athlon(2.2)

2001-06-10 Thread Robert Voigt
On Monday 11 June 2001 00:12, Nate Amsden wrote:
 hi.

 i just installed an amd thunderbird 1.33ghz along with an Asus A7A266.
 I also upgraded to a 450watt power supply so i hope its just
 as stable :)

 Currently I am running the same kernel(suprised it worked actually)
 that i was using on the previous P3-800 on an Asus P3V4X.

 Linux 2.2.18 + ide patch (disks are raid1 on an promise ata100)

What chipset does the promise controller have and how did you install on the 
RAID? I have a Promise RAID controller onboard and I couldn't install Debain 
probably because the installation kernel does not have a driver for this 
controller.

 my Q is  -- is the kernel best left configured for i686 or
 i586 ? i was expecting it to crash on i686 but luckily it
 did not.

I have chose 686 for my Thunderbird, at least it works.



Re: best kernel config for athlon(2.2)

2001-06-10 Thread Nate Amsden
Robert Voigt wrote:

 What chipset does the promise controller have and how did you install on the
 RAID? I have a Promise RAID controller onboard and I couldn't install Debain
 probably because the installation kernel does not have a driver for this
 controller.

generic ata100, not the raid edition. installed it on a single disk
on a generic ide controller, then setup raid, then moved it to the
promise and reconfigured the system to boot offa that.

 I have chose 686 for my Thunderbird, at least it works.

thanks, sofar so good for me too. except..i just upgraded to
2.2.19+ide and i am getting these messages:

probable hardware bug: clock timer configuration lost - probably a VIA686a.
probable hardware bug: restoring chip configuration.
probable hardware bug: clock timer configuration lost - probably a VIA686a.
probable hardware bug: restoring chip configuration.

did not see them on the 2.2.18 kernel ...from looking at the kernel
source it doesn't really help tell me what that means. hasn't caused
any trouble other then just filling my log files ..

any ideas?

thanks again

nate


-- 
:::
ICQ: 75132336
http://www.aphroland.org/
http://www.linuxpowered.net/
[EMAIL PROTECTED]



GNU emacs has the wrong key settings in X

2001-06-10 Thread Alan Chandler
I have been puzzling for some time why backspace and delete worked fine 
everywhere except when using emacs under X.  In this instance, both keys 
deleted backwards (ie did what the backspace key should).

The weird thing that I could not initally figure out is that whenever emacs 
runs in character mode (for instance running it across an ssh link to another 
machine) everything worked perfectly. However reading the debian policy on 
this subject I did begin to understand given different approaches to 
mapping these keys.

However, despite looking, I couldn't find where in the startup sequence the 
debian package set the key mappings.  In the end I put the following line in 
my $HOME/.emacs file

(global-set-key [delete] 'delete-char)

And all works perfectly

However I would have thought that this is something the debian package should 
do automatically in its startup scripts that are in /usr/lib/emacs/...

Am I missing something here?

PS - Xemacs ( a different package altogther - I know) works fine.

-- 

  Alan - [EMAIL PROTECTED]
http://www.chandler.u-net.com or http://www.chandler.pwp.blueyonder.co.uk



Re: gnome/KDE

2001-06-10 Thread Phillip Deackes
On Sun, 10 Jun 2001 01:16:40 -0400
Margarete Hans [EMAIL PROTECTED] wrote:

 What are the advantages/disadvantages of gnome and KDE? Basically,
 which one should I install?

Depends. We all have our favourite window manager (although KDE and Gnome
are more than window managers, they are more 'window environments').
Personally, I don't like KDE very much - the 'KDE' angle is very prominent
and when using it, 'KDE' is in your face all the time - KDE this, KDE that
, Kwhatever and so on. Running non-KDE apps in the KDE environment almost
makes you feel you are doing something wrong! I also don't like the look
that qt (the library on which KDE is based) gives to windows.

Gnome seems to me to be less pervasive - OK, there are plenty of Gnome
apps around but they look good - less plastic and more functional, more
like other non-gnome apps. A Gnome environment looks good with Gnome and
non-Gnome apps. Gnome is based on GTK libraries and there are plenty of
other GTK Linux apps around which have nothing to do with Gnome.

Both are attempts to give Linux that conformity of look  feel that
Windows has. Both are fairly easily configurable as regards the look.

Obviously, these are personal observations and you will almost certainly
get the complete opposite opinion from someone else. The answer really is
to try both and see which you prefer.

-- 
Phillip Deackes
Using Progeny Debian Linux



Very occassional lockups of X

2001-06-10 Thread Alan Chandler
I am running what is essentially a debian woody system (with KDE from CVS on 
top).  This means XFree 4.0.3

Every so often (maybe once every two weeks) the user interface locks solid.  
The cursor disappears and no screen updates occur.

I can still ssh into the machine from elsewhere, and can see that most of it 
is running perfectly.  The only way to clear this is to kill -9 the xserver 
from this ssh connection, at which point the screen springs into life.

I don't know how to go about checking what might be the cause, there seems to 
be no obvious action on my part that causes this to happen.

Anyone else have similar problems?

-- 

  Alan - [EMAIL PROTECTED]
http://www.chandler.u-net.com or http://www.chandler.pwp.blueyonder.co.uk



Re: best kernel config for athlon(2.2)

2001-06-10 Thread Nate Amsden
Nate Amsden wrote:

 probable hardware bug: clock timer configuration lost - probably a VIA686a.
 probable hardware bug: restoring chip configuration.
 probable hardware bug: clock timer configuration lost - probably a VIA686a.
 probable hardware bug: restoring chip configuration.

looks like im not the only one seein the messages that is not using
a VIA chipset ...
http://crash.sysdump.com/kernel/5-18-01/0545.html

nothing different between 2.2.18's time.c and 2.2.19's time.c so
thats odd ...maybe its a configuration issue..

nate

-- 
:::
ICQ: 75132336
http://www.aphroland.org/
http://www.linuxpowered.net/
[EMAIL PROTECTED]



Re: Very occassional lockups of X

2001-06-10 Thread Bryan Andersen
Alan Chandler wrote:
 
 I am running what is essentially a debian woody system (with KDE from CVS on
 top).  This means XFree 4.0.3
 
 Every so often (maybe once every two weeks) the user interface locks solid.
 The cursor disappears and no screen updates occur.
 
 I can still ssh into the machine from elsewhere, and can see that most of it
 is running perfectly.  The only way to clear this is to kill -9 the xserver
 from this ssh connection, at which point the screen springs into life.
 
 I don't know how to go about checking what might be the cause, there seems to
 be no obvious action on my part that causes this to happen.
 
 Anyone else have similar problems?

I'm seeing lockups also but not quite the same.  
The cursor is still there and moveable, but I can 
nolonger click on anything or change focus.  I 
can use CTRL-ALT-F[X] to switch to a console 
window and kill the app I was just working in 
however no other key combinations that I know of 
work.  I've had the most trouble with Freeamp.  
If I double click on a song list it will sometimes 
lockup.  I've also had lockups in other apps too.
Killing the app I was working in at the time of 
the lockup frees up the condition that caused 
the lockup.  I can then restart it.  My guess is 
there is a race condition.  I last upgraded to 
SID about a week ago.


-- 
|  Bryan Andersen   |   [EMAIL PROTECTED]   |   http://www.nerdvest.com   |
| Buzzwords are like annoying little flies that deserve to be swatted. |
|   -Bryan Andersen|



the .xinitrc and .xsession puzzle

2001-06-10 Thread Alex Suzuki
Hello friends,

I wanted to ask you guys what ~/.xinitrc and ~/.xsession are all about.
I run Debian woody, GNOME and sawfish as my windowmanager (sawfish-gnome
package).
Somehow GNOME just can't remember its settings, and I think I screwed up
those files anyway. Which one gets read when I start X with startx?
I don't use a display manager like xdm or gdm or whatever.

this is what my .xinitrc looks like:

galeon -s 
xsetroot -solid black 
exec sawfish 
panel


This is what .xsession looks like

#!/bin/sh

xsetroot -solid slategrey 
xrdb -load $HOME/.Xdefaults
exec /usr/bin/gnome-session


Could anybody solve this puzzle for me? Can anyone with a similar
configuration (GNOME/sawfish) post his/her .xinitrc and .xsession?

Regards,
Alex
-- 
Alex Suzuki | [EMAIL PROTECTED] | http://www.cynox.ch
To send me an email, remove NOSPAM from the above address



Re: program response sluggish compared to Win98

2001-06-10 Thread Alex Suzuki
On Sat, Jun 09, 2001 at 07:39:45PM +0200, Alson van der Meulen wrote:
 For me, the performance of StarOffice, apart from the startup time,
 isn't that bad, using a 750 mhz Duron, 256 Mb ram and a rather slow
 harddrive.

Yes, as soon as it's up and running its ok. But its still abit sluggish.
But you would expect more on such a machine. StarOffice is just bloated
if you ask me. The only components I will ever use is the word and the
spreadsheet application.
Not to mention the ugly windows-like look with a Start button at the
bottom left (that beats me).
 
Alex
-- 
Alex Suzuki | [EMAIL PROTECTED] | http://www.cynox.ch
To send me an email, remove NOSPAM from the above address



login -graphical user interface

2001-06-10 Thread Peter Whittam



Ok, I am new at this so be cool about 
it.
when I start debian it immediately 
uses the graphical login,
can I change this option to console 
login?

regards newbee



Re: gnome/KDE

2001-06-10 Thread Robert Voigt
On Sunday 10 June 2001 10:22, Phillip Deackes wrote:
 On Sun, 10 Jun 2001 01:16:40 -0400

 Margarete Hans [EMAIL PROTECTED] wrote:
  What are the advantages/disadvantages of gnome and KDE? Basically,
  which one should I install?

 Obviously, these are personal observations and you will almost certainly
 get the complete opposite opinion from someone else. The answer really is
 to try both and see which you prefer.

Here is the complete opposite opinion: I like KDE better because it's more 
mature, looks better, has more functionality (that actually works!) and it's 
also easier to use. And I think it's not even slower than Gnome.



Re: best kernel config for athlon(2.2)

2001-06-10 Thread Robert Voigt
On Sunday 10 June 2001 10:26, Nate Amsden wrote:
 thanks, sofar so good for me too. except..i just upgraded to
 2.2.19+ide and i am getting these messages:

 probable hardware bug: clock timer configuration lost - probably a VIA686a.
 probable hardware bug: restoring chip configuration.
 probable hardware bug: clock timer configuration lost - probably a VIA686a.
 probable hardware bug: restoring chip configuration.

 did not see them on the 2.2.18 kernel ...from looking at the kernel
 source it doesn't really help tell me what that means. hasn't caused
 any trouble other then just filling my log files ..

I have a self compiled 2.2.19 too and I haven't seen these messages. But I 
usually don't look at log files.



Re: login -graphical user interface

2001-06-10 Thread vester

one possibility would be to edit your /etc/init.d/windowmanager-script
(that is, xdm gdm kdm or whatever you are using)...just put in exit into
the first line then they won't start and you'll stay in console...

you could simply delete the scripts but you shouldn't do that (because i
did and now, on a reinstall of gdm i get an error that /etc/init.d/gdm
doesn't exist...and if i create it again installation goes ok, but it
doesn't reinstall the script either...)


On Wed, 5 Jul 2000, Peter Whittam wrote:

 Ok, I am new at this so be cool about it.
 when I start debian it immediately uses the graphical login,
 can I change this option to console login?
 
 regards newbee
  
 



SendMail died on SIGSEGV signal.

2001-06-10 Thread Account for Debian group mail

Our SendMail server has been stopping with a SIGSEGV signal (SMTP-MAIL
died on a signal 11). This is something that has never happened before. We
upgraded about 2 months ago to potato and the server is running 8.9.3-23
SendMail with kernel 2.2.18pre21.

Anyone have an idea on what is causing this problem? We really need to get
it solved.

Thanks,

Ken Rea



Re: BOOT

2001-06-10 Thread Steve Kowalik
On Sat, Jun 09, 2001 at 06:04:10PM -0400, [EMAIL PROTECTED] uttered:
 hey, im having trouble finding the right boot disk. i have an older version 
 of debian (2.2) and i can only find the boot disk for the newest version. 
 could you send me the .bin or .img or send me a link to download it. thanks
What are trying to do?
Different releases of Debian usually have different boot disks, but if you
download a full set, you should be right.
ftp://ftp.us.debian.org/debian/dists/potato/main/disks-i386/current/images-1.44/
-- 
Steve
  I'm a sysadmin because I couldn't beat a blind monkey in a coding contest.
--Me



Re: login -graphical user interface

2001-06-10 Thread Glyn Millington
vester [EMAIL PROTECTED] writes:

 one possibility would be to edit your /etc/init.d/windowmanager-script
 (that is, xdm gdm kdm or whatever you are using)...just put in exit into
 the first line then they won't start and you'll stay in console...
 
 you could simply delete the scripts but you shouldn't do that (because i
 did and now, on a reinstall of gdm i get an error that /etc/init.d/gdm
 doesn't exist...and if i create it again installation goes ok, but it
 doesn't reinstall the script either...)
 

Ah yes - the magical incantation require to adjust the rc.d scripts is

update-rc.d which will strip out the commands to start your display 
manager.

 update-rc.d  -f gdm  remove

Read man update-rc.d before you try it though!


Glyn
-- 
so here we are then
 http://members.tripod.co.uk/Christchurch2000uk
   Running Debian/Gnu Linux  
   1:12pm  up  5:51,  2 users,  load average: 0.15, 0.31, 0.20



Re: login -graphical user interface

2001-06-10 Thread vester


On 10 Jun 2001, Glyn Millington wrote:
 
  you could simply delete the scripts but you shouldn't do that (because i
  did and now, on a reinstall of gdm i get an error that /etc/init.d/gdm
  doesn't exist...and if i create it again installation goes ok, but it
  doesn't reinstall the script either...)
  
 
 Ah yes - the magical incantation require to adjust the rc.d scripts is
 
 update-rc.d which will strip out the commands to start your display 
 manager.
 
  update-rc.d  -f gdm  remove
 
 Read man update-rc.d before you try it though!


hey thanks! i didn't expect an answer on this one ;-)

i used update-rc.d -f gdm remove to remove all the symlinks...now, my
problem is how to get the whole script back, i tried

apt-get install --reinstall gdm

but that gives me:

[...]
update-rc.d: /etc/init.d/gdm: file does not exist
dpkg: error processing gdm (--configure):
 subprocess post-installation script returned error exit status 1
[...]

it works fine if i first touch /etc/init.d/gdm only that doesn't do the
job obviously because it doesn't recreate /etc/init.d/gdm --how can i get
that file back???

(and i thorougly learnt my lesson: do not manually remove scripts! hehe)

thanks!

-vester




NFS

2001-06-10 Thread Jerry Sternesky
Where can I get information on setting up an NFS share for Potato?  The nfs 
how-to isn't helping me and in The Debian GNU/Linux Network adminstrator's 
manual, the nfs section is blank.  I installed nfs-common and 
nfs-kernel-server.

rpcinfo -p only showed portmapper running so I executed rpc.mountd and that 
seemed ok, but when I run rpc.nfsd I get nfssvc: Function not implemented.  
So I need to be able to figure out what is happening here.  I never had a 
problem with nfs before, but this is my first install of debain and things 
are a little different then I am accustomed to.  So a point in the right 
direction would be appreciated.

Thanks,

Jerry



Re: login -graphical user interface

2001-06-10 Thread ktb
On Wed, Jul 05, 2000 at 09:20:46PM +0930, Peter Whittam wrote:
 Ok, I am new at this so be cool about it.
 when I start debian it immediately uses the graphical login,
 can I change this option to console login?

If you're not going to use xdm you can just remove the package.
# apt-get remove xdm
kent

-- 
 From seeing and seeing the seeing has become so exhausted
 First line of The Panther - R. M. Rilke




Re: login -graphical user interface

2001-06-10 Thread ktb
On Sun, Jun 10, 2001 at 02:53:24PM +0200, vester wrote:
 
 
 On 10 Jun 2001, Glyn Millington wrote:
  
   you could simply delete the scripts but you shouldn't do that (because i
   did and now, on a reinstall of gdm i get an error that /etc/init.d/gdm
   doesn't exist...and if i create it again installation goes ok, but it
   doesn't reinstall the script either...)
   
  
  Ah yes - the magical incantation require to adjust the rc.d scripts is
  
  update-rc.d which will strip out the commands to start your display 
  manager.
  
   update-rc.d  -f gdm  remove
  
  Read man update-rc.d before you try it though!
 
 
 hey thanks! i didn't expect an answer on this one ;-)
 
 i used update-rc.d -f gdm remove to remove all the symlinks...now, my
 problem is how to get the whole script back, i tried
 
 apt-get install --reinstall gdm
 
 but that gives me:
 
 [...]
 update-rc.d: /etc/init.d/gdm: file does not exist
 dpkg: error processing gdm (--configure):
  subprocess post-installation script returned error exit status 1
 [...]
 
 it works fine if i first touch /etc/init.d/gdm only that doesn't do the
 job obviously because it doesn't recreate /etc/init.d/gdm --how can i get
 that file back???
 
 (and i thorougly learnt my lesson: do not manually remove scripts! hehe)
 

Have you tried -
# apt-get remove gdm
# apt-get install gdm
?

kent

-- 
 From seeing and seeing the seeing has become so exhausted
 First line of The Panther - R. M. Rilke




Re: NFS

2001-06-10 Thread Roderick Cummings





From: Jerry Sternesky [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Subject: NFS
Date: Sun, 10 Jun 2001 08:58:58 -0400

Where can I get information on setting up an NFS share for Potato?  The nfs
how-to isn't helping me and in The Debian GNU/Linux Network adminstrator's
manual, the nfs section is blank.  I installed nfs-common and
nfs-kernel-server.

rpcinfo -p only showed portmapper running so I executed rpc.mountd and that
seemed ok, but when I run rpc.nfsd I get nfssvc: Function not implemented.
So I need to be able to figure out what is happening here.  I never had a
problem with nfs before, but this is my first install of debain and things
are a little different then I am accustomed to.  So a point in the right
direction would be appreciated.

Thanks,

Jerry


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




It's pretty easy after you do it once, like most things. You need to specify 
what directories to share in /etc/exports. Otherwise, on boot or init 
change, nfsd checks to see if there are any directories to export and if 
there are none it exits. So that's why you're not seeing it.


Here is one of my export files. It's sharing a cd to the system named howard 
and pointlessly is offering rw to it, not that I look at it. duh!


[EMAIL PROTECTED] cat /etc/exports
# /etc/exports: the access control list for filesystems which may be 
exported

#   to NFS clients.  See exports(5).
/cdrom  howard.x.lan(rw)



_
Get your FREE download of MSN Explorer at http://explorer.msn.com



Re: login -graphical user interface

2001-06-10 Thread Steve Kowalik
On Sun, Jun 10, 2001 at 02:53:24PM +0200, vester uttered:
 [...]
 update-rc.d: /etc/init.d/gdm: file does not exist
 dpkg: error processing gdm (--configure):
  subprocess post-installation script returned error exit status 1
 [...]
 
 it works fine if i first touch /etc/init.d/gdm only that doesn't do the
 job obviously because it doesn't recreate /etc/init.d/gdm --how can i get
 that file back???
 
Ahha! The fun of removing init scripts.
touch /etc/init.d/gdm
chmod 755 /etc/init.d/gdm
apt-get remove gdm

-- 
Steve
  I'm a sysadmin because I couldn't beat a blind monkey in a coding contest.
--Me



Re: Is there a .deb of a (recent) html validator? Answer: see validator.w3.org

2001-06-10 Thread Lance Simmons
On Sun, Jun 10, 2001 at 12:25:34AM -0700, hansen wrote:
 see 
 http://validator.w3.org/
 http://validator.w3.org/source/
 
 an html validator that works over the web . a perl script.
 handles several versions of html.
 from the makers of html/http itself, w3.org
 free, as usual

Both sites have limits on how many pages you can validate at a
time.

Lance Simmons



Re: List new packages after an apt-get update

2001-06-10 Thread Joey Hess
USM Bish wrote:
 console-apt (capt) does just that. It has three packet
 dividers:
 
 a) Updated packages
 b) Installed packages (newer version available)
 c) Non-installed packages

This is news to me. Are they in the order you list them? If so, I
probably just didn't notice the divider between b) and c).

-- 
see shy jo



Abiword and truetype fonts solution.

2001-06-10 Thread Hans
I posted a question about this earlier and I have a working solution.

How to get truetype fonts working under Abiword?
- Copy the truetype fonts
you want to use to the directory /usr/share/abisuite/fonts
- Make backups
of the files fonts.dir and fonts.scale
- Run ttmkfdir (get a deb for woody
from http://hell.hell.pl/baran/tek/linux/debian/ttmkfdir/ as it is not in
unstable), this will create a new fonts.dir file with the truetype fonts
descriptions
- Open the new fonts.dir file with a text editor and also open
the backup of fonts.dir
- Copy the contents from the backup fonts.dir and
paste it above the entries of the new fonts.dir file
- Both the backup
fonts.dir as well as the new fonts.dir have the number of fonts in them on
the first line. Count them up and put them in the first line of the new
fonts.dir
- Save fonts.dir, fire up Abiword and enjoy truetype fonts.

P.S.
1) I haven't tried printing yet. My concern was mainly the dismal display
fonts.

P.S. 2) Fonts that came with Abiword, like Time, Arial and Courier
are replaced with the truetype font, although the Abiword fonts are still
there.

It works for me, even though there will be certain issues, like duplication
of ttfonts on the system. Comments appreciated, especially if there are
better ways to do it.

 






Re: Configuring gnus

2001-06-10 Thread John S. J. Anderson
 On Sat, 09 Jun 2001 13:04:48 -0700, Debian User [EMAIL PROTECTED] said:

DU With the conservative route (install gnus in order to keep using
DU RMAIL for a while), will gnus give normal MIME ability?  Or would
DU I need to install semi-gnus to be able to use the MIME
DU functionality that semi provides?

Newer gnusae support MIME just fine. I forget exactly when the switch
was, but 5.8.8 in unstable groks MIME out of the box.

Good luck,
john.



Re: Abiword and truetype fonts solution.

2001-06-10 Thread Steve Kowalik
On Sun, Jun 10, 2001 at 04:21:58PM +0200, Hans uttered:
 from http://hell.hell.pl/baran/tek/linux/debian/ttmkfdir/ as it is not in
 unstable), this will create a new fonts.dir file with the truetype fonts
ttmkfdir not in unstable?
You must have missed something.

[EMAIL PROTECTED]:~$ apt-cache search ttmk
ttmkfdir - An utility for creating fonts.scale file for TTF fonts.

-- 
Steve
  I'm a sysadmin because I couldn't beat a blind monkey in a coding contest.
--Me



Re: startx

2001-06-10 Thread W.T. Boman


  I'm trying to get X on a new potato installation.#startx results in
  no such file or directory.
  #/usr/X11R6/bin/X results in
 Config Error: /usr/X11R6/lib/X11/XF86Config
   Identifier   14non-interlacedcolor
 Monitor section keyword expected
  fatal server error
 Child error writing to pipe (Broken pipe)
  Does this mean anything to anyone and how can it be fixed?
 Thanks in advance.
 Bill



Help; apt-get kills system, ifup broken..

2001-06-10 Thread Gregory Guthrie

Help.
I am running Debian 2.2, with upgrade to Woody from debian.org via
FTP.
I have been running well for over 5 months without reboot(!) or
maintenance.
I went to fetch a new package, and my system decided it wanted to get 108
MB of updates. It failed on a bunch of them, I tried again, and again,
and then a force (-f) option as suggested by apt-get.
I recovered Perl (apt-get --fix-missing install perl-base
perl), but networking is still goofed up.
Notably, ifup fails:
 ifup /etc/network/interfaces Function not implemented
 Could not read interfaces file:
/etc/networks/interfaces
Of course, the file is there, readable (544), and fine.
Any help on how to recover this?
Thanks.


Gregory Guthrie
[EMAIL PROTECTED]
(641)472-1125 Fax: -1103



Re: Xfree86 a.out installation question

2001-06-10 Thread David Z Maze
Margarete Hans [EMAIL PROTECTED] writes:
MH I want to install Xfree86 4.1.0 on my laptop.

What version of Debian are you running?  Did you do a complete
install, or do you just have the (extremely minimal) base system?

MH I tried running the Xinstall.sh with the -check option to find out
MH witch version I need. Here is the output:
MH 
MH Checking what OS you're running...
MH uname reports 'Linux' version '2.2.19pre17', architecture 'i486'.
MH Xinstall.sh: file: command not found
MH Object format is 'a.out'. Xinstall,sh: strings: command not found
MH 
MH Linux a.out is no longer supported
MH 

This output suggests that you're missing the standard-priority
packages 'file' and 'binutils', which you really should have on a
working system.

MH Besides that, what are the advantages/disadvantages of GNOME/KDE?

Pretty, arguably easier to use than other ad-hoc X interfaces, very
resource-intensive in terms of both disk space and memory.

-- 
David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
Theoretical politics is interesting.  Politicking should be illegal.
-- Abra Mitchell



lilo 'Block move error 0xAE'

2001-06-10 Thread Norman Walsh
Can anyone help me get past this error? Google search didn't turn
up anything useful. Lilo can boot my Win98 partition and I can boot
the relevant kernel off a floppy, but attempting to boot Linux from
the hard disk produces 'Block move error 0xAE'.

Help?

Be seeing you,
  norm

-- 
Norman Walsh [EMAIL PROTECTED] | Nothing hath an uglier look to us than
http://nwalsh.com/| reason, when it is not on our own
  | side.--Marquess of Halifax



Re: the .xinitrc and .xsession puzzle

2001-06-10 Thread ktb
On Sun, Jun 10, 2001 at 12:42:47PM +0200, Alex Suzuki wrote:
 Hello friends,
 
 I wanted to ask you guys what ~/.xinitrc and ~/.xsession are all about.
 I run Debian woody, GNOME and sawfish as my windowmanager (sawfish-gnome
 package).
 Somehow GNOME just can't remember its settings, and I think I screwed up
 those files anyway. Which one gets read when I start X with startx?
 I don't use a display manager like xdm or gdm or whatever.
 
 this is what my .xinitrc looks like:
 
 galeon -s 
 xsetroot -solid black 
 exec sawfish 
 panel
 
 
 This is what .xsession looks like
 
 #!/bin/sh
 
 xsetroot -solid slategrey 
 xrdb -load $HOME/.Xdefaults
 exec /usr/bin/gnome-session
 
 
 Could anybody solve this puzzle for me? Can anyone with a similar
 configuration (GNOME/sawfish) post his/her .xinitrc and .xsession?

.xinitrc is usually the file used for startx but with debian .xsession
can be used with startx.  So really choose one or the other:)

Choosing .xsession allows you the flexibility of starting with either
startx or xdm so in some situations that would be the logical choice.

Which ever file you choose make sure all but one of the commands are
back-grounded with .  Usually back-grounding everything but you're 
window manager is the way to go.
hth,
kent

-- 
 From seeing and seeing the seeing has become so exhausted
 First line of The Panther - R. M. Rilke




Re: lilo 'Block move error 0xAE'

2001-06-10 Thread ktb
On Sun, Jun 10, 2001 at 12:03:02PM -0400, Norman Walsh wrote:
 Can anyone help me get past this error? Google search didn't turn
 up anything useful. Lilo can boot my Win98 partition and I can boot
 the relevant kernel off a floppy, but attempting to boot Linux from
 the hard disk produces 'Block move error 0xAE'.
 

I don't know what the error message means but...
When you run -
# /sbin/lilo
are there any errors?

Does the output of -
# rdev
match what you have in /etc/lilo.conf?
kent

-- 
 From seeing and seeing the seeing has become so exhausted
 First line of The Panther - R. M. Rilke




Re: Abiword and truetype fonts solution.

2001-06-10 Thread ha shao
On Sun, Jun 10, 2001 at 04:21:58PM +0200, [EMAIL PROTECTED] wrote:
 
 How to get truetype fonts working under Abiword?
 - Copy the truetype fonts
 
...
 It works for me, even though there will be certain issues, like duplication
 of ttfonts on the system. Comments appreciated, especially if there are
 better ways to do it.
 

There is something called symbolic link in unix. 'man ln'.
Just 
cd /usr/share/abisuit/fonts/
ln -s /usr/share/fonts/truetype/some.tff some.tff

Or take a look at defoma package.

-- 
Best regard
hashao



Re: XFree 4, potato and Ximian-gnome

2001-06-10 Thread Nathan E Norman
On Sat, Jun 09, 2001 at 09:28:54PM -0700, MRZ wrote:
 Hello again..
 After two weeks of trying to upgrade from X 3.3 to X 4.x I've finally reached 
 my patience limit. Despite a fair bit of help and advice from a number of 
 list members (thanks everyone!) I've been unable to successfully achieve my 
 goal.
 
 I figure one last shot and then I'll move to woody, or.. well I'm not sure 
 what.  ;-)

I would recommend moving to testing (or better yet, unstable ...
search the archive for Joey Hess's pinning config for apt which
installs testing preferentially but allows installs from unstable
when specified).

I've got three boxes which have been running unstable for months ...
no major problems.  The combination of kernel 2.4.x and XFree 4.x is
awesome (and on one box was the only way I could get X running at all).
 
 1. Has anyone on this list successfully upgraded a potato box which is 
 running Ximian gnome to X 4.x? 

I used Helix/Ximian for a while until I started getting segfaults or
even worse, hung startups.  About three months ago I purged all
Helix/Ximian packages and used the debian ones instead ... I've been a
lot happier!

-- 
Nathan Norman - Staff Engineer | A good plan today is better
Micromuse Ltd. | than a perfect plan tomorrow.
mailto:[EMAIL PROTECTED]   |   -- Patton


pgpdA1xN0FSIt.pgp
Description: PGP signature


Re: Winmodem translator?

2001-06-10 Thread Nathan E Norman
On Sun, Jun 10, 2001 at 07:34:24AM +0200, Robert Voigt wrote:
 On Sunday 10 June 2001 04:41, Nathan E Norman wrote:
  There is a kernel driver for the Lucent winmodems ... it's a binary
  only module and CPU really gets whacked when you're dialed in.
 
 Not any more. There is now a driver available as source for this particular 
 Lucent chipset (if we talk about the same thing) used in some notebook 
 modems. It works fine here.

Oh?  That's good news :)  Where can it be found?

-- 
Nathan Norman - Staff Engineer | A good plan today is better
Micromuse Ltd. | than a perfect plan tomorrow.
mailto:[EMAIL PROTECTED]   |   -- Patton


pgpDLEagoyKGX.pgp
Description: PGP signature


Re: dhcp

2001-06-10 Thread Mark Wagnon
On 06/10/01 09:17:07 +0200, Guy Geens wrote:

[..]

 Use the standard kernel, and install a DHCP client. (Normally, pump
 should already be installed.) Edit the file /etc/network/interfaces
 and add the line:
 iface eth0 inet dhcp

[..] 

I have a quick question. Where do you specify your hostname when you
try to get your network info from your ISP's DHCP server? On my
system, my hostname is different from that my ISP assigns me. I've
seen lines similar to pump/dhcpclient -h $DHCP_HOSTNAME (something
like that), but where does one set DHCP_HOSTNAME?

Thanks!!
-- 
Mark Wagnon [EMAIL PROTECTED]



Re: login -graphical user interface

2001-06-10 Thread Nathan E Norman
On Sun, Jun 10, 2001 at 01:15:02PM +0100, Glyn Millington wrote:
 vester [EMAIL PROTECTED] writes:
 
  one possibility would be to edit your /etc/init.d/windowmanager-script
  (that is, xdm gdm kdm or whatever you are using)...just put in exit into
  the first line then they won't start and you'll stay in console...
  
  you could simply delete the scripts but you shouldn't do that (because i
  did and now, on a reinstall of gdm i get an error that /etc/init.d/gdm
  doesn't exist...and if i create it again installation goes ok, but it
  doesn't reinstall the script either...)
  
 
 Ah yes - the magical incantation require to adjust the rc.d scripts is
 
 update-rc.d which will strip out the commands to start your display 
 manager.
 
  update-rc.d  -f gdm  remove
 
 Read man update-rc.d before you try it though!

Note that if you use this method, the startup links will be
reinstalled the next time you upgrade gdm.

What you need to do is remove the S links but leave the K links.  One
way to do that (as root) is this:

  find /etc/rc?.d -name S\*gdm | xargs rm

Ideally, update-rc.d would have a disable option that performed this
step, and there is a bug opened on this.  I was working on a patch
last week but haven't got very far yet ...

Cheers,

-- 
Nathan Norman - Staff Engineer | A good plan today is better
Micromuse Ltd. | than a perfect plan tomorrow.
mailto:[EMAIL PROTECTED]   |   -- Patton


pgpvZWhIJtKru.pgp
Description: PGP signature


Re: the .xinitrc and .xsession puzzle

2001-06-10 Thread Alex Suzuki
On Sun, Jun 10, 2001 at 11:14:33AM -0500, ktb wrote:
 On Sun, Jun 10, 2001 at 12:42:47PM +0200, Alex Suzuki wrote:
 back-grounded with .  Usually back-grounding everything but you're 
 window manager is the way to go.
 hth,
 kent

Thanks kent. I'm now using .xinitrc exclusively.

xsetroot -solid black 
sawfish 
panel

I'm also backgrounding the windowmanager because I'm using gnome.

Alex
-- 
Alex Suzuki | [EMAIL PROTECTED] | http://www.cynox.ch
To send me an email, remove NOSPAM from the above address



Re: XFree 4, potato and Ximian-gnome

2001-06-10 Thread Kent Pirkle
I'm currently running potato with the unofficial Xfree 4.03 debs
available from cpbotha. I'm running Ximian GNOME 1.4. It's the most
stable and usable setup I've had so far. 


On Sat, Jun 09, 2001 at 09:28:54PM -0700, MRZ wrote:
 Hello again..
 After two weeks of trying to upgrade from X 3.3 to X 4.x I've finally reached 
 my patience limit. Despite a fair bit of help and advice from a number of 
 list members (thanks everyone!) I've been unable to successfully achieve my 
 goal.
 
 I figure one last shot and then I'll move to woody, or.. well I'm not sure 
 what.  ;-)
 
 1. Has anyone on this list succesfully upgraded a potato box which is running 
 Ximian gnome to X 4.x? 
 2. If after I complete all the steps that have been outlined time and time 
 again but am still missing the actual XFree86 file (to which those symlinks 
 eventually lead), what does that suggest?
 
 
 Marc.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 



Slow and ugly X startup with NVidia drivers

2001-06-10 Thread Alex Suzuki
Hello friends,

This is already bothering me for a while, but I never really
cared. But now I just want it fixed.
The problem: I use X 4.0.3 as in testing, and the Nvidia kernel
and GLX drivers, I'm _not_ using the newest ones, because I
heard that there are problems with them.

When I start X with startx, it takes rather long until the
screen is filled with something useful. It flickers a couple
of times, there is a green horizontal line at the top of the
screen, then, as soon as I move the mouse around, or just after
having waited 5 seconds or so, the windowmanager and the GNOME
panel appear. I remember when I was using a PII-400 with the
same graphics card (Nvidia Geforce DDR) but not with the
nvidia drivers, this problem did not occur, and X started alot
faster. so I guess it has something to do with those nvidia
drivers. Could it be some configuration issue I missed? Has
anybody seen this on his/her machine?
I'm using nvidias AGP implementation, not the kernel one
(agpgart).

Thanks for any info
Alex
-- 
Alex Suzuki | [EMAIL PROTECTED] | http://www.cynox.ch
To send me an email, remove NOSPAM from the above address



Re: the .xinitrc and .xsession puzzle

2001-06-10 Thread Andrea Vettorello
Alex Suzuki wrote:

 Hello friends,

 I wanted to ask you guys what ~/.xinitrc and ~/.xsession are all about.
 I run Debian woody, GNOME and sawfish as my windowmanager (sawfish-gnome
 package).
 Somehow GNOME just can't remember its settings, and I think I screwed up
 those files anyway. Which one gets read when I start X with startx?
 I don't use a display manager like xdm or gdm or whatever.

 this is what my .xinitrc looks like:

 galeon -s 
 xsetroot -solid black 
 exec sawfish 
 panel

 This is what .xsession looks like

 #!/bin/sh

 xsetroot -solid slategrey 
 xrdb -load $HOME/.Xdefaults
 exec /usr/bin/gnome-session

 Could anybody solve this puzzle for me? Can anyone with a similar
 configuration (GNOME/sawfish) post his/her .xinitrc and .xsession?

In my home dir i've only the .xsession file, and the only thing worth of comment
is the gnome-session command, i've attached it anyway (the gnome-session
command is in the gnome-session package =).

You could control which program to launch with the gnome-control-center in the
Session section...



Andrea
#!/bin/bash

# xconsole -title Debian GNU/Linux Console -geometry  600x69+300+20 -daemon  
-file /dev/xconsole 

# You can replace the line above by seting a WINDOW_MANAGER environment
# variable to set your preferred WM.
export WINDOW_MANAGER=sawfish

# Now execute the window manager and we'll be on our way.  Most people have
# window managers they like better than twm -- install the corresponding
# Debian package and edit the following line appropriately if you're one of
# them.
gnome-session


Re: HELP - wmakerconf blew my menus away!!!!

2001-06-10 Thread Dave Sherohman
On Thu, Jun 07, 2001 at 11:10:40AM -0400, [EMAIL PROTECTED] wrote:
 I know that this must be a common problem, but the archives for the mailing
 list are unavalable.  I ran wmakerconf as a normal user to change some of
 the look and feel of windowmaker. However, when wmakerconf started up, told
 me that it needed to update the menus.  I told it to keep the current
 menus,and now all my menus are gone!!!  I don't have anything under the
 application menu.
 
 How do I get my menu's back?  This has become a real pain not having any.

Before doing the Debian-to-WindowMaker menu conversion, you need to edit
~/GNUstep/Defaults/WMRootMenu to contain the full path to menu.hook
(/etc/X11/WindowMaker/menu.hook).  WindowMaker itself is smart enough to look
around in several places (complete list in the man page), but wmakerconf
isn't.

If you don't want to convert your menus, just click over to another tab
without answering wmakerconf's question.  You can restore the default debian
menus by editing ~/GNUstep/Defaults/WMRootMenu to contain

/etc/X11/WindowMaker/menu.hook

and nothing else.  (Just menu.hook works too, but may cause you to have
this same problem again.)

If you do convert them, you gain the ability to edit the menus on a per-user
basis and use some wmaker enhancements, such as assigning a hotkey to any
menu item.  The downside is that newly-installed packages will no longer be
automagically added to the menus.  (Although I consider that an advantage
also, as the default behaviour is, IMO, far too inclusive.  I prefer to have
only the things I use on my menus.  YMMV.)

-- 
That's not gibberish...  It's Linux. - Byers, The Lone Gunmen
Geek Code 3.12:  GCS d? s+: a C++ UL$ P+ L+++ E- W--(++) N+
o+ !K w--- O M- V? PS+ PE Y+ PGP t 5++ X+ R++ tv+ b+ DI D G e* h r y+



Re: ripping quiet CDs

2001-06-10 Thread Dave Sherohman
On Sat, Jun 09, 2001 at 03:08:05PM +0800, Ben Harvey wrote:
 On Sat, Jun 09, 2001 at 01:48:35AM -0500, Jason Pepas wrote:
  
  in short, it sounds like normalization is exactly what you want.
  
 OK fair enough. so that means I can filter a .WAV through normalize before 
 compression - with a little trial  error.
 any ripper recommendations?  abcde looks good (I like the name too ;) but 
 it doesn't seem to allow me to add this sort of filter.

Well, it may not be set up to do filtering, but abcde is a shell script.  It
should be possible to hack a filter in.  (Having just taken a look at it,
though, it's a very complex shell script, so finding the right place to do
this would likely be nontrivial.)

-- 
That's not gibberish...  It's Linux. - Byers, The Lone Gunmen
Geek Code 3.12:  GCS d? s+: a C++ UL$ P+ L+++ E- W--(++) N+
o+ !K w--- O M- V? PS+ PE Y+ PGP t 5++ X+ R++ tv+ b+ DI D G e* h r y+



Re: NFS

2001-06-10 Thread Dave Sherohman
On Sun, Jun 10, 2001 at 08:58:58AM -0400, Jerry Sternesky wrote:
 I installed nfs-common and 
 nfs-kernel-server.
  ^

 rpcinfo -p only showed portmapper running so I executed rpc.mountd and that 
 seemed ok, but when I run rpc.nfsd I get nfssvc: Function not implemented.  

Did you build a kernel with NFS server support in it?  If not, try
nfs-user-server instead (or build an NFS-friendly kernel).

-- 
That's not gibberish...  It's Linux. - Byers, The Lone Gunmen
Geek Code 3.12:  GCS d? s+: a C++ UL$ P+ L+++ E- W--(++) N+
o+ !K w--- O M- V? PS+ PE Y+ PGP t 5++ X+ R++ tv+ b+ DI D G e* h r y+



libc6=2.1.97

2001-06-10 Thread john gennard
I'm trying to install a .deb package which depends on libc6=2.1.97
and have been unable to locate it. I run Potato and only have
v.2.1.3-13 of libc6.

Anyone know where it can be found and also if it will cause problems 
with 2.2.r2?  Thanks, John.



  1   2   >