Re: /usr 100%

2019-08-25 Thread root
Hi,

if your /usr is full, you can do this:

1. Add a fresh harrdrive  into your computer, format it ext2, 3 or 4,

2. mount it to some dir like /disk1

3. Then rsync all files from /usr to /disk1

4. edit /etc/fstab, so that the new harddrive is mounted to /usr

5. remount all, or reboot

6. You can then mount the OLD partition (where the old /usr resides)
and examine it.

7. Have fun and thank the developers for all the great tools in debian

Best regards

Hans 



Re: LUKS password gets printed as stars

2017-12-20 Thread root kea
On Wed, Dec 20, 2017 at 3:18 AM, Jonathan Dowland <j...@debian.org> wrote:
> On Wed, Dec 20, 2017 at 12:15:36AM +0530, root kea wrote:

>> And I just filed a bug report [0]. if anybody interested they can
>> follow the discussion there.
>>
>> [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884788
>
>
> In this case I think you would have much more luck in at least getting
> a discussion of the various merits of each approach, if not a change of
> behaviour, by posting to the systemd-devel mailing list[1]

Thanks for the suggestion! I just posted about "`systemd-ask-password`
echoing stars(*) by default" on systemd-devel ML. [0]

I genuinely hope that they change this default behavior.

[0] 
https://lists.freedesktop.org/archives/systemd-devel/2017-December/040023.html
-- 
Avinash Sonawane (rootKea)
PICT, Pune
https://rootkea.wordpress.com



Re: LUKS password gets printed as stars

2017-12-19 Thread root kea
On Tue, Dec 19, 2017 at 11:58 PM,   wrote:

> So you might try to write your own agent, or file a wishlist
> bug.

I want *default* password agent to be consistent with traditional *Nix
password handling. And that is echoing NOTHING at all.

I am amazed that at times I had to defend not wanting stars(*) getting
echoed on terminal on *Linux* box. That should have been other way
around. That is the onus to defend should be on the one who wants
stars(*) being echoed on Terminal.

Anyways, thank you for helping me out! I learned a thing or two thanks to you!

And I just filed a bug report [0]. if anybody interested they can
follow the discussion there.

[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884788

Regards,
Avinash Sonawane (rootKea)
PICT, Pune
https://rootkea.wordpress.com



Re: LUKS password gets printed as stars

2017-12-19 Thread root kea
On Tue, Dec 19, 2017 at 1:58 AM,  <to...@tuxteam.de> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Tue, Dec 19, 2017 at 12:42:57AM +0530, root kea wrote:

>> Now I just need to find out from where this `systemd-ask-password` is
>> executed and then edit it's command by omitting the `--echo` flag
>> thereby turning off the echo by default. (A sane default!)
>>
>> Though I'm searching for the `systemd-ask-password` command location;
>> any further help would be really appreciated!

> in the whereabouts of 
> /lib/systemd/system/systemd-ask-password-console.service.

Thanks for the apt-file tip. I was hoping to find systemd-ask-password
command execution in this file so that I could omit `--echo` switch
(I'm thinking it's there as user input is echoed by default).

But instead systemd-tty-ask-password-agent [0] gets executed from that
file which doesn't accept `--echo` as a flag. Here is the full
contents of systemd-ask-password-console.service file [1]

> Note that the usual way of customizing that is not by changing the
> service file in /lib/systemd/... but to put a new service file somewhere
> in /etc (/etc/systemd?) overriding it.

I can read up more on that and can create a new file but now not so
sure what to put there.

[0] 
https://www.freedesktop.org/software/systemd/man/systemd-tty-ask-password-agent.html
[1] https://pastebin.com/bSUPTqGt
-- 
Avinash Sonawane (rootKea)
PICT, Pune
https://rootkea.wordpress.com



Re: LUKS password gets printed as stars

2017-12-18 Thread root kea
I don't know why but this email didn't get delivered to my mailbox
even after I'm being in "To" field. I couldn't even find this email in
spam. Thankfully, I decided to check debian-users archives and found
this mail there!

As I have copy pasted mail by hand please excuse the poor formatting.

> On 12/18/17, to...@tuxteam.de <to...@tuxteam.de> wrote:
>> On Mon, Dec 18, 2017 at 06:41:00PM +0530, root kea wrote:

>> is a screenshot https://imgur.com/bC4AF6H

> My crystal ball says you're using systemd. It seems that it has a
> special "unit" to mount encrypted file systems [1], which may call
> into one of several password agents [2]. If this hunch is correct,
> you may start with [2], find out which agent you are talking to
> and perhaps reconfigure it in the way you like.

OMG! You are absolutely right! I went through the links you provided
and ended up on systemd-ask-password [0]. As its manpage says, I tried
pressing TAB and voila! echo is turned off! Here is the screenshot
with echo off [1]

BTW, pressing backspace as a very first char worked too (as mentioned
in the same manpage).

Now I just need to find out from where this `systemd-ask-password` is
executed and then edit it's command by omitting the `--echo` flag
thereby turning off the echo by default. (A sane default!)

Though I'm searching for the `systemd-ask-password` command location;
any further help would be really appreciated!

Thanks!

[0] https://www.freedesktop.org/software/systemd/man/systemd-ask-password.html
[1] https://imgur.com/u4nw6Lb
-- 
Avinash Sonawane (rootKea)
PICT, Pune
https://rootkea.wordpress.com



LUKS password gets printed as stars

2017-12-18 Thread root kea
Hello!

I am using LUKS on LVM on Debian Stretch. I have encrypted /home and
swap partition. When initram gets loaded it asks for password to
decrypt swap partition. That passowrd doesn't get printed to screen.
No stars. Nothing.

But After which Kernel gets loaded (I think) and it asks password for
/home which gets printed as stars. I'm really worried about this. Here
is a screenshot https://imgur.com/bC4AF6H

How do I prevent those stars from getting printed on the screen?

PS - while replying please CC me as I'm not subscribed to debian-users.

Thank you.

Regards,
Avinash Sonawane (rootKea)
PICT, Pune
https://rootkea.wordpress.com



Re: KDE - reset of graphics?

2016-08-08 Thread root
Hi Brad,
> I haven't seen it recently, but yes.  It happened most often when
> various KDE part were upgraded (I run testing), but not all.  As a
> result, some parts of KDE were v4 and others were at v5.  Things have
> been okay for a while now.
> 
I am running testing on my desktop pc (graphics onboard), my EEEPC
1005HAG (Intel I-945 chip) and the mentioned notebook. 

Mostly it happens on the notebook. Once it appeared on the EEEPC and on 
the desktop pc never. I agree to you, that it might be due to the mix
of v4 and v5. 

As I already said, it happens not often, but from time to time. 

Just wanted to know, if this happens at other users, too. 

Of course, I believe, there are only very few users, who run the
combination of debian/testing + KDE * nvidia card + proprietrary nvidia
driver.

I have the feeling, most prefer LXDE, Gnome or just the commandline.

Happy hacking!

Hans 



Re: Was I deleted?

2014-04-01 Thread root
Am Mon, 31 Mar 2014 23:13:30 -0800
schrieb Greg Madden gomadtr...@gci.net:

 On Monday 31 March 2014 10:48:51 you wrote:
  Am Montag, 31. März 2014, 19:35:05 schrieb Ron Leach:
   On 31/03/2014 19:22, Hans wrote:
Hmm, I guess, you are right. It has something to do with
bounced, as I remember to have got an info mail from debian
about some bounced mails. This mail advised me nothing to do, as
it appeared the first time. Sorry, I do not quite remember the
complete content any more and meanwhile deleted the mail, too,
but I guess, this might be the reason.
   
How can I revert this and how can I avoid this in the future?
  
   Hans, here's a recent bounce message I received:
Dear subscriber,
   
We've encountered some problems while sending listmail to your
emailaddress ronle...@tesco.net.
   
In the last seven days we've seen bounces for the following
list:
* debian-user
   
1 bounce out of 45 mails in one day (2%, kick-score is
80%) (http://lists.debian.org/bounces/[*** trimmed ***)
   
(The link above points to a copy of the latest bounce
and will be valid for seven days.)
   
If the bounce-rate passes the kick-score, our bounce-detection
will forcibly remove your subscription.
   
Bounces happen from time to time when spam slips through our
filters but are rejected by your mail provider.  If you are your
own mail provider and use 'Before-Queue Content filtering', you
should whitelist bendel.debian.org from Content filtering.
   
However: You can safely ignore this message (and you will not be
unsubscribed
   
:-) ) if your kick-score remains low.
   
For more information see
http://wiki.debian.org/Teams/ListMaster/FAQ
   
You are welcome to contact listmas...@lists.debian.org if you
think this message was sent in error.
   
Sincerely,
   
The Listmaster Team
-- http://lists.debian.org
  
   You can re-subscribe, I think.  Also, you could check with o2
   whether they can do that whitelist for you.
  
   In the longer term, you could, indeed, run a simple mail server on
   a free domain and on a dynamic IP for less-important mails such as
   lists, but for important mails you need a static ip, and postfix
   or exim, coupled with dovecot, on RAID1, and use rdiff-backup to
   snapshot the mail store to another machine every 4 hours. 
   Otherwise, important email is best left to the isp, I think.
  
   regards, Ron
 
  Hi Ron.
 
  Yes, that is the mail I received. However, as it told me , I will
  not be unsubscribed, I did nothing.
 
  Now I subscribed to the list again, hope this will fix things. If it
  doesn't, I will have to talk to my isp.
 
  For the own mail server: In earlier times I was a postmaster for
  myself. Ran postfix on the servers, so configuration will not be the
  problem. The greater problem is the fixed IP I need. Of course I
  could register a domain from dyndns.org, but then I am again hanging
  at another provider. Rootservers is another solution, but not cheap.
 
  Lowest price will be a little talk with my provider, I guess. :) I
  will be smart, they will be smart.
 
  And we will see, if my resubsription works.
 
 
  Thanks for the help!
 
  Best
 
  Hans
 
 Hans, I have the same issue, hence the personal email. The problem, 
 folks who send messages to the list  with reply all or anything other 
 than reply to mail list., lazy behavior or broken emailer..
 
 My spam filter at my isp quarrantines these, then bounces them if I 
 don't manage , whitelist them.. which I do not want to do, so I get 
 blocked by Debian User. 
 
 I still recieve the user list, just can not post.
 
 
 Peace,
 
 Greg
 

Hmm, it looks, I made a mistake. When I receive a mail from the list, I
always reply to all, not to the list. I suppose, due to this behaviour,
I was unsubsribed whatever.

Besides, I subscribed again, but that did not work. Today I will talk
to my isp, if debian.org is blocked. 

In my case it is upside down as at yours: I can send to the list, but
got no receives, you get receives but cannot send.

Let's see, what my isp says, I hope, the problem will be solved, soon.

And let us see, that I can avoid this trouble in the future.

Best regards

Hans


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140401160619.21d09...@loop.de



Re: wheeezy-backports - strange policy?

2013-05-23 Thread root
On 2013-05-23 18:59 +0200, Hans-J. Ullrich wrote:

 I made my minds about wheezy-backports now for a long time, and allow me, to 
 open this discussion.

 Pleae correct me, if I am wrong: IMO wheezy-backports is the successor to 
 debian-volatile

No, it's not.  Please read http://backports.debian.org/.

 and is intended for use of debian/stable users (aka wheezy at 
 the moment). As far as I read, packages in wheezy-backports are put into, 
 when 
 the environment of those is chenged and a higher (and newer version) is 
 needed. As an example I want to name here clamav (which needs a newer 
 version, 
 when the virus-database is being updated, some chatprograms like yahoo, ehen 
 a 
 new protocol must be used or new protocols have to be used, but package 
 versions in wheezy do not support them).

This is what wheezy-updates is for.

Cheers,
   Sven


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/txlty5e4@turtle.gmx.de



Re: Re: Is it a bug: huge dependency problems of php5 and ikiwiki

2009-07-22 Thread root
 They are recommends, and recommends are installed by default. But you can 
 change this.

How can this be changed?
I looked through the man pages for apt-get and the config file
but didn't see any way to do so.
TIA,
Mike


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



find -ls

2009-06-28 Thread root
Is there any way other than modifying the source
to get find -ls to return the file date as month day year
rather than month day time for all files?
TIA,
Mike


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



root's offsite mail

2009-01-09 Thread root
How can I get 'root' out of the 'From:' line of root's offsite mail?
I've scanned the docs for exim4, mutt and mailx on this Debian
etch(mostly) system but nothing found so far.
I know I can send mail as another user but would rather
find a solution that doesn't necessitate that.
I tried Google but found no answer there.
Thanks,
Mike



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



my private collection

2007-10-15 Thread Keven Root
my p o r n archive. no fee
www girlsoffer cn

oak syllabuses bravos monkly
cryptography alludes wakf
abscissas dissight handiwork seroot
turnaround cometology Luisa


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



Re: Consola no me muestra todos los archivos, algunos queda la entrada invisible con ls

2007-04-24 Thread Root

Alvaro escribió:

Bueno amigos/as olvidense de mi post anterior que este que va es
mucho peor... (parece ;) )
cuando hago dir en la consola me muestra los directorios y archivos
normalmente en las dimensiones que le tome listarlo en cambio cuando
lo hago con ls la mayoria de las entradas de directorio y archvios
quedan invisibles!
esto me pasa en todos los directorios y solamente con mi usuario,
como root no sucede, alguna pista?

gracias



sera que deberas hacer ls -al para mostrar los archivos ocultos ?.-..

pone ls --help , o man ls .

saludos.,


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



Re: Instalar Etch desde netinstall de Lenny

2007-04-23 Thread Root

francisco escribió:

El Domingo 22 Abril 2007 16:06, Daniel Bareiro escribió:
  

El viernes 20 de abril del 2007 a las 20:13:05,

Santiago José López Borrazás escribió:


Probé lo de usar el modo «expert» pero durante el proceso de
instalación no encontré alguna opción para cambiar la rama de Debian
que uno quiere instalar :-( Voy a ver si con la documentación que me
comentaban puedo encontrar la forma de hacerlo.


Te debería decirlo. Al menos, eso lo he visto yo el otro día en una
web tipo HowTo.
  

Que raro. Lo único que recuerdo haber visto fue que me preguntase por
los repositorios que quiero usar de una lista o bien introducirlos
manualmente, de la misma manera que lo hace en la instalación estándar,
pero no recuerdo que me preguntase por la rama a instalar. El CD que
estoy usando para la instalación es el de netinstall de Etch (cuando
esta era aún testing).

Buscando por la web encontré en un foro que alguien comentaba sobre una
opción de *editar* los repositorios y cambiar, por ejemplo, testing por
stable. ¿Será algo de eso lo que habías visto en el howto?

Saludos,
Daniel



Hola

Yo use recientemente el ultimo netinstall-Etch antes de ser estable y me 
permite tres opciones solamente en modo expert, en modo por defecto solo 
instala Etch y no te pregunta algunas otras cosas como la hora. 



  
Yo cuando instale debian etch cuando era testing, lo instale desde un CD 
de debian Sarge, la idea es antes que te dcomiense a bajar paquetes, 
debes editar e /etc/apt/sources.list y cambiar stable por testing o 
unstable, dependiendo cual quieras instalar.


saludos.

PD: ah, para ir a editar el archivo puedes ocupar la consola 2 Ctrl + 
Alt + F2, cuando este en proceso de instalacion (logico despues de 
elejir los repositorios)



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



Re: OT: Prueba

2007-04-23 Thread Root

Rubén C. Díaz Alonso 'outime' escribió:

On 4/21/07, RaS Debian [EMAIL PROTECTED] wrote:

Bueno, pues si que llegan. Había dado de alta esta dirección de correo
en la lista a las 15:07 y a esta hora no me había llegado nada.
Pensaba que algo estaba fallando, pero por lo visto el problema es que
hoy hay poca actividad.

Gracias por responder.
Un saludo.

El 21/04/07, Rodolfo (kix) [EMAIL PROTECTED] escribió:
 No,

 no ha llegado jeje.

 Un saludo.

 El día 21/04/07, RaS Debian [EMAIL PROTECTED] escribió:
  Lamento hacer así esta prueba. No me llegan correos de la lista.
 
 



 --
 Rodolfo García kix
 EA4ERH - IN80ER




Sí que ha habido, sólo que has llegado justo en el momento en el que
todos están mansos :-)

Un saludo

aajajajaja, buena, me hisiste reir un rato ;)...

saludos.  y para la otra se más paciente. ;)


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



[OT] - Para que piensen, no quiero respuestas.

2007-04-23 Thread Root

Solo un burro respondería este correo..

Quiero que analicen algo...
   Se ha formado un gran hilo . por correos que no tienen niuna 
importancia a la lista, el último que veo es el del top posting, lo 
encuentro absurdo, más aún a la gente lo responde y lo sigue.
la gente que quiera molestar un rato, le daremos en el gusto, por que 
con cualquier cosa tonta que se diga, todos comenzaran a responder, y se 
formara un gran hilo, y perderemos tiempo en escribir respuestas y leer 
de que se trata, yo he mandado varias consultas con respecto a debian, 
consultas que aveces no encuentro en google, y algunas no he recibido .. 
ni siquiera un, oh , no se .. pero busca en esta web, o cualquier 
cosa... pero no hay tontera que no se responda y no proboque un gran hilo.


no le den en el gusto... todos tenemos cosas mas importantes que 
responder tonteras... no creen ?


Saludos..

PD. cualquier respuesta a mi correo .. no a la lista. no quiero causar 
un gran hilo . ok ??... no a la lista TONTO !... xD



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



Re: problemas con puerto serial!!

2007-04-17 Thread Root

carlos oliveira escribió:
hola comunidad, bueno tengo problemas para reconocer un mouse serial 
con  debian etch eh leido foros para configurar en este punto:

/etc/X11/ XF86Config-4

pero no encuentro ese archivo o en el etch es otro archivo? 
espero que me puedas ayudar ! estare muy agradecido :)


  



__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
Regístrate ya - http://correo.yahoo.com.mx/

/etc/X11/XF86Config-4 -- Este para Xfree86, tambien puedes probar con 
dpkg-reconfigure xserver-xfree86


/etc/X11/xorg.conf -- Este para Xorg, tambien puedes probar con 
dpkg-reconfigure xserver-xorg


Prueba poniendo para el mouce el device /dev/input/mice

Saludos.


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



Re: etch, putty, vi, problema con esta combinacion

2007-04-17 Thread Root

enediel gonzalez escribió:

Saludos a todos

Por segunda vez instale etch usando el netinst CD, y cuando abro una 
sesion remota usando putty, el vi me da problemas en modo de 
insercion, siempre que uso las teclas de movimiento se editan 
caracteres insertandose uno por linea.


no he hecho nada especial en la instalacion, con sarge esto nunca me 
ocurrio.


Gracias por cualquier sugerencia

Linux user 300141
Debian GNU/Linux

_
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/



amigo el puty en los editores no te acepta algunas teclas, a mi con el 
nano me sucede con los numeros del teclado numérico, creo que debe ser 
eso, igual te acosneso que ocupes otro editor... en lo personal ocupo 
nano, y el unico problema es el el teclado numérico


Saludos.


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



Re: etch, putty, vi, problema con esta combinacion

2007-04-17 Thread Root

Marcos Delgado escribió:

El 17/04/07, Root [EMAIL PROTECTED] escribió:

enediel gonzalez escribió:
 Saludos a todos

 Por segunda vez instale etch usando el netinst CD, y cuando abro una
 sesion remota usando putty, el vi me da problemas en modo de
 insercion, siempre que uso las teclas de movimiento se editan
 caracteres insertandose uno por linea.

 no he hecho nada especial en la instalacion, con sarge esto nunca me
 ocurrio.

 Gracias por cualquier sugerencia

 Linux user 300141
 Debian GNU/Linux

 _
 FREE pop-up blocking with the new MSN Toolbar - get it now!
 http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


amigo el puty en los editores no te acepta algunas teclas, a mi con el
nano me sucede con los numeros del teclado numérico, creo que debe ser
eso, igual te acosneso que ocupes otro editor... en lo personal ocupo
nano, y el unico problema es el el teclado numérico

Saludos.


Pues yo uso nano y no tengo problemas con el teclado numérico, ¿dónde
ocurre, modo texto o ambiente gráfico?. Algo que se me ocurre si es
modo texto, es que hay que habilitar que el teclado numérico se
habilite siempre.
Saludos.
Marcos Delgado.


Amigo, está hablando de conexión mediante putty, es un cliente ssh para
windows, con el puedes conectarte a una consola linux desde windows... y
ese cliente no acepta algunas combinaciones de letras.

Saludos.


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



Re: Problemas con el mouse en Xorg y Xfree

2007-04-12 Thread Root

Miguel Da Silva - Centro de Matemática escribió:

Root escribió:

Listeros

tengo el siguiente problema no puedo iniciar la parte grafica devido 
a que el mouse se configura con el device de /dev/input/mice el cual 
no esta en la carpeta, revisando otros sistemas debian que tengo 
resulta que en todos esta, pero al no ser un archiv no puedo copiarlo 
ni nada, intente buscarlo en apt-get y nada..  si alguien sabe como 
crear esos archivos de /dev/input/, que solo tengo el event0 y event1..
 
bueno - saludos. y gracias.





Tuve un problema parecido y era cosa del udev. La solución no fue muy 
elegante (reiniciar la PC), pero funcionó.


El tema que la PC tenía mouse serial y lo cambié por un PS/2, ahí tuve 
que instalar el udev y reiniciar todo.


Saludos y suerte.


De hecho esto esta solucionado . con el modconf, instale el mouse dev. y 
se sokluciono .. eso si aun no puedo iniciar la grafica. ahora me sale 
el siguiente error

error opening security policy /etc/X11/xserver/securityPolicy

verifique que existiera, pero no esxiste el archivo.. si la carpeta xserver.

y alfinal me arroja el error
Fatal server error:
could not open default font 'fixed'

que no si  tenga que ver con el de arriba..

gugliando por ahi , lei que era por que faltaba el xfs, instale un 
paquete.. pero nada.


:D.. almenos e avanzado arto de como aparecio al principio xD


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



apm: Bios not found

2007-04-12 Thread Root
Quien sabe que significa esto, es un mensaje que me tira en el prom, 
debo apretar enter para que aparesca el prompt denuevo y poder poner un 
comando . aparte de eso . no me ha causado problemas hata ahora.


Saludos.


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



Re: problema con mysql-server...

2007-04-11 Thread Root

Jdg escribió:

Hola, instalé el debian desde sarge testing, luego tuve el problema
famoso del upgrade que tuve que poner apt-get -o
APT::Force-LoopBreak=yes  , terminando como cualquier novato de linux
en un debian sin kernel  a pesar que me advertia que Si sabia lo que
estaba haciendo y que tecleara  Sí se lo que hago bueno... me lo
cargué definitivamente... :D De buen humor vuelvo y reinstalo todo desde
el principio tropiezo varias veces con la misma piedra y luego de mi
instalación numero 9898509464, cargarme el kernel, el sistema y no se
cuantas cosas mas sin saber porqué me pasaba, me fuí a leer mil foros y
buscar en google para arreglarlo. Empecé a instalar todos los paquetes
con apt-get -t stable upgrade y logré arreglarlo finalmente... Ahora
luego de tener todo funcionando bien hago un apt-get upgrade normal y
creo que he metido la pata una vez mas, pues estoy intentando instalar
mysql-server y no pasa el --configure... lo que me sorprende es que lo
tenia instalado ayer y funcionaba bien, pero hoy luego del upgrade que
me instalo unos cuantos (bastantes) paquetes nuevos, cuando fue a
actualizarme el mysql-server empezo el problema. Ahora no tengo  mysql
server :( y no veo manera de que pase del configure y no se bloquee en
ese paso...

macondo:/etc/mysql# apt-get upgrade
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
Los siguientes paquetes se han retenido:
  apachetop apt-file bind9 bind9-host dnsutils gksu gnome-themes
gtk2-engines-crux
  gtk2-engines-lighthouseblue gtk2-engines-redmond95 gtk2-engines-smooth
gtk2-engines-thinice gucharmap
  libgucharmap4 libisccc0 libpisock9 libpt-plugins-alsa
libpt-plugins-v4l libtunepimp-bin libtunepimp2
  libxft1 mozilla-browser mozilla-psm ssh x-window-system-core
0 actualizados, 0 se instalarán, 0 para eliminar y 25 no actualizados.
2 no instalados del todo o eliminados.
Necesito descargar 0B de archivos.
Se utilizarán 0B de espacio de disco adicional después de desempaquetar.
¿Desea continuar [S/n]? S
Configurando mysql-server-5.0 (5.0.38-1) ...
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld . . . . . . . . . . . . . .
failed!
invoke-rc.d: initscript mysql, action start failed.
dpkg: error al procesar mysql-server-5.0 (--configure):
 el subproceso post-installation script devolvió el código de salida de
error 1
dpkg: problemas de dependencias impiden la configuración de
mysql-server:
 mysql-server depende de mysql-server-5.0; sin embargo:
 El paquete `mysql-server-5.0' no está configurado todavía.
dpkg: error al procesar mysql-server (--configure):
 problemas de dependencias - se deja sin configurar
Se encontraron errores al procesar:
 mysql-server-5.0
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)


macondo:/etc/mysql# dpkg --purge mysql-server mysql-server-5.0
(Leyendo la base de datos ...
79302 ficheros y directorios instalados actualmente.)
Desinstalando mysql-server ...
Desinstalando mysql-server-5.0 ...
Stopping MySQL database server: mysqld.
Purgando ficheros de configuración de mysql-server-5.0 ...
dpkg - atención: al desinstalar mysql-server-5.0, el
directorio /usr/share/doc/mysql-server-5.0/examples'
no está vacío, no se borra.
dpkg - atención: al desinstalar mysql-server-5.0, el
directorio /usr/share/doc/mysql-server-5.0'
no está vacío, no se borra.
macondo:/etc/mysql#



macondo:/etc/mysql# apt-get install mysql-server
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
Se instalarán los siguientes paquetes extras:
  mysql-server-5.0
Paquetes sugeridos:
  tinyca
Se instalarán los siguientes paquetes NUEVOS:
  mysql-server mysql-server-5.0
0 actualizados, 2 se instalarán, 0 para eliminar y 23 no actualizados.
Se necesita descargar 0B/25,4MB de archivos.
Se utilizarán 69,0MB de espacio de disco adicional después de
desempaquetar.
¿Desea continuar [S/n]? S
Preconfigurando paquetes ...
Seleccionando el paquete mysql-server-5.0 previamente no seleccionado.
(Leyendo la base de datos ...
77532 ficheros y directorios instalados actualmente.)
Desempaquetando mysql-server-5.0
(de .../mysql-server-5.0_5.0.38-1_i386.deb) ...
Seleccionando el paquete mysql-server previamente no seleccionado.
Desempaquetando mysql-server (de .../mysql-server_5.0.38-1_all.deb) ...
Configurando mysql-server-5.0 (5.0.38-1) ...
Stopping MySQL database server: mysqld.

Aqui se queda esperando eternamente y entonces le doy control + c y
continua con el siguiente error :

dpkg: error al procesar mysql-server-5.0 (--configure):
 el subproceso post-installation script fue terminado por la señal
(Interrupción)
dpkg: problemas de dependencias impiden la configuración de
mysql-server:
 mysql-server depende de mysql-server-5.0; sin embargo:
 El paquete `mysql-server-5.0' no está configurado todavía.
dpkg: error al procesar mysql-server (--configure):
 problemas de dependencias - se deja sin configurar
Se encontraron errores al procesar:
 mysql-server-5.0
 mysql-server
E: 

Re: problema con mysql-server...

2007-04-11 Thread Root

Juan Guil escribió:

El 11/04/07, Root [EMAIL PROTECTED] escribió:

Jdg escribió:






prueba haciendo un purge, eliminado las carpetas, y aplicando un
aptitude install mysql-server-5.0

saludos.



Eso lo intente yo, y nada de nada, ni purge ni nada parecido. Aporto
mis experiencias.
Referente a los logs, yo lo flipo, porque en mi maquina he revisado
los logs del syslog, del messages y de los de mysql propios y en el
proceso de instalacion no ESCRIBE NADA!, igual yo no estare viendo los
logs apropiados.

Por lo que veo no soy al unico que le ha pasado esto, pero para mi que
el proceso de instalacion de mysql 5.0 me da que es una autentica
chapuceria, espero que se arregle el tema.

Yo aun asi, sigo esperando y recopilando respuestas.

Muchas gracias por las  contestaciones.

:)

la vez que lo intalé, baje el tar desde la web de mysql, solo ocupo 
atp-get para instalar el 4.1, por que no lo intentan ?..


saludos.


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



Re: problema con mysql-server...

2007-04-11 Thread Root

Jdg escribió:
bueno, esto está feo 
ni siquiera funciona purge o remove 


macondo:/var/lib/mysql# dpkg --purge mysql-server-5.0
(Leyendo la base de datos ...
92187 ficheros y directorios instalados actualmente.)
Desinstalando mysql-server-5.0 ...
Stopping MySQL database server: mysqld failed!
invoke-rc.d: initscript mysql, action stop failed.
dpkg: error al procesar mysql-server-5.0 (--purge):
 el subproceso pre-removal script devolvió el código de salida de error
1
Stopping MySQL database server: mysqld failed!
invoke-rc.d: initscript mysql, action stop failed.
Starting MySQL database server: mysqld already running.
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'debian-sys-maint'@'localhost' (using
password: YES)'
Se encontraron errores al procesar:
 mysql-server-5.0

macondo:/var/lib/mysql# /etc/init.d/mysql status
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'debian-sys-maint'@'localhost' (using
password: YES)'
.

macondo:/var/lib/mysql# /etc/init.d/mysql start
Starting MySQL database server: mysqld already running.
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'debian-sys-maint'@'localhost' (using
password: YES)'

macondo:/var/lib/mysql# /etc/init.d/mysql stop
Stopping MySQL database server: mysqld failed!
macondo:/var/lib/mysql#   


macondo:/var/lib/mysql# dpkg --remove mysql-server-5.0
(Leyendo la base de datos ...
92187 ficheros y directorios instalados actualmente.)
Desinstalando mysql-server-5.0 ...
Stopping MySQL database server: mysqld failed!
invoke-rc.d: initscript mysql, action stop failed.
dpkg: error al procesar mysql-server-5.0 (--remove):
 el subproceso pre-removal script devolvió el código de salida de error
1
Stopping MySQL database server: mysqld failed!
invoke-rc.d: initscript mysql, action stop failed.
Starting MySQL database server: mysqld already running.
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'debian-sys-maint'@'localhost' (using
password: YES)'
Se encontraron errores al procesar:
 mysql-server-5.0
macondo:/var/lib/mysql#  



otro intento

macondo:/var/lib/mysql# killall mysqld

macondo:/var/lib/mysql# dpkg --purge mysql-server-5.0
(Leyendo la base de datos ...
92187 ficheros y directorios instalados actualmente.)
Desinstalando mysql-server-5.0 ...   --- Se queda
esperando eternamente

Stopping MySQL database server: mysqlddpkg: error al procesar
mysql-server-5.0 (--purge):
 el subproceso pre-removal script fue terminado por la señal
(Interrupción) - Control + C
Stopping MySQL database server: mysqlddpkg: error al reorganizar:
 el subproceso post-installation script fue terminado por la señal
(Interrupción) - Control + C
Se encontraron errores al procesar:
 mysql-server-5.0


gracias de antemano por las respuestas.

salu2.
Jdg



El mié, 11-04-2007 a las 09:37 -0400, Root escribió:
  

Jdg escribió:


Hola, instalé el debian desde sarge testing, luego tuve el problema
famoso del upgrade que tuve que poner apt-get -o
APT::Force-LoopBreak=yes  , terminando como cualquier novato de linux
en un debian sin kernel  a pesar que me advertia que Si sabia lo que
estaba haciendo y que tecleara  Sí se lo que hago bueno... me lo
cargué definitivamente... :D De buen humor vuelvo y reinstalo todo desde
el principio tropiezo varias veces con la misma piedra y luego de mi
instalación numero 9898509464, cargarme el kernel, el sistema y no se
cuantas cosas mas sin saber porqué me pasaba, me fuí a leer mil foros y
buscar en google para arreglarlo. Empecé a instalar todos los paquetes
con apt-get -t stable upgrade y logré arreglarlo finalmente... Ahora
luego de tener todo funcionando bien hago un apt-get upgrade normal y
creo que he metido la pata una vez mas, pues estoy intentando instalar
mysql-server y no pasa el --configure... lo que me sorprende es que lo
tenia instalado ayer y funcionaba bien, pero hoy luego del upgrade que
me instalo unos cuantos (bastantes) paquetes nuevos, cuando fue a
actualizarme el mysql-server empezo el problema. Ahora no tengo  mysql
server :( y no veo manera de que pase del configure y no se bloquee en
ese paso...

macondo:/etc/mysql# apt-get upgrade
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
Los siguientes paquetes se han retenido:
  apachetop apt-file bind9 bind9-host dnsutils gksu gnome-themes
gtk2-engines-crux
  gtk2-engines-lighthouseblue gtk2-engines-redmond95 gtk2-engines-smooth
gtk2-engines-thinice gucharmap
  libgucharmap4 libisccc0 libpisock9 libpt-plugins-alsa
libpt-plugins-v4l libtunepimp-bin libtunepimp2
  libxft1 mozilla-browser mozilla-psm ssh x-window-system-core
0 actualizados, 0 se instalarán, 0 para eliminar y 25 no actualizados.
2 no instalados del todo o eliminados.
Necesito descargar 0B de archivos.
Se utilizarán 0B de espacio de disco adicional después de desempaquetar.
¿Desea

Re: problema con mysql-server...

2007-04-11 Thread Root

Jdg escribió:
  
  

/usr/bin/mysqladmin: connect to server at 'localhost' failed

error: 'Access denied for user 'debian-sys-maint'@'localhost' (using
password: YES)'

note que aca te niega el accesso por que intentas entrar con el usuario 
debian-sys-maint , tambien cuando le das a start y te sale este mismo 
error. te dice que el servidor esta corriendo, revisa eso .con un

mysql -u root -p database

o con el usuario que tengas,

tambien noto que intalas el pakete mediante apt-get y que el purge y 
remove se lo tiras con dpkg, trata de tirarle un aptitude remove o 
aptitude purge ( o apt-get remove --purge).


Bueno . intenta eso y me comunicas cualquier cosa..

Saludos.-






Bueno se desinstaló bien con el aptitude remove, luego ..

macondo:/home/jarley# aptitude install mysql-server
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
Leyendo la información de estado extendido
Inicializando el estado de los paquetes... Hecho
Leyendo las descripciones de las tareas... Hecho
Construir la base de datos de etiquetas... Hecho
Se instalarán automáticamente los siguientes paquetes NUEVOS:
  mysql-server-5.0
Se instalarán los siguiente paquetes NUEVOS:
  mysql-server mysql-server-5.0
0 paquetes actualizados, 2 nuevos instalados, 0 para eliminar y 0 sin
actualizar.
Necesito descargar 0B/25,4MB de ficheros. Después de desempaquetar se
usarán 69,0MB.
¿Quiere continuar? [Y/n/?] y
Escribiendo información de estado extendido... Hecho
Preconfigurando paquetes ...
Seleccionando el paquete mysql-server-5.0 previamente no seleccionado.
(Leyendo la base de datos ...
89737 ficheros y directorios instalados actualmente.)
Desempaquetando mysql-server-5.0
(de .../mysql-server-5.0_5.0.38-1_i386.deb) ...
Seleccionando el paquete mysql-server previamente no seleccionado.
Desempaquetando mysql-server (de .../mysql-server_5.0.38-1_all.deb) ...
Stopping MySQL database server: mysqld. 

y aqui se queda eternamente 


le doy Ctrl + C

miro el tail al syslog que tenia abierto en otra consola  y :

macondo:/usr/share/doc# tail -f /var/log/syslog
Apr 11 19:18:14 localhost mysqld_safe[19924]: ERROR: 1062  Duplicate
entry 'localhost-root' for key 1
Apr 11 19:18:14 localhost mysqld_safe[19924]: 070411 19:18:14 [ERROR]
Aborting
Apr 11 19:18:14 localhost mysqld_safe[19924]:
Apr 11 19:18:14 localhost mysqld_safe[19924]: 070411 19:18:14
[Note] /usr/sbin/mysqld: Shutdown complete
Apr 11 19:18:14 localhost mysqld_safe[19924]:
Apr 11 19:18:14 localhost mysqld_safe[19924]: Installation of system
tables failed!
Apr 11 19:18:14 localhost mysqld_safe[19924]:
Apr 11 19:18:14 localhost mysqld_safe[19924]: Examine the logs
in /var/lib/mysql for more information.
Apr 11 19:18:14 localhost mysqld_safe[19924]: You can try to start the
mysqld daemon with:
Apr 11 19:18:14 localhost mysqld_safe[19924]: /usr/sbin/mysqld
--skip-grant 
Apr 11 19:18:14 localhost mysqld_safe[19924]: and use the command line
tool
Apr 11 19:18:14 localhost mysqld_safe[19924]: /usr/bin/mysql to connect
to the mysql
Apr 11 19:18:14 localhost mysqld_safe[19924]: database and look at the
grant tables:
Apr 11 19:18:14 localhost mysqld_safe[19924]:
Apr 11 19:18:14 localhost mysqld_safe[19924]: shell /usr/bin/mysql -u
root mysql
Apr 11 19:18:14 localhost mysqld_safe[19924]: mysql show tables
Apr 11 19:18:14 localhost mysqld_safe[19924]:
Apr 11 19:18:14 localhost mysqld_safe[19924]: Try 'mysqld --help' if you
have problems with paths. Using --log
Apr 11 19:18:14 localhost mysqld_safe[19924]: gives you a log
in /var/lib/mysql that may be helpful.
Apr 11 19:18:14 localhost mysqld_safe[19924]:
Apr 11 19:18:14 localhost mysqld_safe[19924]: The latest information
about MySQL is available on the web at
Apr 11 19:18:14 localhost mysqld_safe[19924]: http://www.mysql.com
Apr 11 19:18:14 localhost mysqld_safe[19924]: Please consult the MySQL
manual section: 'Problems running mysql_install_db',
Apr 11 19:18:14 localhost mysqld_safe[19924]: and the manual section
that describes problems on your OS.
Apr 11 19:18:14 localhost mysqld_safe[19924]: Another information source
is the MySQL email archive.
Apr 11 19:18:14 localhost mysqld_safe[19924]: Please check all of the
above before mailing us!
Apr 11 19:18:14 localhost mysqld_safe[19924]: And if you do mail us, you
MUST use the /usr/bin/mysqlbug script!
Apr 11 19:18:19 localhost mysqld_safe[19951]: Error in
my_thread_global_end(): 1 threads didn't exit

supongo voy a intentar los pasos que me dice el log...

si se les ocurre algo diganme plz

salu2 y gracias de antemano.,.

Jdg






  
el error que cometes... (recien me di cuenta), estas intentando instalar 
2 veces el mysql creo, por que el mysql-server creo que es la version 
4,0 de mysql, y tambien untentas instalar la 5.0. ajaja
borra todo y pone solamente aptitude install mysql-server-5.0 y dime 
que resulta



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



Problemas con el mouse en Xorg y Xfree

2007-04-11 Thread Root

Listeros

tengo el siguiente problema no puedo iniciar la parte grafica devido a 
que el mouse se configura con el device de /dev/input/mice el cual no 
esta en la carpeta, revisando otros sistemas debian que tengo resulta 
que en todos esta, pero al no ser un archiv no puedo copiarlo ni nada, 
intente buscarlo en apt-get y nada..  si alguien sabe como crear esos 
archivos de /dev/input/, que solo tengo el event0 y event1..


bueno - saludos. y gracias.


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



Re: problema con mysql-server...

2007-04-11 Thread Root

E: Sub-process /usr/bin/dpkg returned an error code (1)

Un paquete no se pudo instalar. Intentado recuperarse:
Configurando mysql-server-5.0 (5.0.32-7etch1) ...
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld . . . . . . . . . . . . . . 
failed!

invoke-rc.d: initscript mysql, action start failed.
dpkg: error al procesar mysql-server-5.0 (--configure):
el subproceso post-installation script devolvi�el c�igo de salida de 
error 1

Se encontraron errores al procesar:
mysql-server-5.0


Automaticamente necesita el paquete mysql-server.



Son problemas de purge, una vez echo el purge, preocupate de borra 
carpeta, paquete, y cualqueir cosa que pueda kedar del mysql .. lo raro 
es por que no te pide instalar el mysql-client-5.0 y el common..


asi que intenta borrando todo indisito ..


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



Re: Problemas con el mouse en Xorg y Xfree

2007-04-11 Thread Root

Marcos Delgado escribió:

El 11/04/07, Root [EMAIL PROTECTED] escribió:

Listeros

tengo el siguiente problema no puedo iniciar la parte grafica devido a
que el mouse se configura con el device de /dev/input/mice el cual no
esta en la carpeta, revisando otros sistemas debian que tengo resulta
que en todos esta, pero al no ser un archiv no puedo copiarlo ni nada,
intente buscarlo en apt-get y nada..  si alguien sabe como crear esos
archivos de /dev/input/, que solo tengo el event0 y event1..

bueno - saludos. y gracias.


Si mal no recuerdo, debes de tener cargados los módulos de psmouse y
mousedev; com modconf los puedes dejar habilitados.

Suerte.
Marcos Delgado.

no encontr nada relacionado con lo que enviaste y el debconf no lo 
entendi, igual instale el paquete xserver-xorg-mouese-dev o algo asi
se me crearon los archivos del directorio /dev/input/ los mouse1, 
mouse0, mice(que es el que se configura en el xorg.conf, pero el error 
me sigue diciendo que no se encuentra el dispositivo, a que se debera ?, 
tendre otro mouse ?. es uno de los normales ps2. para todos los mouse 
ps2 le instalo ese.


saludos.


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



Re: Problemas con el mouse en Xorg y Xfree

2007-04-11 Thread Root




¿Entiendes como cargar módulos?, ¿entiendes como usar modconf?

Saludos.
Marcos Delgado.


Si, lo siento, creo que me complique solo pensando lo que era, ahí 
instale el modulo, ahora a probar,


saludos y gracias,


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



ejecucion automatica de p rocesos..

2007-04-10 Thread Root

What's up listeros...

Alguno de ustedes sabe como crear un proceso que se ejecute por ejemplo 
todos los dias a una sierta, por ejemplo que copie una carpeta, o cree 
un archivo, etc. lo que sea al igual que ejecutar un fichero ./hola 
pero que esto se ejecute solo a una hora predertminasda.-


Saludos.


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



Re: Sobre consultas DNS

2007-04-05 Thread Root

EMNI Yoan García Cáceres escribió:

Hola listeros:


Actualmente tengo un Proxy squid y un servidor Web con LAMPP, yo uso un DNS
externo cuando este DNS por algún motivo se cae mi servidor se pone
lentísimo hasta tal punto que ralentiza la carga de la pagina Web de la
Intranet...


Por que cuando ocurre esto se pone tan lento??   
 
 Saludos,
 


 Ing.Yoanny García Cáceres 
 Administrador de la RED-EMNI

 Grupo de Informática
 Grupo Empresarial Cuba-Niquel 
 Empresa Mecánica del Niquel
 Moa.Holguin.Cuba 
 Teléfono:::6-6011:::Ext:374,375:::

 Jabber:[EMAIL PROTECTED]
Conocer es recordar(`-''-/).___..--''`-._ 
   `6_ 6  )   `-.  (._.`) 
   (_Y_.)'  ._   )  `._ `..-' 
 _..`--'_..-_/  /--'_.' ,' 
(il),-''  (li),'  ((!.-'

*



  

  amigo, favor saca tu firma, evita ocupar firmas de mas de 4 o 5 lineas...

Sobre tu coinsultas, me imagino que tu servidor se ponbe lento al 
intentar resolver el las direcciones que el servidor externo resuelve, y 
eso hace la demora de la conexion...
de echo . yo en mi servidor. instale Bind9, y el pc esta conectado 
directo a internet y actua el como DNS, servidor y cliente. en fin .


saludos.


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



Re: NOD32

2007-04-03 Thread Root

EMNI Yoan García Cáceres escribió:

Hola lista:

Alguien tiene una clave de NOD32 que me pueda facilitar??



 
 Saludos,
 


 Ing.Yoanny García Cáceres 
 Administrador de la RED-EMNI

 Grupo de Informática
 Grupo Empresarial Cuba-Niquel 
 Empresa Mecánica del Niquel
 Moa.Holguin.Cuba 
 Teléfono:::6-6011:::Ext:374,375:::

 Jabber:[EMAIL PROTECTED]
Conocer es recordar(`-''-/).___..--''`-._ 
   `6_ 6  )   `-.  (._.`) 
   (_Y_.)'  ._   )  `._ `..-' 
 _..`--'_..-_/  /--'_.' ,' 
(il),-''  (li),'  ((!.-'

*



  

1º Esta es una lista de Debian.
2º Evita las firmas tan grandes.
3º NOD32 tiene copyrigth, enviarte una clave seria ilegal.

saludos.


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



Servidores de Juegos

2007-04-03 Thread Root

Hola listeros:
   Queria saber si alguien de ustedes habia instalado un servidor de 
Call of duty 1 para linux (debian lógico), he estado mucho tiempo 
googleando, pero lo unico que consigo es que me salga información para 
call of duty 2, si alguien tiene algun how-to que me pueda enviar, o 
algun enlace; se los agradecere mucho..


saludos.


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



Re: Posibles cambios en lista

2007-04-02 Thread Root

VictorSanchez2 escribió:

El lun, 02-04-2007 a las 13:55 +, Edwin Quijada escribió:
  
Por Dios, sino te gusta un mensaje como se envio solo ignoralo y listo. 
Sabes q significa esat revisando correos para mi eso no es libertad. Porque 
la gente que usamos linux siempre creemos qe los otros tienen q adaptarse a 
nosotros y no nosotros a ellos??





¿Y si en lugar de uno son miles como se contó? [Creo que fue Iñigo 
quien lo contó]

¿A cuántos correos has respondido tú desde que estás suscrito? ¿Cuántos
lees al día? Si me respondes que sólo lees aquellos que te interesan,
entonces comprenderé tu respuesta.

La verdad es que estoy hasta las narices de esta discusión porque entre
nosotros ¡no estamos siendo capaces ni de ponernos de acuerdo en lo que
podría ser mejor para beneficiar el actual estado de la lista!

(no entro ahora ni en a favor ni en contra, me da igual ya
sinceramente).

Creo que con el aumento de usuarios que se está dando en los últimos
años y por lo que parece seguirá ocurriendo en los siguientes, siempre
habrá en esta lista un número mayor de personas recién llegadas que
quieren aprender [y ese es el objetivo de la lista, que los que más
saben enseñen a los que están aprendiendo]. 


El problema viene cuando los que acaban de llegar quieren aprender (o
que les resuelvan sus problemas mejor dicho) con el mínimo esfuerzo y
encima sin respetar las normas mínimas.

Al igual que he visto como muchos de los que más ayudaban en los
últimos años se han ido marchando, o dejando de responder, por problemas
similares a éste que discutimos, creo que la tendencia irá todavía más
en aumento. Es una pena y creo que si no se ataja a tiempo mucha más
gente se cansará y quedarán 4 respondiendo a las preguntas de 4.000 que
consideren que el top-posting es bueno, que el html no molesta a nadie o
que se les debe resolver sus problemas porque esa es la obligación de
los que están en la lista. 


(de nuevo no entro en las medidas que se deben tomar, me da igual, sólo
quiero que se arregle ya)


  
volvi de mi fin de semana, nuevamente a mi trabajo, me pillo con la 
sorpresa de una cantidad tremenda de mensajes nuevos, desde la lista de 
debian, en fin . cuando fui a leer para ver en que podía ayudar, me di 
cuenta que cada 5 mensajes 4 eran de este tema, no creen que es mucho, 
al fin y al cabo, uno sabe lo que es una lista, yo creo que a nadie 
obligaron a inscribirse en esta lista, si vamos a ponernos con moderador 
y sensurar algunas cosas no creo que sea necesarios, se que hay gente 
que pregunta tonteras, pero nadie te obliga a responder, y de hecho el 
teclado cuenta con una tecla que se llama suprimir. es sencillo, lo otro 
es tener cuidado con las respuestas, aveces no se responde lo 
correcto... y todo usuario que envie un correo con top-posting, con 
muchas cabeceras, con un asunto ilegible(como en un tiempo envie yo, 
sorry por eso),  como dijo un usuario . se le advierte y no se le 
responde, asi aprenderan, quien mejor para enseñar que nosotros mismos


Los grandes cambios comienzan en uno mismo... eso nunca lo olviden ..

saludos.


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



Re: interesado

2007-03-30 Thread Root

silvio escribió:

hola quien puede ayudarme mandandome un tutorial de de descompactadores
o copilador de paquete ya que tengo problema  al descargar paqute de
interne y despues instalarlo uso debian estable se lo agradeseria me
llamo silvio soy de cuba y me encuentro emigrando a debian 



Participe en Universidad 2008 del 11 al 15 de febrero del 2008. 
Palacio de Convenciones. La Habana. Cuba.

http://www.universidad2008.cu

  

a que te refieres con un tutorial de descompactadores ?..
tienes problemas al usar apt-get o aptitude o estas usando otro metodo 
de descarga?

si tienes un error en apt-get o aptitude, pegalo acá para poder ayudarte.
Si estas descargando otros paquetes... que tipo de paquetes descargas?
Saludos.


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



Sin Entorno Grafico

2007-03-30 Thread Root

hola amigos.
   Les cuento mi problema...  Por no contar con una muy buena conexion 
a internet, es imposible instalar paquetes y sentarme a esperar que se 
descargen, por ende instale synaptic, asi selecciono todos los paquetes, 
de todos los tipos los cuales necesito ... la ultima vez que hise eso, 
me desconectaron el computador de la energia electrica, por la hora que 
fue, creo que ya estaba descargado todo, pero faltaba las tipicas 
opciones de cada uno. que te pregunta para configurarlo... el problema 
es que al encenderlo .. me arroja tipico error del Xorg, pero reviso el 
Xorg.conf y esta todo como debe estar..


   realmente no se que debo hacer. si reinstalar, desintalar., o como 
puedo hacer para que se reconfiguren los ultimos paquetes que no se 
alcanzaron a instalar, que realmentre eran tantos. y cosas que no 
recuerdo su nombre..


saludos,
gracias.


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



Re: Sin Entorno Grafico

2007-03-30 Thread Root

Cherny D. C. Berbesí­ I. escribió:

Root escribió:

hola amigos.
   Les cuento mi problema...  Por no contar con una muy buena 
conexion a internet, es imposible instalar paquetes y sentarme a 
esperar que se descargen, por ende instale synaptic, asi selecciono 
todos los paquetes, de todos los tipos los cuales necesito ... la 
ultima vez que hise eso, me desconectaron el computador de la energia 
electrica, por la hora que fue, creo que ya estaba descargado todo, 
pero faltaba las tipicas opciones de cada uno. que te pregunta para 
configurarlo... el problema es que al encenderlo .. me arroja tipico 
error del Xorg, pero reviso el Xorg.conf y esta todo como debe estar..


   realmente no se que debo hacer. si reinstalar, desintalar., o como 
puedo hacer para que se reconfiguren los ultimos paquetes que no se 
alcanzaron a instalar, que realmentre eran tantos. y cosas que no 
recuerdo su nombre..


saludos,
gracias.




Que error te da el xorg??, para continuar con la configuración de los 
paquetes ejecuta


apt-get install -f

Le aplique el apt-get install -f

pero me dice 0 de todo.

realmente esto me paso en la casa, asi que no tengo a mano el error que 
me dio ..  pero almenos se que fue por eso, por que antes de eso tenia 
hasta aceleracion 3D.  y todo eso ..


Saludos.


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



Re: Sin Entorno Grafico

2007-03-30 Thread Root

Néstor Flores escribió:

Lo que podes hacer es un
dpkg-reconfigure debconf
(para que se ponga pregunton, hay que poner la prioridad como baja )
dpkg-reconfigure all
(reconfiguras todos los paquetes)
o sino
dpkg-reconfigure -phigh xserver-xorg
(y reconfigurar el xorg  por dpkg)

El día 30/03/07, *Cherny D. C. Berbesí­ I.* 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] escribió:


Root escribió:
 hola amigos.
Les cuento mi problema...  Por no contar con una muy buena
conexion a
 internet, es imposible instalar paquetes y sentarme a esperar que se
 descargen, por ende instale synaptic, asi selecciono todos los
paquetes,
 de todos los tipos los cuales necesito ... la ultima vez que
hise eso,
 me desconectaron el computador de la energia electrica, por la
hora que
 fue, creo que ya estaba descargado todo, pero faltaba las tipicas
 opciones de cada uno. que te pregunta para configurarlo... el
problema
 es que al encenderlo .. me arroja tipico error del Xorg, pero
reviso el
 Xorg.conf y esta todo como debe estar..

realmente no se que debo hacer. si reinstalar, desintalar., o
como
 puedo hacer para que se reconfiguren los ultimos paquetes que no se
 alcanzaron a instalar, que realmentre eran tantos. y cosas que no
 recuerdo su nombre..

 saludos,
 gracias.



Que error te da el xorg??, para continuar con la configuración de los
paquetes ejecuta

apt-get install -f


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




--
Néstor...
GNU/Linux User #398006
(my blog at http://www.nestorreloaded.com.ar)
http://www.lugoroverde.com.ar 

   Quote:

Prueba con 'dpkg-reconfigure -a' como root para intentar 
arreglarlo.

		Si después de eso te sigue dando el mismo problema prueba a 
		reconfigurar XOrg con 'dpkg-reconfigure xserver-xorg'.


-- VictorSanchez2 www.victorsanchez2.net victorsanchez2 en jabberes.org


He probado con:
   dpkg-reconfigure xserver-xorg
   dpkg-reconfigure -phigh xserver-xorg

Voy a probar con dpkg-reconfigure all
o si no dpkg-reconfigure debconf

cuando lo pruebe les cuento..

Saludos,


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



Re: Como cambio la resolucion de pantalla de etch, sin que me desaparesca el puntero ?

2007-03-29 Thread Root

Gabriel Cruz Tellez escribió:

Hola amigos:

  Instale en mi laptop debian testing, baje el disco de debian testing 
con XFCE, pero la resolucion me aparece muy baja y pues al momento de 
cambiar la resolucion mediante el panel de configuracion me desaparece 
el puntero.


  Alguien ha cambiado resolucion asi y sin perder el puntero ¿?


--
Si buscas resultados distintos, no hagas siempre lo mismo.

Hay dos maneras de vivir su vida: una como si nada es un milagro, la 
otra es como si todo es un milagro. 
De hecho yo utilizo resolucion de 1024 x 768, pero en una pc normal. no 
se si sera por el laptod, o algo mal configurado de la tarjeta de video, 
revisa la targeta de video que tienes y si debian le da soporte, puedes 
provar vesa como driver de video, funciona con muchas tarjetas.,


Saludos.


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



Re: me falta el

2007-03-29 Thread Root

Marcelo Pereyra escribió:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

lee esta guia.

http://ubuntuguide.org/wiki/Ubuntu_Edgy


pd:no es para desmoralizarte pero esta es una lista 100 % debian.
   busca en google y encontraras solucion atus problemas.

suerte

Celso González escribió:
  

On Thu, Mar 29, 2007 at 06:35:53AM -0400, Juan Carlos Fuentes M. wrote:


hola, desde el terminal trate intalar y me arrojo
[EMAIL PROTECTED]:/home/juandecruz# apt-get install w32codes
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package w32codes
  

Lo tienes mal escrito
apt-get install w32codecs

aparte de lo de ubuntu que ya te han comentado



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGC7UzZGCeJSt5s6oRAj/wAKCJhhBKUCuf7P3nBy4GvIvD1s1+YgCdE+7H
IyTpe7bJUlGV0tlsPfUcimQ=
=85vL
-END PGP SIGNATURE-


  

yo cuando ocupaba ubuntu, acudia a www.ubuntu-es.org

muy buena pagina, no se como ande hoy dia, pero ahí ayude y me ayudaron 
arto..


Saludos.


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



Cedega y Call of duty

2007-03-29 Thread Root

Hola amigos.

Despues de mucho tiempo de pelea, y de probar con ubuntu, debian sarge, 
debian testing, fglrx, con los driver oficiales de ati, y con los libres 
de ech...


solo los ultimos me han funcionado,, tengo aceleracion 3D y todo...

los testing del cedega, todos pasan , a esepcion de un warning del 
lector de CD.. pero no afecta en lo que me sucede...


Al no contar con los CD de instalacion del Call of Duty, copie la 
carpeta del juego desde la particion de Xp, cosa que me ha funcionado 
desde Wintendo a Wintendo..  y ahora supuestamente funciona. pero al 
correl el juego . me tira error de la targeta grafia... tendre que en 
cedega instalar la targeta graficas igual que en wintendo o basta con 
que debian la reconosca ?...


la targeta es una ATI, Radeon 9250 de 256 .. xD
me reconoce como Mesa de 128, si la cambio a 256, no me genera problema 
alguno, cedega me corre el juego, es el juego el que no encuentra el 
video..


saludos.


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



Postgress

2007-03-29 Thread Root
Amigos, tengo un postgress instalado en debian sarge, pero no me puedo 
conectar con el phppgadmin, me dice login incorrecto,
cuando uno un su - postgres , y ejecuto un psql -l me lista la template0 
y template1, me acepto crear un usuario, crear una tabla con ese 
usuario, pero en el phppgadmin no puedo logear.


Acá les dejo la configuracion del config.inc.php del phppgadmin.

***
?php

   /**
* Central phpPgAdmin configuration.  As a user you may modify the
* settings here for your particular configuration.
*
* $Id: config.inc.php-dist,v 1.44.2.1 2005/11/18 01:47:16 
chriskl Exp $

*/

   // An example server.  Create as many of these as you wish,
   // indexed from zero upwards.

   // Display name for the server on the login screen
   $conf['servers'][0]['desc'] = 'localhost';

   // Hostname or IP address for server.  Use '' for UNIX domain 
socket.

   // use 'localhost' for TCP/IP connection on this computer
   $conf['servers'][0]['host'] = 'localhost';

   // Database port on server (5432 is the PostgreSQL default)
   $conf['servers'][0]['port'] = 5432;

   // Change the default database only if you cannot connect to 
template1.

   // For a PostgreSQL 8.1 server, you need to set this to 'postgres'.
   $conf['servers'][0]['defaultdb'] = '';

   // Specify the path to the database dump utilities for this server.
   // You can set these to '' if no dumper is available.
   $conf['servers'][0]['pg_dump_path'] = '/usr/bin/pg_dump';
   $conf['servers'][0]['pg_dumpall_path'] = '/usr/bin/pg_dumpall';

   // Slony (www.slony.info) support?
   $conf['servers'][0]['slony_support'] = false;
   // Specify the path to the Slony SQL scripts (where 
slony1_base.sql is located, etc.)

   // No trailing slash.
   // $conf['servers'][0]['slony_sql'] = '/usr/share/pgsql';

   // Example for a second server (PostgreSQL for Windows)
   //$conf['servers'][1]['desc'] = 'r';
   //$conf['servers'][1]['host'] = '127.0.0.1';
   //$conf['servers'][1]['port'] = 5432;
   //$conf['servers'][1]['defaultdb'] = 'template1';
   //$conf['servers'][1]['pg_dump_path'] = 'C:\\Program 
Files\\PostgreSQL\\8.0\\bin\\pg_dump.exe';
   //$conf['servers'][1]['pg_dumpall_path'] = 'C:\\Program 
Files\\PostgreSQL\\8.0\\bin\\pg_dumpall.exe';

   //$conf['servers'][1]['slony_support'] = false;
   //$conf['servers'][1]['slony_sql'] = 'C:\\Program 
Files\\PostgreSQL\\8.0\\share';


   // Default language. Eg: 'english', 'polish', etc.  See lang/ 
directory
   // for all possibilities. If you specify 'auto' (the default) it 
will use

   // your browser preference.
   $conf['default_lang'] = 'auto';
// If extra login security is true, then logins via phpPgAdmin with no
   // password or certain usernames (pgsql, postgres, root, 
administrator)
   // will be denied. Only set this false once you have read the 
FAQ and

   // understand how to change PostgreSQL's pg_hba.conf to enable
   // passworded local connections.
   $conf['extra_login_security'] = false;

   // Only show owned databases?
   // Note: This will simply hide other databases in the list - 
this does

   // not in any way prevent your users from seeing other database by
   // other means. (eg. Run 'SELECT * FROM pg_database' in the SQL 
area.)

   $conf['owned_only'] = false;

   // Display comments on objects?  Comments are a good way of 
documenting

   // a database, but they do take up space in the interface.
   $conf['show_comments'] = true;

   // Display advanced objects?  Setting this to true will show 
types,

   // operators conversions, languages and casts in phpPgAdmin.  These
   // objects are rarely administered and can clutter the interface.
   $conf['show_advanced'] = false;

   // Display system objects?
   $conf['show_system'] = false;

   // Display reports feature?  For this feature to work, you must
   // install the reports database as explained in the INSTALL file.
   $conf['show_reports'] = true;

   // Only show owned reports?
   // Note: This does not prevent people from accessing other 
reports by

   // other means.
   $conf['owned_reports_only'] = false;

   // Minimum length users can set their password to.
   $conf['min_password_length'] = 0;

   // Width of the left frame in pixels (object browser)
   $conf['left_width'] = 200;

   // Which look  feel theme to use
   $conf['theme'] = 'default';

   // Show OIDs when browsing tables?
   $conf['show_oids'] = false;

   // Max rows to show on a page when browsing record sets
   $conf['max_rows'] = 30;

   // Max chars of each field to display by default in browse mode
   $conf['max_chars'] = 50;

   // Send XHTML headers?  Unless

Re: Postgress

2007-03-29 Thread Root

Moises Alberto Lindo Gutarra escribió:

en la linea:

$conf['extra_login_security'] = false;

cambia por :

$conf['extra_login_security'] = true;


2007/3/29, Root [EMAIL PROTECTED]:

Amigos, tengo un postgress instalado en debian sarge, pero no me puedo
conectar con el phppgadmin, me dice login incorrecto,
cuando uno un su - postgres , y ejecuto un psql -l me lista la template0
y template1, me acepto crear un usuario, crear una tabla con ese
usuario, pero en el phppgadmin no puedo logear.

Acá les dejo la configuracion del config.inc.php del phppgadmin.

***
?php

   /**
* Central phpPgAdmin configuration.  As a user you may modify 
the

* settings here for your particular configuration.
*
..(resumido)

   $conf['version'] = 15;

?

   // $conf['servers'][0]['slony_sql'] = '/usr/share/pgsql'; -- esta
parte la comente por que no encontre el archivo por ninguna parte..


Espero alguien sepa lo que sucede, y me pueda ayudar-.-. y disculpen por
lo largo del mail.

saludos.


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






cuando entro al user postgres con su, y ajecuto un createuser con que 
password me lo crea ?.. o como le puedo cambiar la password ? .


con lo de poner
$conf['extra_login_security'] = true;

no me funciono..

SAludos.


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



Re: instalacion portatil

2007-03-28 Thread Root

boxercan escribió:

Hola,

Tengo una duda, con la instalacion en una portatil aspire 3100(win 
preinstalado), con respecto a la bios.
El caso es que no estoy seguro si la bios esta en flashrom como las pc 
de escritorio o esta en una particion del disco rigido como en algunos 
portatiles antiguos. Toda la doc que estube leyendo no hace referencia 
a este punto o por lo menos no la pude encontrar, no quiero 
particionar el disco hasta estar seguro de esto, cualquier info es 
bienvenida.

El disco esta particionado asi:
1   5Mb ?
2y3 fat32

Saludos y gracias.


una vez instale ubuntu en un Aspire, no me acuerdo que modelo , pero uno 
de los ultimos en ese tiempo. como un año , dos años atras, de echo 
traen una particion pekeña, pero creo que es de donde el cd de 
restauracion saca la información para restaurar el sistema, esa 
particion lo la tokes. y partiona el resto, asi te evitas peligros..


salidos.


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



Re: INSTALACION DE NX-SERVER

2007-03-28 Thread Root

basaburu escribió:

El Miércoles, 28 de Marzo de 2007, Ernesto A. Oliva Tenenbaum escribió:
Aupa
  

ok, cuando uso dpkg -i /home/ernesto/Soft/nxserver_2.1.0-18_i386.deb

me pone

dpkg: dependency problems prevent configuration of nxserver:


Aqui te dice que tienes problemas de dependencias

  

 nxserver depends on nxclient (= 2.1.0); however:


Que depende de nxclient = de la version 2.1

  

  Package nxclient is not installed.


Y aqui que no esta instalado nxclient

  

 nxserver depends on nxnode (= 2.1.0); however:
  Package nxnode is not installed.


Y aqui mas de lo mismo.

  
a que se debe esto ahora, 

Pues a que los paquetes tienen dependencias y si no se satisfacen no se puede 
instalar.


Puedes instalar primero esos paquetes dependientes y luego repetir el dpkg -i

  
el caso es que no me deja instalarlo. 

Ya, ni te va a dejar hasta que no tengas instalados esos paquetes o se los 
pongas a tiro para que los pueda instalar.


Dpkg es la base de todo el sistema de paquetes pero un poco dura de usar. Y lo 
que esta claro es que no se puede usar sin leer la documentación.


Por defecto Debian es y significa las famosa frase Debian rules que entre 
otras cosas quiere decir leer y estudiar, aprended y enseñad.


En el reference-es tienes una buena explicación de esto.

  

Cualquier ayuda vale, OK.



Pues a ver si te ayuda esto

BasaBuru
  

te esplico un poco lo de las depencia,

hablaremos de los paketes A, B, C, D, E.. por dar un ejemplo...

por ejemplo, A depende de B, y este de C, C de D y D de E

depender significa, que no puede ser instalado si aquel paquete(del que 
depende no esta instalado),


con dpkg -i lo que mas te pasara sera un caso como lo siguiente.
nesesitas instalar C, pero te pide D, por que de el depende,  entonces 
debes instalar D, pero al intentar intalar de te dira que depende de E 
entonce primero que C y D debes instalar E,


es algo que te puede complicar un poco ..  pero nunca algo que no se 
pueda solucionar...  bueno depende del uso xD...


Te recomiendo que leas arto,,  y que trates de practicar ingles.

Saludos.


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



Re: passwds

2007-03-27 Thread Root

akira escribió:

El Martes, 27 de Marzo de 2007 13:43, Chris Fanning escribió:
  

Hola todos,

Os tengo una pregunta sobre passwds.

Con el paso del tiempo, tengo cada vez más servidores. Todos, o casi
todos, con la misma contraseña de root.

¿como lo haceis para manejar múltiples contraseñas? ¿un txt escondido
en algun directorio?

Gracias.
Chris.



Yo uso zsafe

  
Lo mas util en mi caso .. es un papelito con la clave de los servidores, 
siempre en mi porta documentos.. xD.. asi puedo revisar los server desde 
cualquier parte.. nunca sabre cual sera el cliente que utilisare... asi 
que mejor, me aseguro :D.


Saludos.


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



Capturadora de TV SAA73XX

2007-03-27 Thread Root

Hola amigos:
   les cuento mi consulta.
   Resulta que en mi pc dispongo de una capturadora de TV , y al 
parecer es reconocida por debian, pero aun no se con que programa poder 
ver televisión y verificar que esta este bien configurada, alguien 
conoce un buen programa, en lo posible que sea grafico (para gnome, 
Xfree86), ya que es mi novia quien mas ocupa la tv del computador.


saludos.


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



Re: Consulta sobre Beryl

2007-03-27 Thread Root

Carlos Velásquez escribió:

Ogoshi escribió:

Buenos dias.

Estoy pensando en instalar Beryl en mi GNU/Debian.

Entonces, me gustaria saber la opinión de la gente que lo haya 
instalado y lo usa normalmente.


Le saca partido o solo lo ha instalado por darse el gustazo del 
escritorio en 3D?


Gracias por todo.
Yo lo instalé, y de verdad es algo sorprendente, más que todo lo he 
utilizado para hacer ver a mis amigos que el software libre es mucho 
mejor que otros software, caso de MS, además si tiene otras 
funcionalidades como el zoom que ayuda a personas con alguna 
discapacidad visual, entre otras, pero por lo demás fue más que todo 
por asunto de interfaz gráfica.


Saludos...


ajajja, no se si hablaremos de lo mismo, pero en ubuntu . instale algo 
de compiz, algo asi, no lo recuerdo.. era escritorio 3D, junto con zoom, 
transparencia etc, en realidad esa ves me ocupo muchos recursos, pero me 
sirvio bastante para taparle a la boca al diseñador de mi trabajo, que 
defendia a muerte los mac. xD.. y mesclado con Gdesklets.. mas 
sorprendente aún .


saludos..


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



Re: passwd in chroot / You may not view or modify password information for USER

2007-02-26 Thread root
On Mon, Feb 26, 2007 at 12:17:26AM -0500, Nelson Castillo wrote:
 On 2/26/07, root [EMAIL PROTECTED] wrote:
 On Mon, Feb 26, 2007 at 03:12:44AM +, Steve Kemp wrote:
 (cut)
 From my gut, it doesn't seem like SELinux is getting in the way. I'd see
 if FC has option to turn off SELinux as a kernel option or at least to
 turn off enforcing mode by using /selinux or chaning the policy.
 
 Hey,
 
 I did mount -t selinuxfs none /selinux inside of the chroot, and now
 it works. It's the first time this happens to me :)
 
 http://wiki.superservicios.gov.co:81/~n/strace-with-selinux.txt
 
 Thanks,
Cool. It seems since FC has 'enforcing mode' on, it expects any chroot
to SELinux too? So that you had 'unix' permission to create the chroot
and issue the passwd command but you needed the rest of the SELinux
infrastrure for SELinux to allow you to do it. 
Hmm.

-- 
|  .''`.  == Debian GNU/Linux == |   my web site:   |
| : :' :  The  Universal |mysite.verizon.net/kevin.mark/|
| `. `'  Operating System| go to counter.li.org and |
|   `-http://www.debian.org/ |be counted! #238656   |
|   my keysever: subkeys.pgp.net | my NPO: cfsg.org |


signature.asc
Description: Digital signature


Re: passwd in chroot / You may not view or modify password information for USER

2007-02-25 Thread root
On Mon, Feb 26, 2007 at 03:12:44AM +, Steve Kemp wrote:
 On Sun, Feb 25, 2007 at 10:07:48PM -0500, Nelson Castillo wrote:
 
  The partition in which the chroot is is not mounted with the nodev option.
  It's mounted with ext3,defaults, just as / is.
  
  This is the strace I got:
  
  http://wiki.superservicios.gov.co:81/~n/strace.txt
 
   Looking that over this appears to be a SELinux thing.
Both FC and Debian have SELinux support. AFAIK, FC has it active by
default('enforcing mode') while Debian does not. On my sid system, I
have have SELinux active but not in 'enforce' mode. This means it does
not stop anything, but logs it if would.
 
   The code obviously reads the current permissions of your
  user:
 
  open(/proc/self/task/25770/attr/current, O_RDONLY|O_LARGEFILE) = 4
  read(4, user_u:system_r:unconfined_t:s0-..., 4095) = 43
  close(4)= 0
'unconfined' means that it is not a restricted in what it can do, thus
is only limited by regualr unix permisions, which are check first
anyway.
 
   I'm not sure what that means..
 
   Later there are two file accesses which fail:
 
   open(/selinux/access, O_RDWR|O_LARGEFILE) = -1 ENOENT (No such file or 
 directory)
   open(/selinux/enforce, O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or 
 directory)
 
   I'd suggest disabling SELinux and seeing if that fixes it, if it
  does then I guess you get to learn more about using it than I 
  wish to right now ;)
SElinux uses a virtual filesystem, that is set in /etc/fstab, for
displaying and setting options like /proc. These are saying that this
virtual filesystem is not there.

From my gut, it doesn't seem like SELinux is getting in the way. I'd see
if FC has option to turn off SELinux as a kernel option or at least to
turn off enforcing mode by using /selinux or chaning the policy.
-- 
|  .''`.  == Debian GNU/Linux == |   my web site:   |
| : :' :  The  Universal |mysite.verizon.net/kevin.mark/|
| `. `'  Operating System| go to counter.li.org and |
|   `-http://www.debian.org/ |be counted! #238656   |
|   my keysever: subkeys.pgp.net | my NPO: cfsg.org |


signature.asc
Description: Digital signature


Re: old hardware, newer Debian [SOLVED]

2007-02-14 Thread root
 From: [EMAIL PROTECTED] (Chris Bannister)
 Subject: Re: old hardware, newer Debian [SOLVED]
 Message-ID: [EMAIL PROTECTED]
 
 On Mon, Feb 12, 2007 at 05:35:59PM -0800, Mike McClain wrote:
   Mike McClain [EMAIL PROTECTED]:
 I just installed sarge on a box I've happily been running woody on
 
 Couldn't you just upgrade?

dialup takes too long I hear.
 
 for 5 years and find I can't run X cause the Trident tvga 9800b
 
 xorg might support the Trident tvga 9800b, but if its a critical
 machine, (which seems unlikely cause you are running X), then search the
 Internet to see if anyone is having trouble.
 
 I have a Cirrus Logic GD 7548 inbuilt video in this laptop, and the
 upgrade from xfree86 to xorg broke X. Eventually I realised the xorg
 driver didn't support the Cirrus Logic GD 7548 and worst of all, neither
 did the vesa driver.
 
 I noticed on debian-release a request to allow xserver-xorg-video-vesa
 (1:1.3.0-1) to enter testing cause it Fixes shadowfb.
 
 I tried this new version, and yay X now works.
 I honestly thought that I had come to the limits of Debian support for
 old hardware. 
 
 chipset is no longer supported in the xserver-xfree86 v4.3. 
  [EMAIL PROTECTED]:~ dpkg -P xserver-xfree86
  [EMAIL PROTECTED]:~ dpkg -i 
  /CD/pool/main/x/xfree86v3/xserver-svga_3.3.6-44_i386.deb
  /CD/pool/main/x/xfree86v3/xserver-common-v3_3.3.6-44_i386.deb
  [EMAIL PROTECTED]:~ xf86config-v3
  [EMAIL PROTECTED]:~ edit /etc/X11/XF86Config:
  Clocks  25.17  28.32  44.90  36.00  57.28  65.03  50.34  40.00
  [EMAIL PROTECTED]:~ startx  /var/log/X11messages 21 
  
  X starts with a resolution that has the tool bar off screen but 
  CtrlAlt+ a couple of times fixes that
 
 What is the output of 'less /etc/X11/XF86Config | grep Modes' 
 Chris.
several copies of these lines:
Modes   640x480 800x600 1024x768 1280x1024
Modes   640x480 800x600 1024x768
Modes   640x480 800x600
However your asking the question caused me to wonder if the order affected
operation so I changed the first  line to:
Modes   1024x768 1280x1024 640x480 800x600
and now X comes up in the desired resolution. 
Thanks, Chris.

Any idea why my gpm mouse doesn't work at the CL after starting X until
after stopping and starting it a couple of times? It is only a problem 
right after starting X, then once it's working properly at the CL I can 
switch back and forth between X and the CL with no more problems.
This happens in Sarge but not Woody or RH62. The mouse runs as:
gpm -m /dev/psaux -t ps2 -r5 -3 -B213
and is in /etc/X11/XF86Config as:
Section Pointer
ProtocolPS/2
Device  /dev/mouse
EndSection

TIA, Mike


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



re: How to mount Solaris disk as slave?

2007-02-14 Thread root
 Date: Tue, 13 Feb 2007 17:13:07 -0600
 From: Kent West [EMAIL PROTECTED]
 Subject: How to mount Solaris disk as slave? [Was: Using graphical 
 environment]
 Message-ID: [EMAIL PROTECTED]
 
 Kelly wrote:
  It is not recognizing the data on the other drive.  It only sees the
  swap space.  It is asking for the systemfile type.
 
  Here is the output.
  ---
  tester# mount
  /dev/hda1 on / type ext3 (rw,errors=remount-ro,usrquota,grpquota)
  proc on /proc type proc (rw)
  devpts on /dev/pts type devpts (rw,gid=5,mode=620)
  tmpfs on /dev/shm type tmpfs (rw)
  usbfs on /proc/bus/usb type usbfs (rw)
  tester# mount /dev/hdb1 /mnt/temp4sol
  /dev/hdb1 looks like swapspace - not mounted
  mount: you must specify the filesystem type
  ---
 
  tester:# cfdisk /dev/hdb --- this gives me a fatal error ---  FATAL
  ERROR: Bad primary partition 0: Partition ends in the final partial
  cylinder.
 
  Is it possible that Debian will not read the partitions?
 
 It's probably of type ufs. You might try mount -t ufs /dev/hdb1 
 /mnt/temp4sol (although partition 1 probably is swap, in which case 
 that won't work).
 
Several years ago (98) I had Solaris installed along side Linux until 
a RedHat install trashed it. Solaris' partition type is 82 same as
Linux swap. If I recall properly Solaris took the partition I installed
on and subdivided it and I got better info out of my boot messages
(try dmesg | less) than I did from 'fdisk -l'.

Partition check:
hda: hda1 hda2  hda5 hda6 hda7 hda8 hda9 hda10  hda3 
hda4 solaris: [s0] hda11 [s1] hda12 [s2] hda13 [s3] 
hda14 [s4] hda15 [s5] hda16 [s6] hda17 

excerpted from /etc/fstab:
/dev/hda11/solaris ufs ufstype=sun,noauto,ro   0 0
/dev/hda12/solopt  ufs ufstype=sun,noauto,ro   0 0
/dev/hda14/solvar  ufs ufstype=sun,noauto,ro   0 0
/dev/hda16/soldoc  ufs ufstype=sun,noauto,ro   0 0
/dev/hda17/solusr  ufs ufstype=sun,noauto,ro   0 0

HTH,
Mike
PS: You'll need the ufs module loaded, it's not normally.
You may even have to build it first, though it may already be 
on your install disk or look in /lib/modules/*/kernel/fs/ufs/ for ufs.o
Enjoy


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



inode aliases, inode count wrapped and kernel paging request/iput problems

2006-12-26 Thread root
I've been seeing inode aliases, inode count wrapped and 
kernel paging request/iput problems lately and I'm not even sure
what an inode is but these problems often lock the system up.
These are excerpted from logs so you can see symptoms at least.
Any explainations or suggestions would be appreciated.

This is a Woody system on /dev/hdc8
Linux playground 2.2.20-idepci #1 Sat Apr 20 12:45:19 EST 2002 i586 unknown

These clipped from dmesg:
CPU: Intel Pentium MMX stepping 03
Memory: 257652k/262144k available 
hda: WDC AC24300L, 4112MB w/256kB Cache, CHS=524/255/63
hdc: WDC WD400BB-00CAA0, 38166MB w/2048kB Cache, CHS=4865/255/63
hdb: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache
Adding Swap: 2048276k swap-space (priority -1)
swap was a smaller partition at the end of the drive 
but I moved it after the crash on Dec. 7 thinking that might be the problem

The only thing I know of that's happening at 3Am is 'secure' a security script
of mine running out of /etc/crontab, it's  been running nightly since 2004.
/etc/cron.d/anacron runs at 03:30

from /var/log/syslog:   132 like this
Dec 24 03:35-46:xx playground kernel: \
iput: device {00:00,16:0{1-5,7-a,c} inode xx still has aliases!

from /var/log/kern.log:
Dec 23 03:35:06 playground kernel: eth0: Setting promiscuous mode.
Dec 23 03:35:06 playground kernel: device eth0 entered promiscuous mode
Dec 23 03:40:16 playground kernel: iput: inode 00:00/0 count wrapped
Dec 23 06:49:01 playground kernel: VFS: Busy inodes after unmount.
Self-destruct in 5 seconds.  Have a nice day...
from /var/log/syslog.0:
Dec 23 03:35:09 playground snort: Snort initialization completed successfully
Snort running
Dec 23 03:38:02 playground /USR/SBIN/CRON[7772]: (mail) CMD
(  if [ -x /usr/sbin/exim -a -f /etc/exim/exim.conf ];
then /usr/sbin/exim -q ; fi)
Dec 23 03:40:16 playground kernel: iput: inode 00:00/0 count wrapped

from /var/log/kern.loghalf hour after secure ran
Dec 19 03:37:43 playground kernel: Unable to handle kernel NULL pointer 
dereference at virtual address 0020
Dec 19 03:37:43 playground kernel: current-tss.cr3 = 0d4dd000, %%cr3 = 0d4dd000
Dec 19 03:37:43 playground kernel: *pde = 
Dec 19 03:37:43 playground kernel: Oops: 
Dec 19 03:37:43 playground kernel: CPU:0
Dec 19 03:37:43 playground kernel: EIP:0010:[iput+24/488]
Dec 19 03:37:43 playground kernel: EFLAGS: 00010202
Dec 19 03:37:43 playground kernel: eax: 0008   ebx:    ecx: 
cd379708   edx: cdffbbc8
Dec 19 03:37:43 playground kernel: esi: cdb796f8   edi: cdffbb90   ebp: 
   esp: ccadfe68
Dec 19 03:37:43 playground kernel: ds: 0018   es: 0018   ss: 0018
Dec 19 03:37:43 playground kernel: Process find (pid: 6593, process nr: 23, 
stackpage=ccadf000)
Dec 19 03:37:43 playground kernel: Stack: cdffbb90 c0132f36 cdb796f8 ccadfeac 
00038c83 1004 cf6ab600 1004 
Dec 19 03:37:43 playground kernel:c0133ed0 fd87 0d8b c0229128 
00038c83 c0255da4 cf6ab600 c8fe3501 
Dec 19 03:37:43 playground kernel:c013e9f4 ccadfeac ccadfeac c0133f38 
1004 c0229128 00038c83 c0255da4 
Dec 19 03:37:43 playground kernel: Call Trace: [prune_dcache+198/308] 
[try_to_free_inodes+188/252] [ext2_find_entry+416/684] [grow_inodes+32/408] 
[get_new_inode+185/292] [iget4+109/120] [iget+17/24] 
Dec 19 03:37:43 playground kernel:[ext2_lookup+90/140] 
[real_lookup+77/160] [lookup_dentry+292/452] [__namei+38/88] 
[sys_newlstat+13/96] [system_call+52/56] 
Dec 19 03:37:43 playground kernel: Code: 8b 40 18 85 c0 74 02 89 c3 85 db 74 0d 
8b 43 08 85 c0 74 06 

These are clippings from /var/log/syslog:
Dec 14 03:01:01 playground /USR/SBIN/CRON[7729]: (root) CMD (   /mc/bin/secure 
deb)
Dec 14 03:01:54 playground kernel: Unable to handle kernel paging request at 
virtual address 6e65698a
Dec 14 03:01:54 playground kernel: current-tss.cr3 = 09901000, %%cr3 = 09901000
Dec 14 03:01:54 playground kernel: *pde = 
Dec 14 03:01:54 playground kernel: Oops: 
Dec 14 03:01:54 playground kernel: CPU:0
Dec 14 03:01:54 playground kernel: EIP:0010:[iput+24/488]
Dec 14 03:01:54 playground kernel: EFLAGS: 00010206
Dec 14 03:01:54 playground kernel: eax: 6e656972   ebx:    ecx: 
c96f2ac8   edx: c708c408
Dec 14 03:01:54 playground kernel: esi: c9ef2ab8   edi: c708c3d0   ebp: 
   esp: c4ddbe68
Dec 14 03:01:54 playground kernel: ds: 0018   es: 0018   ss: 0018
Dec 14 03:01:54 playground kernel: Process find (pid: 7763, process nr: 63, 
stackpage=c4ddb000)
Dec 14 03:01:54 playground kernel: Stack: c708c3d0 c0132f36 c9ef2ab8 c4ddbeac 
0134 1004 cffd0800 1004 
Dec 14 03:01:54 playground kernel:c0133ed0 f111 0118 c0229128 
0134 c0255d84 cffd0800 c01290df 
Dec 14 03:01:54 playground kernel:cd462670 c4ddbeac c4ddbeac c0133f38 
1004 c0229128 0134 c0255d84 
Dec 14 03:01:54 playground kernel: Call Trace: [prune_dcache+198/308] 
[try_to_free_inodes

inode warning

2006-12-08 Thread root
 Can anyone tell me what this message means and what to do about it? 
'iput: inode 00:00/0 count wrapped' 
This is a Woody install from CD on an old Pentuim system.
TIA, Mike


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



Grub and savedeafult

2006-02-15 Thread spoofy root
Anyone know where I can get the most recent version of grub that has
the savedeafult and grub-reboot features working? I was told that its
broken in .97 .. i know it worked in .95 .and I'm unsure about .96.

thanks



savedefault in grub broken.

2006-02-13 Thread spoofy root
grub-reboot and savedefault seem to be broken in .97

neo:~# apt-cache show grub
Package: grub
Priority: optional
Section: admin
Installed-Size: 684
Maintainer: Grub Maintainers [EMAIL PROTECTED]
Architecture: i386
Version: 0.97-4
Depends: libc6 (= 2.3.5-1), libncurses5 (= 5.4-5)
Suggests: grub-doc, grubconf
Filename: pool/main/g/grub/grub_0.97-4_i386.deb
Size: 363874
MD5sum: c1410b00279171e36b74911b8ff832c4
Description: GRand Unified Bootloader
 GRUB is a GPLed bootloader intended to unify bootloading across x86
 operating systems.  In addition to loading the Linux kernel,
 it implements the Multiboot standard, which allows for flexible loading
 of multiple boot images (needed for modular kernels such as the GNU Hurd).
Tag: admin::boot, interface::shell, interface::text-mode,
role::sw:application, uitoolkit::ncurses

neo:~#
neo:~# grub-reboot 3

neo:~#grub



GNU GRUB  version 0.97  (640K lower / 3072K upper memory)

 [ Minimal BASH-like line editing is supported.  For the first word, TAB
   lists possible command completions.  Anywhere else TAB lists the possible
   completions of a device/filename. ]

grub savedefault --once

Error 27: Unrecognized command

grub savedefault --once --default=3

Error 27: Unrecognized command

grub


This worked fine in .95 i think.. is it working in .96? or is there
anything I can do to resolve the issue? I completly removed my old
grub install before installing .97..but still no luck

thanks
Johnathan



Not enough ptys + udev

2005-10-29 Thread root
Hi all,

Recently, startx stopped working for all users on my laptop,  due to:


  xterm: Error 32, errno 2: No such file or directory
  Reason: get_pty: not enough ptys
 

since startx is still working for root, i suspect misconfiguration 
of the devices access privileges has occurred.
So, will anybody tell me what is the right set up for devices, 
expecially for /dev/null, /dev/console, /dev/pts, /dev/pty* /dev/ptms ?

I am using udev and kernel 2.6.13.2 (not debian packaged)
I am not sure, but it is possible that such misbehavior occurred after 
the installation of the udev package. Any help?

thank you 

--
pol


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



Re: OpenOffice.org 2.0 installed?

2005-10-26 Thread Ephemeral root
Quoting Bruno Buys [EMAIL PROTECTED]:

 Well, /opt is where the files were written to,
 indeed.  But since dpkg was involved, the managing
 system got in the middle. In the end, I removed all
 the stuff, since apt-get can't do anything else
 besides complain, 'till you remove'em.  Thanks, I'll
 try your suggestion, but, since the OOo package does
 work, isn't it strange that dpkg can't be told to
 forget and leave it as is?  Where is the option
 'you-know-what-you-are-doing'?

Actually dpkg can be told to mind-your-own-business
with the various --force- options. The problem, if you
can call it that, is with the higher level package
managers like apt-get and aptitude.


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



Debian package management puzzle

2005-10-24 Thread Ephemeral root
How useful is grep-dctrl? Having nothing better to do, I did
some informal tests of the program. The results have left
me even more puzzled about the relation between dpkg, apt,
aptitude and the other upcoming or obsolete Debian package
managers? Can somebody account for the anomaly below? There
are still more wonders I uncovered with apt-cache search
and aptitude search. 

albino:~$ apt-cache show remember-el | grep Maintainer
Maintainer: Sandra Jean Chua (Sacha) [EMAIL PROTECTED]
albino:~$ grep-available -FMaintainer 'Sacha' -s \
 Package,Maintainer
albino:~$ grep-available -FMaintainer 'Branden' -s \
 Package,Maintainer | head -n5
Package: xfwp
Maintainer: Branden Robinson [EMAIL PROTECTED]

Package: xspecs
Maintainer: Branden Robinson [EMAIL PROTECTED]


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



Re: ways to read man pages

2005-10-22 Thread Ephemeral root
Quoting kamaraju kusumanchi [EMAIL PROTECTED]:

 Hi
We all know how important it is to read man pages. I
 would like to collect info on different ways to read the 
 man pages. My
 favorites are as follows
 
 1) man pagename
 2) In konqueror, man:pagename
 3) In vim, Man pagename
 
 What about others?

My favorite, especially when it comes to using a program for
the *first* time, is something like:

google apt-ftparchive example configuration

More often than not the first few pages of a google search
will provide you with better documentation than most man
pages. Sadly many man pages lack real world examples that
would help clarify otherwise abstruse or overly abstract
explanations.


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



Re: apt-get and authentication

2005-10-22 Thread Ephemeral root
Quoting Rick Pasotto [EMAIL PROTECTED]:

 Why has apt-get started giving me this message:
 
 WARNING: The following packages cannot be authenticated!

That's part of apt 0.6's new security feature. You must add
to your apt set-up the gpg public key of the archives where
you downloaded the packages. I think this has already been
done for you if you download only official Debian
packages.

For adding the keys of unofficial sites, read the man page,
or better, google for apt-key. This assumes of course the
maintainer signs his unofficial archive by creating the
necessary Release (md5sum and sha1sums of the available
packages) and Release.gpg (the detached gpg signature of
the Release file).

You can also try to create the Release and Release.gpg files
yourself by using apt-ftparchive. But that's a longer
story (one that took me three days of googling  to figure
out).

I hope my explanation doesn't read like a man page.


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



Re: Newbie wants Firefox and Tbird

2005-09-23 Thread root
On Fri, 2005-09-23 at 09:11 -0400, kamaraju kusumanchi wrote:
 Albert wrote:
 
  I am a new user of Debian.  My first task after system install is to 
  install Firefox and Tbird, preferably the latest 1.0.6 or 1.0.7.  It's 
  a piece of cake to download and install these from the mozilla site, 
  but I have no idea how I might then wrap them with an icon and to get 
  them to show in the menus.  Do debian users not do this sort of 
  thing?  If so, could someone point me to the appropriate documentation?
 
 You guessed it right. Debian users do not do all these things. The 
 maintainers take care of these trivial things for us. To install firefox 
 and and thunderbird all you need to do is run the following command with 
 root privileges
 
 apt-get install mozilla-firefox mozilla-thunderbird

I see only old versions of firefox and tbird.  I want 1.0.6, not 1.0.2.


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



Re: Newbie wants Firefox and Tbird

2005-09-23 Thread root
On Fri, 2005-09-23 at 14:09 +0100, Antony Gelberg wrote:
 Albert wrote:
  I am a new user of Debian.  My first task after system install is to
  install Firefox and Tbird, preferably the latest 1.0.6 or 1.0.7.  It's a
  piece of cake to download and install these from the mozilla site, but I
  have no idea how I might then wrap them with an icon and to get them to
  show in the menus.  Do debian users not do this sort of thing?  If so,
  could someone point me to the appropriate documentation?
 
 Please read the Debian Reference.  One of the main reasons to use Debian
 is to use software packaged from Debian repositories rather than
 downloading generic binaries and source.
 
It seems that one of the main reasons to use Debian might also be one
 of the main reasons not to use Debian.


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



Re: USB2 Video/TV capture?

2005-09-20 Thread Ephemeral root
Quothing Ron Johnson [EMAIL PROTECTED]:

 On Mon, 2005-09-19 at 23:28 -0500, Ephemeral root wrote:
  Has anybody managed to get any brand of a video or TV
capture
  device connected via USB2 to work under Debian?  The
first
  result I got on a Google search for linux video usb2
  capture is a link to somebody's Linux
*in*compatibility
  list.
 
 Video capture like from a TV/VCR, or DV from a
 camcorder?

I mean video capture from an external device with a built-in
TV
tuner. Just like what an internal PCI TV tuner card does.
My
problem is that I plan to upgrade to a mini-PC that appears
not to have any expansion slots at all. So what I need is
an external TV tuner and capture device.

 Never gonna happen.  USB has too much latency to be
anything
 more than a cheap hack (when regards to video). Firewire
is
 designed for this kind of streaming lots of data with very
low
 latency, so that's what people like the developer of kino
are
 using.

Well it appears to be happening to users of another OS:
http://www.innodv.com/products/tv_usb2.html

 For stand-alone connect-the-TV-to-the-PC situations, the
 Hauppauge PVR-150 is what you are looking for.  They even
 mention Linux under 3rd Party Applications support.

Because of my location and my budget I'm limited to using
Chinese, Taiwanese or Korean solutions.


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



USB2 Video/TV capture?

2005-09-19 Thread Ephemeral root
Has anybody managed to get any brand of a video or TV
capture device connected via USB2 to work under Debian? The
first result I got on a Google search for linux video usb2
capture is a link to somebody's Linux *in*compatibility
list.


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



Updates to unstable

2005-07-26 Thread Ephemeral root
Am I the only one not getting any apt-get updates to the
unstable version of Debian? I decided to check the sources
list by hand and interestingly the dates of the lates
Packages.gz and Sources.gz is 2005-07-21. What gives?

http://ftp.debian.org/debian/dists/unstable/main/binary-i386/
[   ] Packages21-Jul-2005 14:16  14.1M  
[   ] Packages.bz221-Jul-2005 14:16   2.7M  
[   ] Packages.gz 21-Jul-2005 14:16   3.6M  
[   ] Release 21-Jul-2005 14:35 1k 


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



Re: external USB acomdata drive

2005-07-07 Thread Ephemeral Root
Quoting Pete Hicks [EMAIL PROTECTED]:
 On Thu, Jul 07, 2005 at 04:38:55PM -0400, Carl Fink
wrote:

  On Thu, Jul 07, 2005 at 08:52:59AM -0700, Pete Hicks
wrote:
 
   However, when I try and mount the drive, I can an
error
   saying wrong fstype:
   
   % sudo mount -t vfat /dev/uba /mnt/extdrive
   mount: wrong fs type, bad option, bad superblock on
   /dev/uba, missing codepage or other error (could this
be
   the IDE device where you in fact use ide-scsi so that
sr0
   or sda or so is needed?)  In some cases useful info
is
   found in syslog - try dmesg | tail or so
 
  Did you try either of the things mount suggested
(mounting
  /dev/sda or looking at dmesg)?
 
 I did. The message that dmesg produces is that there is
no
 filesystem (at work ATM, so I don't have my laptop, and
don't
 remember the message verbatim). Since I am using UDEV, I
 created /dev/sda1 with mknod, and that did not work. I
suspect
 this is because ide-scsi used to handle scsi emulation,
and
 that is not really what I am looking to achive.
 
 I was thinking about trying to reformat the drive using
parted
 or windows (gasp), but winxp does not format fat32, and
parted
 was giving me a dire warning, so I held off there. I might
go
 ahead and risk it if I run out of options.

Just a few thoughts: Did you try mount /dev/uba1? What
does ls /dev/uba* say?


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



Re: agregar s.o a grub problema resuelto

2005-06-22 Thread root
gracias señores por fin pude resolver mi problema les cuento la verdad
no pude hacer que el disco que tiene windows xp /dev/hdc arrancara desde
el disco de debian /dev/hda por que mandaba errores raros como este
booting 'windows xp'
rootnoverify (hd1,0)))  
filesystem type is fat partition type 0xc)))
makeactive +1
chainloader +1
asi que lo que hice fue ver como tenia configurado el grub una maquina
que tiene fedora core 3 y xp y lo tenia asi

title   otros sistema
rootnoverify(hd0,0)
chainloader +1

osea lo unico que hice fue instalar en el disco de xp /dev/hdc grub y
cambiar el numero de discos en /boot/grub/menu.lst y eso fue todo.

aunque me queda la duda por que no quiso arrancar xp desde el disco que
tenia debian? 
se necesita que grub este instalado en el disco duro de xp para que
funcione, por que esa fue la unica forma en que yo pude hacer que
iniciara los dos.  
bueno pues muchas gracias a todos por su ayuda salu2


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



emulador bochs

2005-06-19 Thread root
que tal listeros pues resulta que lei en algun foro de este emulador y
pues como necesito correr algunos programillas que solo funcionan para
window$$$ pues necesitaria emular un win98 y lei de este software bochs
resulta que lo instale con 
apt-get install boch y se instalo sin ningun problema pero ahora
necesito configurarlo y pues la verdad no se como y queria saber si
alguno de ustedes lo conoce y lo a logrado instalar por que me la he
pasado algunas horas googleando y pues parece que no es muy conocido por
que no encuentro informacion sobre el.. bueno espero me puedan echar la
mano de antemano gracias y salu2

nota..

no soy de $$$ para comprar licencia de vmware
y probe con wine y no me funcionan totalmente los programas
los programas son diseados especialmente para una empresa por lo que no
se podria cambiar por programas comerciales para linux




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



Re: KDE no deja eliminar nada

2005-06-18 Thread root
On lr., 2005-06-18 at 10:55 +0200, Pablo Braulio wrote:
 
  En KDEHispano hay un par de personas a los que le ha pasado, y buscando
  informacin he encontrado un comentario de Pablo Braulio que comentaba aqu
  que a l tambin le ha pasado lo mismo, as por lo que debe de ser algo
  comn o alguna novatada tonta que no sabemos resolver.
 
  Se agradece cualquier tipo de pista o sugerencia.
 
 Pablo Braulio?, quin ser?. :-D
 
 No se si es la solucin, pero lo que hice fue borrar trash.desktop
 rm -r /home/pablo/Desktop/trash.desktop
 
Hola buenas,
Ayer instale debian sarge con el kernel 2.6.8. y KDE 3.4.1. Una
maravilla! He conseguido poder oir musica y ver videos por medio de el,
cosa que con sid y el kernel 2.4 no podia, se apaga solo...pero como
tiene sus incovenientes no puede eliminar por el KDE. He probado lo que
Pablo Braulio decia pero no tengo ese archivo. Tengo una carpeta con
nombre Desktop pero esta vacia y un fichero que se llama Home.desktop
se os ocurre una solucion? seria posible pasar a KDE 3.3.2,porque me
pasarece que con esa version no tenia ese problema?
Otra dudilla: como se hace para que me automonte el cdrom y un pendrive
cuando los meto?

Gracias!
Un saludo!


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



wireless dwl-g520+

2005-06-16 Thread root
adquiri hace poco debian y es excelente habia trabajado con
distribuciones de red hat, fedora, y suse y ahora ando con debian pues
resulta que tengo una tarjeta inalambrica dlink dwl-g520+ y pues no
tiene driver para linux y pues queria saber si alguien la ha podido
hechar a jalar yo sinceramente no puedo ya intente con los drivers
acx-100 y con el ndiswrapper y pues no lo logro.
y pues esta tarjeta es mi puerta a internet a por cierto solo tengo los
dos primeros discos de debian sarge y todo lo demas lo pensaba instalar
dede internet pero pues como no funciona la tarjeta pues no puedo hacer
nada espero alguien me pueda hechar la mano de antemano gracias.. 

salu2


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



Re: wireless dwl-g520+

2005-06-16 Thread root
muchas gracias por tu respuesta solo tengo una pregunta tu tienes
encriptacion???
lo que pasa es que yo tambien la pude configurar y escanero la red me
encuentra el router inalambrico y todo pero cuando pongo la clave de
encriptacion en star_net no me la acepta incluso la intente meter dede
la consola con 
ifconfig wlan key
si la puso pero de todas formas no puedo comunicarme con el router si lo
ve pero no puedo comunicarme con el..
a ver si tu me puedes solucionar esta duda lei en un foro que el driver
acx-100 no tiene soporte para encriptacion que tan cierto es esto?
espero tu respuesta y muchas gracias...


El jue, 16-06-2005 a las 15:43 +0200, DoNoBaN escribi: 
 Yo tengo esa misma tarjeta y me funciona aceptablemente con el Acx100, 
 yo creo que no lo habrs instalado bien. Si quieres intentarlo y 
 comentarme fallos ms concretos, no tiene ningn misterio vamos. En 
 principio te bajas las sources, ./Configure, make, make install, 
 configuras el archivo star_net de la carpeta de scripts, ./star_net y ya 
 deberas tener el wireless funcionando. :P
 root wrote:
 
 adquiri hace poco debian y es excelente habia trabajado con
 distribuciones de red hat, fedora, y suse y ahora ando con debian pues
 resulta que tengo una tarjeta inalambrica dlink dwl-g520+ y pues no
 tiene driver para linux y pues queria saber si alguien la ha podido
 hechar a jalar yo sinceramente no puedo ya intente con los drivers
 acx-100 y con el ndiswrapper y pues no lo logro.
 y pues esta tarjeta es mi puerta a internet a por cierto solo tengo los
 dos primeros discos de debian sarge y todo lo demas lo pensaba instalar
 dede internet pero pues como no funciona la tarjeta pues no puedo hacer
 nada espero alguien me pueda hechar la mano de antemano gracias.. 
 
 salu2
 
 
   
 
 
 


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



ls -l

2005-06-13 Thread root
que tal listeros solo para hacerles una consulta.

resulta que mi jefe monto un servidor con linux para compartir programas
y como no sabia como darles privilegios pues les dio todos los
privilegios a todos desde el webmin osea todos pueden hacer de todo 

el problema es que cualquier usuario crea archivos y cuando trato de ver
sus propiedades desde consola con ls -l  me aparece como usuario nobody
si alguien me pude decir el por que no aparece el nombre del usuario que
lo creo a y si no es mucha molestia algunos de esos usuarios borraron
archivos y quisiera ver si se pueden recuperar o no se puede..
 
bueno de antemano gracias.. y salu2


a pd. compartimos archivos por medio de samba y cuando te firmas al
servidor no te pide ninguna autentificacion tenemos nivel de
comparticion share les mando mi smb.conf

Global parameters
[global]
workgroup = JIMENEZ
netbios name = JIMENEZ_FC3
server string = Samba Server
security = SHARE
null passwords = Yes
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
printcap name = /etc/printcap
dns proxy = No
default service = global
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
create mask = 0777
directory mask = 0777
cups options = raw
hide dot files = No
map archive = No
wide links = No

[homes]
comment = Home Directories
read only = No
browseable = No

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No

[vol1]
path = /home/vol1
read only = No
guest ok = Yes

[vol2]
path = /home/vol2
read only = No
guest ok = Yes

[vol3]
path = /home/vol3
read only = No
guest ok = Yes

[vol4]
path = /home/vol4
read only = No
guest ok = Yes

[BODYSHOP]
path = /home/vol2/BODYSHOP
read only = No
guest ok = Yes



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



Re: init 3 no funciona

2005-06-11 Thread root
espero que no sea demasiado tarde para la ayuda pero en fin hace tiempo
yo tube ese problema y lo resolvi de esta forma

http://lists.debian.org/debian-user-spanish/2001/05/msg00295.html

salu2 y nos platicas si funciono


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



servidor squid

2005-06-10 Thread root
que tal listeros solo para solicitar su ayuda estoy siguiendo un manual
para levantar un server squid pero a la hora en que lo reinicio me manda
este error espero alguien me pueda hechar una mano y me diga por donde
seguir o que buscar de antemano gracias y salu2

debianX:/etc/init.d# ./squid start
Starting proxy server: Creating squid spool directory structure
FATAL: Could not determine fully qualified hostname.  Please set
'visible_hostname'

Squid Cache (Version 2.5.STABLE9): Terminated abnormally.
CPU Usage: 0.030 seconds = 0.030 user + 0.000 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 273
./squid: line 184:  3357 Abortado/usr/sbin/squid -z
FATAL: Could not determine fully qualified hostname.  Please set
'visible_hostname'

Squid Cache (Version 2.5.STABLE9): Terminated abnormally.
CPU Usage: 0.030 seconds = 0.030 user + 0.000 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 436
./squid: line 184:  3359 Abortadostart-stop-daemon
--quiet --start --pidfile $PIDFILE --chuid $CHUID --exec $DAEMON --
$SQUID_ARGS /dev/null
squid.
debianX:/etc/init.d#




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



Re: servidor squid

2005-06-10 Thread root
hola yo de nuevo lo que pasa es que ya proble ese que tu dices y no
funciona sigue mandando el mismo error mire he hecho esto edite el
archivo /etc/squid/squid.conf en la linea donde dice visible_hostname 
lo puse de dos formas...
visible_hostname deb
visible_hostname = deb

tambien cheque los ficheros smb.conf, hosts y hostname y todo esta bien
no encuentro ningun error en los ficheros espero alguien me pueda dar
otra pista de antemano gracias


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



ssh

2005-06-08 Thread root
Alguien que me de alguna pista de este error???
o que me pueda ayudar con algun manual en español

debian:/etc/init.d# ssh 10.30.6.2
@@@
@WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle
attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
7d:00:06:7f:a5:d2:39:95:bf:97:b0:4b:c7:4b:56:09.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this
message.
Offending key in /root/.ssh/known_hosts:4
RSA host key for 10.30.6.2 has changed and you have requested strict
checking.
Host key verification failed.


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



Re: ssh (problema resuelto gracias.!!

2005-06-08 Thread root
muchas gracias tenias razon lo que pasa es que yo crei que el archivo lo
tenia que buscar en el servdior pero me equivoque es desde la maquina
que me conecto muchas gracias salu2


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



Re: Problemas con VNC

2005-06-02 Thread root
yo lo he configurado pero no entiendo de donde a donde no entra mira yo
hago esto levanto los dos en vncserver y despues desde algun navegador
de windows lo veo de esta fotma http://mimaquina:5901
mientras que para verla desde linux hago esto en la consola 
vncviewer 192.168.0.1:pueto x para que se conecte a la maquina con
windows espero haberte ayudado nos vemos salu2


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



Re: Sobre el ruido de esta lista

2005-06-02 Thread root
que tal señores bueno yo se que su problema ya es algo grande y tienen
razon en querer buscar algo que lo resuelva lo que en mi opinion  creo
que le hace falta a debian es un canal irc chat no se algo como lo que
tienen en la web de fedora-es (http://www.nitcom.com/chat/) donde se
conecta gente para dar y recivir ayuda ademas que es muy rapido y nos
evitamos hilos inutiles para ayudar a alguien a cosas basicas como
agregar un usario desde la consola etc, etc, etc,


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



no veo impresoras

2005-05-31 Thread root
hola que tal señores pues yo molestando de nuevo ahora por que no puedo
ver las impresoras que comparten maquinas con windows tengo debian sarge
e instale todo por apt incluso el servicio de impresoras cups pero nada
a la hora que la quiero agregar no se conecta no entiendo por que
alguien que me ayude tambien e tratado de verlas navegando por la red y
puedo ver las maquinas incluso puedo ver las carpetas compartidas pero
las impresoras ni pista de ellas que puedo hacer???


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



Re: no veo impresoras

2005-05-31 Thread root
gracias por contestar mira este es mi problema instale debian sarge
tengo solo dos discos disco 1 base-debian y el segundo que creo es el
que me da algunas fuentes de donde descargar los demas paquetes pues
bueno lo instale y todo excelentemente bien instale el modo grafico x
por medio de base config ahi eliges los paquetes y bien todo termine de
instalar todo lo grafico e instale webmin para poder configurar mi red
la configure pero mi sorpresa va siendo que las maquinas que tienen
carpetas e impresoras compartidas en la red de windows solo puedo ver
las carpetas pero las impresoras no las veia entonces trate de
configurar la impresora y me di cuenta de que me faltaba el paquete de
servidor de impresoras entonces lo instale dede base-config ahora ya me
da la opcion de agregar la impresora pero cuando la agrego nisiquiera me
deja navegar por la red para buscarla entonces lo que hago es que la
agrego asi //10.30.6.32/hp pero no la encuentra.
me la he pasado googleando y modifique el /etc/samba/smb.conf con
algunas lineas sobre cups pero no funciona ni las veo ni me puedo
conectar a ellas me faltara algun paquete para poderlas ver con gnone
cuando navego por la red??? 


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



Re: no veo impresoras

2005-05-31 Thread root
muchas gracias señor ricardo  frydman mira como veraz yo soy nuevo en
este sistema habia trabajado con otras distribuciones linux pero son
algo diferentes y nunca me habian dado este problema. 

dejame replanteo mi caso 

yo tengo un pc con sarge Linux debian 2.4.27-2-386 y estoy dentro de una
red de pc's con windows 98, nt, 2000 xp pero resulta que hay varias
maquinas con windows 98 que tienen compartidos carpetas e impresoras
pues bueno el problema esta en que yo puedo ver todo lo que tienen
compartido menos las impresoras 

veo la maquina veo las carpetas pero no logro ver las impresoras

instale el cupsys pero aun asi no logro instalarla 

gracias por los links les hechare un vistaso para ver si puedo resolver
mi problema

espero ahora si darme a entender de antemano gracias.


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



Re: INSTALACION !!!!URGENTE

2005-05-31 Thread root
a mi me paso igual y tube que bajar el cd2 de debian se lo pones y listo
espero esto te sea de ayuda


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



mozilla, firefox, epiphany etc

2005-05-30 Thread root
que tal listeros solo para hacerles una pregunta resulta que tengo algo
de tiempo utilizando los navegadores de linux pero tengo problemas al
entrar a zonas seguras ejemplo en bancomer despues de logearme ya no me
descarga nada y en otras paginas despues de logearme ya no me despliega
los demas menus pero no manda error ni nada pero deja de cargar alguien
sabe por que es esto generalmente me pasa en paginas de bancos y
asegurarodas hay algun parcheo o algo??? en verdad son excelentes estos
navegadores solo por ese pequeño inconveniente o es alguna tecnologia de
micro$oft que viola los estandares??' bueno espero me resuelvan mi duda
de antemano gracias..


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



=?iso-8859-1?Q?Re:_Re:_probl=E8me_login_avec_konsole=2C_gnomeconsole_et_a?= =?iso-8859-1?Q?utres?=

2005-05-17 Thread root
Bonjour,

Si tu as la solution a ton probleme de terminal que tu ne peux pas
ouvrir ca m'interesse, j'ai le meme probleme.

Merci


-- 
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:

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



erro durante tentativa de compilação

2005-03-06 Thread root
Toda vez que tento compoilar uma programa recebo a seguinte mensagem:
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C 
compiler cannot create executables
See `config.log' for more deta

Estou usando o debian Sarge com kenel 2.6.8-smp, o gcc e libgcc estao 
instalados e funcionando.

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


Re: Poner divisiones y otras operaciones en LaTeX

2004-12-10 Thread root host
Puedes usar \frac{dividendo}{divisor}

Te recomiendo busques la intro a LaTeX llamada
'lshort.pdf' en ctan.org; existe una versión en
español. Esta guía te mostratrá varios trucos con
LaTeX.
  _
( o )
  -

 --- Carlos Mantero [EMAIL PROTECTED] escribió: 
 Buenas! Después de solucionar el problemita de los
 atomos ahora tengo
 otro. Me gustaría representar divisiones de la
 siguiente estructura:
 
   4x^2 + 9x - 7 |_
.. .. ..   .. ..
   .. ..
  ..
 
 Pero la verdad no se si se puede o no, y si se
 puediera no tengo ni
 idea. Dejando esto otra operación sería poder
 mostrar el metodo de
 Ruffini para la división de polinomios. Por si
 alguien no sabe de que va
 el tema en la siguiente* dirección salen ejemplos.
 Lo que quiero mostrar
 en si es la operación de los cuadros en Java.
 Gracias por la ayuda ;).
 
 *

http://members.xoom.virgilio.it/vesepax/roms/Rainbow%20Six%20Rogue%
 20Spear.zip
 
 Saludos.
 
 -- 
 MANTERO [EMAIL PROTECTED] www.manteroweb.tk
 
 
  -- 
 ubuntu-es mailing list
 [EMAIL PROTECTED]
 http://lists.ubuntu.com/mailman/listinfo/ubuntu-es 

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar



Re: 2.6 apm

2004-09-01 Thread root
J'ai le meme souci que toi avec le noyau 2.6.7.3 en
Testing-Sarge-i386-RC1.

avec le meme type de message ( pas la meme carte ) conflit au chargement
d'APM avec ACPI... et qui se traduit, par les messages d'erreurs:

local host kernel:apm: overriden by ACPI

localhost modprobe: FATAL :Error Inserting apm (
/lib/modules/2.6.7-1-386/kernel/arch/i386/kernel/apm.ko: no such device
)

avec dmesg: 
JEDEC :found no ICH2 rom device at location zero.
apm: BIOS version 1.2 flgs 0x03 ( DriverVersion overriden by ACPI unable
to register oss mixer device:0:0

par un temps hyper-long de connexion, après saisie du loging et du mot
de passe  , (kde) met un temps fou à charger les services; mais une fois
chargé cela fonctionne comme d'habitude, càd bien 
( hormis la gestion de la carte son, aléatoire, du au message d'erreur
sur  oss mixer .  )

A priori, il y a conflit ( sur ma machine ) avec la library  libapm1
-dont dépendent de nombreux paquets ...  GNOME  ???
Je n'ai pas la réponse, mais gnome est-il (aujourd'hui ) compatible avec
le noyau 2.6.7.. ?

Je suis comme toi, dan l'expectative sur le chargement d'APM et(ou)
ACPI, sachant qu'en plus ils sont incompatibles...

Si quelqu'un à la réponse, elle sera la bienvenue... ( cela fait trois
fois que je réinstalle la testing par tous les bout ( avec le noyau
2.6.7.3 )




TESTE

2004-08-16 Thread Hugo - ROOT
TESTE



how to export messages from outlook express

2004-03-19 Thread root

Hi,

I'm in the last steps of my migration from M$ to Debian. I have 400MB of
messages that I need to have available in my mail client. Using Ximian
Evolution right now.
I need suggestions on how to do it.

TIA
Hector



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



/dev/cdrom is not a valid block device`

2004-01-01 Thread root
note I'm having the same issue
it says
lrwxrwxrwx for access 1 root root 3 (date) /dev/cdrom - hdc
I had a harddrive hooked up to the same place previously could this be 
the reason it isn't mounting?

  * To: debian user [EMAIL PROTECTED]
* Subject: Re: cdrom not valid block device?
* From: dman [EMAIL PROTECTED]
* Date: Wed, 5 Sep 2001 20:32:38 -0400
* In-Reply-To: [EMAIL PROTECTED]; from 
[EMAIL PROTECTED] on Wed, Sep 05, 2001 at 08:08:39PM -0400
* Mail-Followup-To: debian user [EMAIL PROTECTED]
* References: [EMAIL PROTECTED]
* User-Agent: Mutt/1.2.5i

On Wed, Sep 05, 2001 at 08:08:39PM -0400, Peter Christensen wrote:
| Thanks for the help in setting up /etc/fstab.  I think I've gotten a
| little farther along.  I added a line to fstab as follows:
|
|   /dev/cdrom /cd iso9660 ro,user,noauto,unhide
|
| Now when I type
|
|   mount /cd
|
| I get the following message:
|
|   mount:  /dev/cdrom is not a valid block device
|
| I wonder if my cdrom drive is not compatible?  I think what I have is
| just a standard drive, IDE.
  * To: debian user [EMAIL PROTECTED]
* Subject: Re: cdrom not valid block device?
* From: dman [EMAIL PROTECTED]
* Date: Wed, 5 Sep 2001 20:32:38 -0400
* In-Reply-To: [EMAIL PROTECTED]; from 
[EMAIL PROTECTED] on Wed, Sep 05, 2001 at 08:08:39PM -0400
* Mail-Followup-To: debian user [EMAIL PROTECTED]
* References: [EMAIL PROTECTED]
* User-Agent: Mutt/1.2.5i

On Wed, Sep 05, 2001 at 08:08:39PM -0400, Peter Christensen wrote:
| Thanks for the help in setting up /etc/fstab.  I think I've gotten a
| little farther along.  I added a line to fstab as follows:
|
|   /dev/cdrom /cd iso9660 ro,user,noauto,unhide
|
| Now when I type
|
|   mount /cd
|
| I get the following message:
|
|   mount:  /dev/cdrom is not a valid block device
|
| I wonder if my cdrom drive is not compatible?  I think what I have is
| just a standard drive, IDE.
It should work.  What is /dev/cdrom?  ('ls -l /dev/cdrom')  Where on
the ide buses is it?  What kernel version are you running?
-D



* References:
  o cdrom not valid block device?
+ From: Peter Christensen [EMAIL PROTECTED]
* Prev by Date: Re: Printing go bye-bye
* Next by Date: Debian's default MTA + MDA
* Prev by thread: cdrom not valid block device?
* Next by thread: Re: cdrom not valid block device?
* Index(es):
  o Date
  o Thread
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Problemas apos a atualização do Gnome2

2003-10-02 Thread root
Em Ter, 2003-09-30 às 14:48, Danilo escreveu:
 Mandinga: dá downgrade no GDM, e depois prega ele com o pinning... Dá uma
 checada se seu repositório /var/cache/apt/archives ainda tem o antigo, dá um
 dpkg -i gdm_versaoantiga e deve funcionar...

Ola Danilo.
Grato pelas dicas. Nao entendi o prega e nao encontrei a versao
anterior no repositorio. Purguei o gdm e instalei a versao anterior com
o apt-get excluindo o mirror com a versao mais atual. Funcionou, porem
deu durante a execucao do gnome apareceram varios erros como problemas
no XDsei-la-o-que e outras coisitas. Encheu e agora estou usando o 
xdm mesmo. O engracado e que como usuario comum, o gnome entra rapido.
Como root, demora que e uma beleza...
Coisas do mundo testing/unstable, acho eu.
De qualquer forma obrigado.
Marcelo



jak odinstalowac skutecznie

2003-10-01 Thread root
zainstalowalem kannel ,po czym po jakims czasie go
odinstalowalem.zglosil blad -nie moze odinstalowac w katalogu
/etc/kannel -zostawilem to 
instalowalem inny pakiet i wowczas dostalem blad instalacji ;
/usr/bin/dpkg returned an error ...
probowalem przez apt-get remove --purge  ale nie pomagalo
w koncu ponownie zainstalowalem kannel bez usuwania pozostalosci z
poprzedniej instalacji i ...moglem juz instalowac pakiety
pytanie; co powinienem byl zrobic dla skutecznego odinstalowania pakietu
2.pamietam ze ktos tu dawno temu podawal dwa pakiety z ktorych korzysta
przy czyszczeniu debiana,ale jakos nie moge tego znalezc -zle googlam
moze ktos cos podpowie?
Julian Pasternak
pros



re: sendmail msp problem: connection refused by [127.0.0.1] sm-client won't stop

2003-09-24 Thread root
bog, bog, bog... the opposite of spam.spam spam

1}
Try this me pretties: follow s-link /usr/sbin/sendmail to
/etc/alternatives arh! show me the mta-sendmail s-link to
/usr/sbin/sendmail!!!

If yer whalers like mine then there in no [EMAIL PROTECTED] mta-sendmail s-linked
to /usr/sbin/sendmail.sendmail

In /usr/sbin - tank sendmail= the link and rename 'sendmail.sendmail'
to sendmail. Restart sendmail

2}
sm-client won't stop?
Make sure your named.conf has acl or options of localhost and {
127.0.0.1:} - at least in the beginning.

remove following to move beyond tin cans and a string:

dnl # DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl



3}keep this 'who is masking whom' straight - RELAY consequences.

MASQUERADE_AS(`buggerybay.com')dnl  
 
MASQUERADE_DOMAIN(`localhost')dnl
MASQUERADE_DOMAIN(`localhost.localdomain')dnl
MASQUERADE_DOMAIN(`emeraldcity.com')dnl
MASQUERADE_DOMAIN(`oz.com')dnl


there's always more... good luck

Rick D.

raidon.group.inc
[EMAIL PROTECTED]




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



Cirrus Logic 7556, Xfree86 3.3, and Woody

2003-06-08 Thread root
I'm new to Debian and not a Linux expert, but I wanted to learn more  
about Debian (vs. HedHat). I took an old laptop that was running RH 7.3  
and installed Woody from CD. It became clear after a bit of log-looking  
that the video chipset was no longer supported in xfree86 4.1, but  
appeared to be in xfree86 3.3 so I removed xfree86 and installed  
xserver-common 3.3. Some of the 4.1 apps wanted to load too. I don't  
know which xfree86 4.1 apps play nicely with 3.3.

Following is the log file after this downgrade to 3.3 after installing  
a basic Woody with X on an AST Ascentia M Series (Cirrus Logic 7556  
video, c.f., www.astro.umd.edu/~teuben/linux/laptop/ast-m.html).

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)
XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 2001
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.17 i686 [ELF]
Module Loader present
(==) Log file: /var/log/XFree86.0.log, Time: Fri Jun  6 19:10:10 2003
(==) Using config file: /etc/X11/XF86Config-4
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Generic Monitor
(**) |   |--Device Generic Video Card
(**) |--Input Device Generic Keyboard
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc104
(**) XKB: model: pc104
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Configured Mouse
(**) |--Input Device Generic Mouse
(WW) The directory /usr/lib/X11/fonts/cyrillic does not exist.
	Entry deleted from font path.
(**) FontPath set to  
unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/ 
:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/ 
usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/ 
75dpi
(==) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(--) using VT number 7

(WW) Cannot open APM
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.4
	XFree86 XInput driver : 0.2
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
	compiled for 4.1.0.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
	compiled for 4.1.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000198c, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7100 card , rev 01 class 06,00,00  
hdr 00
(II) PCI: 00:01:0: chip 8086,7110 card , rev 01 class 06,01,00  
hdr 80
(II) PCI: 00:01:1: chip 8086,7111 card , rev 01 class 01,01,80  
hdr 00
(II) PCI: 00:01:2: chip 8086,7112 card , rev 01 class 0c,03,00  
hdr 00
(II) PCI: 00:01:3: chip 8086,7113 card , rev 01 class 06,80,00  
hdr 00
(II) PCI: 00:02:0: chip 1013,004c card , rev 00 class 03,00,00  
hdr 00
(II) PCI: 00:03:0: chip 104c,ac15 card , rev 01 class 06,07,00  
hdr 82
(II) PCI: 00:03:1: chip 104c,ac15 card , rev 01 class 06,07,00  
hdr 82
(II) PCI: End of PCI scan
(II) LoadModule: scanpci
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor=The XFree86 Project
	compiled for 4.1.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: scanpci
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1 0	0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1 0	0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1 0	0x - 0x (0x0) MX[B]
(II) Bus -1: bridge is at (0:1:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(0:2:0) Cirrus Logic 

Re: exim i przepisywanie adresow

2003-06-07 Thread root
  [EMAIL PROTECTED] przepisuje na  username [EMAIL PROTECTED]
 
 Podałbyś jeszcze wersję exima i sposób w jaki przepisujesz...
ok ten post wysylam spod Linuksa, co wiecej spod root'a to bedzie widac
w jaki sposob dziala mi to przepisywanie

Exim:  3.36-6

sekcja rewrite w exim.conf :

[EMAIL PROTECTED]${lookup{$1}lsearch{/etc/email-addresses}\
{$value}fail} frFs
[EMAIL PROTECTED]${lookup{$1}lsearch{/etc/email-addresses}\
{$value}fail} frFs

/etc/email-adresses wyglada tak :

artur: [EMAIL PROTECTED]
root: [EMAIL PROTECTED]

  
  ale w pelni satysfakcjonowaloby mnie przepisywanie na
  Artur Scianek [EMAIL PROTECTED]
 
 Dla jednego użytkownika? Dla wszystkich? Dla wszystkich przepisujemy na
 ten sam adres, czy dla każdego inaczej?

dla wszystkich tak samo, bo z mojego komputera korzystam tylko ja (root i artur)

pozdrawiam



GF2 MX 400 (Mint) sie grzeje, czy to normalne?

2003-04-12 Thread root
No wlasnie mam taki malutki problemik: bardzo grzeje mi sie ta karta. Czy to 
normalne? Pod pojeciem bardzo mam namysli ze radiatorek na karcie grzeje (nie 
parzy ;) nawet przy prostych aplikacjach ze az strach wlaczyc jakas aplikacje 
3D, ale trudno mi sprecyzowac ile ma stopni.

Pozdrawiam
Cezary Marchel



Re: RE : problemes avec ALSA 0.9.2

2003-03-30 Thread root




Le dim 30/03/2003  18:13, Lopold BAILLY a crit:

Le dim 30/03/2003  12:46, pthichat a crit :
 
 que rpond lsmod ?
 
 lsmod m'indique q'aucun module n'est charge a part nvidia et apm c la le
 probleme je pense je voit po du tout ou a foire .


Alors il est probable que tu n'aies pas compil le module soundcore, qui
ne fait pas partie d'ALSA mais de la distribution officielle du noyau.



Effectivement je viens de recompiler mon kernel et alsa fonctionne merci beaucoup de ton aide.

 @ ++ pthichat




  1   2   >