Re: fetchmail

2001-04-03 Thread Luis Arocha -data-
Y el lunes  2 de abril, Ricardo Marcelo Alvarez escribió:
 Aca mando el fichero de configuracion el .forward y el .procmailrc no existen.
 El procmail no lo tengo instalado no se si eso perjudica en algo.
 Gracias por la ayuda y Saludos.

 # Configuration created Sat Mar 31 05:07:01 2001 by fetchmailconf
 set postmaster debian
 set bouncemail
 poll pop3.millic.com.ar with proto POP3
user 'millicom\\debian' there with password '' is debian here
 

Hola Ricardo,
Yo no veo nada extraño en tu configuración (aparte del \\). 
El procmail no es necesario, pero si podía ser el que ralentizara el proceso.
Siento no poder ayudarte. (

Quizás se trate de tu servidor de correo. ¿Has preguntado a otros usuarios?
Saludos

-- 
   O /  O O O O O / O / O / O /  OLuis Arocha Hernández Data
\__|/|__|__|__|/ \__|/__|/__|/__|/|/   larocha at wanadoo.es
\\   \   \   \ Islas Canarias
  \\   \   \   \   Spain



pgpkgGxTPU2aM.pgp
Description: PGP signature


Sync, Umount y Reboot

2001-04-03 Thread ikht1
Hola:

 colgada no porque se podian usar las teclas mágicas. Menos mal que existen y
 puedes hacer Sync, Umount y Reboot, porque sino ya tendría jodigo el
 filesystem de tantos reseteos :-)

Disculpad mi ignorancia, pero podrias explicar que es esto de

 Teclas magicas.
- Sync, Umount, Reboot.

Por lo que dices es para no para el pc a la brava i me gustaria
saber como se hace. Gracias y saludos. Pep.

Josep Roca
Epidemiologia
Departament de Ped, Obste, Gine i Medicina Preventiva
Universitat Autònoma de Barcelona
Hospital U Germans Trias i Pujol
Ctra Canyet s/n
08916 Badalona, Barcelona
Spain
Tel: +34 93-497-88-82
FAX: +34 93-497-88-43

[EMAIL PROTECTED]
http://CC.uab.es/~ikht1/



Re: Quisiera saber si existe el tipo de datos variant en C

2001-04-03 Thread October
El Mar 03 Abr 2001 05:26, Mary Joe Avila escribió:
 
 Quisiera saber si existe el tipo de dato variant en C.
 Muchas gracias por su atención.
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 

Hola!,
que yo sepa, en C no tienes un tipo variant tal cual, pero lo que sí tienes son 
punteros void, que se pueden usar con este fin sin más que haciendo un cast.
Ya nos contarás:

October



Re: Sync, Umount y Reboot

2001-04-03 Thread October
El Mar 03 Abr 2001 09:08, [EMAIL PROTECTED] escribió:
 Hola:
 
  colgada no porque se podian usar las teclas mágicas. Menos mal que existen y
  puedes hacer Sync, Umount y Reboot, porque sino ya tendría jodigo el
  filesystem de tantos reseteos :-)
 
 Disculpad mi ignorancia, pero podrias explicar que es esto de
 
  Teclas magicas.
 - Sync, Umount, Reboot.
 
 Por lo que dices es para no para el pc a la brava i me gustaria
 saber como se hace. Gracias y saludos. Pep.
 
 Josep Roca
 Epidemiologia
 Departament de Ped, Obste, Gine i Medicina Preventiva
 Universitat Autònoma de Barcelona
 Hospital U Germans Trias i Pujol
 Ctra Canyet s/n
 08916 Badalona, Barcelona
 Spain
 Tel: +34 93-497-88-82
 FAX: +34 93-497-88-43
 
 [EMAIL PROTECTED]
 http://CC.uab.es/~ikht1/
 
 
 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 
Hola!,
Para no apagar el pc (o lo que sea que lleve linux) à la brava como dices tú,
debes terminar el sistema; es decir, tienes que dejar el sistema terminado (por 
software) antes de apretar el botón de reset o encendido/apagado. Hay varias 
formas
de hacer esto:
- Apretando Ctrl+Alt+Supr: reinicia el sistema y la máquina.
- Cambiando de runlevel (que es lo que hace lo anterior), pero esto da igual.
- Escribiendo reboot, halt o usando shutdown puedes reiniciar o apagar el 
el sistema y la máquina (apagar la máquina si tu placa y alimentación lo 
permiten).
- Existen unas teclas mágicas que permiten mandar al kernel que realice 
ciertas
operaciones cuando pulsas determinadas combinaciones. No te lo recomiendo, a 
menos
que testees algún kernel inestable, seas un 'jaquer' y dejes el sistema colgado
cada 2*3 o quieras probarlo, porque hace el sistema más lento y más grande (no 
mucho
más).
Espero haberte aclarado algo (o por lo menos, no haberte confundido más :D ).
Saludos:

October



Particiones

2001-04-03 Thread imobach gonzález sosa
Saludos a todos.

Este creo que es un tema que ya está muy pillado, pero creo que en torno
a él siguen habiendo muchísimas y variadas opiniones... y dudas.

El tema es el de las particiones a hacer a la hora de instalar linux. En
principio, para un pequeño servidor, había pensado en hacer las
siguientes particiones:

/
/usr
/boot
/home
/var
y, por supuesto, la destinada a la swap.

El espacio a darle a cada una no lo tengo aún claro. Pero no es eso
lo que más me preocupa (aunque debería). Me tiene más indeciso el tema
de particiones primarias y lógicas. Que yo sepa, sólo pueden hacerse
cuatro primarias, el resto debería ir en las lógicas. ¿Cuáles debo crear
lógicas y cuales primarias? ¿O da exactamente igual cuales sean?

Un saludo y muchísimas gracias de antemano.

--
Imobach González Sosa
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
osoh en irc-hispano



.htaccess

2001-04-03 Thread Álvaro J. Sánchez
Hola, un saludos a todos.

Estoy configurando zonas protegidas con clave y login en apache, en principio 
los tutoriales son claros, crea el .htaccess en el directorio a proteger, de la 
forma:

AuthUserFile /dondequieras/.htpasswd
AuthName zona
AuthType Basic
require valid-user

y a continuación en /dondequieras/

htpasswd -c .htpasswd usuario


y en principio ya funcionaria, pero...

cuando intento acceder a la zona, me pregunta login y passwd (en pricipio 
correcto y funcionando bien), una vez introducidos, el servidor dice 
Authorization failed, mirando los log de apache en error.log dice:

[error] user usuario not found: /carpeta_donde_esta_.htaccess

y el usuario si existe en la maquina...

?Alguna sugerencia?

Gracias.

 
 
_
[EMAIL PROTECTED]
Escuela de Ingenierías Industriales (Badajoz)
_



.htaccess

2001-04-03 Thread Álvaro J. Sánchez
Hola, un saludos a todos.

Estoy configurando zonas protegidas con clave y login en apache, en principio 
los tutoriales son claros, crea el .htaccess en el directorio a proteger, de la 
forma:

AuthUserFile /dondequieras/.htpasswd
AuthName zona
AuthType Basic
require valid-user

y a continuación en /dondequieras/

htpasswd -c .htpasswd usuario


y en principio ya funcionaria, pero...

cuando intento acceder a la zona, me pregunta login y passwd (en pricipio 
correcto y funcionando bien), una vez introducidos, el servidor dice 
Authorization failed, mirando los log de apache en error.log dice:

[error] user usuario not found: /carpeta_donde_esta_.htaccess

y el usuario si existe en la maquina...

?Alguna sugerencia?

Gracias.

 
 
_
[EMAIL PROTECTED]
Escuela de Ingenierías Industriales (Badajoz)
_



.htaccess

2001-04-03 Thread Álvaro J. Sánchez
Hola, un saludos a todos.

Estoy configurando zonas protegidas con clave y login en apache, en principio 
los tutoriales son claros, crea el .htaccess en el directorio a proteger, de la 
forma:

AuthUserFile /dondequieras/.htpasswd
AuthName zona
AuthType Basic
require valid-user

y a continuación en /dondequieras/

htpasswd -c .htpasswd usuario


y en principio ya funcionaria, pero...

cuando intento acceder a la zona, me pregunta login y passwd (en pricipio 
correcto y funcionando bien), una vez introducidos, el servidor dice 
Authorization failed, mirando los log de apache en error.log dice:

[error] user usuario not found: /carpeta_donde_esta_.htaccess

y el usuario si existe en la maquina...

?Alguna sugerencia?

Gracias.

 
 
_
[EMAIL PROTECTED]
Escuela de Ingenierías Industriales (Badajoz)
_



Re: Particiones

2001-04-03 Thread Maribel
On Tuesday 03 April 2001 12:12, imobach gonzález sosa wrote:
 Saludos a todos.

 Este creo que es un tema que ya está muy pillado, pero creo que en torno
 a él siguen habiendo muchísimas y variadas opiniones... y dudas.

 El tema es el de las particiones a hacer a la hora de instalar linux. En
 principio, para un pequeño servidor, había pensado en hacer las
 siguientes particiones:

 /
 /usr
 /boot
 /home
 /var
 y, por supuesto, la destinada a la swap.

 El espacio a darle a cada una no lo tengo aún claro. Pero no es eso
 lo que más me preocupa (aunque debería). Me tiene más indeciso el tema
 de particiones primarias y lógicas. Que yo sepa, sólo pueden hacerse
 cuatro primarias, el resto debería ir en las lógicas. ¿Cuáles debo crear
 lógicas y cuales primarias? ¿O da exactamente igual cuales sean?

 Un saludo y muchísimas gracias de antemano.

 --
Yo tengo un disco de 20 GB y tengo asi mis particiones, te lo pasteo por si 
te sirve
Un saludo
[EMAIL PROTECTED]:~$ df
Filesystem   1k-blocks  Used Available Use% Mounted on
/dev/hdc2  2016016 29288   1884316   2% /
/dev/hdc5  6047724   1642636   4097880  29% /home
/dev/hdc6  4031656   1240060   2586800  33% /usr
/dev/hdc7  4031656388280   3438580  11% /var
/dev/hdc8  1007960   280956476   1% /tmp
/dev/hdc4  2426332   1414392888688  62% /musica
[EMAIL PROTECTED]:~$ 

-- 
Maribel [EMAIL PROTECTED] 
http://www.alboris.net  




Re: Particiones

2001-04-03 Thread Jaume Sabater
A Dimarts 03 Abril 2001 12:12, imobach gonzález sosa va escriure:
 Saludos a todos.

 Este creo que es un tema que ya está muy pillado, pero creo que en torno
 a él siguen habiendo muchísimas y variadas opiniones... y dudas.

 El tema es el de las particiones a hacer a la hora de instalar linux. En
 principio, para un pequeño servidor, había pensado en hacer las
 siguientes particiones:

 /
 /usr
 /boot
 /home
 /var
 y, por supuesto, la destinada a la swap.

 El espacio a darle a cada una no lo tengo aún claro. Pero no es eso
 lo que más me preocupa (aunque debería). Me tiene más indeciso el tema
 de particiones primarias y lógicas. Que yo sepa, sólo pueden hacerse
 cuatro primarias, el resto debería ir en las lógicas. ¿Cuáles debo crear
 lógicas y cuales primarias? ¿O da exactamente igual cuales sean?

No hay problema, puedes usar particiones primarias o lógicas, como quieras.

 Un saludo y muchísimas gracias de antemano.

 --
 Imobach González Sosa
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 osoh en irc-hispano

-- 


--
   Jaume Sabater Lleal
   mailto:[EMAIL PROTECTED]
--
   ARGUS Serveis Telemàtics
   www.argus.es

   BADALONA: 
   Sant Pere, 39 - 08911 Badalona
   BARCELONA: 
   Avgda. Marquès de Comillas, s/n 
   (Recinte Poble Espanyol) - 08038 Barcelona

   Tel: 93 292 41 00
   Fax: 93 292 42 25
   Email: [EMAIL PROTECTED]
---



Re: .htaccess

2001-04-03 Thread Tinguaro Barreno Delgado
On Tue, 03 de Apr de 2001 a las 12:43:15 +, Álvaro J. Sánchez wrote:
 
 Hola, un saludos a todos.
 
 Estoy configurando zonas protegidas con clave y login en apache, en principio 
 los tutoriales son claros, crea el .htaccess en el directorio a proteger, de 
 la forma:
 
 AuthUserFile /dondequieras/.htpasswd
 AuthName zona
 AuthType Basic
 require valid-user
 
 y a continuaci?n en /dondequieras/
 
 htpasswd -c .htpasswd usuario
 
 
 y en principio ya funcionaria, pero...
 
 cuando intento acceder a la zona, me pregunta login y passwd (en pricipio 
 correcto y funcionando bien), una vez introducidos, el servidor dice 
 Authorization failed, mirando los log de apache en error.log dice:
 
 [error] user usuario not found: /carpeta_donde_esta_.htaccess
 
 y el usuario si existe en la maquina...
 
 ?Alguna sugerencia?
 
 Gracias.

Buenas,

Un par de cosillas:

* Comprueba que tienes en el /etc/apache/access.conf activada la opción
'AllowOverride AuthConfig' para el directorio que estés usando

* En 'AuthUserFile' debe estar el 'path' absoluto (he probado con el relativo
y no va).

* El usuario no es aconsejable que sea el mismo que el del sistema (por 
seguridad,
a no ser que uses apache-ssl). Por eso lo de crear el fichero .htpasswd con otro
usuario y otra contraseña; no te sirven los del sistema. Para que sirvan los del
sistema, hay otra opción (pero no recuerdo cual era). Échale un vistazo a la
documentación del 'htaccess'.


saludos

-- 
..Tinguaro Barreno Delgado...
..[EMAIL PROTECTED]...[EMAIL PROTECTED]..



RE: .htaccess

2001-04-03 Thread Álvaro J. Sánchez
Un par de cosillas:
* Comprueba que tienes en el /etc/apache/access.conf activada la opción
'AllowOverride AuthConfig' para el directorio que estés usando

en ese fichero tengo

Directory /directorio_que_contiene_.htaccess
AllowOverride AuthConfig
/Directory


* En 'AuthUserFile' debe estar el 'path' absoluto (he probado con el relativo
y no va).

esta absoluto

* El usuario no es aconsejable que sea el mismo que el del sistema (por 
seguridad,
a no ser que uses apache-ssl). Por eso lo de crear el fichero .htpasswd con 
otro
usuario y otra contraseña; no te sirven los del sistema. Para que sirvan los 
del
sistema, hay otra opción (pero no recuerdo cual era). Échale un vistazo a la
documentación del 'htaccess'.

utilizo apache-ssl y en .htpasswd tengo definidos (por probar) un usuario de la 
maquina y otro que no lo es.
ambos dan el mismo resultado



Gracias de todas formas
Alguna sugerencia mas?

Saludos.


 
 
_
[EMAIL PROTECTED]
Escuela de Ingenierías Industriales (Badajoz)
_



Re: Particiones

2001-04-03 Thread Conrado Badenas
Maribel wrote:
 Yo tengo un disco de 20 GB y tengo asi mis particiones, te lo pasteo por si
 te sirve
 Un saludo
 [EMAIL PROTECTED]:~$ df
 Filesystem   1k-blocks  Used Available Use% Mounted on
 /dev/hdc2  2016016 29288   1884316   2% /
 /dev/hdc5  6047724   1642636   4097880  29% /home
 /dev/hdc6  4031656   1240060   2586800  33% /usr
 /dev/hdc7  4031656388280   3438580  11% /var
 /dev/hdc8  1007960   280956476   1% /tmp
 /dev/hdc4  2426332   1414392888688  62% /musica

Éste es un buen ejemplo de lo importante que es hacer buenas particiones
inicialmente. Poner 1 Gb para /tmp y 2 Gb para / (teniendo /home, /usr,
/var y /tmp su propia partición) me parece una pérdida de espacio. El
/var está demasiado lleno (379 Mb usadas) y habría que averiguar por
qué, pero no hacen falta /var muy grandes (el manual de instalación de
Debian recomienda como mucho 500 Mb si no se instalan todos los paquetes
de golpe).

En consecuencia, /musica sólo puede albergar unos 234 minutos de música
en formato CD-Audio (44,1 kHz; stéreo, 16bits) (muchos más minutos en
formato MP3), y es posible que a uno le falte espacio para duplicar CDs
o generar imágenes de CDs a partir de ficheros.mp3 que te bajes por ahí.

-- 
Conrado Badenas [EMAIL PROTECTED]
PhD student  | Assistant Lecturer
Department of Thermodynamics | Department of Exp. Sciences
Faculty of Physics   | Univ. School of Tech. and Exp. Sciences
University of Valencia   | University Jaume I
c/. Dr. Moliner, 50  | Campus del Riu Sec
46100 Burjassot (Valencia)   | 12071 Castellón
   SPAIN



Problemas con el raton

2001-04-03 Thread José Benito Martín Martínez



Hola a todos, soy nuevo en linux y me he 
decididoa instalar y aprender a usar la distribucion Debian. Despues de 
obtener los CD´s de instalacion oficiales, de buscar en la red y leer acerca de 
la instalacion he conseguidoinstalarlo y configurarlo en parte yo solo. El 
problema que te tengo es que el raton me deja de funcionar en las X. Cuando esto 
ocurre abro una sesion de consola nueva y ejecuto el programa gpm, lo digo que 
no quiero cambios y se reinicia de nuevo el demonio con lo cual puedo disfrutar 
de nuevo del raton por espacio de otros 30 segundos mas o menos. Se que igual 
existe la solucion leyendo mas en alguna faq, pero si alguno puede ayudarme se 
lo agradezco. El raton que utilizo es uno normal ps2 de dos 
botones.
Tampoco me he puesto aun a configurarla 
tarjeta de sonido, la que tengo es una sb live 1024, si alguno la tiene o puede 
indicarme la forma de configurarla igualmente le estare agradecido. Muchas 
gracias y un saludo a todos.

  
J.Benito

P.D.:seguro que no sera la unica consulta que haga, 
espero que tengais paciencia conmigo.


Re: Particiones

2001-04-03 Thread Jaume Sabater
(...) pero no hacen falta /var muy grandes (el manual de instalación de
 Debian recomienda como mucho 500 Mb si no se instalan todos los paquetes
 de golpe).

Depende: en un servidor, si tienes muchas visitas http, el access.log te 
puede crecer mucho, y si quieres tener un buen historial de visitas (para 
estadísticas) pues si que hace falta un buen /var.
-- 


--
   Jaume Sabater Lleal
   mailto:[EMAIL PROTECTED]
--
   ARGUS Serveis Telemàtics
   www.argus.es

   BADALONA: 
   Sant Pere, 39 - 08911 Badalona
   BARCELONA: 
   Avgda. Marquès de Comillas, s/n 
   (Recinte Poble Espanyol) - 08038 Barcelona

   Tel: 93 292 41 00
   Fax: 93 292 42 25
   Email: [EMAIL PROTECTED]
---



Re: Problemas con el raton

2001-04-03 Thread Jaume Sabater
Comenta el repeat_type=ms3 y reinicia gpm

A Dimarts 03 Abril 2001 13:41, José Benito Martín Martínez va escriure:

  Hola a todos, soy nuevo en linux y me he decidido a instalar y aprender a
 usar la distribucion Debian. Despues de obtener los CD´s de instalacion
 oficiales, de buscar en la red y leer acerca de la instalacion he
 conseguido instalarlo y configurarlo en parte yo solo. El problema que te
 tengo es que el raton me deja de funcionar en las X. Cuando esto ocurre
 abro una sesion de consola nueva y ejecuto el programa gpm, lo digo que no
 quiero cambios y se reinicia de nuevo el demonio con lo cual puedo
 disfrutar de nuevo del raton por espacio de otros 30 segundos mas o menos.
 Se que igual existe la solucion leyendo mas en alguna faq, pero si alguno
 puede ayudarme se lo agradezco. El raton que utilizo es uno normal ps2 de
 dos botones. Tampoco me he puesto aun a configurar la tarjeta de sonido, la
 que tengo es una sb live 1024, si alguno la tiene o puede indicarme la
 forma de configurarla igualmente le estare agradecido. Muchas gracias y un
 saludo a todos.

 J.Benito

 P.D.:seguro que no sera la unica consulta que haga, espero que tengais
 paciencia conmigo.


Content-Type: text/html; charset=iso-8859-1; name=Adjunt: 1
Content-Transfer-Encoding: quoted-printable
Content-Description: 


-- 


--
   Jaume Sabater Lleal
   mailto:[EMAIL PROTECTED]
--
   ARGUS Serveis Telemàtics
   www.argus.es

   BADALONA: 
   Sant Pere, 39 - 08911 Badalona
   BARCELONA: 
   Avgda. Marquès de Comillas, s/n 
   (Recinte Poble Espanyol) - 08038 Barcelona

   Tel: 93 292 41 00
   Fax: 93 292 42 25
   Email: [EMAIL PROTECTED]
---



Re: Quisiera saber si existe el tipo de datos variant en C

2001-04-03 Thread Enzo Alberto Dari
October wrote:
 
 El Mar 03 Abr 2001 05:26, Mary Joe Avila escribió:
 
  Quisiera saber si existe el tipo de dato variant en C.
  Muchas gracias por su atención.
 
 
  --
  Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 
 
 Hola!,
 que yo sepa, en C no tienes un tipo variant tal cual, pero lo que sí tienes 
 son
 punteros void, que se pueden usar con este fin sin más que haciendo un cast.
 Ya nos contarás:
 ...
No, no, que no nos cuente.

Demasiado tráfico ya tenemos con mensajes que poco tienen
que ver con Debian GNU/Linux.

Está bien que los toleremos, pero no que los incentivemos!

-- 
Saludos,
 O__
Enzo.,/
()_\()
Enzo A. Dari  |  Instituto Balseiro / Centro Atomico Bariloche
8400-S. C. de Bariloche, Argentina | [EMAIL PROTECTED]
Phone: 54-2944-445208, 54-2944-445100 Fax: 54-2944-445299
Web page: http://cabmec1.cnea.gov.ar/darie/darie.htm



Re: Particiones

2001-04-03 Thread Conrado Badenas
Jaume Sabater wrote:
 
 (...) pero no hacen falta /var muy grandes (el manual de instalación de
  Debian recomienda como mucho 500 Mb si no se instalan todos los paquetes
  de golpe).
 
 Depende: en un servidor, si tienes muchas visitas http, el access.log te
 puede crecer mucho, y si quieres tener un buen historial de visitas (para
 estadísticas) pues si que hace falta un buen /var.

¡Bueno es saberlo!

Por cierto, con respecto a qué tipo de partición es mejor, hay que tener
en cuenta que 

1) Sólo puedes tener cuatro primarias o bien tres primarias y muchas
lógicas (una de las primarias se convierte en muchas lógicas). Al menos,
el cfdisk sólo te deja convertir una primaria en muchas lógicas.
2) En /dev sólo hay dispositivos para 20 particiones en discos duros
IDE y 15 en discos duros SCSI.
3) La información del particionado de las primarias se guarda en el MBR
(primer sector del disco duro).
4) La información del particionado de las lógicas se guarda en el primer
sector en que empieza la primaria que las alberga.

5) Los virus que machacan la tabla de partición que hay en el MBR (W9x
es uno de ellos) te dejan el disco de Linux inutilizado. Para
recuperarlo hay que rehacer el particionado de las primarias. Para ello,
lo mejor es guardar esa información en un fichero, y el fichero en un
disquete de arranque (e.g., el Rescue Disk de Debian, que tiene varias
Kb libres) con las utilidades necesarias para restablecer el MBR (dd
if=/dev/hda of=/floppy/mbr bs=512 count=1 para meterlo a disquete, y
para sacarlo espero que el kernel en el RDB tenga soporte para disquetes
MS-DOS --ahora no puedo comprobarlo--).

Por todo ello, si el MBR lo tienes siempre a salvo, creo que sería mejor
poner las particiones que NO puedes perder como primarias. Si un virus
(W9x) te machaca el MBR, lo recuperas del disquete y tienes las
particiones primarias accesibles de nuevo. Si te machaca el particionado
de las lógicas, pues no sé cómo recuperarlas porque no sé dónde se
guarda la información del particionado. Por ello, / (incluye /bin,
/boot, /dev, /etc, /lib, /root, y /sbin) lo tengo en una primaria,
mientras que /usr, /home y /var están en lógicas.

-- 
Conrado Badenas [EMAIL PROTECTED]
PhD student  | Assistant Lecturer
Department of Thermodynamics | Department of Exp. Sciences
Faculty of Physics   | Univ. School of Tech. and Exp. Sciences
University of Valencia   | University Jaume I
c/. Dr. Moliner, 50  | Campus del Riu Sec
46100 Burjassot (Valencia)   | 12071 Castellón
   SPAIN



Re: Particiones

2001-04-03 Thread Maribel
On Tuesday 03 April 2001 13:34, Conrado Badenas wrote:
 Maribel wrote:
  Yo tengo un disco de 20 GB y tengo asi mis particiones, te lo pasteo por
  si te sirve
  Un saludo
  [EMAIL PROTECTED]:~$ df
  Filesystem   1k-blocks  Used Available Use% Mounted on
  /dev/hdc2  2016016 29288   1884316   2% /
  /dev/hdc5  6047724   1642636   4097880  29% /home
  /dev/hdc6  4031656   1240060   2586800  33% /usr
  /dev/hdc7  4031656388280   3438580  11% /var
  /dev/hdc8  1007960   280956476   1% /tmp
  /dev/hdc4  2426332   1414392888688  62% /musica

 Éste es un buen ejemplo de lo importante que es hacer buenas particiones
 inicialmente. Poner 1 Gb para /tmp y 2 Gb para / (teniendo /home, /usr,
 /var y /tmp su propia partición) me parece una pérdida de espacio. El
 /var está demasiado lleno (379 Mb usadas) y habría que averiguar por
 qué, pero no hacen falta /var muy grandes (el manual de instalación de
 Debian recomienda como mucho 500 Mb si no se instalan todos los paquetes
 de golpe).

 En consecuencia, /musica sólo puede albergar unos 234 minutos de música
 en formato CD-Audio (44,1 kHz; stéreo, 16bits) (muchos más minutos en
 formato MP3), y es posible que a uno le falte espacio para duplicar CDs
 o generar imágenes de CDs a partir de ficheros.mp3 que te bajes por ahí.

Disculpa, cada administrador de su sistema sabe porque hace las cosas de tal 
o cual manera, mi tipo de particiones te podran parecer mejor o peor pero 
puedes estar seguro que si lo he hecho asi es porque se adapta a mis 
necesidades, osea, lo he decidido YO
Por cierto, tengo corriendo un servidor DNS, un servidor de correo, un 
dominio, pagina web etc
En cuanto a musica tengo 2,5 gigas de mp3 aparte de otro disco de 4GB para 
backup
Un saludo :-)
-- 
Maribel [EMAIL PROTECTED] 
http://www.alboris.net  




Re: Sync, Umount y Reboot

2001-04-03 Thread Hue-Bond
El martes 03 de abril de 2001 a la(s) 09:52:06 +0200, October contaba:

hace el sistema más lento y más grande (no mucho más).

 ?


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


pgpxOXnbpPm0X.pgp
Description: PGP signature


Re: checkeo de discos de potato

2001-04-03 Thread Carlos
head --bytes `isosize /dev/cdrom`/dev/cdrom | md5sum
Carlos
--

- Original Message -
From: [EMAIL PROTECTED]
To: debian-user-spanish@lists.debian.org
Sent: Saturday, March 31, 2001 11:32 PM
Subject: checkeo de discos de potato


 Como se checkea el md5 de un cd ya armado de potato?
 Saludos.

 --
  
//   Santiago Pastorino   \\
   (   Debian GNU/LiNuX 2.2   )
[EMAIL PROTECTED]//


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




Re: checkeo de discos de potato

2001-04-03 Thread Carlos
Con eso consigues chequear cada archivo por separado. Si lo haces con
head --bytes `isosize /dev/cdrom`/dev/cdrom|md5sum consigues chequear toda
la imagen de golpe (tardas menos)
Saludos
Carlos
- Original Message -
From: José Luis Fernández Barros [EMAIL PROTECTED]
To: debian-user-spanish@lists.debian.org
Sent: Monday, April 02, 2001 12:04 AM
Subject: Re: checkeo de discos de potato


 On Saturday 31 March 2001 23:32, [EMAIL PROTECTED] wrote:
  Como se checkea el md5 de un cd ya armado de potato?
  Saludos.

 mount /cdrom/
 cd /cdrom/
 md5sum -c md5sum.txt


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




Re: Particiones

2001-04-03 Thread Hue-Bond
El martes 03 de abril de 2001 a la(s) 15:09:56 +0200, Conrado Badenas contaba:

4) La información del particionado de las lógicas se guarda en el primer
sector en que empieza la primaria que las alberga.

 Si no recuerdo mal una  partición extendida tiene dos entradas:
 una  que apunta  a una  unidad  lógica, y  otra que  apunta a  otra
 partición  extendida, la  cual  contiene una  unidad  lógica y  así
 sucesivamente con todas.

 De esta forma se explica que sea posible llegar a una situación
 en la  que por ejemplo /dev/hda8  esté en una zona  más interna del
 disco que /dev/hda6 (hablo con conocimiento de causa :^)).


[EMAIL PROTECTED]

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


pgptRVSxYXCyk.pgp
Description: PGP signature


Re: Problemas con el raton

2001-04-03 Thread Gallinar Mendez Jose Pablo
On Tue, 3 Apr 2001, Jaume Sabater wrote:


corre gpm y dile que si quieres cambios y le das el protocolo y el
puerto en el que esta, y cuando te pida el protoclo de repeticion dili que
none y con esto ya tienes raton en modo grafgrafico y texto

Ah, lo protocolos mas usados en los que caben la mayoria de los
ratones es microsoft o seriales, suerte!!


 A Dimarts 03 Abril 2001 13:41, José Benito Martín Martínez va escriure:
 
   Hola a todos, soy nuevo en linux y me he decidido a instalar y aprender a
  usar la distribucion Debian. Despues de obtener los CD´s de instalacion
  oficiales, de buscar en la red y leer acerca de la instalacion he
  conseguido instalarlo y configurarlo en parte yo solo. El problema que te
  tengo es que el raton me deja de funcionar en las X. Cuando esto ocurre
  abro una sesion de consola nueva y ejecuto el programa gpm, lo digo que no
  quiero cambios y se reinicia de nuevo el demonio con lo cual puedo
  disfrutar de nuevo del raton por espacio de otros 30 segundos mas o menos.
  Se que igual existe la solucion leyendo mas en alguna faq, pero si alguno
  puede ayudarme se lo agradezco. El raton que utilizo es uno normal ps2 de
  dos botones. Tampoco me he puesto aun a configurar la tarjeta de sonido, la
  que tengo es una sb live 1024, si alguno la tiene o puede indicarme la
  forma de configurarla igualmente le estare agradecido. Muchas gracias y un
  saludo a todos.
 
  J.Benito
 
  P.D.:seguro que no sera la unica consulta que haga, espero que tengais
  paciencia conmigo.
 
 
 Content-Type: text/html; charset=iso-8859-1; name=Adjunt: 1
 Content-Transfer-Encoding: quoted-printable
 Content-Description: 
 
 
 

-- 
 O__
Pablo,/
()_\()___

|  |
José Pablo Gallinar |  |   [EMAIL PROTECTED]
www.cs.buap.mx/~pablo/yo|  |   [EMAIL PROTECTED]
|  |
 \  |  |  /
   \   \|  |/   /
 \   \  |  |  /   /
   \   \|  |/   /
 \   \ / \  |  |  / \ /   /
   \ / \/ \ /
   /\
   \/
 \/
   \/
 \/
   \/
 \/
 
   



problemas con Gpm

2001-04-03 Thread Rusty Debian R000Lz,,,
Muchas gracias a todos los que habeis contribuido a que yo tambien 
haga rular el gpm bien porque ya me tenia un poco hartito.

 Rusty^_^




Re: Sync, Umount y Reboot

2001-04-03 Thread Manuel García
El Tue, 03 de Apr de 2001, [EMAIL PROTECTED] escribió...
 Hola:
 
  colgada no porque se podian usar las teclas mágicas. Menos mal que existen y
  puedes hacer Sync, Umount y Reboot, porque sino ya tendría jodigo el
  filesystem de tantos reseteos :-)
 
 Disculpad mi ignorancia, pero podrias explicar que es esto de
 
  Teclas magicas.
 - Sync, Umount, Reboot.
 
 Por lo que dices es para no para el pc a la brava i me gustaria
 saber como se hace. Gracias y saludos. Pep.

Mira en /usr/src/linux/Documentation/sysrq.txt

Un saludo, Manuel.



Re: Particiones

2001-04-03 Thread Antonio Castro
On Tue, 3 Apr 2001, Conrado Badenas wrote:

 Jaume Sabater wrote:
  
  (...) pero no hacen falta /var muy grandes (el manual de instalación de
   Debian recomienda como mucho 500 Mb si no se instalan todos los paquetes
   de golpe).
  
  Depende: en un servidor, si tienes muchas visitas http, el access.log te
  puede crecer mucho, y si quieres tener un buen historial de visitas (para
  estadísticas) pues si que hace falta un buen /var.
 
 ¡Bueno es saberlo!
 
 Por cierto, con respecto a qué tipo de partición es mejor, hay que tener
 en cuenta que 
 
 1) Sólo puedes tener cuatro primarias o bien tres primarias y muchas
 lógicas (una de las primarias se convierte en muchas lógicas). Al menos,
 el cfdisk sólo te deja convertir una primaria en muchas lógicas.
 2) En /dev sólo hay dispositivos para 20 particiones en discos duros
 IDE y 15 en discos duros SCSI.
 3) La información del particionado de las primarias se guarda en el MBR
 (primer sector del disco duro).
 4) La información del particionado de las lógicas se guarda en el primer
 sector en que empieza la primaria que las alberga.
 
 5) Los virus que machacan la tabla de partición que hay en el MBR (W9x
 es uno de ellos) te dejan el disco de Linux inutilizado. Para
 recuperarlo hay que rehacer el particionado de las primarias. Para ello,
 lo mejor es guardar esa información en un fichero, y el fichero en un
 disquete de arranque (e.g., el Rescue Disk de Debian, que tiene varias
 Kb libres) con las utilidades necesarias para restablecer el MBR (dd
 if=/dev/hda of=/floppy/mbr bs=512 count=1 para meterlo a disquete, y
 para sacarlo espero que el kernel en el RDB tenga soporte para disquetes
 MS-DOS --ahora no puedo comprobarlo--).
 
 Por todo ello, si el MBR lo tienes siempre a salvo, creo que sería mejor
 poner las particiones que NO puedes perder como primarias. Si un virus
 (W9x) te machaca el MBR, lo recuperas del disquete y tienes las
 particiones primarias accesibles de nuevo. Si te machaca el particionado
 de las lógicas, pues no sé cómo recuperarlas porque no sé dónde se
 guarda la información del particionado. Por ello, / (incluye /bin,
 /boot, /dev, /etc, /lib, /root, y /sbin) lo tengo en una primaria,
 mientras que /usr, /home y /var están en lógicas.

Yo siempre he guardado la informacion que proporciona fdisk -l. 

Nunca he podido averiguar si una vez perdida la información de la
tabla de particiones basta con reparticionar con fdisk exactamente 
como estaba antes para que todo vuelva a la normalidad. En cualquier
caso es una información que me parece interesante guardar en papel.

 
 -- 
 Conrado Badenas [EMAIL PROTECTED]
 PhD student  | Assistant Lecturer
 Department of Thermodynamics | Department of Exp. Sciences
 Faculty of Physics   | Univ. School of Tech. and Exp. Sciences
 University of Valencia   | University Jaume I
 c/. Dr. Moliner, 50  | Campus del Riu Sec
 46100 Burjassot (Valencia)   | 12071 Castellón
SPAIN
 
 
 --
 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 |
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+




Problema con el MagicPoint

2001-04-03 Thread Juan C. Amengual
Hola,

estoy usando el mgp para hacer una presentación (por primera vez) y no
hay forma humana de hacer que muestre ficheros Postscript. Tengo potato
y me acabo de instalar el dgs, a ver si ... ¡pero nada! He probado a
ponerle con la opción -X gs y -X gs+ y -X dgs y -X dgs+. ¿Alguien que
haya usado el mgp sabe cómo demonios hacer que muestre ficheros .eps y
.ps? Gracias de antemano.

Saludos,



JUAN CARLOS AMENGUALSo when the hurting starts
UNIVERSIDAD JAUME I and when the nightmares begin,
DEPARTAMENTO DE INFORMÁTICA remember! you can fill up the sky,
CAMPUS DE RIU SEC, EDIFICIO TI  you don't have to give up,
CASTELLON, 12071. SPAIN.you don't have to give up,
Phone: +34 964 728361   never give up,
Fax: +34 964 728435 never give up.
e-mail: [EMAIL PROTECTED]
Robert Smith (The Cure)
- Fight, Kiss me, Kiss me,
   Kiss me, 1987, Fiction Rec. -







Crear mis fortunes

2001-04-03 Thread Oscar Renalias
Hola!

Existe alguna utilidad para poder crear nuestros propios ficheros de 
'fortunes'?

Gracias!

Salu2.
--
Oscar Renalias - [EMAIL PROTECTED]
House music is a state of mind.



(solaris || potato) ultrasparc

2001-04-03 Thread CAROLINA DOMINGUEZ GARCIA
Hola a todos,
Debo instalar en una ultrasparc-1 de nuevo el sistema operativo. Se tomara
alguna decision sobre que sistema se utilizara (s2.5, s2.6,s8) pero yo
quisiera probar con linux (algunos me se#alaron rh como mejor opcion pero
yo prefiero debian por la facilidad que me ha presentado hasta ahora), la
maquina en estos momentos solo esta siendo utilizada para bajar las
imagenes de CD de sid, para nada mas. Alguien tiene alguna idea sobre las
ventajas y desventajas de un s.o. y otro?

Gracias de antemano 



redes netware

2001-04-03 Thread Rafael Rueda



si tiene algun curso de redes netware que puedan 
solocitarmen.

espero su respuesta en mi mail 
kalliche17.latinmail.com



Re: Sync, Umount y Reboot

2001-04-03 Thread Dr. Aldo Medina
October wrote:
 
 El Mar 03 Abr 2001 09:08, [EMAIL PROTECTED] escribió:
  Hola:
 
   colgada no porque se podian usar las teclas mágicas. Menos mal que 
   existen y
   puedes hacer Sync, Umount y Reboot, porque sino ya tendría jodigo el
   filesystem de tantos reseteos :-)
 
  Disculpad mi ignorancia, pero podrias explicar que es esto de
 
   Teclas magicas.
  - Sync, Umount, Reboot.
 
  Por lo que dices es para no para el pc a la brava i me gustaria
  saber como se hace. Gracias y saludos. Pep.
  
  Josep Roca
  Epidemiologia
  Departament de Ped, Obste, Gine i Medicina Preventiva
  Universitat Autònoma de Barcelona
  Hospital U Germans Trias i Pujol
  Ctra Canyet s/n
  08916 Badalona, Barcelona
  Spain
  Tel: +34 93-497-88-82
  FAX: +34 93-497-88-43
 
  [EMAIL PROTECTED]
  http://CC.uab.es/~ikht1/
 
 
  --
  Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 
 Hola!,
 Para no apagar el pc (o lo que sea que lleve linux) à la brava como dices 
 tú,
 debes terminar el sistema; es decir, tienes que dejar el sistema terminado 
 (por
 software) antes de apretar el botón de reset o encendido/apagado. Hay varias 
 formas
 de hacer esto:
 - Apretando Ctrl+Alt+Supr: reinicia el sistema y la máquina.
 - Cambiando de runlevel (que es lo que hace lo anterior), pero esto da igual.
 - Escribiendo reboot, halt o usando shutdown puedes reiniciar o apagar 
 el
 el sistema y la máquina (apagar la máquina si tu placa y alimentación lo 
 permiten).
 - Existen unas teclas mágicas que permiten mandar al kernel que realice 
 ciertas
 operaciones cuando pulsas determinadas combinaciones. No te lo recomiendo, a 
 menos
 que testees algún kernel inestable, seas un 'jaquer' y dejes el sistema 
 colgado
 cada 2*3 o quieras probarlo, porque hace el sistema más lento y más grande 
 (no mucho
 más).
 Espero haberte aclarado algo (o por lo menos, no haberte confundido más :D ).
 Saludos:
 
 October

Hola!. Ya me metí en la plática. No se si entiendas esto de MagicKey,
pero pudieras saber tu de casualidad porqué algunos cuelgues no me
permiten utilizar el Sync ni Unmount, y solo el Reboot (con los fines
catastróficos que imaginarás). No los he analizado bien, pero parece que
tienen que ver ó con El VMware o con el driver NVIDIA para mi Riva TNT.
ALguna idea?

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




Linux Expo de Madrid

2001-04-03 Thread C.
  Hola!

¿Alguien va a ir mañana a la sesión inaugural de la Linux-Expo por la
mañana?
A ver si nos vemos por ahí.

Un saludo

José Carlos García Sogo
[EMAIL PROTECTED]



Re: Particiones

2001-04-03 Thread Dr. Aldo Medina
Antonio Castro wrote:
 
 On Tue, 3 Apr 2001, Conrado Badenas wrote:
 
  Jaume Sabater wrote:
  
   (...) pero no hacen falta /var muy grandes (el manual de instalación de
Debian recomienda como mucho 500 Mb si no se instalan todos los paquetes
de golpe).
  
   Depende: en un servidor, si tienes muchas visitas http, el access.log te
   puede crecer mucho, y si quieres tener un buen historial de visitas (para
   estadísticas) pues si que hace falta un buen /var.
 
  ¡Bueno es saberlo!
 
  Por cierto, con respecto a qué tipo de partición es mejor, hay que tener
  en cuenta que
 
  1) Sólo puedes tener cuatro primarias o bien tres primarias y muchas
  lógicas (una de las primarias se convierte en muchas lógicas). Al menos,
  el cfdisk sólo te deja convertir una primaria en muchas lógicas.
  2) En /dev sólo hay dispositivos para 20 particiones en discos duros
  IDE y 15 en discos duros SCSI.
  3) La información del particionado de las primarias se guarda en el MBR
  (primer sector del disco duro).
  4) La información del particionado de las lógicas se guarda en el primer
  sector en que empieza la primaria que las alberga.
 
  5) Los virus que machacan la tabla de partición que hay en el MBR (W9x
  es uno de ellos) te dejan el disco de Linux inutilizado. Para
  recuperarlo hay que rehacer el particionado de las primarias. Para ello,
  lo mejor es guardar esa información en un fichero, y el fichero en un
  disquete de arranque (e.g., el Rescue Disk de Debian, que tiene varias
  Kb libres) con las utilidades necesarias para restablecer el MBR (dd
  if=/dev/hda of=/floppy/mbr bs=512 count=1 para meterlo a disquete, y
  para sacarlo espero que el kernel en el RDB tenga soporte para disquetes
  MS-DOS --ahora no puedo comprobarlo--).
 
  Por todo ello, si el MBR lo tienes siempre a salvo, creo que sería mejor
  poner las particiones que NO puedes perder como primarias. Si un virus
  (W9x) te machaca el MBR, lo recuperas del disquete y tienes las
  particiones primarias accesibles de nuevo. Si te machaca el particionado
  de las lógicas, pues no sé cómo recuperarlas porque no sé dónde se
  guarda la información del particionado. Por ello, / (incluye /bin,
  /boot, /dev, /etc, /lib, /root, y /sbin) lo tengo en una primaria,
  mientras que /usr, /home y /var están en lógicas.
 
 Yo siempre he guardado la informacion que proporciona fdisk -l.
 
 Nunca he podido averiguar si una vez perdida la información de la
 tabla de particiones basta con reparticionar con fdisk exactamente
 como estaba antes para que todo vuelva a la normalidad. En cualquier
 caso es una información que me parece interesante guardar en papel.
 
 
  --
  Conrado Badenas
 Un saludo
 
 Antonio Castro

Si, si basta. Ya tuve una experiencia de un mal reparticionamiento
(¡fallo pqmagic!) que corregí metiendo manualmente con fdisk las
direcciones previas (que también guardaba en papel). Todo salió bien.

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




Re: (solaris || potato) ultrasparc

2001-04-03 Thread Carlos Valdivia Yagüe
On Tue, Apr 03, 2001 at 03:01:00PM -0500, CAROLINA DOMINGUEZ GARCIA wrote:

 yo prefiero debian por la facilidad que me ha presentado hasta ahora), la
 maquina en estos momentos solo esta siendo utilizada para bajar las
 imagenes de CD de sid, para nada mas. Alguien tiene alguna idea sobre las
 ventajas y desventajas de un s.o. y otro?

Con *sólo* esos CDs no vas a poder instalar sid. Tendrás que instalar
potato antes.

Saludos.

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



Unidentified subject!

2001-04-03 Thread paola olmedo






Re: Linux Expo de Madrid

2001-04-03 Thread Javier Fdz-Sanguino Pen~a


Javi (vigu), Jaime, Hector y Javi (yo) estaremos allí a las 8:30,
posiblemente en el stand (salvo Jaime que participa en la sesión...) pero
bueno, es posible que no puedas leer esto antes de que pase :(

El stan de Debian está en la zona de la comunidad que está,
según entras a la derecha y en la primera planta (creo que es el mismo sitio
que el año pasado, se tiene que ver bien)


Javi

On Tue, Apr 03, 2001 at 10:38:19PM +0200, Jose C. Garcia Sogo wrote:
   Hola!
 
 ¿Alguien va a ir mañana a la sesión inaugural de la Linux-Expo por la
 mañana?
 A ver si nos vemos por ahí.
 
 Un saludo
 
 José Carlos García Sogo
 [EMAIL PROTECTED]
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 



Debian sin CDRom

2001-04-03 Thread Bella Tabucci
Hola!
He conseguido un Portatil antidiluviano, una maravillosa reliquia, y me 
gustaría instalarle Debian, pero no tiene CDRom, ¿como puedo instalarlo? a 
traves de disquetes supongo, pero de donde puedo bajarlos?, no los he 
encontrado ni por www.debian.org, ya no exsite esa posibilidad?.
Tampoco puedo instalar via internet ya que el portaitl no tiene acceso modem ni 
forma de instalar uno.
Muchas gracias, [en la respuestas disimilen mi ignorancia :-)].
BTD.


Obtenha o seu email gratis na Comunidade Lusofona!
Portugal em Linha - http://www.portugal-linha.pt




Re: Debian sin CDRom

2001-04-03 Thread Luis Arocha -data-
Y el martes  3 de abril, Bella Tabucci escribió:
 Hola!
Hola Bella,
 He conseguido un Portatil antidiluviano, una maravillosa reliquia, y me
 gustar?a instalarle Debian, pero no tiene CDRom, ?como puedo instalarlo? a
 traves de disquetes supongo, pero de donde puedo bajarlos?, no los he
 encontrado ni por www.debian.org, ya no exsite esa posibilidad?.  Tampoco
 puedo instalar via internet ya que el portaitl no tiene acceso modem ni
 forma de instalar uno.

Los diskettes existen:
http://http.us.debian.org/debian/dists/potato/main/disks-i386

Tienes que bajarte:
1 - El diskette Rescue
2 - El diskette Drivers
3 - Los 11 diskettes con lo más básico de la distribución.

Otra posibilidad:
Si tienes un CDROM de debian y un ordenador con lector de CDROM puedes
conectar los dos con un cable paralelo 'tipo slaplink' y hacer la instalación
así. De esta manera sólo necesitarías los dos primeros diskettes, el cable y
el 'Debian-plip install howto'.

 Muchas gracias, [en la respuestas disimilen mi ignorancia :-)].

De nada.
Espero haberte ayudado.

Saludos

-- 
   O /  O O O O O / O / O / O /  OLuis Arocha Hernández Data
\__|/|__|__|__|/ \__|/__|/__|/__|/|/   larocha at wanadoo.es
\\   \   \   \ Islas Canarias
  \\   \   \   \   Spain



pgpoLzeSFGcFU.pgp
Description: PGP signature


Re: Debian sin CDRom

2001-04-03 Thread Dr. Aldo Medina
Luis Arocha -data- wrote:
 
 Y el martes  3 de abril, Bella Tabucci escribió:
  Hola!
 Hola Bella,
  He conseguido un Portatil antidiluviano, una maravillosa reliquia, y me
  gustar?a instalarle Debian, pero no tiene CDRom, ?como puedo instalarlo? a
  traves de disquetes supongo, pero de donde puedo bajarlos?, no los he
  encontrado ni por www.debian.org, ya no exsite esa posibilidad?.  Tampoco
  puedo instalar via internet ya que el portaitl no tiene acceso modem ni
  forma de instalar uno.
 
 Los diskettes existen:
 http://http.us.debian.org/debian/dists/potato/main/disks-i386
 
 Tienes que bajarte:
 1 - El diskette Rescue
 2 - El diskette Drivers
 3 - Los 11 diskettes con lo más básico de la distribución.
 
 Otra posibilidad:
 Si tienes un CDROM de debian y un ordenador con lector de CDROM puedes
 conectar los dos con un cable paralelo 'tipo slaplink' y hacer la instalación
 así. De esta manera sólo necesitarías los dos primeros diskettes, el cable y
 el 'Debian-plip install howto'.
 
  Muchas gracias, [en la respuestas disimilen mi ignorancia :-)].
 
 De nada.
 Espero haberte ayudado.
 
 Saludos

Tienes experiencia en la instalación por plip?. Te pregunto porque
alguna vez intenté conectar mis dos máquinas de esa manera y nunca lo
logré. Gracias si me puedes ayudar en algo.

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




Re: Kylix

2001-04-03 Thread Paulo Henrique Baptista de Oliveira
Ola,
Saiu o PostgreSQL 7.1 semana passada.
Dizem que está muito bom!!!
Em Mon, 2 Apr 2001 18:17:44 -0300, Daniel Tiziani Silva [EMAIL PROTECTED] 
escreveu:

 
 Quando eu leio esse tipo de mensagem eu me pergunto se o objetivo é mesmo
 provocar flame wars...
 Para que uma critica destrutiva desta? O mysql é amplamente utilizado como
 solução em varios casos, ate em alguns departamentos da NASA(nao
 superestimando a nasa, mas eles certamente pensam bem antes de portar uma
 aplicacao para outro bd como o mysql). Portanto, se ele eh usado depois de
 uma analise comparativa entre alguns banco de dados e é o escolhido, alguma
 coisa de bom ele têm.
 
 E Afinal, porque será que a Borland(ou seja lah qual nome ela queira usar
 agora) escolheu o mysql? Talvez porque no publico alvo dela o mysql esteja
 mais difundido, e o publico alvo de uma empresa tende sempre a alcançar o
 maior numero de pessoas. Entao pense antes de criticar algo, limite-se a
 dizer do que gosta e ponto, e o ridículo mesmo é expressar opiniões
 infundadas para um bom nuúmerod e pessoas em uma lista de discussao.
 Desculpe, mas como trabalho com essa ferramenta, nao posso ouvir tamanha
 asneira SEM PROPOSITO.
 Não interprete iosso como uam ofensa, e sim como uma critica construtiva,
 que tenha algum proveito para a lista. Se quiser discutir o tema, pro favor,
 me escreva diretamente, mas se achar que o conteúdo é de interesse da lista,
 faca como bem entender. Estou mandando para a lista par apresentar dois
 potnso de vista apenas.
 Obrigado,
 
 Daniel Tiziani Silva
 [EMAIL PROTECTED]
 
 
 - Original Message -
 From: ADBAAMD [EMAIL PROTECTED]
 To: Andre Andrade [EMAIL PROTECTED]
 Cc: debian-user-portuguese@lists.debian.org
 Sent: Monday, April 02, 2001 5:15 PM
 Subject: Re: Kylix
 
 
  Andre Andrade wrote:
 
   Alguém aí sabe como posso fazer p/ pegar o open source do Kylix... li
   em um jornal que saiu uma versão open source gratuita!
 
  Outra: segundo http://www.borland.com./kylix/k1/features.html, suporta o
  ridículo MySQL (que nem SQL é, nem suporta transações nem integridade!)
  mas não o PostgreSQL.
 
  Não me entendam mal, o MySQL pode ter suas utilidades, mas não é um
  gestor de bancos de dados robusto, e até o nome não corresponde à
  realidade.  Aliás lendo o que seus autores dizem, parece que eles não
  conhecem o básico nem de bancos de dados, muito menos de modelo
  relacional, que dirá dessa bagunça que é o SQL.  Ou então eles entendem
  tudo mas tentam minimizar os defeitos de seu produto para manter
  participação de mercado até o dia em que possam se igualar ao PostgreSQL
  (pgsql).  Não que o pgsql (PostgreSQL) seja perfeito, eu particularmente
  desconfio do suporte aos objetos, mas pelo menos é robusto e SQL de
 verdade.
 
 
 
  --
_
  / \   Leandro Guimarães Faria Corsetti Dutra +55 (11) 3040 8913
  \ /   Amdocs at Bell Canada  +1 (514) 786 87 47
XSupport Center, São Paulo, Brazil  mailto:[EMAIL PROTECTED]
  / \   http://terravista.pt./Enseada/1989/mailto:[EMAIL PROTECTED]
 
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 
 
 
 --  
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 


-- 
Paulo Henrique B de Oliveira
Gerente de Operações - Linux Solutions - http://www.linuxsolutions.com.br
O maior conteúdo de Linux em língua portuguesa - OLinux - 
http://www.olinux.com.br
(21)526-7262 ramal 31



Re: Kylix

2001-04-03 Thread Paulo Henrique Baptista de Oliveira
Olá,
recomendo a todos a leitura dessa entrevista com um dos core developers 
do PostgreSQL:
http://lwn.net/2001/features/Momjian/?small=1
Lá tem algumas perguntas sobre benchmarks e testes que colocam o 
PostgreSQL mais 
rápido que o MySQL.


Em Mon, 2 Apr 2001 18:24:07 -0300, Andre Andrade [EMAIL PROTECTED] escreveu:

 Olha lá... vc tem que entender que o MySQL foi feito p/ aplicações que não
 precisam muito de relacionamento, e sim de velocidade (neste ponto ele é o
 melhor, sem sombra de dúvida)... é a mesma coisa que:
 - Usar um programa em delphi para tirar linhas em branco de um arquivo
 texto... melhor seria usar um script em perl! :)
 
 O PostgreSQL é muito melhor que o MySQL mais perde para ele (e perde feio)
 em relação a velocidade!
 Eu conheço os dois, e, apesar de ter dito isso, nunca usei o MySQL em
 nenhuma aplicação (por esta exigir um melhor relacionamento), mais tenho
 amigos que usam em algumas aplicações que precisam de velocidade, neste caso
 o PostgreSQL só iria atrapalhar!
 
 - Original Message -
 From: ADBAAMD [EMAIL PROTECTED]
 To: Andre Andrade [EMAIL PROTECTED]
 Cc: debian-user-portuguese@lists.debian.org
 Sent: Monday, April 02, 2001 5:15 PM
 Subject: Re: Kylix
 
 
  Andre Andrade wrote:
 
   Alguém aí sabe como posso fazer p/ pegar o open source do Kylix... li
   em um jornal que saiu uma versão open source gratuita!
 
  Outra: segundo http://www.borland.com./kylix/k1/features.html, suporta o
  ridículo MySQL (que nem SQL é, nem suporta transações nem integridade!)
  mas não o PostgreSQL.
 
  Não me entendam mal, o MySQL pode ter suas utilidades, mas não é um
  gestor de bancos de dados robusto, e até o nome não corresponde à
  realidade.  Aliás lendo o que seus autores dizem, parece que eles não
  conhecem o básico nem de bancos de dados, muito menos de modelo
  relacional, que dirá dessa bagunça que é o SQL.  Ou então eles entendem
  tudo mas tentam minimizar os defeitos de seu produto para manter
  participação de mercado até o dia em que possam se igualar ao PostgreSQL
  (pgsql).  Não que o pgsql (PostgreSQL) seja perfeito, eu particularmente
  desconfio do suporte aos objetos, mas pelo menos é robusto e SQL de
 verdade.
 
 
 
  --
_
  / \   Leandro Guimarães Faria Corsetti Dutra +55 (11) 3040 8913
  \ /   Amdocs at Bell Canada  +1 (514) 786 87 47
XSupport Center, São Paulo, Brazil  mailto:[EMAIL PROTECTED]
  / \   http://terravista.pt./Enseada/1989/mailto:[EMAIL PROTECTED]
 
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 
 --  
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 


-- 
Paulo Henrique B de Oliveira
Gerente de Operações - Linux Solutions - http://www.linuxsolutions.com.br
O maior conteúdo de Linux em língua portuguesa - OLinux - 
http://www.olinux.com.br
(21)526-7262 ramal 31



Re: vmlinuz e PCI

2001-04-03 Thread Hélio Alexandre Lopes Loureiro
-BEGIN PGP SIGNED MESSAGE-


 Alguém sabe onde posso pegar o pacote que contém o vmlinuz de uma versão
 mais nova (uso Debian Potato 2.2.17) e como devo proceder para
 instala-lo juntamente com os modulos novos (/lib/modules)?

Inclua em /etc/apt/sources.list
deb http://debian.lcmi.ufsc.br/debian stable main contrib non-free

Depois use:
apt-get update
apt-get install kernel-image-2.2.18pre21



 Sim, outra coisa, estou com um problema que ninguém me solucionou...
 simplesmente eu não consigo instalar nehuma placa PCI em um 486 DX-2
 (Debian POtato 2.2.17)... ele fica reconhecendo as placas em endereços e
 IRQS malucas, ex: io=0x3000 (3000 mesmo) irq=0 (sempre 0)

 Alguém sabe me dizer se isso é um bug e se for, como eu posso resolver?

Verifique se o barramento pci está ativo na bios.  Depois experimente 
um 
lspci para verificar o que o sistema identifica.

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

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


-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: noconv

iQCVAwUBOsm5dbILOE/pD5O9AQGxuwP/TUFAnlamiQUPf1qURD8RiKeaP8IctWwd
U5sX0nLpqewV5XhQL9Jjj/vF5piIpi0q2Cltx2Wf0rJEOUeS7XiD89QJU5L0lSCl
9euYJsm0kCP4udOvSFfIXuCs9+cORBo2NDM+9HLhn7GroimCmk8XNPRHCdUmFwIA
WLSFuqmCZD8=
=tA+5
-END PGP SIGNATURE-



Re: vmlinuz e PCI

2001-04-03 Thread Fernando Fraga e Silva
 Andre Andrade wrote:
 
 Alguém sabe onde posso pegar o pacote que contém o vmlinuz de uma
 versão mais nova (uso Debian Potato 2.2.17) e como devo proceder para
 instala-lo juntamente com os modulos novos (/lib/modules)?
 
 Sim, outra coisa, estou com um problema que ninguém me solucionou...
 simplesmente eu não consigo instalar nehuma placa PCI em um 486 DX-2
 (Debian POtato 2.2.17)... ele fica reconhecendo as placas em endereços
 e IRQS malucas, ex: io=0x3000 (3000 mesmo) irq=0 (sempre 0)
 Alguém sabe me dizer se isso é um bug e se for, como eu posso
 resolver?

Endereços de io como io=0x3000 são normais se vc. tiver 8Mb ou até 12Mb
de memória instalado no seu micro. Porque os endereços de io de placas
PCI são os endereços de memória seguintes ao fim da memória RAM, ao
contrário do barrameno ISA que instala os dispositivos entre 600k a 1M
(isto mesmo: ISA deve morrer!). Se vc. aumenta a memória ram os ios das
PCI aumentam.

Quanto os irqs , isto é um pau tremendo. Pois irq=0 é reservado para o
clock do computador, isto é, uma vez reservado não poderia ser alocado
para outro dispositivo. 

Isto não é bug do kernel(ou não parece), por isto , não adianta tentar
trocar o kernel por conta disto. Tente pegar o source do kernel, leia os
helps e tente compilar um kernel para a sua máquina em especial e tente
alterar algumas opções do setup da bios relativas a reserva de irq. 

A questão é que o PCI por conta da sua arquitetura de hardware, consegue
oferecer as informações de configuração da placa de forma segura(ao
contrário do pnp da isa), isto é , a configuração de uma PCI nunca
deveria dar problemas, a não ser que alguma coisa muito estúpida for
feita pelo fabricante de hardware ou o fabricante do SO. Como eu me
cansei de instalar Linux em 486 das marcas mais vagabundas ... verifique
se a bios tem a opção de instalar isa em 15-16MB , desligue isto

Vc. está com um problema não convencional nas suas mãos... a regra é ,
se quer solução rapida troque o hardware, se isto não for opção , terás
que ficar haqueando o hardware até conseguir , ou não. Remova placas,
deixe somente uma , verifique o que acontece,etc...



Como confgurar e-mail

2001-04-03 Thread Fabiano Manoel de Andrade

Olá All.

   Eu, até então usava somente como servidores de e-mail os smtp da vida do 
 meu provedor, gostaria de configurar um servidor de e-mail local 
 (tipo sendmail) para fazer este trabalho. Qual é o melhor software? Já ouvi
 falar em sendmail, procmail, qmail,  Ouvi falar que o procmail é mais
 fácil. Alguem poderia me ajudar na escolha e configuração do servidor de
 e-mail.
Valeu.
Fabiano 



Re: vmlinuz e PCI

2001-04-03 Thread ADBAAMD

Andre Andrade wrote:

Alguém sabe onde posso pegar o pacote que contém o vmlinuz de uma versão 
mais nova (uso Debian Potato 2.2.17) e como devo proceder para 
instala-lo juntamente com os modulos novos (/lib/modules)?


	Geralmente a própria Debian atualiza o núcleo Linux para versões mais 
recentes... outros núcleos que não os disponíveis na estável ainda não 
foram amplamente testados.


	Existem sim pacotes da 2.4 para a estável, mas nem a 2.4 está perfeita 
ainda, eu sugeriria esperar pela 2.4.5 e de qualquer maneira não sei 
onde esses pacotes estão.  Alguém lembra ou anotou?



Sim, outra coisa, estou com um problema que ninguém me solucionou... 
simplesmente eu não consigo instalar nehuma placa PCI em um 486 DX-2 
(Debian POtato 2.2.17)... ele fica reconhecendo as placas em endereços e 
IRQS malucas, ex: io=0x3000 (3000 mesmo) irq=0 (sempre 0)


486 com PCI é sempre suspeito... você já revisou tuas configurações de 
BIOS?



--
 _
/ \   Leandro Guimarães Faria Corsetti Dutra +55 (11) 3040 8913
\ /   Amdocs at Bell Canada  +1 (514) 786 87 47
 XSupport Center, São Paulo, Brazil  mailto:[EMAIL PROTECTED]
/ \   http://terravista.pt./Enseada/1989/mailto:[EMAIL PROTECTED]




Re: Como confgurar e-mail

2001-04-03 Thread ADBAAMD

Fabiano Manoel de Andrade wrote:



   Eu, até então usava somente como servidores de e-mail os smtp da vida do 
 meu provedor, gostaria de configurar um servidor de e-mail local 
 (tipo sendmail) para fazer este trabalho. Qual é o melhor software? Já ouvi

 falar em sendmail, procmail, qmail,  Ouvi falar que o procmail é mais
 fácil. Alguem poderia me ajudar na escolha e configuração do servidor de
 e-mail.


sendmail é o bicho, mas é complicado de configurar e manter.

	Tem um servidor de SMTP padrão da Debian cujo nome nem me lembro, que 
nunca me deu dor de cabeça e sempre funcionou só com o script de 
configuração inicial do pacote Debian mesmo.




--
 _
/ \   Leandro Guimarães Faria Corsetti Dutra +55 (11) 3040 8913
\ /   Amdocs at Bell Canada  +1 (514) 786 87 47
 XSupport Center, São Paulo, Brazil  mailto:[EMAIL PROTECTED]
/ \   http://terravista.pt./Enseada/1989/mailto:[EMAIL PROTECTED]




Re: Como confgurar e-mail

2001-04-03 Thread Paulo Henrique Baptista de Oliveira
Chama-se exim. www.exim.org.
Em Tue, 03 Apr 2001 09:24:35 -0400, ADBAAMD [EMAIL PROTECTED] escreveu:

 Fabiano Manoel de Andrade wrote:
 
  
 Eu, até então usava somente como servidores de e-mail os smtp da vida do 
   meu provedor, gostaria de configurar um servidor de e-mail local 
   (tipo sendmail) para fazer este trabalho. Qual é o melhor software? Já ouvi
   falar em sendmail, procmail, qmail,  Ouvi falar que o procmail é mais
   fácil. Alguem poderia me ajudar na escolha e configuração do servidor de
   e-mail.
 
   sendmail é o bicho, mas é complicado de configurar e manter.
 
   Tem um servidor de SMTP padrão da Debian cujo nome nem me lembro, que 
 nunca me deu dor de cabeça e sempre funcionou só com o script de 
 configuração inicial do pacote Debian mesmo.
 
 
 
 -- 
   _
 / \   Leandro Guimarães Faria Corsetti Dutra +55 (11) 3040 8913
 \ /   Amdocs at Bell Canada  +1 (514) 786 87 47
   XSupport Center, São Paulo, Brazil  mailto:[EMAIL PROTECTED]
 / \   http://terravista.pt./Enseada/1989/mailto:[EMAIL PROTECTED]
 
 
 
 --  
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 


-- 
Paulo Henrique B de Oliveira
Gerente de Operações - Linux Solutions - http://www.linuxsolutions.com.br
O maior conteúdo de Linux em língua portuguesa - OLinux - 
http://www.olinux.com.br
(21)526-7262 ramal 31



Re: vmlinuz e PCI

2001-04-03 Thread Fabiano Manoel de Andrade
On Tuesday 03 April 2001 13:23, ADBAAMD wrote:


   No site da debian, www.debian.org, na seção de pacotes
 tem o pacote para o vmlinux 2.2.18pre21 e só baixar o pacote
 e dpkg -i pacote, editar o lilo.conf e  mandar ver. Tem um site
 com as imagens do 2.4.2 para instalar no potato, agora não recordo
 ,vou ver se acho ...
Fabiano 



Re: vmlinuz e PCI

2001-04-03 Thread Thadeu Penna
On Sat, 31 Mar 2001, Fernando Fraga e Silva wrote:

  Andre Andrade wrote:
  
  Sim, outra coisa, estou com um problema que ninguém me solucionou...
  simplesmente eu não consigo instalar nehuma placa PCI em um 486 DX-2
  (Debian POtato 2.2.17)... ele fica reconhecendo as placas em endereços
  e IRQS malucas, ex: io=0x3000 (3000 mesmo) irq=0 (sempre 0)
  Alguém sabe me dizer se isso é um bug e se for, como eu posso
  resolver?
 
 Quanto os irqs , isto é um pau tremendo. Pois irq=0 é reservado para o
 clock do computador, isto é, uma vez reservado não poderia ser alocado
 para outro dispositivo. 
 
 Isto não é bug do kernel(ou não parece), por isto , não adianta tentar
 trocar o kernel por conta disto. Tente pegar o source do kernel, leia os
 helps e tente compilar um kernel para a sua máquina em especial e tente
 alterar algumas opções do setup da bios relativas a reserva de irq. 

 Aqui funcionou, desligando a opcao PlugPlay da BIOS em uma placa
all-on-board. 

--
Thadeu Penna  Linux user #50500  -O) 
Instituto de Fisica -  UFF   /\\ 
Niteroi -  RJ -  Brazil _\/V  



comando chmod

2001-04-03 Thread Cosmo
All

Por acaso alguem sabe se eh possivel atraves do comando chmod alterar os
atributos de varios diretorio e arquivos que esta dentro de um unico diretorio.
Seria como um comando chmod em cascata, onde fosse alterado os atributos dos
diretorios, e dos seus respectivos arquivos, somente executando o comando chmod
no diretorio principal. Eh que eu tive que restaurar um backup e a toda hora
estava dando problema de atributo nos arquivos, nao deixava ler e rescrever o
arquivo, tive que ir um por um :-( !!



[ ]'s

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



Re: comando chmod

2001-04-03 Thread Ricardo

 Por acaso alguem sabe se eh possivel atraves do comando chmod alterar os
 atributos de varios diretorio e arquivos que esta dentro de um unico 
 diretorio.

$ chmod -R permissão diretório

Att.

Ricardo



interface dxe rede

2001-04-03 Thread Lucianno A. Ramalho
alguém poderia me dar umas dicas de como configurar a interface de rede
eth0??? existe algum utilitário semelhante ao netconf da RH???
preciso fazer com q a configuração q coloquei através do ifconfig
permaneçam após o boot. além disso qual o arquivos do debian semalhante
ao rc.local do RH/CL??? preciso q o módulo da placa de rede (ne2k-pci)
tb seja carregado no boot
desde já agradeço.

em tempo: decidiram o q do encontro em recife??? vai ser no recife
antigo mesmo dia 13???
-- 
--- Lucianno A. Ramalho 
- [EMAIL PROTECTED] --
-- Live Free or Die !!! - GNU/Linux Power --
-- Linux User #197232 - ICQ UIN# 45967059 --



unsubsribe

2001-04-03 Thread @VR






Which IDE to use with Gnome?

2001-04-03 Thread Abyss

Hi:
I'm interested in doing some Gnome development in C/C++.

Which IDE packages are most people using and is there a clear winner?

Thanks, Chris.



black white icons in Netscape

2001-04-03 Thread Willem van Schaik
Hi folks,

This must be a Debian-newbie question. I have lots of other Linux
experience, but decided to move on to Debian. So far so good, I really like
it. Even ordered yesterday the Debian-inside sticker from copyleft to
glue on my PC ;-).

One problem though: I installed Netscape 4.76, which works fine, but the
toolbar-icons (back, forward, reload, home, etc.) are all in black and
white. The content of the pages is perfectly colored. 

What to do?
Willem




Re: Howto setup eth0

2001-04-03 Thread ktb
On Tue, Apr 03, 2001 at 01:55:33PM +1000, Mark Devin wrote:
 When I installed debian, I didn't set up my ethernet card.  Now I want
 to set up ADSL using it but have noticed that the file
 /etc/init.d/network does not exist on my system.
 
 How do I create this file?  Is there a package which I must install
 which creates this with is installation scripts?
 

The script is actually  /etc/init.d/networking
/etc/network/interfaces is the file where you place your network info.
See 'man interfaces'

This all applies if your using potato.
hth,
kent

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




Package in bad state

2001-04-03 Thread Stephen Boulet
I'm trying to uninstall a package with dpkg, but it won't let me:

mozart:~# dpkg --remove veepee
dpkg: error processing veepee (--remove):
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting a removal.
Errors were encountered while processing:
 veepee

I have this package on my hard drive. How can I remove it?

-- Stephen



Re: Sys Admin

2001-04-03 Thread Ethan Benson
On Mon, Apr 02, 2001 at 08:49:42PM -0700, Anthony @ PencilFight Design wrote:
 Hello all,
 I am looking into becoming a Unix System Administrator. I know a few that
 all learned basically on the job. I'm wondering if there is any one who
 knows of a good way to start. Online classes?  I've heard of the Red Book
 and of course the O-Reilly books but was wondering if there was any classes
 any one has heard about.
 
 Thanks for your help.

learn by doing, first:

1) don't use Outlook
2) don't use pico
3) don't use GUI config tools

use the system you are attempting to learn, and truely learn it, don't
rely on silly tools that try and do everything for you hiding how
things work.  read books (hardcore books, not this half assed newbie
crap), read man pages, try things, setup a home network.  spend a few
years on it.

expect to take a couple years to really get good at things.  

one of the first things you should learn is how to install security
updates, and how to monitor security lists and how to configure things
securely.  the internet is mostly 0wn3d because of lame `admins' [0]
who don't know how to install a security update to save thier life.

[0] i would rather not call them admins, as `morons with root
password' is far more appropriate.  knowing root password != sysadmin 

-- 
Ethan Benson
http://www.alaska.net/~erbenson/


pgpTL3mEZntXY.pgp
Description: PGP signature


Re: Howto setup eth0

2001-04-03 Thread Mark Devin
Jeff Levy - [EMAIL PROTECTED] wrote:

 i assume your dsl provider is using dhcp, i could be wrong.

 if it is, grab a package called pump, unless it's already installed. if
 you don't know, su to root (type 'su', enter password), type pump, press
 enter. if you don't get an error, run ifconfig ... you should see eth0

 if you don't have eth0 at this point, or have  a static ip, try

 ifconfig eth0 up [your ip addres] (minus the brackets, of course)

Oh, thanks for that.  I did that and it worked.  I already had pump installed.

ifconfig eth0 up ***.***.***.***  worked and brought up the interface.

But I am confused as to why I don't have the file /etc/init.d/network  which is
mentioned in the documentation I have been reading?  It is obviously a script
which brings up the interface at bootup.

What package should I install which creates this script?  I remember answering
questions about networking when I installed but I think I skipped them or
something and now don't know how to re-do them.

Thanks

Mark.



Re: black white icons in Netscape

2001-04-03 Thread Willem van Schaik
At 00:26 03-04-01 -0400, you wrote:
 One problem though: I installed Netscape 4.76, which works fine, but the
 toolbar-icons (back, forward, reload, home, etc.) are all in black and

Don't use X in 24bpp.  16 or 32 is good.


Beautiful!!! Given my Matrox board I went to 32. Solved the problem.

Thanks a lot,
Willem




Re: black white icons in Netscape

2001-04-03 Thread Nathan E Norman
On Mon, Apr 02, 2001 at 10:16:23PM -0600, Willem van Schaik wrote:
 One problem though: I installed Netscape 4.76, which works fine, but the
 toolbar-icons (back, forward, reload, home, etc.) are all in black and
 white. The content of the pages is perfectly colored. 

Are you running 24 bpp?  If so, try a different bpp setting like 16 or
32.

HTH,

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


pgp7OE9lJVXct.pgp
Description: PGP signature


The time is ...

2001-04-03 Thread Johann Spies
I had saytime working.

On Saturday I installed a new motherboard and since then calling
saytime does not say the time anymore but starts and ends with The
time is...

I have reinstalled saytime, but it did not solve the problem.  Does
anyone know wether it has something to do with some CMOS-setting?  Or
where else do I look for a solution?

Johann
-- 
J.H. Spies - Tel. 082 782 0336.  Posbus 4668, Tygervallei 7536
 If the Son therefore shall make you free, ye shall be 
  free indeed. John 8:36  



Re: Howto setup eth0

2001-04-03 Thread Mark Devin
ktb wrote:

 On Tue, Apr 03, 2001 at 01:55:33PM +1000, Mark Devin wrote:
  When I installed debian, I didn't set up my ethernet card.  Now I want
  to set up ADSL using it but have noticed that the file
  /etc/init.d/network does not exist on my system.
 
  How do I create this file?  Is there a package which I must install
  which creates this with is installation scripts?
 

 The script is actually  /etc/init.d/networking
 /etc/network/interfaces is the file where you place your network info.
 See 'man interfaces'

Thank you Kent.  I wondered if that file was the one.  I have it alright.  But
the strange thing was that the documentation I was reading was referring to
Debian (I think).

Anyway, it makes sense now.

Thanks.

Mark.




RE: ISDN setup

2001-04-03 Thread Thomas Wegner
Hi Matt!

On 02-Apr-2001 Matt Thompson wrote:
 Greetings, list! :)
 
 We are a casualty of the Northpoint closure, but fortunately have our
 ISDN
 line still in operation.  I'm considering purchasing the Eicon DIVA
 Pro
 PCI ISDN adapter to install in the Potato server here.
 
 Can anyone recommend or warn about this card?  Any suggestions on
 getting
 it set up properly?  I've heard that ISDN can be a real pain.
The card should work fine. You must compile hisax-driver with diva-card
support into your kernel.
For the rest of the installation you have to setup some
configurationfieles by hand and start isdnconfig.

Bye Thomas
---
Diese Mail wurde mit XFMail unter Debian 2.2 erstellt



Re: ISDN setup

2001-04-03 Thread Robert Waldner


On 02-Apr-2001 Matt Thompson wrote:
 We are a casualty of the Northpoint closure, but fortunately have our
 ISDN
 line still in operation.  I'm considering purchasing the Eicon DIVA
 Pro
 PCI ISDN adapter to install in the Potato server here.
 
 Can anyone recommend or warn about this card?  Any suggestions on
 getting
 it set up properly?  I've heard that ISDN can be a real pain.

Well, if you can afford it and you´re aware that configuring a 
PCI-ISDN-adapter is more difficult than an analog external modem, I 
suggest buying an external ISDN-TA. I have my Zyxel Omni TA 128 for 3
years now (and it was in use by $formeremployer for dialin-services 
for years before that) and never ever had a single problem. The thing 
also has the advantage of having 2 serial ports, the second one you can 
use with the built-in ISDN-analyzer to grab nice things (like stats) 
out of the TA and to configure the thingie on-the-fly (eg for 
distributing calls for an MSN to one of the analog ports).

http://www.zyxel.com/product/isdnta/o_ta128.htm

just my 2 cents,
rw
-- 
-- Light travels faster than sound. This is why some
-- people appear bright until you hear them speak.





Re: Howto setup eth0

2001-04-03 Thread ktb
On Tue, Apr 03, 2001 at 02:58:56PM +1000, Mark Devin wrote:
 ktb wrote:
 
  On Tue, Apr 03, 2001 at 01:55:33PM +1000, Mark Devin wrote:
   When I installed debian, I didn't set up my ethernet card.  Now I want
   to set up ADSL using it but have noticed that the file
   /etc/init.d/network does not exist on my system.
  
   How do I create this file?  Is there a package which I must install
   which creates this with is installation scripts?
  
 
  The script is actually  /etc/init.d/networking
  /etc/network/interfaces is the file where you place your network info.
  See 'man interfaces'
 
 Thank you Kent.  I wondered if that file was the one.  I have it alright.  But
 the strange thing was that the documentation I was reading was referring to
 Debian (I think).
 
 Anyway, it makes sense now.
 

You were probably reading a doc from an earlier release of Debian.  When
Potato came out /etc/init.d/networking was implemented.  It used to be
/etc/init.d/network
kent

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




Re: Howto setup eth0

2001-04-03 Thread Mircea Luca
Mark Devin wrote:
 
 Jeff Levy - [EMAIL PROTECTED] wrote:
 
  i assume your dsl provider is using dhcp, i could be wrong.
 
  if it is, grab a package called pump, unless it's already installed. if
  you don't know, su to root (type 'su', enter password), type pump, press
  enter. if you don't get an error, run ifconfig ... you should see eth0
 
  if you don't have eth0 at this point, or have  a static ip, try
 
  ifconfig eth0 up [your ip addres] (minus the brackets, of course)
 
 Oh, thanks for that.  I did that and it worked.  I already had pump installed.
 
 ifconfig eth0 up ***.***.***.***  worked and brought up the interface.
 
 But I am confused as to why I don't have the file /etc/init.d/network  which 
 is
 mentioned in the documentation I have been reading?  It is obviously a script
 which brings up the interface at bootup.
 
 What package should I install which creates this script?  I remember answering
 questions about networking when I installed but I think I skipped them or
 something and now don't know how to re-do them.
 
 Thanks
 
 Mark.
 

/etc/init.d/network was the old script used in slink.You've been reading
some
old docs.Not applicable anymore.
Now in potato you ahve the daemon /etc/init.d/networking which
starts/stops/restarts ALL interfaces listed in /etc/network/interfaces
(man interfaces for a description of the file) ,and for individual
interfaces
you use ifup/ifdown interface -also based on /etc/network/interfaces .

This is the original file that was included while potato was still
unstable,with
examples in the file.It has been since dumped in the favour of
not_so_easily_to_be_found  man interfaces .
-
##
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
#
# A # character in the very first column makes the rest of the line
# be ignored. Blank lines are ignored. Lines may be indented freely.
# A \ character at the very end of the line indicates the next line
# should be treated as a continuation of the current one.
#
# The noauto, up, and down options are valid for all interfaces.
# up and down may be specified multiple times, all other options
# may only be specified once.
#
# See the ifup/ifdown manpage for information on what options are 
# available.
##

# We always want the loopback interface. (This is commented out in case
# you're configuring it by hand elsewhere, like in /etc/init.d/network.
If 
# you're not, you need this line)

 iface lo inet loopback

# An example ethernet card setup: (broadcast and gateway are optional)
#
 iface eth1 inet static
 address 192.168.1.54
 network 192.168.0.0
 netmask 255.255.255.0
 broadcast 192.168.1.255
# gateway 192.168.1.254

# An ethernet DHCP client:
#
 iface eth0 inet dhcp






Gnome 1.4 tranquility debs anyone?

2001-04-03 Thread Price, Tim
Hi all,

Question:

I notice that Gnome 1.4 has come out. Does anyone know of anyone who's
planning to package it?

And Is Ximian still packaging debs?

Cheers

Tim Price
CAUTION

This e-mail and any files transmitted with it are privileged and confidential 
information intended for the use of the addressee. The confidentiality and/or 
privilege in this e-mail is not waived, lost or destroyed if it has been 
transmitted to you in error. If you have received this e-mail in error you must 
(a) not disseminate, copy or take any action in reliance on it; (b) please 
notify Australia Post immediately by return e-mail to the sender; and (c) 
please delete the original e-mail.



RE: Howto setup eth0

2001-04-03 Thread Price, Tim

On Tue, Apr 03, 2001 at 01:55:33PM +1000, Mark Devin wrote:
snip
How do I create this file?  Is there a package which I  must install which
creates this with is installation scripts?
/snip

From the mouth of the great Joey Hess, replying to an earlier thread about
installing shadow/md5 passwords after the fact:

Note that you can also use dpkg-reconfigure base-config to re-see some of
the questions it asked at install time.

-- 
see shy jo
CAUTION

This e-mail and any files transmitted with it are privileged and confidential 
information intended for the use of the addressee. The confidentiality and/or 
privilege in this e-mail is not waived, lost or destroyed if it has been 
transmitted to you in error. If you have received this e-mail in error you must 
(a) not disseminate, copy or take any action in reliance on it; (b) please 
notify Australia Post immediately by return e-mail to the sender; and (c) 
please delete the original e-mail.



Newbie Question

2001-04-03 Thread Kevin Stokes
  I'm a windows user who is trying to install debian, and I have a question:

All is ok until I  get to where I specify the APT configuration.  Although
my system is connected via a LAN to a cable modem, any attempt to ftp,
telnet, or ping anything besides 'localhost' results in 'Network is
unreachable'.

  If I boot Win95 on the same system, I can access the internet with no
trouble.

  My ultra-newbie question is:

What steps do I take to troubleshoot this?   Any help would be appreciated.

-Kevin Stokes




Re: Package in bad state

2001-04-03 Thread Shaul Karl
 I'm trying to uninstall a package with dpkg, but it won't let me:
 
 mozart:~# dpkg --remove veepee
 dpkg: error processing veepee (--remove):
  Package is in a very bad inconsistent state - you should
  reinstall it before attempting a removal.
 Errors were encountered while processing:
  veepee
 
 I have this package on my hard drive. How can I remove it?
 
 -- Stephen
 


I would start by trying to reinstall it first. By reinstalling it you might 
have back, or have in the `right' place some records that are looked for when 
the package is removed.
It is assumed that you are less concerned right now about why do these records 
are not there in the first place.
-- 

Shaul Karl [EMAIL PROTECTED]




Re: /dev/dsp revisited

2001-04-03 Thread john smith





Are you starting the oss compatability layer?

[EMAIL PROTECTED]:~$ grep oss /etc/alsa/alsa-base.conf
startosslayer=true


I compiled from source bec my soundcard is not detected in alsaconf...so I 
am unable to use that command



I do not have /proc/sound and have alsa working fine... did you mean
the directory /proc/asound?


yes. /proc/asound
cat proc/asound/sndstat produces:
bash-2.04$ cat /proc/asound/sndstat
Sound Driver:3.8.1a-980706 (ALSA v0.5.10b emulation code)
Kernel: Linux sup3r 2.4.2 #16 Mon Apr 2 09:38:01 UTC 2001 i586
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
Sound Blaster 16 at 0x220, irq 10, dma 15

Audio devices: NOT ENABLED IN CONFIG

Synth devices: NOT ENABLED IN CONFIG

Midi devices:
1: MPU-401 (UART)

Timers:
7: system timer

Mixers: NOT ENABLED IN CONFIG

it says not enabled in config but I am unsure of how to enable 
it...faq,install or rtfm'ng doesn't give any info on that...maybe that is 
where my problems lie?





I also had to add these two lines to /etc/devfs/perms to fix
permission problems with devfs:

REGISTER sound/.* PERMISSIONS root.audio 660
REGISTER snd/.* PERMISSIONS root.audio 660



I do not have the directory /devfs/perms under /etc...do I just create that 
manually and add those entries?


TIA,

John

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



Re: Howto setup eth0

2001-04-03 Thread Jan Ulrich Hasecke
Hallo Mircea!

Pardon me for intruding your thread.

 /etc/init.d/network was the old script used in slink.You've been
 reading some old docs.Not applicable anymore.  Now in potato you
 ahve the daemon /etc/init.d/networking which starts/stops/restarts
 ALL interfaces listed in /etc/network/interfaces (man interfaces for
 a description of the file) ,and for individual interfaces you use
 ifup/ifdown interface -also based on /etc/network/interfaces .

This was exactly what disturbed me, when I configured DSL.

I did the following which seems not to be the debian way.

,[ /etc/init.d/network ]
| ifconfig eth0 up
`

I even run update-rc.d network default 

,[ interfaces ]
| # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
| 
| # The loopback interface
| iface lo inet loopback
| 
| #iface eth0 inet static  # MY HOME NET
| # address 192.168.1.1
| # network 192.168.1.0
| # netmask 255.255.255.0
| # broadcast 192.168.1.255
`

So how can I configure DSL the debian way. I would like to use my
homenet _and_ DSL at the same time. 

Shall I simply insert:

iface eth0 up 

in interfaces?

TIA
juh

-- 
Blitzkrieg und Vergeltungsschläge
http://www.sudelbuch.de/2000/20001210.html



Re: few questions about .deb

2001-04-03 Thread Shaul Karl
 
 Hello,
 
 I have a few questions about Debian-packages:
 
 - Is there an easy way (not ar+tar) to see what files a package will
   install bevor it is installed? (after install 'dpkg -L' will do it)
 


More then one. For example:

dpkg-deb -c deb 


 - If I build a debian-package for a program that needs p.e.
   /var/log/ppplog. Should '/var/log/ppplog' be included in
   'data.tar.gz' or should I create it in 'postinst' (I need 'postinst'
   in any case to set the rights on '/var/log/ppplog', right?).
 


Not sure what you mean by `included in the data.tar.gz'.
I believe the same effect for the /var/log/ppplog creation and permissions can 
be achieved using the debian/rules. Better check with policy.


   MfG
   bmg
 
-- 

Shaul Karl [EMAIL PROTECTED]




Re: Mail News Reader

2001-04-03 Thread Karsten M. Self
on Tue, Apr 03, 2001 at 08:23:16AM +0200, Axel Schlicht ([EMAIL PROTECTED]) 
wrote:

 Just one additional question (sorry).
 
 As I have several e-mail accounts AND have to contact several news
 servers (some of them not public, i. e. requiring different (of
 course) user IDs and passwords) I would like to know if I can tweak
 any of the progrs recommended so far to access all of these email /
 news servers in one go? (Should only affect sendmail or a sendmail
 alternative).

Fetchmail can query multiple servers for mail.  User/authentication are
specified for each.

Various newsreaders and servers can query multiple newsservers, e.g.:
leafnode allows querying multiple servers.  I know Netscape supported
this, suspect Mozilla does as well, as would other programs.

-- 
Karsten M. Self kmself@ix.netcom.comhttp://kmself.home.netcom.com/
 What part of Gestalt don't you understand?   There is no K5 cabal
  http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org


pgpbrdIdXrT6d.pgp
Description: PGP signature


Re: Gnome 1.4 tranquility debs anyone?

2001-04-03 Thread Ethan Benson
On Tue, Apr 03, 2001 at 04:15:14PM +1000, Price, Tim wrote:
 Hi all,
 
 Question:
 
 I notice that Gnome 1.4 has come out. Does anyone know of anyone who's
 planning to package it?

the late betas are already partially packaged in unstable, 1.4 will no
doubt be in unstable soon.

 And Is Ximian still packaging debs?

yes poorly.

 Cheers
 
 Tim Price
 CAUTION
 
 This e-mail and any files transmitted with it are privileged and confidential 
 information intended for the use of the addressee. The confidentiality and/or 
 privilege in this e-mail is not waived, lost or destroyed if it has been 
 transmitted to you in error. If you have received this e-mail in error you 
 must (a) not disseminate, copy or take any action in reliance on it; (b) 
 please notify Australia Post immediately by return e-mail to the sender; and 
 (c) please delete the original e-mail.
 

you might want to turn off the lawyer before sending mail to the list
in the future.  also you should tell the lawyer to wrap his single
exceedingly long line at something more sane like 72 characters.  

-- 
Ethan Benson
http://www.alaska.net/~erbenson/


pgpJ3oRrqYmVV.pgp
Description: PGP signature


Re: Sys Admin

2001-04-03 Thread Joe 'Zonker' Brockmeier
Are you wanting to Learn UNIX or Linux, or both? 

There's no easy way to pick up UNIX/Linux skills overnight, but
you might want to sign up for a beginning UNIX class with a local
college. I don't know about where you're at, but the local community
college where I'm at has two UNIX classes that are probably good
for beginners.

Setting up your own Linux box using Debian or Slackware is a good
start, and if you're looking for a well-rounded experience, try
some of the *BSDs. Linux and *BSD skills will translate well to
other UNIX-type OSes, but each has its own little quirks. 

You might see about getting a job with an ISP or college as a junior
admin, that might be a good learning environment.

As far as books are concerned...

Running Linux Matt Welsh
Linux: Installation, Configuration and Use Michael Kofler

Are both great general Linux starter guides.

I'm not really aware of any good online classes, but if you run
across some, be sure to post them to the list. 

Take care,

Zonker

On Mon, 2 Apr 2001, Anthony @ PencilFight Design wrote:

 Hello all,
 I am looking into becoming a Unix System Administrator. I know a few that
 all learned basically on the job. I'm wondering if there is any one who
 knows of a good way to start. Online classes?  I've heard of the Red Book
 and of course the O-Reilly books but was wondering if there was any classes
 any one has heard about.
 
 Thanks for your help.
 
 
 Anthony Minero
 Creative Director
 PencilFight Design
 2518 Lincoln Blvd.
 Los Angeles, CA. 90291
 310.403.6599
 
 
 
 

--
Joe 'Zonker' Brockmeier
[EMAIL PROTECTED]
ICQ: 43599611
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
We are healthy only to the extent our ideas are humane.
Kurt Vonnegut



Re: Debian + exim + procmail

2001-04-03 Thread garyjones
Am Mon, 02 April 2001 schrieb Noah L. Meyerhans:
 On Mon, Apr 02, 2001 at 11:09:14PM +0200, Gary Jones wrote:
  My .forward file is:
  
  |exec /usr/bin/procmail
 
  delete that, and all will be well

Thanks, I will try that. I've also been told that in standard configuration 
exim doesn't even need the .forward, that just seeing a .procmailrc will 
provoke it into invoking procmail. Is there any difference between the two 
suggested methods?

-- 
Cheers,
Gary

Get your own FREE E-mail address at http://www.linuxfreemail.com
Linux FREE Mail is 100% FREE, 100% Linux, and 100% yours!



Unwanted gnome-session for root

2001-04-03 Thread Stefan Bellon
I'm running unstable on my notebook for quite a while now without major
problems.

But since the last upgrade, the root account starts up a gnome-session
as well. It didn't do that previously and I don't want it to do it.
Defaulting to a gnome-session for normal users is ok, but I just want
fvwm2 and nothing else for root.

Why has this changed? And how do I change it back (.xinitrc and
.xsession don't seem to get looked at)?

TIA.

Greetings,

Stefan.

-- 
 Stefan Bellon * mailto:[EMAIL PROTECTED] * http://www.sbellon.de/
 PGP 2.6 and GnuPG (OpenPGP) keys available from my home page

 2/3 of us are poor at division.  The other half can't add.



Re: libapache-mod-perl / woody

2001-04-03 Thread Colin Watson
[EMAIL PROTECTED] wrote:
Recently I switched from potato to woody (modified sources.list and did
a dist-upgrade).  I'd been using the combination of the apache and
libapache-mod-perl packages successfully under potato.

I am by no means an expert, but it looks to me as though
libapache-mod-perl hasn't been updated to woody, specifically that it
wasnt build using perl 5.6.  When I start apache, I get an error when it
loads my mod_perl startup.pl, and the @INC that's displayed contains all
sorts of 5.005 paths, and not, eg /usr/share/perl/5.6.0.

Yeah, there's a fix in unstable, but it hasn't made it into
woody/testing yet. As far as I can tell, it's waiting for a
release-critical bug to be fixed (which is actually a bug about this
same topic on the version in testing, so is probably blocking itself
from being fixed ... grr).

Second question: I decided to be brave: I removed libapache-mod-perl and
did

apt-get --build source libapache-mod-perl

This seemed to work but it installed stuff under ./debian/tmp rather
than the usual system locations.  I then moved mod_perl.so to
...apache/1.3/ and did a make perl_install to put stuff in the right
place.  Clearly this isn't the way it's supposed to be done! :-)

It'll install things into debian/tmp (often debian/package-name,
depending on the package), and then build a .deb out of that. This is
pretty much the standard way Debian packages are built. You should find
the .deb in the directory just above the unpacked source tree ...

-- 
Colin Watson [EMAIL PROTECTED]



Re: black white icons in Netscape

2001-04-03 Thread Anthony Campbell
On 02 Apr 2001, Nathan E Norman wrote:
 On Mon, Apr 02, 2001 at 10:16:23PM -0600, Willem van Schaik wrote:
  One problem though: I installed Netscape 4.76, which works fine, but the
  toolbar-icons (back, forward, reload, home, etc.) are all in black and
  white. The content of the pages is perfectly colored. 
 
 Are you running 24 bpp?  If so, try a different bpp setting like 16 or
 32.
 
 HTH,


Although X-4.0.x defaults to 24 bpp on my machine and Netscape comes out
correctly coloured at that resolution.

Anthony


-- 
Anthony Campbell - running Gnu/Debian Linux (Windows-free zone)
For electronic books (Homeomythology and The Assassins of Alamut), skeptical 
essays, and over 120 book reviews, go to http://www.cix.co.uk/~acampbell/

When I use a word ... it means just what I choose it to mean - neither
more nor less.   [Lewis Carroll]



Re: xcdroast replacement?

2001-04-03 Thread Colin Marquardt
Peter S Galbraith [EMAIL PROTECTED] writes:

[gtoaster]

 Doesn't do anything when I do it.
 
 I do get a log full of :
 
  kernel: VFS: Disk change detected on device sr(11,0)
  kernel: VFS: Disk change detected on device sr(11,0)
  kernel: Device not ready.  Make sure there is a disc in the drive.
 
 I don't know why it wants to access the CD writer yet.

Hmm, works fine for me. Still, even if you don't use gtoaster now,
would you care to report this? Andreas is very responsive.

Cheers,
  Colin

-- 
YYURYYUBICURYY4ME.



Re: up to date kernel programming

2001-04-03 Thread christophe barbe
I use two books from Oreilly:
Linux Device Drivers - Alessandro Rubini
Understanding the linux kernel - Bovet  Cesati

The first one is a little old nut contains usefull informations.
The second one is recent and really good. As the title said, it's focussed on 
the kernel understanding that on the driver development. 

I'm interresting by your ncd .

Christophe

On dim, 01 avr 2001 12:39:43 Sebastiaan wrote:
 Hi,
 
 can someone point me to a more upt to date document about writing device
 drivers?
 
 I read some docs described in Documenteation/kernel-docs.txt, but they are
 obsolete. The given examples do not work and the kernel source is still
 too complex for me.
 
 I am trying to write a network character device, so you can export this
 devices over the network, just like nbd.
 
 Thanks in advance,
 Sebastiaan
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: netcfg

2001-04-03 Thread Alson van der Meulen
On Mon, Apr 02, 2001 at 02:34:48PM -0300, Ted Gervais wrote:
 
 Does Debian have such a utility as 'netcfg' to change/setup network 
 installations?
vi /etc/network/interfaces
ee,pico,nano or emacs work too

-- 
,---.
 Name:   Alson van der Meulen  
 Personal:   [EMAIL PROTECTED]   
 School:   [EMAIL PROTECTED]
`---'
I cleaned up the root partition and now there's lots of free space.
-



kickstart on Debian

2001-04-03 Thread Brecht Samyn
Hi,

Is there an install tool like RedHat's kickstart or Solaris jumpstart
for Debian?

Brecht

--
Brecht Samyn,  Systeemgroep
Katholieke Universiteit Leuven Campus Kortrijk (KULAK)
E-mail: [EMAIL PROTECTED]
tel. ++32 56 246 264





Compaq Smart2 Array

2001-04-03 Thread Nathan Ollerenshaw
Hi,

Was wondering if there is a debian boot floppy with the compaq smart2
controller driver on it? I have a DL380 here that I would prefer debian was
on, but unfortunately the standard boot floppies doesn't have it.

Alternatively, if its as simple as just makeing a boot floppy on another
linux box with a particular setup, the pointers on how to do that would be
equally as good.

Cheers,

Nathan.

---
There is more stupidity than hydrogen in
 the universe, and it has a longer shelf
 life. - Frank Zappa



RE: netcfg

2001-04-03 Thread Joris Lambrecht
you should consider installing the linuxconf tool, this provides you with a
graphical or even textbased interface (nice ansi graphics) to configure your
network (among other things, it's a handy tool).

Regards,

joris

-Original Message-
From: Alson van der Meulen [mailto:[EMAIL PROTECTED]
Sent: dinsdag 3 april 2001 11:18
To: Debian-User Mailing List
Subject: Re: netcfg


On Mon, Apr 02, 2001 at 02:34:48PM -0300, Ted Gervais wrote:
 
 Does Debian have such a utility as 'netcfg' to change/setup network 
 installations?
vi /etc/network/interfaces
ee,pico,nano or emacs work too

-- 
,---.
 Name:   Alson van der Meulen  
 Personal:   [EMAIL PROTECTED]   
 School:   [EMAIL PROTECTED]
`---'
I cleaned up the root partition and now there's lots of free space.
-


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



Problems with apt-get

2001-04-03 Thread Debian User
I installed Debian from cd-rom.

I am networked.

I want to now manage packages by downloading from http sites.

I've copied /etc/apt/apt.conf and /etc/apt/sources.list from another
working Linux box.  When I run the same command in the other Linux box,
apt-get install ssh works fine.

However, I get an error when I run on my current box.

I get the following error:
W: Couldn't stat source package list 'http://non-us.debian.org ...

My networking settings are fine.  When I ping www.yahoo.com, I get a
response.

I've tried pinging the http sites in my sources.list and they all
respond.

Is there something else that I should be looking at?

Puzzled.



RE: Compaq Smart2 Array

2001-04-03 Thread Nathan Ollerenshaw
Bah, answered my own question.

Its on the 'compact' boot disks.

Sorry for wasting your bandwidth :P

---
There is more stupidity than hydrogen in
 the universe, and it has a longer shelf
 life. - Frank Zappa

 -Original Message-
 From: Nathan Ollerenshaw [mailto:[EMAIL PROTECTED]
 Sent: 03 April 2001 10:26
 To: debian-user@lists.debian.org
 Subject: Compaq Smart2 Array


 Hi,

 Was wondering if there is a debian boot floppy with the compaq smart2
 controller driver on it? I have a DL380 here that I would prefer
 debian was
 on, but unfortunately the standard boot floppies doesn't have it.

 Alternatively, if its as simple as just makeing a boot floppy on another
 linux box with a particular setup, the pointers on how to do that would be
 equally as good.

 Cheers,

 Nathan.

 ---
 There is more stupidity than hydrogen in
  the universe, and it has a longer shelf
  life. - Frank Zappa


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





Re: Problems with apt-get

2001-04-03 Thread Joerg Jaspert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Dienstag,  3. April 2001 11:50 schrieb Debian User:

 However, I get an error when I run on my current box.
 I get the following error:
 W: Couldn't stat source package list 'http://non-us.debian.org ...
 Is there something else that I should be looking at?

Yes. man apt-get
Try apt-get update, its a nice thing :)

- -- 
bye
Joerg
GPG-Keyid: 0x1120D31B
Fingerprint: A3D2 83A4 535D A826 F2AA  4348 8BDD 849C 1120 D31B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6yZ4Zi92EnBEg0xsRAvOoAKCLOtBvxbq7VaDmrCXt/6vr8svWfQCfTBYb
BxNwYIDm4nsumh36DmZfnJA=
=/+Jh
-END PGP SIGNATURE-



can't use cron

2001-04-03 Thread dko
hello
I wrote a script and I want cron to start it everyweek
I added 10 1 * * 5  root  /root/update in crontab file and restarted cron
when I put crontab -l, it says no crontab for root ?!?
 
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file.
# This file also has a username field, that none of the other crontabs do.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# m h dom mon dow user  command
25 6* * *   roottest -e /usr/sbin/anacron || run-parts --report
/etc/cron.daily
47 6* * 7   roottest -e /usr/sbin/anacron || run-parts --report
/etc/cron.weekly
52 61 * *   roottest -e /usr/sbin/anacron || run-parts --report
/etc/cron.monthly


10 1  * * 5 root /root/update  
# 


KOAN David - mailto:[EMAIL PROTECTED]
SNAISO communications - 141 avenue de Verdun - 92130 Issy-les-moulineaux
www.snaiso.com
tel:01.41.46.15.70 - fax:01.41.90.05.09




RE: Compaq Smart2 Array

2001-04-03 Thread Nathan Ollerenshaw
Ok,

the driver definately on there and the smart2 array controller is detected,
but the debian installer doesn't find it after the keyboard configuration.

It should be /dev/ida/c0d0 but opening an interactive shell and trying to
find it, it's not there.

Does anyone here have any experience with this?

Nathan. (happily talking to himself ;)

---
There is more stupidity than hydrogen in
 the universe, and it has a longer shelf
 life. - Frank Zappa

 -Original Message-
 From: Nathan Ollerenshaw [mailto:[EMAIL PROTECTED]
 Sent: 03 April 2001 10:53
 To: debian-user@lists.debian.org
 Subject: RE: Compaq Smart2 Array


 Bah, answered my own question.

 Its on the 'compact' boot disks.

 Sorry for wasting your bandwidth :P

 ---
 There is more stupidity than hydrogen in
  the universe, and it has a longer shelf
  life. - Frank Zappa

  -Original Message-
  From: Nathan Ollerenshaw [mailto:[EMAIL PROTECTED]
  Sent: 03 April 2001 10:26
  To: debian-user@lists.debian.org
  Subject: Compaq Smart2 Array
 
 
  Hi,
 
  Was wondering if there is a debian boot floppy with the compaq smart2
  controller driver on it? I have a DL380 here that I would prefer
  debian was
  on, but unfortunately the standard boot floppies doesn't have it.
 
  Alternatively, if its as simple as just makeing a boot floppy on another
  linux box with a particular setup, the pointers on how to do
 that would be
  equally as good.
 
  Cheers,
 
  Nathan.
 
  ---
  There is more stupidity than hydrogen in
   the universe, and it has a longer shelf
   life. - Frank Zappa
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
  [EMAIL PROTECTED]
 
 


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





unix sysadmin

2001-04-03 Thread vipe
There are several ways ( if you are motivated )

UNIX
Get the solaris 8 unix fundamental at
http://docs.sun.com
and download ( with autorisation code ) X86 solaris 8 at
http://www.sun.com/software/solaris/binaries/

LINUX
Get a linux distr on a local ftp server
If you haven't used linux before start with mandrake ( I guess you are
using
linux for a while now because you are subscribed to this mailing list
:))
If you think you can manage a distr like debian or slackware, go for it.

by the way, you can find all linux docs, howto's etc on
http://www.linuxdoc.org

good luck.

greets,
Kim

On Tuesday 03 April 2001 09:23, Joe 'Zonker' Brockmeier wrote:
 Are you wanting to Learn UNIX or Linux, or both?

 There's no easy way to pick up UNIX/Linux skills overnight, but
 you might want to sign up for a beginning UNIX class with a local
 college. I don't know about where you're at, but the local community
 college where I'm at has two UNIX classes that are probably good
 for beginners.

 Setting up your own Linux box using Debian or Slackware is a good
 start, and if you're looking for a well-rounded experience, try
 some of the *BSDs. Linux and *BSD skills will translate well to
 other UNIX-type OSes, but each has its own little quirks.

 You might see about getting a job with an ISP or college as a junior
 admin, that might be a good learning environment.

 As far as books are concerned...

 Running Linux Matt Welsh
 Linux: Installation, Configuration and Use Michael Kofler

 Are both great general Linux starter guides.

 I'm not really aware of any good online classes, but if you run
 across some, be sure to post them to the list.

 Take care,

 Zonker

 On Mon, 2 Apr 2001, Anthony @ PencilFight Design wrote:
  Hello all,
  I am looking into becoming a Unix System Administrator. I know a few
that
  all learned basically on the job. I'm wondering if there is any
one who
  knows of a good way to start. Online classes?  I've heard of the Red
Book
  and of course the O-Reilly books but was wondering if there was any
  classes any one has heard about.
 
  Thanks for your help.
 
 
  Anthony Minero
  Creative Director
  PencilFight Design
  2518 Lincoln Blvd.
  Los Angeles, CA. 90291
  310.403.6599

 --
 Joe 'Zonker' Brockmeier
 [EMAIL PROTECTED]
 ICQ: 43599611



Re: Debian + exim + procmail

2001-04-03 Thread Rob Mahurin
On Mon, Apr 02, 2001 at 11:09:14PM +0200, Gary Jones wrote:
 Okay, exim has confused me again. I've just set up procmail, per that 
 app's documentation. Now exim says
 
 2001-04-02 22:13:59 14kAi7-5E-01 ** |exec /usr/bin/procmail 
 [EMAIL PROTECTED] D=userforward T=address_pipe: exec command not 
 found for address_pipe transport
 
 in the log. Iassume the D=  T= refer to Director and Transport 
 entries in exim.conf? My .forward file is:
 
 |exec /usr/bin/procmail
 
 So... so... what? What did I miss? I can see something in the exim 

00:37 $ cat .forward
|/usr/bin/procmail

Rob

-- 
Avert misunderstanding by calm, poise, and balance.



Re: (Unidentified subject!) now apm

2001-04-03 Thread Rob Mahurin
On Tue, Apr 03, 2001 at 12:07:12AM -0300, Sergio E . Schvezov wrote:
 well rob, your right, i've got /dev/hda5 mounted on /var.

Score!!

 okay here's what i want to know, is there a way to force it into suspend 
 state?
 or not 2 make it write to /var when it's in that mode (suspend)

I played with this a couple years ago, couldn't get it to work, and
gave up.  I now run setiathome and use my computer's down time to
search for intelligent life; I've decided that $.25 a day (200W at a
nickel a kilowatt-hour) is a power bill I can live with.  If it's a
laptop there might be more support, but I don't know anything about
it.

Rob

-- 
There is Jackson standing like a stone wall.  Let us determine to die,
and we will conquer.  Follow me.
-- General Barnard E. Bee (CSA)



Re: can't use cron

2001-04-03 Thread Colin Watson
dko [EMAIL PROTECTED] wrote:
I wrote a script and I want cron to start it everyweek
I added 10 1 * * 5  root  /root/update in crontab file and restarted cron
when I put crontab -l, it says no crontab for root ?!?

root's crontab is different from /etc/crontab (you edit root's crontab
with 'crontab -e'). As long as /root/update is executable, what you've
done should work fine.

Cheers,

-- 
Colin Watson [EMAIL PROTECTED]



Re: Howto setup eth0

2001-04-03 Thread Carel Fellinger
On Tue, Apr 03, 2001 at 09:10:01AM +0200, Jan Ulrich Hasecke wrote:
 Hallo Mircea!
 
 | #iface eth0 inet static  # MY HOME NET
 | #   address 192.168.1.1
 | #   network 192.168.1.0
 | #   netmask 255.255.255.0
 | #   broadcast 192.168.1.255

As usual, it's all in the Fine Manuals.
For dhcp/pump the above section should read:

   iface eth0 inet dhcp

-- 
groetjes, carel



Re: Repost (Apologies for HTML): Problems upgrading from potato to woody

2001-04-03 Thread Daniel Toffetti
Hi Karsten !!

- It broke my lilo, leaving me with a missing library
(/lib/ld-linux.so.2).
 I got the file mailed to me by another user, boot using floppies, and
 managed to repair the boot.

So...is your problem resolved or not?

- I managed to solve my missing library problem, but not my X system
problem. Anyway, I messed up my system so much I decided to backup important
files and reinstall potato 2.2r0.


 - My X system doesn't starts anymore. I tried configuring, reinstalling,
 reconfiguring... no luck. It seems that xdm doesn't find a running server
 and gives up.

This problem has been discussed in this list since January.  Check
archives, try advice there, report back with additional information.

- I'll upgrade my potato 2.2r0 partition only up to 2.2r3. I
need a stable system, even if I lack KDE and other goodies. And I'll
overwrite my Mandrake 7.2 partition with another potato installation, which
I will try (no hurry this time) to upgrade to woody.


Thanks for your interest, perhaps I'll try the woody upgrade next
weekend, maybe you'll hear me complaining miserably then... ::

Daniel




Shutdown

2001-04-03 Thread Ales Jerman
Hello!
Is there any combination like Ctrl+Alt+Del, but not for reboot system,
but for halt or shutdown system?
Thank you!
Bye,

Ales



  1   2   3   >