Re: SOUND BLASTER 64 PCI EN LINUX

1999-03-01 Thread Alexis Maldonado
Hola!

Yo tengo una Ensoniq Audio PCI, la version anterior de la Creative
Sound Blaster PCI 64. (Antes de que Creative comprara a Ensoniq).

Me funciona perfectamente, todo lo que tuve que hacer fue
compilar el kernel y en la parte de Sonido seleccionar soporte para
el chipset 1370.

Yo uso el kernel 2.2.1, pero recuerdo que el kernel 2.1.1??
tambien tenia soporte para estas tarjetas de sonido.

La Creative PCI tiene el chipset 1371, y tambien esta soportado en
el kernel. Todo lo que debes hacer es compilar el kernel con
soporte para la 1371, y listo!.

Yo use el paquete gom para el mixer, y tambien el Kmixer cuando
uso X.

Buena suerte,

Alexis Maldonado.




 On Fri, Feb 26, 1999 at 11:39:26PM +0100, Toni Castillo Girona wrote:
  Tengo el nucleo 2.0.36 y no he conseguido de
  ninguna manera configurar el sonido con la
  sound blaster pci 64.
 
  Me actualize al 2.1.131 y tras solucionar el problema
  que ya comenté (¡gracias!) :-), tampoco lo he logrado.
 
  ¿Alguien puede ayudarme?
 
  Gracias.

 Creo que es una Ensoniq y por lo tanto has de configurarla como eso.
 Haz cat /proc/pci y creo que te saldrá que es una Ensoniq. Suerte!


 Best regards,

 Rafa C. Marcos
 BCN Art Directe (Promotora d'Art)
 http://www.bcnartdirecte.com

 
Info on Euroart'99 and Index·Art at: http://www.bcnartdirecte.com


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




No detecta toda la memoria

1999-03-01 Thread J.Ramírez


Saludos a toda la lista:
Al grano; tengo un pentiun 200MMX modelo SP de inves, cuenta con
2 bancos de memoria SIM y 2 de memoria DIM, la version de Debian
es la 2.0.
El problema; tena instalados 64Mb con los que todo funcionaba
bien, pero ciertos procesos con la base de datos postgres tardan mucho,
y decid hacer una ampliacin a 128Mb. Instale dos DIM de
64Mb, la bios chequea y reconoce toda la memoria, pero para mi sorpresa
cuando consulto en /proc/meminfo solo me informa de 64Mb de ram, el area
de swap tambin la tengo de 64Mb.
Alguien puede ayudarme para hacer que el Debian use los 128Mb.
--
Gracias de antemano por vuestros consejos.
 Jess (Burgos)



Re: No detecta toda la memoria

1999-03-01 Thread Agustín Martín
J.Ramírez wrote:
 
 Saludos a toda la lista:
 
 Al grano; tengo un pentiun  200MMX modelo SP de inves, cuenta con 2
 bancos de memoria SIM y 2 de  memoria DIM, la version de Debian es la
 2.0.
 
 El problema; tenía instalados 64Mb con los que todo funcionaba bien,
 pero ciertos procesos con la base de datos postgres tardan mucho, y
 decidí hacer una ampliación a 128Mb. Instale dos DIM de 64Mb, la bios
 chequea y reconoce toda la memoria, pero para mi sorpresa cuando
 consulto en /proc/meminfo solo me informa de 64Mb de ram, el area de
 swap también la tengo de 64Mb.
 

Ds posibilidades:

a) En /etc/lilo.conf avisa al kernel que tienes más de 64Mb. por
ejemplo, en mi sistema (el append 128M es el que lo hace):

# Linux bootable partition config begins
image = /vmlinuz
  root = /dev/hda2
  label = Linux
  append=mem=128M
  read-only # Non-UMSDOS filesystems should be mounted read-only for
checking
# Linux bootable partition config ends

y reinstala lilo (simplemente como root corre lilo)

b) Actualízate a un kernel nuevo de la serie 2.2 (o espera a que esté
disponible como paquete debian, que no creo que tarde mucho), para los
que ya no es necesario decírselo.

Saludos,


-- 
=
Agustín Martín Domingo, Dpto. de Física, ETS Arquitectura Madrid, 
(U. Politécnica de Madrid)  tel: +34 91-336-6536, Fax: +34 91-336-6554, 
email:[EMAIL PROTECTED], http://corbu.aq.upm.es/~agmartin/welcome.html


Aplicaciones cientificas

1999-03-01 Thread Jose Rodriguez
¡Hola!

Necesito saber donde (porque se que existen) hay aplicaciones
cientificas para linux que me permitan hacer lo siguiente:

Tengo una ristra de numeros ASCII de la forma:

X, Y, Z
X, Y, Z

Y me gustaria representarlo en 3D o bien en 2D con colores (Como un
mapa).

¿Algun paquete? Tengo Hamm, pero ya me estoy bajando la Slink.

Saludos,


--
Jose Rodriguez  [EMAIL PROTECTED]
Instituto Nacional de Meteorologia  SPAIN




Re: Compilar en linux para ejecutar en DOS

1999-03-01 Thread J.E. Marchesi
On Mon, 1 Mar 1999, ~ Miguel P.C. ~ wrote:

 Hola,
 
 Alguien ha compilado un programa en C para crear un .EXE y poder
 ejecutarlo en MS-DOS. Me parece algo imposible... pero de Linux me lo
 espero todo ya.
 
 Consigue el DJGPP (el gcc para DOS) y ejecutalo bajo DOSEMU compilando los
 fuentes del programa en cuestión. No lo he probado personalmente pero creo
 que es el sistema.
 
 
 Saludos,
 
 Rafa C. Marcos
 BCN Art Directe (Promotora d'Art)
 http://www.bcnartdirecte.com
 
   __
  / /  _
  ---/ /  (_)__  __   __
  --/ /__/ / _ \/ // /\ \/ /la oportunidad de
  -//_/_//_/\_,_/ /_/\_\   dominar tu ordenador


Saludos,

  Bajo DOSEMU puedes ejecutar compiladores diseniados para DOS (sea el 
gcc para DOS o cualquier otro) relativamente sin problemas. Sin embargo, 
en la documentacion de DOSEMU hay una o dos advertencias orientadas a 
esto. Mi experiencia personal es bastante buena, pudiendo asegurar que 
los compiladores de Borland (C++ y Turbo Pascal) funcionan bastante bien. 
Aunque claro, lo mejor es usar gcc (el software libre casi siempre 
funciona mejor :-) y con el pocas veces he tenido problemas. (Creo que 
alguna vez he compilado algun ejecutable .EXE roto o corrupto, pero en 
muy contadas ocasiones). Como dato curioso, estoy haciendo una lista de 
programas de MS-DOS que NO funcionan en Windows 95/98 y SI en DOSEMU, y 
la verdad es que ya va siendo bastante gorda (y no solo juegos antiguos).

 
 J.E. Marchesi  


Re: Aplicaciones cientificas

1999-03-01 Thread J.E. Marchesi
On Mon, 1 Mar 1999, Jose Rodriguez wrote:

 ¡Hola!
 
 Necesito saber donde (porque se que existen) hay aplicaciones
 cientificas para linux que me permitan hacer lo siguiente:
 
 Tengo una ristra de numeros ASCII de la forma:
 
 X, Y, Z
 X, Y, Z
 
 Y me gustaria representarlo en 3D o bien en 2D con colores (Como un
 mapa).
 
 ¿Algun paquete? Tengo Hamm, pero ya me estoy bajando la Slink.
 
 Saludos,
 
 
 --
 Jose Rodriguez  [EMAIL PROTECTED]
 Instituto Nacional de Meteorologia  SPAIN
 
 
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 

Saludos,
  
 Prueba a usar GnuPlot (mirate el manual). Con el se pueden hacer 
casi cualquier tipo de representaciones en base a datos numericos.


 J.E. Marchesi


Re: Aplicaciones cientificas

1999-03-01 Thread ftricas
Hola,

gnuplot creo que hace eso bien ...

Un saludo,

Fernando Tricas


On Mon, 1 Mar 1999, Jose Rodriguez wrote:

 ¡Hola!
 
 Necesito saber donde (porque se que existen) hay aplicaciones
 cientificas para linux que me permitan hacer lo siguiente:
 
 Tengo una ristra de numeros ASCII de la forma:
 
 X, Y, Z
 X, Y, Z
 
 Y me gustaria representarlo en 3D o bien en 2D con colores (Como un
 mapa).
 
 ¿Algun paquete? Tengo Hamm, pero ya me estoy bajando la Slink.
 
 Saludos,
 
 
 --
 Jose Rodriguez  [EMAIL PROTECTED]
 Instituto Nacional de Meteorologia  SPAIN
 
 
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

-- 



Re: Aplicaciones cientificas

1999-03-01 Thread Enrique Zanardi
On Mon, Mar 01, 1999 at 09:29:37AM +, Jose Rodriguez wrote:
 ¡Hola!
 
 Necesito saber donde (porque se que existen) hay aplicaciones
 cientificas para linux que me permitan hacer lo siguiente:
 
 Tengo una ristra de numeros ASCII de la forma:
 
 X, Y, Z
 X, Y, Z
 
 Y me gustaria representarlo en 3D o bien en 2D con colores (Como un
 mapa).
 
 ¿Algun paquete? Tengo Hamm, pero ya me estoy bajando la Slink.

Hay varias, pero la única que recuerdo es gnuplot . Pásate por
Scientific Aplications on Linux (tienen una réplica en España:
http://ceu.fi.udc.es/SAL ). La gente de Kachina Tech se han currado un
listado bastante completito (y además están colaborando con Debian en el
proyecto Debian Beowulf). :-)

Saludos,
--
Enrique Zanardi[EMAIL PROTECTED]


Re: Paginas man que no se actualizan

1999-03-01 Thread Josep Francesc Abril Ferrando
Hola Emilio,

prueba con la siguiente instruccion, como root:

makewhatis

tarda un poco en actualizar la base de datos de las man pages,
por defecto el comando utiliza el fichero /usr/share/catman/whatis.

El problema que tienes con los programas que has instalado con
posterioridad
  a tu instalacion de Linux, es que todavia no estan en esa base de
datos,
  todos los paquetes que instalaste al principio fueron dados de alta en

la base de
  datos la primera vez que se ejecuto el boot (se ejecuta
automaticamente un
  makeindex en la instalacion del Linux).

Espero que te sirva de ayuda

  Josep Francesc ABRIL
  [EMAIL PROTECTED]
Dpto Informatica Medica
   IMIM-BCN


Re: Aplicaciones cientificas

1999-03-01 Thread Jose Marin
On Mon, 1 Mar 1999, Jose Rodriguez wrote:

 Necesito saber donde (porque se que existen) hay aplicaciones
 cientificas para linux que me permitan hacer lo siguiente:
 
 Tengo una ristra de numeros ASCII de la forma:
 
 X, Y, Z
 X, Y, Z
 
 Y me gustaria representarlo en 3D o bien en 2D con colores (Como un
 mapa).

Gnuplot funciona de maravilla, pero todavia no hace countour plots con
rellenos de color. Para esto ultimo puedes usar PGPLOT (si no te importa
utilizar librerias desde Fortran o C, en vez de programa interactivo), o
DISLIN, o xfarbe.

Efectivamente, el website de SAL es excelente para buscar todos estos
programas (http://SAL.KachinaTech.COM y mirrors).


JL
=
Jose L. Marín   [EMAIL PROTECTED]
Dept of Maths   [EMAIL PROTECTED]
Heriot-Watt University
Edinburgh EH14 4AS, U.K.
Phone: +44 131 451 3893
Fax: +44 131 451 3249

Former address:  Dept. de Física de la Materia Condensada
 Facultad de Ciencias, Universidad de Zaragoza
 50009 Zaragoza, SPAIN
=


Concatenar al final de un fichero

1999-03-01 Thread David Leal
Hola a todos:

Sabe alguien como hacer para concatenar ficheros y colocarlos al final
de uno que ya existe?

He intentado

$ cat file1 file2  file3

pero se queja diciendome que el fichero file3 existe. Si hago

$ cat file1 file2  file3

Me dice
cat: Cannot use file3 as both input and output.

He mirado en el man del cat y al parecer esta posibilidad no se
contempla.

Gracias de antemano,

David



--
David R. Leal Valmana| Office: 10.1.02
Tel: (34)-916.24.93.14   | Fax: (34)-916.24.98.49
mailto:[EMAIL PROTECTED] | http://jupiter.uc3m.es/~david/
Universidad Carlos III de Madrid | Dpto. de Estadistica y Econometria




Re: Concatenar al final de un fichero

1999-03-01 Thread Jose Rodriguez
David Leal wrote:

 Hola a todos:

 Sabe alguien como hacer para concatenar ficheros y colocarlos al final
 de uno que ya existe?

 He intentado

 $ cat file1 file2  file3

 pero se queja diciendome que el fichero file3 existe. Si hago

¿Tienes permisos de escritura sobre file3?


 $ cat file1 file2  file3

 Me dice
 cat: Cannot use file3 as both input and output.

El ejemplo que pones ES correcto (y a mi me funciona, al menos con bash y csh). 
¿Que
interprete de comandos (shell) usas?

 He mirado en el man del cat y al parecer esta posibilidad no se
 contempla.

Yo creo que en realidad no es el cat quien lo hace exactamente (repito, eso 
creo), sino la
shell, con el redireccionamiento . Es decir, el cat solo reproduce por el 
stdout lo que le
entra. La shell hace el resto.

 Gracias de antemano,

 David

Saludos,
Jose

--
Jose Rodriguez  [EMAIL PROTECTED]
Instituto Nacional de Meteorologia  SPAIN




Re: Concatenar al final de un fichero

1999-03-01 Thread J.E. Marchesi
On Mon, 1 Mar 1999, Jose Rodriguez wrote:

 David Leal wrote:
 
  Hola a todos:
 
  Sabe alguien como hacer para concatenar ficheros y colocarlos al final
  de uno que ya existe?
 
  He intentado
 
  $ cat file1 file2  file3
 
  pero se queja diciendome que el fichero file3 existe. Si hago
 
 ¿Tienes permisos de escritura sobre file3?
 
 
  $ cat file1 file2  file3
 
  Me dice
  cat: Cannot use file3 as both input and output.
 
 El ejemplo que pones ES correcto (y a mi me funciona, al menos con bash y 
 csh). ¿Que
 interprete de comandos (shell) usas?
 
  He mirado en el man del cat y al parecer esta posibilidad no se
  contempla.
 
 Yo creo que en realidad no es el cat quien lo hace exactamente (repito, eso 
 creo), sino la
 shell, con el redireccionamiento . Es decir, el cat solo reproduce por el 
 stdout lo que le
 entra. La shell hace el resto.
 
  Gracias de antemano,
 
  David
 
 Saludos,
 Jose
 
 --
 Jose Rodriguez  [EMAIL PROTECTED]
 Instituto Nacional de Meteorologia  SPAIN
 
 
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 

Saludos,

Mira si tienes activada la opcion de la shell NOCLOBBER. Esta puede 
ser la causa del problema.

   J.E. Marchesi


Re: Concatenar al final de un fichero

1999-03-01 Thread David Leal
 Mira si tienes activada la opcion de la shell NOCLOBBER. Esta puede
 ser la causa del problema.


Cuando hago set me sale lo siguente, pero no se si eso quiere decir que la 
tengo activada

urano 93: set
MY  /EST_users/david/bin
argv()
autologout  600
cwd /EST_users/david/fortran/tesis/hydfun
filec
history 30
home/EST_users/david
noclobber
notify
path(EL PATH(MUY LARGO))
prompt  urano !:
savehist30
shell   /usr/bin/csh
status  0
system  urano
termhpterm
userdavid


Como ves aparece la opci'on noclobber supongo que querra decir que la tengo 
activada.

Que significa esta opci'on y como la puedo desactivar?

Gracias,

David

--
David R. Leal Valmana| Office: 10.1.02
Tel: (34)-916.24.93.14   | Fax: (34)-916.24.98.49
mailto:[EMAIL PROTECTED] | http://jupiter.uc3m.es/~david/
Universidad Carlos III de Madrid | Dpto. de Estadistica y Econometria




Re: Concatenar al final de un fichero

1999-03-01 Thread J.E. Marchesi


Saludos de nuevo,

La opcion NOCLOBBER activada provoca las siguientes reacciones de la 
shell:

   1. Al intentar realizar una redireccion simple a un fichero que ya 
existe, la shell avisa y no realiza ninguna accion. P.Ej: echo hola  fich.

   2. Al intentar realizar una redireccion doble (de 'anianido') a un 
fichero que no existe, la shell avisa y no realiza ninguna accion. P.Ej: 
  echo hola  fich

 Igual no tiene que ver con tu problema, pero bien pudiera ser. Para 
desactivar la opcion, haz un

 unset noclobber

J.E. Marchesi


Re: Concatenar al final de un fichero

1999-03-01 Thread David Leal
J.E. Marchesi wrote:

 Saludos de nuevo,

 La opcion NOCLOBBER activada provoca las siguientes reacciones de la
 shell:

1. Al intentar realizar una redireccion simple a un fichero que ya
 existe, la shell avisa y no realiza ninguna accion. P.Ej: echo hola  fich.

2. Al intentar realizar una redireccion doble (de 'anianido') a un
 fichero que no existe, la shell avisa y no realiza ninguna accion. P.Ej:
   echo hola  fich

  Igual no tiene que ver con tu problema, pero bien pudiera ser. Para
 desactivar la opcion, haz un

  unset noclobber

Solucionado haciendo lo que me dices de unset noclobber! Muchas gracias por tu
eficacia.


Ahora veo que la tengo activada por defecto en mi fichero .cshrc.

--
David R. Leal Valmana| Office: 10.1.02
Tel: (34)-916.24.93.14   | Fax: (34)-916.24.98.49
mailto:[EMAIL PROTECTED] | http://jupiter.uc3m.es/~david/
Universidad Carlos III de Madrid | Dpto. de Estadistica y Econometria




Re: Compilar en linux para ejecutar en DOS

1999-03-01 Thread Santiago Vila
On Sun, 28 Feb 1999, Rafael Cordones Marcos wrote:

 Alguien ha compilado un programa en C para crear un .EXE y poder
 ejecutarlo en MS-DOS. Me parece algo imposible... pero de Linux me lo
 espero todo ya.

Poderse se puede, creo que alguien de Debian iba a hacer un paquete de
DJGPP como compilador cruzado, pero no sé en qué quedó la cosa.

Los compiladores cruzados no son tan raros, si miras el manual de
instalación de gcc verás que se explica con detalle cómo se configura uno.

Lo que sí tiene mérito es que exista DJGPP (o emx) como compilador nativo
para MS-DOS.

-- 
 2b98b88ff0646f2e4ec4b2c5050b0f02 (a truly random sig)


Re: Concatenar al final de un fichero

1999-03-01 Thread Antonio Castro
On Mon, 1 Mar 1999, David Leal wrote:

 Hola a todos:
 
 Sabe alguien como hacer para concatenar ficheros y colocarlos al final
 de uno que ya existe?
 
 He intentado
 
 $ cat file1 file2  file3
 
 pero se queja diciendome que el fichero file3 existe. Si hago
 
 $ cat file1 file2  file3
 
 Me dice
 cat: Cannot use file3 as both input and output.

M. A riesgo de pasarme de listo creo lo siguiente.

No estas poniendo el comando exacto que estabas intentando usar verdad?
Seguramente usabas algun asterisco y resulta que tu file3 de salida
tambien aparece en la lista de entrada de los ficheros.

Si cat no se hubiera quejado la salida habría llenado tu disco duro.

 
 He mirado en el man del cat y al parecer esta posibilidad no se
 contempla.
 
 Gracias de antemano,
 
 David
 
 
 
 --
 David R. Leal Valmana| Office: 10.1.02
 Tel: (34)-916.24.93.14   | Fax: (34)-916.24.98.49
 mailto:[EMAIL PROTECTED] | http://jupiter.uc3m.es/~david/
 Universidad Carlos III de Madrid | Dpto. de Estadistica y Econometria
 
 
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 

---
En caso de contestar a la lista mandame copia personal.

/\ /\  Los mas importantes desarrolladores de Bases de datos 
  \\W//están portando sus productos a Linux. Porque crees tu
 _|0 0|_   que será ?Yo creo que Linux es el futuro.
+-oOOO--(___o___)--OOOo--+ 
|  . . . . U U . . . . Antonio Castro Snurmacher |  
| http://slug.ctv.es/~acastro.[EMAIL PROTECTED] |
+()()()--()()()--+  


Re: HOWTO para empaquetar DEB ?

1999-03-01 Thread Santiago Vila
On Sat, 27 Feb 1999, Miguel Barrio wrote:

 Estoy intentando debianizar algunos paquetes que he encontrado, partiendo
 del archivo con los fuentes pero no sé cuál es la forma más correcta de
 hacerlo.
 
 He leido varios documentos (debian-policy, packaging, debhelper, debmake)
 y no sé qué demonios utilizar para hacer el paquete, ya que me hago
 un lío entre tantas utilidades diferentes. ¿ Existe algún HOWTO al estilo
 de RPM-HOWTO ? A modo de crítica constructiva, decir que con RPM me resultaba
 todo mucho más fácil.

mini-mini-HOWTO para crear paquetes Debian.

* Lee (obligatoriamente) el manual de normas de Debian (debian-policy)
  y el manual de empaquetamiento (packaging manual).
* Toma el paquete fuente de GNU hello como ejemplo.
* Los paquetes debhelper y debmake son opcionales, no estás obligado a
  usar ninguno de ellos.
* Construye el paquete usando  dpkg-buildpackage -rfakeroot
* Cuando hayas terminado, usa lintian para comprobar que no has cometido
  ningún error de empaquetamiento.
* Instálalo en tu máquina y comprueba que funciona.
* Comprueba que la desinstalación también funciona.
* En caso de duda, y preferentemente cuando no encuentres respuesta en los
  manuales correspondientes, puedes consultar en la lista debian-mentors.

-- 
 2205de64a90829847ba73ae8ba920fc5 (a truly random sig)


hamm y Adaptec AIC 7890

1999-03-01 Thread Ibañez
Estoy intentando instalar Debian 2.0 en un ordenador con un controlador
SCSI integrado en la placa.

En concreto el controlador es el AIC 7890 que es equivalente a la tarjeta
AHA 2490, y la distribución Debian es la que salio en Linux Actual hace
unos meses.

Arranco desde el CD (que es IDE) pero Linux no detecta el disco duro que
esta conectado a la controladora SCSI, he probado pasandole al nucleo
distintos parametros (aic7xxx=...) pero sin exito.

Al teminar de arrancar, salgo del programa dinstall a la linea de comandos:

$ cat /proc/scsi/scsi
No devices attached (o algo parecido)

$ cat /proc/pci
Bus 0, device X, ...
SCSI storage ... Vendor Unknow Device Unknow


(O algo parecido)

Me imagino que el problema es con la controladora, no con el disco duro, pero
no puedo asegurarlo.
La ultima pantalla de mensajes del nucleo queda machacada por la pantalla de
dinstall y no me da tiempo a leer dichos mensajes, es probable que contengan
informacion relevante.

El ordenador vino con W98 preinstalado, el cual no tiene problemas con esto.


Cual es el problema? Necesito añadirle algun parametro al nucleo?
Tengo que recompilar un nuevo nucleo y crear un disco de arranque?


Cualquier idea sera eternamente agradecida,
David


PD: Si no puedo instalar Debian en un periodo razonable de tiempo no me
  quedara mas remedio que probar RedHat, espero no tener que llegar a eso.


Re: hamm y Adaptec AIC 7890

1999-03-01 Thread Enrique Zanardi
On Mon, Mar 01, 1999 at 05:53:44PM +0100, Ibañez Palomar Juan David wrote:
 Estoy intentando instalar Debian 2.0 en un ordenador con un controlador
 SCSI integrado en la placa.
 
 En concreto el controlador es el AIC 7890 que es equivalente a la tarjeta
 AHA 2490, y la distribución Debian es la que salio en Linux Actual hace
 unos meses.
 
 Arranco desde el CD (que es IDE) pero Linux no detecta el disco duro que
 esta conectado a la controladora SCSI, he probado pasandole al nucleo
 distintos parametros (aic7xxx=...) pero sin exito.
 
 Al teminar de arrancar, salgo del programa dinstall a la linea de comandos:
 
   $ cat /proc/scsi/scsi
   No devices attached (o algo parecido)
 
   $ cat /proc/pci
   Bus 0, device X, ...
   SCSI storage ... Vendor Unknow Device Unknow
   
 
   (O algo parecido)
 
 Me imagino que el problema es con la controladora, no con el disco duro, pero
 no puedo asegurarlo.
 La ultima pantalla de mensajes del nucleo queda machacada por la pantalla de
 dinstall y no me da tiempo a leer dichos mensajes, es probable que contengan
 informacion relevante.
 
 El ordenador vino con W98 preinstalado, el cual no tiene problemas con esto.
 
 
 Cual es el problema? Necesito añadirle algun parametro al nucleo?
 Tengo que recompilar un nuevo nucleo y crear un disco de arranque?
 
 
 Cualquier idea sera eternamente agradecida,
 David
 
 
 PD: Si no puedo instalar Debian en un periodo razonable de tiempo no me
   quedara mas remedio que probar RedHat, espero no tener que llegar a eso.

Instala la Debian 2.1, que se publcia esta noche. El controlador para tu
tarjeta SCSI ha sido mejorado en los últimos meses.

Saludos,
--
Enrique Zanardi[EMAIL PROTECTED]


Sonido

1999-03-01 Thread Emilio Castrillejo
Hola a todos.

Tengo un problema con la tarjeta de sonido al que no le encuentro
explicación.

Si pongo un CD de música en windows a sonar y reinicio rearrancando en
linux, sigue sonando la música (es decir, el hw está bien). En ese
momento, puedo controlar el CD con el xplaycd.

Si apago y enciendo, y entro en linux no puedo poner música en el CD, no
funciona nada.

He probado el xplaycd con /dev/mixer y accediendo directamente (las dos
opciones que tiene).

Además, siempre que intento acceder al /dev/mixer (p.ej., en el
arranque, cuando entra gom) da un error operation not supported by
device.

Por último, lo más raro de todo es que estoy seguro de haber puesto CDs
de música con el linux (no recuerdo a partir de cuándo dejó de
funcionar).

¿Puede ser que tenga que cargar algún módulo en el arranque que ya no se
carga?

Emilio.



Re: hamm y Adaptec AIC 7890

1999-03-01 Thread Ubaldo Fernández Covelo
El Mon, Mar 01, 1999 at 05:53:44PM +0100, Ibañez Palomar Juan David dijo:
 Estoy intentando instalar Debian 2.0 en un ordenador con un controlador
 SCSI integrado en la placa.
 
 En concreto el controlador es el AIC 7890 que es equivalente a la tarjeta
 AHA 2490, y la distribución Debian es la que salio en Linux Actual hace
 unos meses.
 
 Arranco desde el CD (que es IDE) pero Linux no detecta el disco duro que
 esta conectado a la controladora SCSI, he probado pasandole al nucleo
 distintos parametros (aic7xxx=...) pero sin exito.

Yo tengo un AIC 7860 integrado en placa equivalente a un AHA 2490 y no me ha
dado ningún problema. Tambien uso Debian 2.0 con kernel 2.0.34.


 
 Al teminar de arrancar, salgo del programa dinstall a la linea de comandos:
 
   $ cat /proc/scsi/scsi
   No devices attached (o algo parecido)
 
   $ cat /proc/pci
   Bus 0, device X, ...
   SCSI storage ... Vendor Unknow Device Unknow
   
 
   (O algo parecido)
 
 Me imagino que el problema es con la controladora, no con el disco duro, pero
 no puedo asegurarlo.
 La ultima pantalla de mensajes del nucleo queda machacada por la pantalla de
 dinstall y no me da tiempo a leer dichos mensajes, es probable que contengan
 informacion relevante.
 

Si arrancas con el comando dmesg ves los mensajes del arranque.

 El ordenador vino con W98 preinstalado, el cual no tiene problemas con esto.
 
 
 Cual es el problema? Necesito añadirle algun parametro al nucleo?
 Tengo que recompilar un nuevo nucleo y crear un disco de arranque?
 
 
 Cualquier idea sera eternamente agradecida,
 David
 
 

Si puedes instalar en otro disco IDE por ejemplo, actualiza el kernel al
2.0.36 o mejor el 2 de Marzo es decir ya, sale Slink que imagino llevará el
kernel más actualizado y es posible que ya te lo reconozca.

Suerte


Re: Sonido

1999-03-01 Thread Ignacio J. Alonso
¿No será que tu tarjeta es pnp y al venir de W95-dos la tienes inicializado y
por eso funciona y cuando entras directamente en linux como no tienes
inicializado el pnp no te funciona?

Emilio Castrillejo decia:
 Hola a todos.
 
 Tengo un problema con la tarjeta de sonido al que no le encuentro
 explicación.
 
 Si pongo un CD de música en windows a sonar y reinicio rearrancando en
 linux, sigue sonando la música (es decir, el hw está bien). En ese
 momento, puedo controlar el CD con el xplaycd.
 
 Si apago y enciendo, y entro en linux no puedo poner música en el CD, no
 funciona nada.
 
 He probado el xplaycd con /dev/mixer y accediendo directamente (las dos
 opciones que tiene).
 
 Además, siempre que intento acceder al /dev/mixer (p.ej., en el
 arranque, cuando entra gom) da un error operation not supported by
 device.
 
 Por último, lo más raro de todo es que estoy seguro de haber puesto CDs
 de música con el linux (no recuerdo a partir de cuándo dejó de
 funcionar).
 
 ¿Puede ser que tenga que cargar algún módulo en el arranque que ya no se
 carga?
 
 Emilio.
 
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

-- 

 \\
 ( @ @ )
 ===NaClU2==ºoO(_)OoºIgnacio=
 _/ _/ _/_/_/ _/_/_/  Desde: 40º25'N 3º39'O
_/ _/ _/  _/ _/   
   _/ _/  _/ _/_/_/ _/_/_/
  _/ _/  _/ _/  _/ _/ mailto:[EMAIL PROTECTED]
 _/ _/_/_/ _/  _/ _/_/_/  
 


Re: hamm y Adaptec AIC 7890

1999-03-01 Thread Han Solo
Ibañez Palomar Juan David wrote:

Yo instalé Debian 2.0 con una adaptec 2940UW, sobre un disco SCSI y creo
recordar que sólo le dije que tenía que cargar el módulo aic7xxx en la
instalación. el resto fue como la seda. Si no te sale, mándame un mail,
y te lo miro (ahora mismo no tengo ese ordenador delante).
-- 
Un Saludo

Han Solo
The Rebel Alliance

Conecto, luego existo.
Desconecto, luego insisto.
Soy usuario de infobirria+

P.D. La firma no es mía, sino de uno que trabajaba, precisamente, en M$.
Vivir para ver.


Re: No detecta toda la memoria

1999-03-01 Thread Han Solo
Agustín Martín wrote:

 b) Actualízate a un kernel nuevo de la serie 2.2 (o espera a que esté
 disponible como paquete debian, que no creo que tarde mucho), para los
 que ya no es necesario decírselo.
 
 Saludos,

Basta con el kernel 2.0.36, no es necesario migrar al 2.2.x.

-- 
Un Saludo

Han Solo
The Rebel Alliance

Conecto, luego existo.
Desconecto, luego insisto.
Soy usuario de infobirria+

P.D. La firma no es mía, sino de uno que trabajaba, precisamente, en M$.
Vivir para ver.


Recife Linux Installfest

1999-03-01 Thread Clovis Sena / Itautec Serviços Recife
http://members.xoom.com/_XMCM/rpragana/ifest-dayafter.htmlTitle: Recife Linux Installfest







Preparando o seu computador para o
próximo milênio.







Resultados da
Installfest



cerca de 50 instalações


mais de 200 visitas


previsão de um bom futuro
para o Linux no Recife





Installfest
results



circa 50 installations


more than 200 visitors


great linux plans for the
future!








O Recife Linux Installfest atingiu todos os seus objetivos.
Agradecemos a participação de todos: instaladores, colaboradores, imprensa, e
principalmente do público que levou seus computadores numa demonstração de
confiança e tiveram o Linux instalado em seus equipamentos.  O Linux já está
começando a dominar Pernambuco!  Esperamos poder organizar outros festivais
como esse, já com uma base de colaboradores maior!!!

Recife Linux
Installfest was, in a few words,
a success! We would like to thank very much all our colaborators, installers
and the people that have given us the means to succeed in this enterprise.
Linux is beginning to dominate Brazil too! We hope to make more festivals like
this one with even more participants.

 










Começam a chegar as pessoas...

People begin to arrive...






Depois de poucos instantes de aberto ao público. Infelizmente, eu estava muito
ocupado para tirar fotos quando estava realmente no auge :(   

After a few minutes after the overture.
Unfortunatelly, I was very busy to take other pictures :(










A revenda local da RedHat nos auxiliou também.

Our local RedHat dealer, helped us
too.










Aqui estão alguns dos gerentes da loja que nos cederam o espaço.

Here are some store managers, that supported us
with the place to make this event.














Nos confraternizamos no final pelo sucesso total do festival. Aqui estou
apertando as mãos de Joel Moraes (à esquerda).

We praised for the success. Here I'm shaking
hands (right) with Joel Moraes (left).




Alguns dos nossos instaladores: Julius Pragana à esquerda e em seguida Cláudio
Machado. Abaixo no dia anterior, quando nos preparávamos. 

Here are some of our collaborators: Julius at the
left followed by Cláudio Machado. Below in the "day before", when we prepared
our software.





















rpragana
Sun Feb 28 17:20:46 EST 1999










begin:  vcard
fn: Clovis Sena/Servicos Recife Recife - Pernambuco - Brasil
n:  Recife - Pernambuco - Brasil;Clovis Sena/Servicos Recife
org:Grupo Itautec Philco
email;internet: [EMAIL PROTECTED]
title:  Assistencia Tecnica/Technical Support
note;quoted-printable:We use and see Linux as a new begining!!!=0D=0A=
	 Com a graca de Deus chegaremos la =
	=0D=0A=
	Thank you for making a bether world!!!
x-mozilla-cpt:  ;0
x-mozilla-html: FALSE
version:2.1
end:vcard



no /usr/bin/emacs created by emacs20

1999-03-01 Thread Mark Phillips

I've just upgraded to Slink, and emacs no longer works.  It would seem one
now must run emacs20.  Is this a bug or a feature?

Mark.


_/\___/~~\
/~~\_/~~\__/~~\__Mark_Phillips
/~~\_/[EMAIL PROTECTED]
/~~\HE___/~~\__/~~\APTAIN_
/~~\__/~~\
__
They told me I was gullible ... and I believed them! 




Re: Help

1999-03-01 Thread Andrei Ivanov
 
 Hi I am new to Linux, and am learning fairly quick.  But I am having
 problems getting my Xserver to work at a higher color depth then 8.  If
 I try and remove that particular setting in the XF86Config file then it
 tells me that it cannot find the 8 bpp color setting and there for am
 unable to start X.

to start it with 16bpp use
startx -- -bpp 16

 
 Also is there a way to save screen size I.E.  so that every time I start
 Netscape I do not have to rezie it to fit the window.  I am using FWM95
 as my x manager.  I find it annoying to have to resize the windows every
 time I start X and Netscape.

Most applications allow you to specify the size which they take upon the
startup. Like, if you call
xterm -geometry 80x40
it will produce xterm window of size 80x40.
Same with emacs, etc.
I don't know the way it's done in FWM95, but in AfterStep I can edit a
wharf file (wharf is the controller for AS on my computer) so that when I
click on an icon it will give me an emacs window of specific size.
I'm sure there is a way to do that in FWM as well.
The other way would be to change the /etc/X11/Xresources file and put in a
string at the end like:
Netscape*Size: 120x50
I am not sure about the exact syntax, I'm deriving this from the way I
initialize fonts for Netscape through Xresources, but try it out.

HTH,
  Andrew
---
 Andrei S. Ivanov  
 [EMAIL PROTECTED]   
 UIN 12402354  
 http://members.tripod.com/AnSIv   --Little things for Linux.


imagineradio and linux netscape

1999-03-01 Thread Matt Garman

Has anyone tried http://www.imagineradio.com under Linux?  It's an
internet radio, that uses RealAudio.  Whenever I hit the listen
button, a new window comes up (as it should), but then my browser
completely crashes (exit 255).

Anyone know what's causing this or how I can get around it?

Thanks,
MG

-- 
Matt Garman, [EMAIL PROTECTED]
They're always havin' a good time down on the bayou,
 Lord, them delta women think the world of me.
-- Dickey Betts, Ramblin' Man


X server slink

1999-03-01 Thread Craig McVean
 HI.to all at luv 
I have been running hamm since it was released and LoVE it. ANYway my problem 
is that i stuffed up my x server a while back (by doing a very stupid thing i 
tried to install the scitech display doctor server...Iknow ...)well it stuffed 
up my xwrapper so i had to setuidroot my xserver. Now that i am upgrading to 
slink will my xwrapper/xserver probs be fixed with thie upgrade or will i still 
have the same problem?

 
-- 
Regards, | Debian GNU/   __  o 
 | R L  / / _  _  _  _  _ __  __
   Craig | E I / /__  / / / \// //_// \ \/ /
 | D N// /_/ /_/\/ /___/  /_/\_\
[EMAIL PROTECTED] | H U...because lockups are for convicts...
 | A X
   ICQ   | T


Re: help for samba.conf

1999-03-01 Thread Carey Evans
Dan Pomohaci [EMAIL PROTECTED] writes:

 I have a Linux server (Debian - slink) which must share files with a
 bunch of Windows boxes. I've installed Samba on Linux and have made all the
 modifications (I think) on Windows clients. Now they can see the Linux
 server but they are not permited to access the files from Linux
 server.

IMHO, you should be using security = user.  Give everyone a Unix
account, and set the MS password using `smbpasswd'.  You may want to
consider upgrading to the latest Samba (version 2) from potato too.

If it still doesn't work, see what kind of errors you get with
smbclient, e.g.

$ smbclient '\\hostname\tmp' -U whoever

You can add -d 2 or -d 5 to get debugging output from smbclient.

You can also increase the debug level, and check (IIRC) /var/log/smb
for errors.

-- 
 Carey Evans  http://home.clear.net.nz/pages/c.evans/

And so, New York has joined the fraternity of cities whose only admission
requirement is to be overrun with evil zombies.http://www.sluggy.com/


realaudio with 2.2.2

1999-03-01 Thread Bob Nielsen
I saw some messages about realaudio not working with 2.2.x.

I've been able to get it to work with some sites (which use video) and not
others.  Does anyone know if Real is going to have an upgrade soon?   G2?

Bob


Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
DM42nh  http://www.primenet.com/~nielsen


Re: Dependency problem with libc6 - SOLVED

1999-03-01 Thread crp
Jiri Baum wrote:

Presumably the best option would be to download a matched set of the latest
libc, libc-dev and libc-whatever, and use dpkg to install them.

I've done that and it worked!

Thanks for the help.



Carlos


AfterStep screenshots

1999-03-01 Thread Andrei Ivanov
Evening all.
I don't seem to be able to make screen/window shots with Afterstep 1.4.5
I get the XGRBSCForm window, but unless I (or 'find') can not find a
screenshot file, I'm probably doing something wrong. I've tried changing
the waiting times to 0, that doesnt help. Any idea where those files might
be, or what can be wrong?
syslog/xconsole don't give any error messages.

TIA,
  Andrew

---
 Andrei S. Ivanov  
 [EMAIL PROTECTED]   
 UIN 12402354  
 http://members.tripod.com/AnSIv   --Little things for Linux.


CD-RW and CD-ROM both scd0

1999-03-01 Thread Paul Nathan Puri
At boot time, my cd-rw is recognized, and when I run xcdroast, the
ide/scsi info seems to say that my nec cd-rom and my hp cd-rw are both on
host scsi0.  Why is this.  When I type mount -t iso9660 /dev/sr0, my
cd-rom is mounted, sr1-12 all mount my cdrom.  Where would my cd-writer
be?

NatePuri
Certified Law Student
 Debian GNU/Linux Monk
McGeorge School of Law
[EMAIL PROTECTED]
http://ompages.com



Okay to remove obsolete required packages like base?

1999-03-01 Thread Mark Phillips
I've just done an upgrade to slink, but when I go into dselect I
observe that there are a number of obsolete packages:

--- Obsolete and local packages present on system ---
- Obsolete/local Required packages -
--- Obsolete/local Required packages in section base ---
 *__ Req base base 1.1.0-14none  

 *** Req base slang0.99.38 0.99.38-6   none
- Obsolete/local Standard packages -
--- Obsolete/local Standard packages in section devel ---
 *** Std develncurses3.4-d 1.9.9g-8.10 none
--- Obsolete/local Standard packages in section mail ---
 *** Std mail elm  2.4pl25-6   none
--- Obsolete/local Standard packages in section utils ---
 *** Std utilslsof 4.28-3  none
- Obsolete/local Optional packages -
--- Obsolete/local Optional packages in section contrib/graphics 
---
 *-- Opt contrib/ gdk-imlib-no 1.3-3   none
--- Obsolete/local Optional packages in section contrib/libs ---
 *** Opt contrib/ kdelibs0g980312-5none
--- Obsolete/local Optional packages in section games ---
 *** Opt gamesfilters  1.6 none
--- Obsolete/local Optional packages in section libs ---
 *** Opt libs newt0.21 0.21-8  none
--- Obsolete/local Optional packages in section x11 ---
 *** Opt x11  xfntbig  3.3.2.3-2   none
- Obsolete/local Extra packages -
--- Obsolete/local Extra packages in section contrib/x11 ---
 *** Xtr contrib/ kdebase  980312-8none

Can I purge them all?

Now when I try and purge base, I get:

# dpkg --remove base 
dpkg: error processing base (--remove):
 This is an essential package - it should not be removed.
Errors were encountered while processing:
 base

Now I presume I should do some kind of forced purge, but I'm a bit
reluctant to remove an essential package --- is it okay to do this?

Thanks,

Mark.




_/\___/~~\
/~~\_/~~\__/~~\__Mark_Phillips
/~~\_/[EMAIL PROTECTED]
/~~\HE___/~~\__/~~\APTAIN_
/~~\__/~~\
__
They told me I was gullible ... and I believed them! 




Re: CD-RW and CD-ROM both scd0

1999-03-01 Thread Alexander Stavitsky
On Sun, Feb 28, 1999 at 05:32:12PM -0800, Paul Nathan Puri wrote:
 At boot time, my cd-rw is recognized, and when I run xcdroast, the
 ide/scsi info seems to say that my nec cd-rom and my hp cd-rw are both on
 host scsi0.  Why is this.  When I type mount -t iso9660 /dev/sr0, my
 cd-rom is mounted, sr1-12 all mount my cdrom.  Where would my cd-writer

I'm not sure this is the cause of the problem but IDE-SCSI
do not seem to work properly for me when Probe all LUN's is selected
in SCSI kernel configuration. I had my CD-RW listed multiple times.
When I deselected Probe all LUN's it only detected one device.
I can speculate that you have kernel compiled with this option and
your cdrom shows up as multiple devices and fills all device entries.
Try to recompile the kernel that will only probe until the first LUN and
see if it helps.

 be?
 
 NatePuri
 Certified Law Student
  Debian GNU/Linux Monk
 McGeorge School of Law
 [EMAIL PROTECTED]
 http://ompages.com
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 


Re: CD-RW and CD-ROM both scd0

1999-03-01 Thread Paul Nathan Puri
Your right, I do have this option compiled in.  I now take it out; thanks.

NatePuri
Certified Law Student
 Debian GNU/Linux Monk
McGeorge School of Law
[EMAIL PROTECTED]
http://ompages.com

On Sun, 28 Feb 1999, Alexander Stavitsky wrote:

 On Sun, Feb 28, 1999 at 05:32:12PM -0800, Paul Nathan Puri wrote:
  At boot time, my cd-rw is recognized, and when I run xcdroast, the
  ide/scsi info seems to say that my nec cd-rom and my hp cd-rw are both on
  host scsi0.  Why is this.  When I type mount -t iso9660 /dev/sr0, my
  cd-rom is mounted, sr1-12 all mount my cdrom.  Where would my cd-writer
 
 I'm not sure this is the cause of the problem but IDE-SCSI
 do not seem to work properly for me when Probe all LUN's is selected
 in SCSI kernel configuration. I had my CD-RW listed multiple times.
 When I deselected Probe all LUN's it only detected one device.
 I can speculate that you have kernel compiled with this option and
 your cdrom shows up as multiple devices and fills all device entries.
 Try to recompile the kernel that will only probe until the first LUN and
 see if it helps.
 
  be?
  
  NatePuri
  Certified Law Student
   Debian GNU/Linux Monk
  McGeorge School of Law
  [EMAIL PROTECTED]
  http://ompages.com
  
  
  
  -- 
  Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
  
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: Okay to remove obsolete required packages like base?

1999-03-01 Thread Mark Phillips
  Now when I try and purge base, I get:
  
  # dpkg --remove base 
  dpkg: error processing base (--remove):
   This is an essential package - it should not be removed.
  Errors were encountered while processing:
   base
  
  Now I presume I should do some kind of forced purge, but I'm a bit
  reluctant to remove an essential package --- is it okay to do this?
 
 NO DO NOT REMOVE BASE! IT WILL KILL YOUR SYSTEM!!!

Thanks for this, I think perhaps I'll wait.

I had presumed that given slink is to be released officially in about
21 hours time, that virtually all the bugs, if not all the bugs, would
have been fixed by now.  Guess I was wrong.

Hmm, now this leads me to a bit of a dilemma, I want to install some new
packages.  I was hoping apt-get would be able to do this for me, but it
seems that apt-get will only install commandline explicitly stated packages.
Ie, I wanted to be able to select stuff using dselect, and then exit and use
apt-get to do the work.  Unfortunately it would seem this is not possible.
What is possible is to use the apt method in dselect to install new
packages, but it would seem this is not safe, as I get the following:

Updating package status cache...done
Checking system integrity...ok
The following packages will be REMOVED:
  gdk-imlib-nonfree1 base 
The following NEW packages will be installed:
  gdk-imlib1 fvwm2 xf86setup talkd imlib-progs libjpeg62-dev xmanpages telnetd
  libhtml-parser-perl netpbm telnet nfs-server talk 
WARNING: The following essential packages will be removed
This should NOT be done unless you know exactly what you are doing!
  base base base 
3 packages upgraded, 13 newly installed, 2 to remove and 0 not upgraded.
Need to get 9804k of archives. After unpacking 9637k will be used.
Do you want to continue? [Y/n] n

So, here's my problem: how do I install new packages safely, without 
specifying them one by one on the commandline?

Thanks again,

Mark.


_/\___/~~\
/~~\_/~~\__/~~\__Mark_Phillips
/~~\_/[EMAIL PROTECTED]
/~~\HE___/~~\__/~~\APTAIN_
/~~\__/~~\
__
They told me I was gullible ... and I believed them! 




rm message..what is the answer.

1999-03-01 Thread Roddie Rod
I'm still trying to delete broken symlinks and files that are hosing my
system. When I try to use rm on files I get the following:

rm -r /usr/lib/mc, overiding mode 5265?

any answer I give, yes, enter or chmod 666 give me either nothing or
operation not permitted. Does anyone have advice?? I'm becoming very
frustrated over this broken link and file problem.

Roddie Rod

'Man is the greatest cancer ever to be seen'
-Entombed 'Contempt'





Re: Okay to remove obsolete required packages like base?

1999-03-01 Thread Mark Phillips

  Hmm, now this leads me to a bit of a dilemma, I want to install
  some new packages.  I was hoping apt-get would be able to do this
  for me, but it seems that apt-get will only install commandline
  explicitly stated packages.  Ie, I wanted to be able to select
  stuff using dselect, and then exit and use apt-get to do the
  work.  Unfortunately it would seem this is not possible.  What is
  possible is to use the apt method in dselect to install new
  packages, but it would seem this is not safe, as I get the
  following:
 
 Install apt and you should get a new apt method in dselect. Select
 option 1 in the main dselect menu and you should see it.

apt is already installed, and the new apt method in dselect was the
one I was attempting to use.  It was this method which told me it
would remove base:

  WARNING: The following essential packages will be removed
  This should NOT be done unless you know exactly what you are doing!
base base base 

I suppose I could hold the base package --- but are there any other
nasties awaiting me --- I read on the list somewhere that using apt
through dselect wasn't as safe as using apt-get.

Cheers,

Mark.

_/\___/~~\
/~~\_/~~\__/~~\__Mark_Phillips
/~~\_/[EMAIL PROTECTED]
/~~\HE___/~~\__/~~\APTAIN_
/~~\__/~~\
__
They told me I was gullible ... and I believed them! 




Re: rm message..what is the answer.

1999-03-01 Thread Mark Phillips
 I'm still trying to delete broken symlinks and files that are hosing my
 system. When I try to use rm on files I get the following:
 
 rm -r /usr/lib/mc, overiding mode 5265?
 
 any answer I give, yes, enter or chmod 666 give me either nothing or
 operation not permitted. Does anyone have advice?? I'm becoming very
 frustrated over this broken link and file problem.

I presume you aren't able to overide mode because you don't have the
right permission.  If you tried it as root, I imagine you could do it.

My question is though, why are you trying to delete these files?
Normally you shouldn't have to delete files here as the debian package
management should take care of it for you.  There are special
exceptions to this, but you need to be sure of exactly why you are
doing it.

Cheers,

Mark.



_/\___/~~\
/~~\_/~~\__/~~\__Mark_Phillips
/~~\_/[EMAIL PROTECTED]
/~~\HE___/~~\__/~~\APTAIN_
/~~\__/~~\
__
They told me I was gullible ... and I believed them! 




Re: Okay to remove obsolete required packages like base?

1999-03-01 Thread Bob Nielsen
What is base?  I have three systems (hamm, slink and potato) and none of
them list a package by this this name in dselect (I don't recall it from
rex, either.) I do see base-files, base-passwd, xbase, etc. 

Bob

On Sun, 28 Feb 1999, George Bonser wrote:

 On Mon, 1 Mar 1999, Mark Phillips wrote:
 
  I've just done an upgrade to slink, but when I go into dselect I
  observe that there are a number of obsolete packages:
  
  --- Obsolete and local packages present on system ---
  - Obsolete/local Required packages -
  --- Obsolete/local Required packages in section base ---
   *__ Req base base 1.1.0-14none   
 
  
  Can I purge them all?
  
  Now when I try and purge base, I get:
  
  # dpkg --remove base 
  dpkg: error processing base (--remove):
   This is an essential package - it should not be removed.
  Errors were encountered while processing:
   base
  
  Now I presume I should do some kind of forced purge, but I'm a bit
  reluctant to remove an essential package --- is it okay to do this?
 
 
 
 NO DO NOT REMOVE BASE! IT WILL KILL YOUR SYSTEM!!!
 
 Just wait, that is a known bug and is on the list of bugs that must be
 fixed. Leave it until there is a solution for the problem. Otherwise you
 will remove several vital packages.
 
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
DM42nh  http://www.primenet.com/~nielsen


Best mail transport agent for a desktop PC

1999-03-01 Thread Eloy A. Paris
Hi,

I am just wondering what's the best mail transport agent for a PC that
will not be receiving e-mail from the outside world and will be
transferring all e-mail to a mail hub.

A standard installationg of Debian uses cron, which suggests a mail
transport agent.

In my servers I use sendmail but this looks overkill (in terms of
use of valuable resources like memory) for a simple workstation.

Can someone tell me what's in use out there (exim, smail, etc.)?

peloy.-


HP CD-RW: how to mount?

1999-03-01 Thread Paul Nathan Puri
Now my kernel is compiled to with scsi emulation, and generic scsi.  I
unselected probe all LUNs.  Now only my NEC cdrom and my HP cd-r are
recognized.  What do I mount for either?  /dev/sr0 and /dev/scd0 are not
working. 

thanks for the continuing assistance on this everyone...

NatePuri
Certified Law Student
 Debian GNU/Linux Monk
McGeorge School of Law
[EMAIL PROTECTED]
http://ompages.com


Re: rm message..what is the answer.

1999-03-01 Thread Roddie Rod
The problem is that I am logged in as root. I noticed the problem while
trying to upgrade fro midnight commander 4.1 to 4.5. There a symlinks in
the /usr/lib/mc directory that will not delete that cause my upgrade to
fail. also these link have disable certain functions in mc. I can't
install .deb's this with mc anymore. Other broken link cause seg faults
all over the place. I can't use dselect either is another problem that
comes to mind. I've tried to chmod 666 and chown but nothing is working.
My /usr/lost+found has -300k of broken links and files. I have even tried
dpkg --purge and nothing!

Roddie Rod

'Man is the greatest cancer ever to be seen'
-Entombed 'Contempt'


Announce: debian-laptop

1999-03-01 Thread Shaleh
There is now a debian-laptop mailing list.  Any questions or discussions
concerning running the Debian operating system(s) on laptops are welcome.

Send mail to debian-laptop-request with a subject of 'subscribe'.  Or visit the
www.debian.org site and use the online form.


RE: Announce: debian-laptop

1999-03-01 Thread Shaleh

On 01-Mar-99 Shaleh wrote:
 There is now a debian-laptop mailing list.  Any questions or discussions
 concerning running the Debian operating system(s) on laptops are welcome.
 
 Send mail to debian-laptop-request with a subject of 'subscribe'.  Or visit
 the
 www.debian.org site and use the online form.
 

The correct address is [EMAIL PROTECTED]  Sorry.


Re: Best mail transport agent for a desktop PC

1999-03-01 Thread Paul Nathan Puri
If you have apt installed, apt-get install exim.  Exim is the easiest to
configure.  When prompted to created the exim.conf file, choose (2), then
enter the relavant information.  After the setup app is finished vim
/etc/exim.conf and add the name of your local host where it says
local_hosts=

NatePuri
Certified Law Student
 Debian GNU/Linux Monk
McGeorge School of Law
[EMAIL PROTECTED]
http://ompages.com

On 1 Mar 1999, Eloy A. Paris wrote:

 Hi,
 
 I am just wondering what's the best mail transport agent for a PC that
 will not be receiving e-mail from the outside world and will be
 transferring all e-mail to a mail hub.
 
 A standard installationg of Debian uses cron, which suggests a mail
 transport agent.
 
 In my servers I use sendmail but this looks overkill (in terms of
 use of valuable resources like memory) for a simple workstation.
 
 Can someone tell me what's in use out there (exim, smail, etc.)?
 
 peloy.-
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: realaudio with 2.2.2

1999-03-01 Thread Ben Messinger
Bob Nielsen wrote:
 
 I saw some messages about realaudio not working with 2.2.x.
 
 I've been able to get it to work with some sites (which use video) and not
 others.  Does anyone know if Real is going to have an upgrade soon?   G2?

rumor
I have a good friend who is a sysadmin for my isp (which is really handy
at times!). One of the former sysadmins that he worked with now works
for RealNetworks and they stay in touch. The guy at RealNetworks says
they are working on a Linux G2 player but doesn't know (or won't tell)
any more than that. At least it is nice to know we will probably get one
sometime.
/rumor

-- 
Ben Messinger [EMAIL PROTECTED]

There are no accidents, only plans other people make and don't tell you
about.


RE: remove plip from kernel

1999-03-01 Thread Shaleh
Check the /lib/modules/version for the module.  Also make sure
/etc/conf.modules or /etc/modules.conf is not auto loading the plip module.


CD-RW mount errors

1999-03-01 Thread Paul Nathan Puri
When I mount /dev/hdd I get:
office:~# mount -t iso9660 /dev/hdd /cdrom
ide-scsi: hdd: unsupported command in request queue (0)
end_request: I/O error, dev 16:40 (hdd), sector 64
isofs_read_super: bread failed, dev=16:40, iso_blknum=16, block=32
mount: wrong fs type, bad option, bad superblock on /dev/hdd,
   or too many mounted file systems

When I mount /dev/hdc I get:
office:~# mount -t iso9660 /dev/hdc /cdrom
ide-scsi: hdc: unsupported command in request queue (0)
end_request: I/O error, dev 16:00 (hdc), sector 64
isofs_read_super: bread failed, dev=16:00, iso_blknum=16, block=32
mount: wrong fs type, bad option, bad superblock on /dev/hdc,
   or too many mounted file systems

When I mount /dev/sr0 I get:
office:~# mount -t iso9660 /dev/sr0 /cdrom
mount: the kernel does not recognize /dev/sr0 as a block device
   (maybe `insmod driver'?)

When I mount /dev/sr1 I get:
office:~# mount -t iso9660 /dev/sr1 /cdrom
mount: the kernel does not recognize /dev/sr1 as a block device
   (maybe `insmod driver'?)

Here's my /var/log/kern.log:

Feb 28 22:15:58 office kernel: end_request: I/O error, dev 16:40 (hdd),
sector 64
Feb 28 22:15:58 office kernel: isofs_read_super: bread failed, dev=16:40,
iso_blknum=16, block=32
Feb 28 22:17:08 office kernel: VFS: Disk change detected on device
ide1(22,0)
Feb 28 22:17:08 office kernel: ide-scsi: hdc: unsupported command in
request queue (0)
Feb 28 22:17:08 office kernel: end_request: I/O error, dev 16:00 (hdc),
sector 64
Feb 28 22:17:08 office kernel: isofs_read_super: bread failed, dev=16:00,
iso_blknum=16, block=32
Feb 28 22:26:52 office kernel: Kernel logging (proc) stopped.
Feb 28 22:26:52 office kernel: Kernel log daemon terminating.
Feb 28 22:29:20 office kernel: registered device ppp0
Feb 28 22:29:47 office kernel: PPP BSD Compression module registered
Feb 28 22:29:47 office kernel: PPP Deflate Compression module registered
Feb 28 22:32:29 office kernel: eth0: Changing PNIC configuration to
half-duplex, CSR6 812e.
Feb 28 22:39:08 office kernel: Kernel logging (proc) stopped.
Feb 28 22:39:08 office kernel: Kernel log daemon terminating.
Feb 28 22:41:13 office kernel: registered device ppp0

I hope this helps

NatePuri
Certified Law Student
 Debian GNU/Linux Monk
McGeorge School of Law
[EMAIL PROTECTED]
http://ompages.com



Re: Debian and Redhat - are most linux users missing the point?

1999-03-01 Thread Peter Ludwig
On Sun, 28 Feb 1999 [EMAIL PROTECTED] wrote:
 On 28-Feb-99, Mark Brown took time to write :
  3) No documentation on how to load/use the original programs that loaded
  when installing.  That is, can I load again the program that allowed me to
  Hmm...  This problem seems to apply to all the distributions I've tried. 
  They have a nice menu in the installer, but not once you've installed.
  You could try looking at the boot-floppies package source to see if you
  can figure out where it comes from.  You could also try asking the
  maintainer.
 the program used during the installation to deal with modules is called
 modconf and is available after installation in /usr/sbin

Thanx, now I know about it I'll go and modularize a _LOT_ of my kernel, I
only use some of the thing irregularly and I'd rather not have a 820k
kernel if I could help it :)
 
 Hope this helps.

It has.  Thanks.


ANNOUNCE: debian party in San Jose, Marth 3rd

1999-03-01 Thread Joey Hess
All debian people in town for LinuxWorld Expo are invited to a party,
following the expo on Wednesday, March 3rd. We will be going out to a
restraunt or some other venue in San Jose (to be determined, suggestions
welcome), and celebrating the release of debian 2.1 (or if it isn't released
on time, just celebrating). A featured guest is Wichert Akkerman, leader of
the debian project.

To attend, stop by the Debian booth (#1445) on Wednesday just before the
expo closes, at 6pm. We will gather there and drive to the party location.
Or drop by our website at http://kitenet.net/~bad/linuxworld.html in the
next few days for further details.

Attention debian developers and developers to be: bring your pgp keys!

-- 
see shy jo


Re: ANNOUNCE: debian party in San Jose, Marth 3rd

1999-03-01 Thread Jonathan Walther

Actually, your PGP keys aren't necessary:  but make REALLY sure you bring
the fingerprint of your public key with you, thats all you need.  Oh, and
also bring your drivers license, passport, etc.  We want to be able to
confirm you are who you say you are :)

For details of how to get your key fingerprint, go to
http://master.debian.org/~krooger/HOWTO-PGP-Key-Signing

Jonathan

On Sun, 28 Feb 1999, Joey Hess wrote:

 All debian people in town for LinuxWorld Expo are invited to a party,
 following the expo on Wednesday, March 3rd. We will be going out to a
 restraunt or some other venue in San Jose (to be determined, suggestions
 welcome), and celebrating the release of debian 2.1 (or if it isn't released
 on time, just celebrating). A featured guest is Wichert Akkerman, leader of
 the debian project.
 
 To attend, stop by the Debian booth (#1445) on Wednesday just before the
 expo closes, at 6pm. We will gather there and drive to the party location.
 Or drop by our website at http://kitenet.net/~bad/linuxworld.html in the
 next few days for further details.
 
 Attention debian developers and developers to be: bring your pgp keys!
 
 -- 
 see shy jo
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 


Re: remove plip from kernel

1999-03-01 Thread John Bagdanoff
George Bonser wrote:

 On Mon, 1 Mar 1999, Shaleh wrote:

  Check the /lib/modules/version for the module.  Also make sure
  /etc/conf.modules or /etc/modules.conf is not auto loading the plip module.

These are my 2 entries in /etc/modules:
#auto
serial



 Or better, delete the /lib/modules/kernel-version directory before
 installing the new kernel-image .deb

 It should warn/ask you about this when installing the .deb

I've removed the /lib/modules/2.0.36  before each time I've recompiled and  
installed
the newly compiled kernel-image.deb (except maybe the first time.)

Sounds to me like both of you feel plip module is being loaded up?

John


Re: Date Problems

1999-03-01 Thread wtopa

Subject: Date Problems
Date: Wed, Jul 07, 2004 at 01:10:08AM -0500

In reply to:D Richards

Quoting D Richards([EMAIL PROTECTED]):
 
 Hello
 
 I've just reinstalled debian hamm on my new 2.5 gig HD with no problems.  
 Except I can't seem to understand the correct syntax for setting my system 
 date and time using 'date'.
 
 Can anyone give me an example with an explanation
 
 TIA
 
 Duane Richards 
 
man date, man clock, man hwclock.  Clock-HOWTO


-- 
Real Programmers don't write in PL/I.  PL/I is for programmers who
can't decide whether to write in COBOL or FORTRAN.
___
Wayne T. Topa [EMAIL PROTECTED]


LWE directions from Sacramento

1999-03-01 Thread Paul Nathan Puri
Could someone point me to a url describing the location (i.e.,
directions).  I'm coming from Sacramento.  Thanks...

NatePuri
Certified Law Student
 Debian GNU/Linux Monk
McGeorge School of Law
[EMAIL PROTECTED]
http://ompages.com

On Sun, 28 Feb 1999, Jonathan Walther wrote:

 
 Actually, your PGP keys aren't necessary:  but make REALLY sure you bring
 the fingerprint of your public key with you, thats all you need.  Oh, and
 also bring your drivers license, passport, etc.  We want to be able to
 confirm you are who you say you are :)
 
 For details of how to get your key fingerprint, go to
 http://master.debian.org/~krooger/HOWTO-PGP-Key-Signing
 
 Jonathan
 
 On Sun, 28 Feb 1999, Joey Hess wrote:
 
  All debian people in town for LinuxWorld Expo are invited to a party,
  following the expo on Wednesday, March 3rd. We will be going out to a
  restraunt or some other venue in San Jose (to be determined, suggestions
  welcome), and celebrating the release of debian 2.1 (or if it isn't released
  on time, just celebrating). A featured guest is Wichert Akkerman, leader of
  the debian project.
  
  To attend, stop by the Debian booth (#1445) on Wednesday just before the
  expo closes, at 6pm. We will gather there and drive to the party location.
  Or drop by our website at http://kitenet.net/~bad/linuxworld.html in the
  next few days for further details.
  
  Attention debian developers and developers to be: bring your pgp keys!
  
  -- 
  see shy jo
  
  
  -- 
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
  
  
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: pkzip and libg++.so.27

1999-03-01 Thread E.L. Meijer \(Eric\)
 
 I downloaded pklin251.exe, to be able to work with .zip files.
 I moved pklin251.exe to /usr/local and, according to pkware's site:
 # chmod 755 pklin251.exe
 # ./pklin251.exe
 
 result:
 # can't load library libg++.so.27
 
 eventhough:
 
 $ dpkg -L libg++272
 /.
 /usr
 /usr/lib
 /usr/lib/libg++.so.2.7.2.8
 /usr/lib/libg++.so.2.7.2
 /usr/lib/libg++.so.272
 /usr/lib/libstdc++.so.2.7.2.8
 /usr/lib/libstdc++.so.2.7.2
 /usr/lib/libstdc++.so.272
 /usr/doc
 /usr/doc/libg++272
 /usr/doc/libg++272/copyright
 /usr/doc/libg++272/changelog.Debian.gz
 /usr/doc/libg++272/ChangeLog.config.gz
 /usr/doc/libg++272/ChangeLog.libg++.gz
 /usr/doc/libg++272/ChangeLog.include.gz
 /usr/doc/libg++272/ChangeLog.libio.gz
 /usr/doc/libg++272/ChangeLog.libiberty.gz
 /usr/doc/libg++272/ChangeLog.librx.gz
 /usr/doc/libg++272/ChangeLog.libstdc++.gz
 
 any ideas?

Just what your executable said: libg++.so.27 is not there.  Maybe it
helps if you make a symbolic link in /usr/lib from libg++.so.2.7.2.8
to libg++.so.27 and perhaps run ldconfig after that (not sure about
this).

HTH,
Eric

-- 
 E.L. Meijer ([EMAIL PROTECTED])  | tel. office +31 40 2472189
 Eindhoven Univ. of Technology | tel. lab.   +31 40 2475032
 Lab. for Catalysis and Inorg. Chem. (TAK) | tel. fax+31 40 2455054


Re: CD-RW mount errors

1999-03-01 Thread Alexander Stavitsky
On Sun, Feb 28, 1999 at 10:45:29PM -0800, Paul Nathan Puri wrote:

 When I mount /dev/hdd I get:
 office:~# mount -t iso9660 /dev/hdd /cdrom
 ide-scsi: hdd: unsupported command in request queue (0)
 end_request: I/O error, dev 16:40 (hdd), sector 64
 isofs_read_super: bread failed, dev=16:40, iso_blknum=16, block=32
 mount: wrong fs type, bad option, bad superblock on /dev/hdd,
or too many mounted file systems

[snip]

What is your kernel version?
How did you compile it -- if you have selected both ide-cd and ide-scsi,
ide-cd is used. I do not think it's a good idea to compile both in.
If you really need it - compile both as modules and load/unload them
when you want to switch between ide-scsi emulation to plain ide-cd.

Please show the part of dmesg output or kern.log showing the detection
of the cd drives.

This is strange:
 office:~# mount -t iso9660 /dev/hdd /cdrom
 ide-scsi: hdd: unsupported command in request queue (0)

On my computer with ide-scsi compiled in the result is:

eagle:/$ sudo mount /dev/hdc /mnt
/dev/hdc: Input/output error
mount: you must specify the filesystem type


Also please use the reply feature to keep your messages in the same thread.


Re: remove plip from kernel

1999-03-01 Thread John Bagdanoff
George
Well, I told you it was probably something stupid I was or was not doing.  I
made a bootable floppy just now, from the new kernel image, and it booted my
new kernel, and no more plip!
Now, I guess I gotta go re-read the Lilo documentation a few more times to
see how I screwed that up.

Thanks for helping out a real dumbo.
John B

George Bonser wrote:


 Either the plip module IS being loaded OR you are not booting the kernel
 you THINK you are booting ;)

 --- then you are running a kernel with plip support built in.  If that is
 the case ... run lilo. Which kernel showed the * next to it? That is the
 default boot kernel. Which kernel image does that name map to in
 /etc/lilo.conf? Is THAT the kernel you THINK you are booting?


Re: Defining a new LaTeX-counter (off-topic)

1999-03-01 Thread Johann Spies
Thank you everybody who reacted to my question.

It helped me to look at new possibilities.  At the moment I have something
working and need to refine it and should be able to do it with a little
bit of experimentation. What I have so far is the following:

\newcounter{bep}
\setcounter{bep}{0}
\newcommand{\bepaling}{\stepcounter{bep}\thebep~}

Enjoy your day.

Johann
 --
| Johann Spies Windsorlaan 19  |
| [EMAIL PROTECTED]3201 Pietermaritzburg |
| Tel/Faks Nr. +27 331-46-1310 Suid-Afrika (South Africa)  |
 --

 The LORD is my shepherd; I shall not want. He maketh 
  me to lie down in green pastures: he leadeth me beside
  the still waters, he restoreth my soul...Surely
  goodness and mercy shall follow me all the days of my
  life; and I will dwell in the house of the LORD for
  ever.Psalms 23:1,2,6 




Re: LWE directions from Sacramento

1999-03-01 Thread Jonathan Walther

You are in Sacramento?  Just take the freeway down through Oakland/Berkely,
down, down until you hit San Jose.  Go downtown.  Then ask around for the
San Jose Convention Center or look it up in the yellow pages.

Im taking the greyhound to San Jose, but thats roughly how I plan to find
the place.  Cheerio!

Jonathan

On Mon, 1 Mar 1999, Paul Nathan Puri wrote:

 Could someone point me to a url describing the location (i.e.,
 directions).  I'm coming from Sacramento.  Thanks...
 
 NatePuri
 Certified Law Student
  Debian GNU/Linux Monk
 McGeorge School of Law
 [EMAIL PROTECTED]
 http://ompages.com
 
 On Sun, 28 Feb 1999, Jonathan Walther wrote:
 
  
  Actually, your PGP keys aren't necessary:  but make REALLY sure you bring
  the fingerprint of your public key with you, thats all you need.  Oh, and
  also bring your drivers license, passport, etc.  We want to be able to
  confirm you are who you say you are :)
  
  For details of how to get your key fingerprint, go to
  http://master.debian.org/~krooger/HOWTO-PGP-Key-Signing
  
  Jonathan
  
  On Sun, 28 Feb 1999, Joey Hess wrote:
  
   All debian people in town for LinuxWorld Expo are invited to a party,
   following the expo on Wednesday, March 3rd. We will be going out to a
   restraunt or some other venue in San Jose (to be determined, suggestions
   welcome), and celebrating the release of debian 2.1 (or if it isn't 
   released
   on time, just celebrating). A featured guest is Wichert Akkerman, leader 
   of
   the debian project.
   
   To attend, stop by the Debian booth (#1445) on Wednesday just before the
   expo closes, at 6pm. We will gather there and drive to the party location.
   Or drop by our website at http://kitenet.net/~bad/linuxworld.html in the
   next few days for further details.
   
   Attention debian developers and developers to be: bring your pgp keys!
   
   -- 
   see shy jo
   
   
   -- 
   To UNSUBSCRIBE, email to [EMAIL PROTECTED]
   with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
   
   
  
  
  -- 
  Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
  
  
 
 


Re: rm message..what is the answer.

1999-03-01 Thread Carey Evans
Roddie Rod [EMAIL PROTECTED] writes:

 I'm still trying to delete broken symlinks and files that are hosing my
 system. When I try to use rm on files I get the following:
 
 rm -r /usr/lib/mc, overiding mode 5265?
 
 any answer I give, yes, enter or chmod 666 give me either nothing or
 operation not permitted.

Have a look at my posts in December and February about this:

http://www.debian.org/Lists-Archives/debian-user-9902/msg00188.html
http://www.debian.org/Lists-Archives/debian-user-9812/msg02771.html

and a reply:

http://www.debian.org/Lists-Archives/debian-user-9812/msg03298.html

-- 
 Carey Evans  http://home.clear.net.nz/pages/c.evans/

And so, New York has joined the fraternity of cities whose only admission
requirement is to be overrun with evil zombies.http://www.sluggy.com/


Re: ANNOUNCE: debian party in San Jose, Marth 3rd

1999-03-01 Thread Julian Gilbey
 Attention debian developers and developers to be: bring your pgp keys!

Even though I'm not going to be there, bring your GNU PG
keys/fingerprints/whatever as well!

   Julian

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  Julian Gilbey, Dept of Maths, QMW, Univ. of London. [EMAIL PROTECTED]
 Debian GNU/Linux Developer.  [EMAIL PROTECTED]
   -*- Finger [EMAIL PROTECTED] for my PGP public key. -*-


Re: CD-RW mount errors

1999-03-01 Thread Paul Nathan Puri
Is this showing up in the same thread?  I'm using reply in PINE.

As to my compile, I unselected ide-cdrom.  There is only scsi emulation
and generic scsi compiled in as to cdroms.  My kernel version is 2.2.2.

What option is ide-scsi?  Is it scsi emulation?

Here is what kern.log showed when I booted:

Mar  1 02:23:03 office kernel: Kernel logging (proc) stopped.
Mar  1 02:23:03 office kernel: Kernel log daemon terminating.

I don't know what dmsg is.

NatePuri
Certified Law Student
 Debian GNU/Linux Monk
McGeorge School of Law
[EMAIL PROTECTED]
http://ompages.com

On Mon, 1 Mar 1999, Alexander Stavitsky wrote:

 On Sun, Feb 28, 1999 at 10:45:29PM -0800, Paul Nathan Puri wrote:
 
  When I mount /dev/hdd I get:
  office:~# mount -t iso9660 /dev/hdd /cdrom
  ide-scsi: hdd: unsupported command in request queue (0)
  end_request: I/O error, dev 16:40 (hdd), sector 64
  isofs_read_super: bread failed, dev=16:40, iso_blknum=16, block=32
  mount: wrong fs type, bad option, bad superblock on /dev/hdd,
 or too many mounted file systems
 
 [snip]
 
 What is your kernel version?
 How did you compile it -- if you have selected both ide-cd and ide-scsi,
 ide-cd is used. I do not think it's a good idea to compile both in.
 If you really need it - compile both as modules and load/unload them
 when you want to switch between ide-scsi emulation to plain ide-cd.
 
 Please show the part of dmesg output or kern.log showing the detection
 of the cd drives.
 
 This is strange:
  office:~# mount -t iso9660 /dev/hdd /cdrom
  ide-scsi: hdd: unsupported command in request queue (0)
 
 On my computer with ide-scsi compiled in the result is:
 
 eagle:/$ sudo mount /dev/hdc /mnt
 /dev/hdc: Input/output error
 mount: you must specify the filesystem type
 
 
 Also please use the reply feature to keep your messages in the same thread.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 



Re: Problem with kpkg / dpkg

1999-03-01 Thread schulte
According to Christian Dysthe:
 
 Hello Debian,
 
   I have tried to compile my kernel(2.0.34)for sound card support
   using kpgk. During the comile I get the message that it cannot find
   the command dpkg-gencontrol, and no kernel image is created.
 
   I put the kernel source in /user/kernelnew/linux/. the kpkg talks
   something about leving /usr/linux alone, but I do not understand
   this part fully.
 
   I have tried to compile the kernel using normal config and make,
   and it compiles fine and the kernel I get works fine, but I rather
   use kpkg since it automates' the whole procedure more for a newbie
   like myself.

This is a known bug of dpkg, when you are using locales. You have to set
the environment variables LANG and LC_TYPE, LC_ALL and the like to C 
instead of e.g. de_DE. Do in bash: LANG=C; export LANG, in tcsh: 
setenv LANG C and so on. Then you can just retype your make-kpkg
command and it will succeed.

kws

--
Dr. Karl-Wilhelm Schulte
Bergische Universitaet-GH/HRZ (Computing Center)
Gaussstr. 20
D-42097 Wuppertal (Germany)
Tel. +49-202-4392807, Fax +49-202-4392910
[EMAIL PROTECTED]







Re: Debian and Redhat - are most linux users missing the point?

1999-03-01 Thread Christian Kurz
Ed Cogburn [EMAIL PROTECTED] wrote:
 Christian Kurz wrote:
  
  Mark Brown [EMAIL PROTECTED] wrote:
   On Sun, Feb 28, 1999 at 08:36:38PM +1000, Peter Ludwig wrote:
  
Now, I have a few problems with it.
1) No IDE for the compiler.
  
   Try Emacs or XEmacs.  Don't be mislead by the fact that they call Emacs
   an editor - it's far, far more than a mere editor.  It has support for
   compilation and interactive debugging within an Emacs session, and has
   hooks for using version control systems and syntax highlighting for most
   programming languages you're likely to care about.
  
  Hm, but there are people, that don't want Emacs or XEmacs, because they
  prefer some other editor or vim. :-) We got xwpe as an IDE as
  Debian-Package and there's also an IDE called rhide[1], but it isn't a
  Debian-Package yet. Maybe someone creates one of it.

   Didn't rhide begin in the DOS world?  It would have to be heavily
 modified to be usefull in the Unix world, wouldn't it?

No, I looked at the homepage yesterday and the authors are porting it to
Linux. You can get the sources and static compiled binaries. For the
compilation you need the source of gdb, AFAIK. But that shouldn't be a
problem with Debian. 

Ciao
 Christian
-- 
/* http://www.rhein-neckar.de/~jupiter/Christian Kurz */


Big HD problems - How stuffed am I?

1999-03-01 Thread Damon Muller
Hi Folks,

Been having some problems with two of the HDs in one of my machines.
Both are Quantum TMs (a 2.3 and a 3.2, i believe), both on the first IDE
chanel.

The drives will pause and make a funny noise (which is never a good
sign, AFAIK). Then I'll get an error message, like the ones below.

irq timeout: status=0x80 {Busy}

hdb: read_intr: status=0xff {Busy}

ide0: reset timed-out, status=0xd0

That's not all of them, but as many of them as I managed to copy down.

For a while they would pause, give the error, and then start up again,
but lately my computer has completely frozen up a few times, and now it
refuses to boot at all.

It seems like both of the drives have the problem, although one was
getting a little more scrambled than the other. Seems sort of strange
that they would both die at the same time (they were bought at different
times from different places)!

The other IDE channel has a CD-ROM and another HD on it (a 1.2G
Seagate), and doesn't seem to have any problems that I have seen.

Anyone have any idea what is causing these probelms? Have both my HDs
died at once (that sort of hits the hip pocket in a big way!), or is it
something else that might be contributing to it?

Thanks,

damon

--
Damon Muller  | Did a large procession wave their torches
([EMAIL PROTECTED]) | As my head fell in the basket,
Network Administrator | And was everyone dancing on the casket...
EmpireNET |  - TBMG, Dead


apt: guide.txt and ftp.conf

1999-03-01 Thread John Carter
Greetings Slinky ones,

I have just installed apt. Alas, I'm wedged behind a firewall, thus I
need to use an ftp proxy. 

The dpkg --info apt-0.1.9.deb
says see the Users Guide in /usr/doc/apt/guide.text.gza

Alas. There is no such beastie in the package. There is a
/usr/doc/apt/README.

Q1. Is this README the same beastie (renamed?) as the guide.text.gz?


man sources.list says the following
   ftpThe  ftp  scheme  specifies  an  FTP server for the
  archive. APT's FTP behavior is highly configurable;
  for  more  information  see  the ftp.conf(5) manual
  page.

Alas, ftp.conf(5) is not part hamm. 

Q2: Which slinky package need I d/load and install to access this
ftp.conf(5) fountain of wisdom?

Thank 'ee kindly.

John CarterEMail: [EMAIL PROTECTED]
Telephone : 27-12-808-0374x194 Fax:- 27-12-808-0338
http://www.geocities.com/SoHo/Cafe/5947 or http://iwqs.pwv.gov.za

Knock. Knock.
Who's there?
GNU.
GNU who?
Don't cry Billy.


Re: Getting X-Windows to recognize Truetype fonts...

1999-03-01 Thread Micha Feigin

after you make links to the ttf fonts you need to run xfstt --sync
you then get a message somthing like (i don't remmember exactly) 
 xfstt syncing in directory ... (the directory depends on the version
you have installed, it moved betwin the hamm version and the sink version
- but you need the fonts to apear in that directory)
also, instead of the xset +fp unix/:7101 you can also add to your
XF86config with the other fonts the line FontPath unix/:7101.
that worked for me at list.
hope it helps


On Thu, 25 Feb 1999, rich wrote:

 Howdy all, 
 
 I'm having trouble getting Netscape and Wordperfect to recognize my
 TTFs... I've installed xfstt (it's loaded during boot-up), but when I do
 a xlsfonts | grep ttf I get nothing... I've also done ln -s
 /dos_c/windows/fonts /usr/share/fonts/truetype/winfonts as per xfstt
 documentation... I know that I'm probably supposed to add the line xset
 fp+ unix/:7101 to my xinitrc (?), but that doesn't do anything any
 ideas?
 
 Thanks in advance,
 
 Rich
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 


Re: More xfstt help needed.

1999-03-01 Thread Shao Zhang

I guess there are two possibilities... 

one is that your xfstt is already running, try a ps aux or xlsfonts | grep
ttf

the other is that your kernel does not support the unix protocol.. you may
try to recompile the kernel or try to run on 127.0.0.1


Shao Zhang - Running Debian 2.1  ___ _   _
Department of Communications/ __| |_  __ _ ___  |_  / |_  __ _ _ _  __ _ 
University of New South Wales   \__ \ ' \/ _` / _ \  / /| ' \/ _` | ' \/ _` |
Sydney, Australia   |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, |
Email: [EMAIL PROTECTED]|___/ 
_

On Sun, 28 Feb 1999, James E. Starr wrote:

 Hi
 
 Thanks for all the help given so far, however, after following all
 advise and puting FontPath  unix/:7101 as the last line in my
 XF86Config file, I tried to run the test, as per the FAQ.gz.
 I got as far as xfstt  but I received the error msg cannot open
 TCPIP port 7101, better try
 another port.  Isn't 7101 the port X runs on?  If so, why wou't it
 open?  Do I need to configure something i've missed?
 
 TIA
 
 J. Starr
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: Getting X-Windows to recognize Truetype fonts...

1999-03-01 Thread Micha Feigin


On 26 Feb 1999, Frozen Rose wrote:

 
 In article [EMAIL PROTECTED],
 rich [EMAIL PROTECTED] wrote:
 
 I'm having trouble getting Netscape and Wordperfect to recognize my
 TTFs... I've installed xfstt (it's loaded during boot-up), but when I do
 a xlsfonts | grep ttf I get nothing... I've also done ln -s
 /dos_c/windows/fonts /usr/share/fonts/truetype/winfonts as per xfstt
 documentation... I know that I'm probably supposed to add the line xset
 fp+ unix/:7101 to my xinitrc (?), but that doesn't do anything any
 ideas?
 
 Istr that if you make a symlink from your windows fonts directory to
 /usr/share/fonts/truetype/FOO, then the font family will be FOO. So,
 I have:
 
 bash$ ll /usr/share/fonts/truetype/
 total 1
 drwxrwxr-x   2 root root   1024 Jan 11 04:13 net/
 lrwxrwxrwx   1 root root   23 Jan  4 01:30 windows - \
 /windrive/windows/fonts/
 
 Producing:
 
 bash$ xlsfonts | grep net
 -net-startrek film bt-medium-r-normal-regular-0-0-0-0-p-0-iso8859-1
 bash$ xlsfonts | grep windows
 -windows-arial black-medium-r-normal-regular-0-0-0-0-p-0-iso8859-1
 -windows-arial narrow special g1-bold-r-normal-bold-0-0-0-0-p-0-iso8859-1
 -windows-arial narrow special g1-medium-i-normal-italic-0-0-0-0-p-0-iso8859-1
 ..etc..
 
 I alsoseem to remember that you should do xfstt --sync (as root)
 when you add new fonts in /usr/share/fonts/truetype, and that you
 can't do this while xfstt is running... (irritatingly).
 
 Also, you can avoid having to xset fp+ ... in your xinitrc by adding
 
  FontPath   unix/:7101
 
 to the Files section of /etc/X11/XF86Config, although this will make
 your X server refuse to start if xfstt is not running for some reason
 (and if you use xdm you may be in big trouble).
 
for running xfstt as root while xfstt was runnig worked just fine,
also in case xfstt won't start and your using xdm, it's a bit of a hassle
but you can log in in single mode and just change the XF86Config back.


Re: Fw: Mitsumi FX001D CD-ROM drv. Need help...

1999-03-01 Thread Dave Swegen
problems re: mitsumi cd-rom snipped

I'm no expert, and this might be of no use at all, but you might want to
use lilo to pass the parameters. The only thing I can suggest is take a
look at the lilo and lilo.conf man pages (sorry to be so vague :)

Cheers
Dave the Less Than Helpful

-- 
 Dave Swegen   | Debian 2.0 on Linux i386 2.2.1
[EMAIL PROTECTED] | PGP key available on request
  [EMAIL PROTECTED] | Linux: The Choice of a GNU Generation
--


Re: PPP and Modem Question

1999-03-01 Thread Danny R. Gray
Well hello again,

I finally got around to working on the Fire Dept. PC again.  I have now
gotten my home PC connecting and working well with my ISP; the same as
the FD in fact the same account.  I then went to the Fire Station and
used the same PPPConfig settings, using CHAT, and now I get past the
Username: and Password prompts and receive a connection established
message then pppd fires up and I am back at the connection time-out and
connection terminated with the information about not clean 8 bit...

Earlier, John Hasler wrote:
 
 It looks like the isp for your Fire Dept. box is expecting a chat login and
 you are trying to use PAP.  Dial in with minicom and work through the login
 until you get the garbage that indicates that the isp has started ppp to
 find out just what he wants to see.
 
  I looked at my Win98 DUN setup and it is using 8N1 for bit settings.  I
  do not know where to go in PPP to play with the bit settings.
 
 You don't need to.  That error message is misleading.  What is happening is
 that pppd is sending packets to what it thinks is another pppd at the isp.
 The shell at the isp echoes the packets (with bit 7 off because it is in
 text mode) and keeps looking for the rest of the login.  Pppd, which is
 expecting ppp packets, sees that bit seven is cleared and jumps to a wrong
 conclusion.

I am now a bit further along but still not quite there, this is a 56K
ISA modem.

Thank you.

-- 
Danny R. Gray
Research Technician
Department of Pathology
UNC-CH School of Medicine


creating movies under debian?

1999-03-01 Thread Micha Feigin
I am looking to make small animation movies.
ususally the input is either a bunch of pictures or a layered image.
I want to output it as a movie file and not as an animated gif.
with gimp i couldn't find an option for group open or for writing movie
format (I am not really knowlageble in the formats).
Is there a program that can do something like premier (even if not to the
same level)?
Thanx


Slink Install

1999-03-01 Thread Danny R. Gray
Hello for a second time this morning,

I apologize if this has been asked and addressed but, I am curious if it
is possible to get to the Configuration Choice (ie Desktop Machine,
File Server, SAMBA Server etc..) that fires before dselect during the
installation.  I mistakenly replied yes to skip this in my install and
would really like to test this out.  If not, what is automatically
selected for me in dselect (base only)?

I am configuring a limited HardDrive machine but would like Minimial X
without having to hand pick it.

-- 
Danny R. Gray
Research Technician
Department of Pathology
UNC-CH School of Medicine


Configure browsers?

1999-03-01 Thread Sidney Brooks
None of my browsers work properly, although they once did. Is there a
place to configure the browsers?



_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


Re: creating movies under debian?

1999-03-01 Thread E.L. Meijer \(Eric\)
 
 I am looking to make small animation movies.
 ususally the input is either a bunch of pictures or a layered image.
 I want to output it as a movie file and not as an animated gif.
 with gimp i couldn't find an option for group open or for writing movie
 format (I am not really knowlageble in the formats).
 Is there a program that can do something like premier (even if not to the
 same level)?

I had been meaning to ask about this as well.  There are the none-free
ubcmpeg and ubcmpeg_play packages, but when I tried these, I wasn't too
impressed with the compression/quality trade-off.  I saw this morning
an anouncement on www.gnu.org about a free film project.  It is still in
its infancy, but maybe you can find some useful information on
http://www.gnu.org/software/ffp/ffp.html.

HTH,
Eric

-- 
 E.L. Meijer ([EMAIL PROTECTED])  | tel. office +31 40 2472189
 Eindhoven Univ. of Technology | tel. lab.   +31 40 2475032
 Lab. for Catalysis and Inorg. Chem. (TAK) | tel. fax+31 40 2455054


Xfig question

1999-03-01 Thread Jose L Gomez Dans
---BeginMessage---
Cheers,
Jose
-- 
Jose L Gomez Dans   PhD student
Radar  Communications Group
Department of Electronic Engineering
University of Sheffield UK
---End Message---


Proxying and such forth

1999-03-01 Thread Peter Ludwig
Well, here goes nothing :)

I'm a little intrigued by some settings relating to dselect, basically how
would I set dselect to use the proxy which I use under netscape?  Or even
better use the one I have setup on my machine because it is set completely
to handle all proxy modes that my ISP uses.

I ask this because I don't feel like spending fifteen hours online
downloading slink (I'm only getting 15-25kps off my 56k modem without
proxying).

If I can't setup dselect to access via proxy what would I need to make it
send it's ftp requests to the proxy (I believe it's called transparent
proxy or some such, I don't know where to start with that).

Thanks in advance,
Peter Ludwig



Re: Debian and Redhat - are most linux users missing the point?

1999-03-01 Thread Bob Nielsen
http://www.userfriendly.org/static/


Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
DM42nh  http://www.primenet.com/~nielsen


Re: Date Problems

1999-03-01 Thread Eric Gillespie, Jr.
On Wed, Jul 07, 2004 at 01:10:08AM -0500,
D Richards [EMAIL PROTECTED] wrote:
 
 I've just reinstalled debian hamm on my new 2.5 gig HD with no problems.  
 Except I can't seem to understand the correct syntax for setting my system 
 date and time using 'date'.
 
 Can anyone give me an example with an explanation
 
 TIA
 
 Duane Richards 

The GNU date command is pretty smart. You can use most common date
formats with the -s option. For example, date -s 'Mar 1 8:55am 1999' is
the same as date -s '3/1/1999 8:55:00'.

-- 
/---\
|  Eric Gillespie, Jr.|  [EMAIL PROTECTED]   |
|*|
| Between depriving a man of one hour from his life and|
|  depriving him of his life there exists only a difference |
|  of degree.  |
|  --Emperor Paul Muad'dib (Frank Herbert's Dune Messiah)   |
\---/


Re: Okay to remove obsolete required packages like base?

1999-03-01 Thread Rick Macdonald
George Bonser wrote:
 
 On Sun, 28 Feb 1999, Bob Nielsen wrote:
 
  What is base?  I have three systems (hamm, slink and potato) and none of
  them list a package by this this name in dselect (I don't recall it from
  rex, either.) I do see base-files, base-passwd, xbase, etc.
 
 I think it dates back to buzz and earlier but I am not sure exactly when
 it disappeared.

I got rid of base from dselect a couple of years ago or so by, IIRC,
carefully editting /var/lib/dpkg/status for the base package. I changed
the Status to:

  Status: purge ok not-installed

I see that base is still in /var/lib/dpkg/info, but I was afraid to
removed these:

  -rw-r--r--   1 root  119 Jul 14  1996 base.conffiles
  -rw-r--r--   1 root12077 Nov 27  1996 base.list
  -rwxr-xr-x   1 root 1251 Jul 14  1996 base.postinst

But, at least I don't see it in dselect anymore.

Just yesterday I upgraded to slink and removed some of the same packages
that you listed (ncurses, newt, etc). I did a purge on them (_) and it
didn't complain.

-- 
...RickM...


Re: Help

1999-03-01 Thread Eric Gillespie, Jr.
On Thu, Feb 25, 1999 at 08:56:25AM +,
Pat Neumann [EMAIL PROTECTED] wrote:
 
 Hi I am new to Linux, and am learning fairly quick.  But I am having
 problems getting my Xserver to work at a higher color depth then 8.  If
 I try and remove that particular setting in the XF86Config file then it
 tells me that it cannot find the 8 bpp color setting and there for am
 unable to start X.
 

In the XF86Config file, find the section for your server (Section Screen,
Driver SVGA for me), and there should be a line above Subsection Display
called DefaultColorDepth. If it isn't there, make it. Here's the relevant
section from mine:

Section Screen
   Driver  SVGA
   Device  Primary Card
   Monitor Primary Monitor
   DefaultColorDepth 32
   SubSection Display
  Depth32
  Modes1024x768 800x600 640x480
   EndSubSection
EndSection

 Also is there a way to save screen size I.E.  so that every time I start
 Netscape I do not have to rezie it to fit the window.  I am using FWM95
 as my x manager.  I find it annoying to have to resize the windows every
 time I start X and Netscape.
 

Not sure about this. I use FVWM and don't have that problem, but I always
thought it was Netscape that was remembering its size.

-- 
/---\
|  Eric Gillespie, Jr.|  [EMAIL PROTECTED]   |
|*|
| Between depriving a man of one hour from his life and|
|  depriving him of his life there exists only a difference |
|  of degree.  |
|  --Emperor Paul Muad'dib (Frank Herbert's Dune Messiah)   |
\---/


TOO Joseph Chung FX00D1

1999-03-01 Thread Larry Shields WD9ESU
Joseph - - I tried to reply to your message that you sent to me concerning
my CD-ROM drive, but the message came back with the following address had
perminate FATAL errors... [EMAIL PROTECTED]...User unkown...

So figuring that you had seen my message here on the Users List I would
reply to you and let you know that I did get your message, and I thank you
for it...

Larry Shields WD9ESU
AX25: [EMAIL PROTECTED] [IPGWWI]
AMPRnet: wd9esu.ampr.org   IPaddr: 44.92.0.60
ICQ# 6221703
JNOS 1.11C -- TCPIP/TELNET/FTP
==




Using update-menus?

1999-03-01 Thread Gary L. Hennigan
I have mathematica installed on my system and was thinking it'd be
nice to make this available via the menus. I know Debian has a nice
method of doing things like this but I can't seem to make it work. I
THOUGHT it was as easy as adding a menu entry in /etc/menu, so I
installed a file called /etc/menu/mathematica with the contents:

?package(mathematica):\
 needs=x11\
 section=Apps/Math\
 title=Mathematica\
 command=/usr/local/bin/mathematica

and ran update-menus. Unfortunately I must be missing something
because the entry didn't show up in my WindowMaker menu. Apps/Math
only contains:

Xcalc
bc
dc

I tried various things, including a reboot, and a update-menus -v,
but I didn't see anything that was of use to me. Can someone shed some 
light on what I'm missing here?

Thanks,
Gary


Dissapearing re-appearing CD-Rom drive

1999-03-01 Thread Noel Griffin
I hope somebody can give my some advice. My problem is that my 
cd-rom drive is not always recognised by the BIOS when my 
machine starts up, I have the bios set to auto configure. When 
this happens it does not appear in the Debian startup screen. 
and when I try to mount it I get a message like invalid block 
device.

I had this problem before and the bios seemed only to recognise 
the drive when on a cold boot or a warm boot when a data cd was 
in the drive. However as Win95/NT both managed to use the drive 
irrespective of wether the Bios found it I did not bother about 
it to much and was told that it is just a qurk of ide. I am a 
little disappointed that Debian (hamm) has problems.

I have just reinstalled Debian, as i made a complete mess of my 
last instellation, everything worked well the machine booted 
from the CDrom but when it came time to run dselect it would not 
recognise the drive. Fortunately I have a HP 7200i CDRW so I was 
able to use this to finish the instellation. Since then i 
sometimes can read the Cdrom and sometimes I cannot.

This problem with the BIOS has not been happening for quite some 
time and I don't know why it has returned as i don't seem to 
have done any thing to coincide with it.

I have a P200MMX, Abit TX5 ATX mboard. 3.2 Gb hd as primary 
master. Phillips 24X CD-Rom as Secondary Master and HP7200i as 
secondary slave. I have flashed the m'board bios with the latest 
updates but to no avail. BTW I am running hamm

Thanks in advance. and sorry about the spellin

Noel


Re: Getting X-Windows to recognize Truetype fonts...

1999-03-01 Thread wtopa

Subject: Getting X-Windows to recognize Truetype fonts...
Date: Thu, Feb 25, 1999 at 05:29:44PM -0600

In reply to:rich

Quoting rich([EMAIL PROTECTED]):
 
 Howdy all, 
 
 I'm having trouble getting Netscape and Wordperfect to recognize my
 TTFs... I've installed xfstt (it's loaded during boot-up), but when I do
 a xlsfonts | grep ttf I get nothing... I've also done ln -s
 /dos_c/windows/fonts /usr/share/fonts/truetype/winfonts as per xfstt
 documentation... I know that I'm probably supposed to add the line xset
 fp+ unix/:7101 to my xinitrc (?), but that doesn't do anything any
 ideas?
 
 Thanks in advance,
 
 Rich

I spent an hour last night  finally got it working correctly after
trying a number of different methods. In the end this worked best, for
me.

Created a file with the following in it.

xfstt --sync
xfstt  --res 120 
xset fp+ inet/127.0.0.1:7100

NOTE: xfstt looks for the fonts, by default, in /usr/ttfonts.  Thats
where mine are.  If yours are elsewhere you have to symlink.

The xset fp+ inet/127.0.0.1:7100 works where th unin/:7100 didn't.

Now whenever I want ttf I just run that little file. That was at 2AM
so haven't done anything else since then.

HTH

-- 
Nobody said computers were going to be polite.
___
Wayne T. Topa [EMAIL PROTECTED]


Re: CD-RW mount errors

1999-03-01 Thread ktb


Paul Nathan Puri wrote:

 Is this showing up in the same thread?  I'm using reply in PINE.

It is here.



 As to my compile, I unselected ide-cdrom.  There is only scsi emulation
 and generic scsi compiled in as to cdroms.  My kernel version is 2.2.2.

 What option is ide-scsi?  Is it scsi emulation?

Can't help here.



 Here is what kern.log showed when I booted:

 Mar  1 02:23:03 office kernel: Kernel logging (proc) stopped.
 Mar  1 02:23:03 office kernel: Kernel log daemon terminating.

 I don't know what dmsg is.

dmesg is a command that will show the information displayed during bootup.
Hope that helps a bit,
Kent



Re: Help

1999-03-01 Thread wtopa

Subject: Help
Date: Thu, Feb 25, 1999 at 08:56:25AM +

In reply to:Pat Neumann

Quoting Pat Neumann([EMAIL PROTECTED]):
 
 
 Hi I am new to Linux, and am learning fairly quick.  But I am having
 problems getting my Xserver to work at a higher color depth then 8.  If
 I try and remove that particular setting in the XF86Config file then it
 tells me that it cannot find the 8 bpp color setting and there for am
 unable to start X.

try using this to start the Xserver
startx -- -bpp 16
 
 Also is there a way to save screen size I.E.  so that every time I start
 Netscape I do not have to rezie it to fit the window.  I am using FWM95
 as my x manager.  I find it annoying to have to resize the windows every
 time I start X and Netscape.
You can change the /etc/X11/XF86Config.

in XF86Config
Section Screen
SubSection Display
  Depth16
  Modes1280x1024 1152x864 1024x768 800x600 640x480
 
just arrange the modes to your wish
 

HTH

-- 
Hardware, n.:
The parts of a computer system that can be kicked.
___
Wayne T. Topa [EMAIL PROTECTED]


Re: creating movies under debian?

1999-03-01 Thread kaynjay
In [EMAIL PROTECTED], on 03/01/99 
   at 03:21 PM, E.L. Meijer \(Eric\) [EMAIL PROTECTED] said:

I had been meaning to ask about this as well.  There are the none-free
ubcmpeg and ubcmpeg_play packages, but when I tried these, I wasn't too
impressed with the compression/quality trade-off.  I saw this morning an
anouncement on www.gnu.org about a free film project.  It is still in

While I haven't played too much with these packages, IIIRC they are open to
a lot of tweaking.  My first runs didn't strike me as wonderful either (for
just your reason), but there are several settings controlling the
compression vs. quality question.  May be worth playing with again ...  :)

Kenward
-- 
---
[EMAIL PROTECTED]

Don't be so open-minded your brains fall out.
---


root doesn't have permission?

1999-03-01 Thread Person, Roderick
What would cause root not to have permission to delete a file, directory or
symlinks.
Is there anyway to correct this problem.

I've tried chown and chmod and everthing I can think of. 


Re: Help

1999-03-01 Thread wtopa

Subject: Re: Help
Date: Sun, Feb 28, 1999 at 06:12:21PM -0600

In reply to:Andrei Ivanov

Quoting Andrei Ivanov([EMAIL PROTECTED]):
 
  
  Hi I am new to Linux, and am learning fairly quick.  But I am having
  problems getting my Xserver to work at a higher color depth then 8.  If
  I try and remove that particular setting in the XF86Config file then it
  tells me that it cannot find the 8 bpp color setting and there for am
  unable to start X.
 
 to start it with 16bpp use
 startx -- -bpp 16
 
  
  Also is there a way to save screen size I.E.  so that every time I start
  Netscape I do not have to rezie it to fit the window.  I am using FWM95
  as my x manager.  I find it annoying to have to resize the windows every
  time I start X and Netscape.
 
 Most applications allow you to specify the size which they take upon the
 startup. Like, if you call
 xterm -geometry 80x40
 it will produce xterm window of size 80x40.
 Same with emacs, etc.
 I don't know the way it's done in FWM95, but in AfterStep I can edit a
 wharf file (wharf is the controller for AS on my computer) so that when I
 click on an icon it will give me an emacs window of specific size.
 I'm sure there is a way to do that in FWM as well.
 The other way would be to change the /etc/X11/Xresources file and put in a
 string at the end like:
 Netscape*Size: 120x50
 I am not sure about the exact syntax, I'm deriving this from the way I
 initialize fonts for Netscape through Xresources, but try it out.

In your .fvwmrc.

This is from .fvwm95rc 
Exec rxvt -name Mail -T Mail -font 10x20 -geometry 100x37 -e mutt -y 
Exec Netscape netscape -geometry 920x622+90+5 '

or in .xinit (to start programs at at startup)

This is in my .xinitrc
xsetroot -cursor_name gumby 
xlnet -geometry +213+725 
xnet 
pppload -geometry +4+649 
xosview -geometry +2+775 


BTW this info IS in the man pages  doc's.  Hint.

-- 
Old programmers never die.  They just branch to a new address.
___
Wayne T. Topa [EMAIL PROTECTED]


Re: Help

1999-03-01 Thread wtopa

Subject: Help
Date: Thu, Feb 25, 1999 at 08:56:25AM +

In reply to:Pat Neumann

Quoting Pat Neumann([EMAIL PROTECTED]):
 
 
 Hi I am new to Linux, and am learning fairly quick.  But I am having
 problems getting my Xserver to work at a higher color depth then 8.  If
 I try and remove that particular setting in the XF86Config file then it
 tells me that it cannot find the 8 bpp color setting and there for am
 unable to start X.
 
 Also is there a way to save screen size I.E.  so that every time I start
 Netscape I do not have to rezie it to fit the window.  I am using FWM95
 as my x manager.  I find it annoying to have to resize the windows every
 time I start X and Netscape.
 
 I think there must be a way to save such setting for the desktop simular
 to what windows does.
 
 Thnks Pat'

One other item that might help

/use/doc/xfree86-common/FAQ.  

-- 
Real Users hate Real Programmers.
___
Wayne T. Topa [EMAIL PROTECTED]


apt-get and broken CD layouts

1999-03-01 Thread Marc Haber
Hi!

When I was new to debian, I made a hamm CD that is severely broken in
its directory structure.

# ls /mnt/cdrom
binary-i386 disks-i386 upgrade-i386

# ls /mnt/cdrom/binary-i386
Packages. Packages.gz devel hamradio net tex doc ...

So, binary-i386 is complete.

My /etc/apt/sources.list says
deb file:/mnt/cdrom/binary-i386/ /

apt-get update works, but (for example) apt-get install joe tries to
install from
/mnt/cdrom/binary-i386/dists/stable/main/binary-i386/editors/joe_2.8-10.deb
which clearly does not exist.

Which line do I need in sources.list for my broken cd?

Any hints will be appreciated.

Greetings
Marc

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


Re: remove plip from kernel

1999-03-01 Thread MallarJ
In a message dated 3/1/99 12:34:08 AM Central Standard Time,
[EMAIL PROTECTED] writes:

 Or better, delete the /lib/modules/kernel-version directory before
  installing the new kernel-image .deb
  
  It should warn/ask you about this when installing the .deb
  

Even better yet - rename the current dir in case you need to revert back to
your original kernel!  You can always remove it later.

-jay


Re: root doesn't have permission?

1999-03-01 Thread Aaron Stromas




What would cause root not to have permission to delete a file, directory or
symlinks.
Is there anyway to correct this problem.

I've tried chown and chmod and everthing I can think of.


perhaps what you trying to delete is in a nfs mounted system?
--
Aaron Stromas | "Tick-tick-tick!!!...
ja, Pantani is weg"
Oracle Corp. |
BRTN commentator, L'Alpe d'Huez, 1995 Tour de France
+1 703 917 48 72 |



Re: root doesn't have permission?

1999-03-01 Thread J.H.M. Dassen
On Mon, Mar 01, 1999 at 10:51:00 -0500, Person, Roderick wrote:
 What would cause root not to have permission to delete a file, directory
 or symlinks.

A failed fsck at boot time, causing the filesystem to be mounted read-only.

 Is there anyway to correct this problem.

Make sure the filesystem is mounted read-only (e.g. by explicitly remounting
it as such), run fsck manually, and remount read-write.

HTH,
Ray
-- 
ART  A friend of mine in Tulsa, Okla., when I was about eleven years old. 
I'd be interested to hear from him. There are so many pseudos around taking 
his name in vain. 
- The Hipcrime Vocab by Chad C. Mulligan 


  1   2   >