Re: mysql-server echec post-install

2013-01-28 Thread Sylvain L. Sauvage
Le dimanche 27 janvier 2013 à 20:59:36, Ralf a écrit :
 Bonjour,

’jour,

 Il y a plusieurs posts sur les moteurs mais je n'ai pas
 trouvé la solution.
 
 Je n'arrive pas à installer mysql-server sur une machine,
 peut être est-ce dû à phpmyadmin qui a demandé à être
 configuré avant le serveur, mais depuis c'est foutu: blocage
 dans une routine de post intall. J'ai viré à la main tout ce
 qui est possible car apt ne désinstalle pas si le post
 install n'a pas fini. Si je repars à 0 (essayé deux fois) ça
 ira de nouveau pas...
 
 Quelqu'un saurait ce qu'il faut virer pour vraiment repartir
 à neuf ou ce qu'il faut faire après l'échec de démarrage?

  Si tu ne nous donnes pas les messages d’erreur, ça va être 
difficile de savoir ce qui se passe !

  En attendant, dans les généralités, quand un script de 
pre/post-install/remove échoue, il est toujours utile :
1. de bien lire ses messages ;
2. de regarder son code.

-- 
 Sylvain Sauvage

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/201301281103.25424.sylvain.l.sauv...@free.fr



Résolu: mysql-server echec post-install

2013-01-28 Thread Ralf
Bon! 

j'allais donc copier-coller les logs, qui sont les mêmes dans les 10
posts que j'avais regardé

et alors cette install est passée sans accroc: j'avais dû effacer un
fichier de config qui bloquait la suite de l'install (interaction
dbconfig?)

merci Sylvain

-- 
Ralf rsvcakai...@gmail.com

Le lundi 28 janvier 2013 à 11:03 +0100, Sylvain L. Sauvage a écrit :
 Le dimanche 27 janvier 2013 à 20:59:36, Ralf a écrit :
  Bonjour,
 
 ’jour,
 
  Il y a plusieurs posts sur les moteurs mais je n'ai pas
  trouvé la solution.
  
  Je n'arrive pas à installer mysql-server sur une machine,
  peut être est-ce dû à phpmyadmin qui a demandé à être
  configuré avant le serveur, mais depuis c'est foutu: blocage
  dans une routine de post intall. J'ai viré à la main tout ce
  qui est possible car apt ne désinstalle pas si le post
  install n'a pas fini. Si je repars à 0 (essayé deux fois) ça
  ira de nouveau pas...
  
  Quelqu'un saurait ce qu'il faut virer pour vraiment repartir
  à neuf ou ce qu'il faut faire après l'échec de démarrage?
 
   Si tu ne nous donnes pas les messages d’erreur, ça va être 
 difficile de savoir ce qui se passe !
 
   En attendant, dans les généralités, quand un script de 
 pre/post-install/remove échoue, il est toujours utile :
 1. de bien lire ses messages ;
 2. de regarder son code.
 
 -- 
  Sylvain Sauvage
 

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/1359372956.7031.9.camel@debian



Re: Résolu: mysql-server echec post-install

2013-01-28 Thread maderios

On 01/28/2013 12:35 PM, Ralf wrote:

Bon!

j'allais donc copier-coller les logs, qui sont les mêmes dans les 10
posts que j'avais regardé

et alors cette install est passée sans accroc: j'avais dû effacer un
fichier de config qui bloquait la suite de l'install (interaction
dbconfig?)

merci Sylvain


merci Ralph

--
Maderios
Art is meant to disturb. Science reassures.
L'art est fait pour troubler. La science rassure (Georges Braque)

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/510664a9.3060...@gmail.com



Re: mysql-server echec post-install

2013-01-28 Thread maderios

On 01/27/2013 08:59 PM, Ralf wrote:

Bonjour,

Il y a plusieurs posts sur les moteurs mais je n'ai pas trouvé la
solution.

Je n'arrive pas à installer mysql-server sur une machine, peut être
est-ce dû à phpmyadmin qui a demandé à être configuré avant le serveur,
mais depuis c'est foutu: blocage dans une routine de post intall. J'ai
viré à la main tout ce qui est possible car apt ne désinstalle pas si le
post install n'a pas fini. Si je repars à 0 (essayé deux fois) ça ira de
nouveau pas...

Bonjour
D'abord, je ressaierais d'installer mysql-server mais surtout pas avec 
synaptic, aptitude ou autre intermédiaire. Rien ne vaut apt-get et dpkg 
en ligne de commande pour résoudre les pb

http://pwet.fr/man/linux/administration_systeme/apt_get
http://pwet.fr/man/linux/commandes/dpkg
donc
apt-get install mysql-server
ensuite si problème essayer plusieurs fois alternativement jusqu'à ce 
que le paquet soit correctement installé

apt-get -f install et  dpkg --configure -a

--
Maderios
Art is meant to disturb. Science reassures.
L'art est fait pour troubler. La science rassure (Georges Braque)

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/510660d2.2010...@gmail.com



Re: mysql-server echec post-install

2013-01-28 Thread Ralf
Bonjour {Maderios},

Ca s'est réglé tout seul après un effacement manuel plus profond (peut
être une config du paquet dbconfig bloquait la routine de
post-install) ; bref après effacement j'ai pu aller au bout de
l'installation,

merci...
-- 
Ralf rsvcakai...@gmail.com

Le lundi 28 janvier 2013 à 12:28 +0100, maderios a écrit :
 On 01/27/2013 08:59 PM, Ralf wrote:
  Bonjour,
 
  Il y a plusieurs posts sur les moteurs mais je n'ai pas trouvé la
  solution.
 
  Je n'arrive pas à installer mysql-server sur une machine, peut être
  est-ce dû à phpmyadmin qui a demandé à être configuré avant le serveur,
  mais depuis c'est foutu: blocage dans une routine de post intall. J'ai
  viré à la main tout ce qui est possible car apt ne désinstalle pas si le
  post install n'a pas fini. Si je repars à 0 (essayé deux fois) ça ira de
  nouveau pas...
 Bonjour
 D'abord, je ressaierais d'installer mysql-server mais surtout pas avec 
 synaptic, aptitude ou autre intermédiaire. Rien ne vaut apt-get et dpkg 
 en ligne de commande pour résoudre les pb
 http://pwet.fr/man/linux/administration_systeme/apt_get
 http://pwet.fr/man/linux/commandes/dpkg
 donc
 apt-get install mysql-server
 ensuite si problème essayer plusieurs fois alternativement jusqu'à ce 
 que le paquet soit correctement installé
 apt-get -f install et  dpkg --configure -a
 
 -- 
 Maderios
 Art is meant to disturb. Science reassures.
 L'art est fait pour troubler. La science rassure (Georges Braque)
 

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/1359374665.4388.2.camel@debian



Lame, Twolame et mpd

2013-01-28 Thread ftg

Bonjour à tous,

j'ai installé sur mon serveur perso sous Debian Squeeze la v15.2 de 
mpd.

Il a été compilé sans support lame (streaming des mp3).
J'ai trouvé ce tuto pour y remédier: 
http://techpoet.blogspot.fr/2011/04/music-player-daemon-w-lame-support-in.html

Cependant j'ai vu qu'une version libre de lame existait: twolame.

Y a t'il donc moyen de recompiler les sources debian de mpd en tenant 
compte de ce paquet twolame? Ou bien est ce la meme chose qu'avec lame 
et ce n'est qu'ensuite dans le fichier de conf de mpd que l'on specifie 
l'encodeur?


Merci,

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: 
http://lists.debian.org/13441d6c978946e09302adbbec78f...@serveur.lutix.org



récupérer un paquet deb sur son système ne figurant plus dans le cache d'apt

2013-01-28 Thread Cyrille
Bonsoir,
Si je fait un dpkg -l | grep MonPaquet , il apparaît bien.
Idem un dpkg -L mon situe tous les fichiers de ce paquet.
Par contre rien dans mon cache/apt
(le cache a dû être vidé)

Y a t il un moyen de refaire les paquets .deb ?

(ce sont des paquets assez exotiques qui ne figurent plus dans les dépôts 
(tiers), ils ont été retirés depuis l'installation de ces PC)


D'avance merci !
 
Cyrille




[ cyri...@cbiot.fr | http://cbiot.fr ]


Ils ne me comprennent point,
je ne suis pas la bouche qui convient à ces oreilles
 - - - Ainsi parlait Zarathoustra - - -
 - - - - - - - - - - -  NIETZSCHE - - -

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130128181137.126c894bb7b5375b6b880...@cbiot.fr



Re: récupérer un paquet deb sur son système ne figurant plus dans le cache d'apt

2013-01-28 Thread Sylvain L. Sauvage
Le lundi 28 janvier 2013 à 18:11:37, Cyrille a écrit :
 Bonsoir,

’soir,

[…]
 Y a t il un moyen de refaire les paquets .deb ?
[…] 

  Regarde le paquet dpkg-repack.

-- 
 Sylvain Sauvage

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/201301281840.33258.sylvain.l.sauv...@free.fr



Re: récupérer un paquet deb sur son système ne figurant plus dans le cache d'apt

2013-01-28 Thread Cyrille




   Regarde le paquet dpkg-repack.
OK 
merci bien !





[ cyri...@cbiot.fr | http://cbiot.fr ]


Ils ne me comprennent point,
je ne suis pas la bouche qui convient à ces oreilles
 - - - Ainsi parlait Zarathoustra - - -
 - - - - - - - - - - -  NIETZSCHE - - -

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130128184445.21ea8f2b2d4243d719baf...@cbiot.fr



Re: récupérer un paquet deb sur son système ne figurant plus dans le cache d'apt

2013-01-28 Thread Jean-Jacques Doti

Le 28/01/2013 18:11, Cyrille a écrit :

Bonsoir,

Salut,

Si je fait un dpkg -l | grep MonPaquet , il apparaît bien.
Idem un dpkg -L mon situe tous les fichiers de ce paquet.
Par contre rien dans mon cache/apt
(le cache a dû être vidé)
En fonction de la configuration, le paquet a effectivement pu être 
supprimé automatiquement…

Y a t il un moyen de refaire les paquets .deb ?

Regarde du côté du paquet dpkg-repack : ça devrait faire ton bonheur !

D'avance merci !

Pas de quoi
  
Cyrille

Jean-Jacques

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/5106b295.6020...@doti.fr



Dans la série, Debian n'y échappera pas (systemd)

2013-01-28 Thread maderios

Bonjour
Pas grand bruit concernant systemd du coté de debian, pourtant...
La doc archi  succincte (logique, ils détestent) chez debian :
 http://wiki.debian.org/systemd
Les pour
https://linuxfr.org/users/generalzod/journaux/systemd-tuons-les-mythes
Bientôt (oui) dans Jessie et certainement testing cette année
https://fosdem.org/2013/schedule/event/debian_systemd/
L'enquiquineur en chef
Lennart Poettering https://plus.google.com/115547683951727699051/posts
--
Maderios
Art is meant to disturb. Science reassures.
L'art est fait pour troubler. La science rassure (Georges Braque)

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/5106d541.7010...@gmail.com



Re: Dans la série, Debian n'y échappera pas (systemd)

2013-01-28 Thread maderios

On 01/28/2013 08:49 PM, Erwan David wrote:

Le 28/01/2013 20:45, maderios a écrit :

Bonjour
Pas grand bruit concernant systemd du coté de debian, pourtant...
La doc archi  succincte (logique, ils détestent) chez debian :
 http://wiki.debian.org/systemd
Les pour
https://linuxfr.org/users/generalzod/journaux/systemd-tuons-les-mythes
Bientôt (oui) dans Jessie et certainement testing cette année
https://fosdem.org/2013/schedule/event/debian_systemd/
L'enquiquineur en chef
Lennart Poettering https://plus.google.com/115547683951727699051/posts


Ça veut dire que debian/kfreebsd est mort ? Parceque systemd c'est ytout
sauf unix.

As tu vraiment lu le lien linuxfr ?
Ça casse pas mal d'idées préconçues comme l'idée que systemd s'éloigne 
de la philosophie Unix. Le code de systemd que je vous invite à 
lire...


Et j'applaudis :
De plus, est-ce que le but de GNU/Linux est de rester scotché à un 
modèle vieux de 40 ans (y compris, garder les bizarreries ou limitations 
originales) ou bien le faire évoluer. Le matériel, les utilisations ont 
évolué.

--
Maderios
Art is meant to disturb. Science reassures.
L'art est fait pour troubler. La science rassure (Georges Braque)

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/5106d93c.7080...@gmail.com



Re: wget: copie dynamique locale

2013-01-28 Thread David Prévot
Salut,

Le 28/01/2013 18:04, Luxpopuli Open source a écrit :

 J'ai un site réalisé avec un CMS dont j'aimerais faire une copie
 fonctionnelle en locale.

Tu devrais peut-être jeter un œil à la partie « Recursive Retrieval
Options » de la page de manuel.

 Après une recherche sur le net, j'ai l'impression qu'avec wget il n'y a
 aucune solution, mais bon, sait-on jamais...

Il y a des alternatives peut-être plus adaptées à ton besoin, comme
httrack par exemple.

Amicalement

David




signature.asc
Description: OpenPGP digital signature


Re: Dans la série, Debian n'y échappera pas (systemd)

2013-01-28 Thread David Prévot
Salut,

 Le 28/01/2013 20:45, maderios a écrit :

 Pas grand bruit concernant systemd du coté de debian,

Regarde les archives de la liste debian-devel si tu veux du bruit sur le
sujet…

Amicalement

David




signature.asc
Description: OpenPGP digital signature


Re: Lame, Twolame et mpd

2013-01-28 Thread David Prévot
Salut,

Le 28/01/2013 08:45, ftg a écrit :
 
 j'ai installé sur mon serveur perso sous Debian Squeeze la v15.2 de mpd.

Debian propose la version 0.15.12 pour Squeeze, et je n'ai pas le
souvenir d'avoir eu de problème pour lire les MP3 depuis que je
l'utilise (c'est a dire avant la sortie de Squeeze).

Amicalement

David




signature.asc
Description: OpenPGP digital signature


Re: Aplicación Java

2013-01-28 Thread Camaleón
El Sun, 27 Jan 2013 22:29:33 +0100, J. OCTAVIO Avalos escribió:

 El día 27 de enero de 2013 15:16, Camaleón noela...@gmail.com
 escribió:
 El Sat, 26 Jan 2013 21:54:08 -0430, Miguel Matos escribió:

(...)

 Hablando de documentación remala, ¿cómo les carga este sitio web[1]?

 La página, perfectamente.
 
 Yo no tengo ningún problema con esta página ya sea en opera, iceweasel o
 chrome. Lo que si es importante aunque no se si afecta a la carga de la
 página o a la bajada de formularios, es que los trámites telemáticos con
 la seguridad social desde su web o winsuite se deben de hacer con
 oracle-sun-java, o lo que es lo mismo con el java propietario. El libre
 que viene con debian no funciona.

(...)

Pues ahora que lo dices... en la wheezy donde probé el jredcom no tenía 
el java de Oracle sino openjdk y no me dio ningún error, vamos, al menos 
al ejecutar la aplicación. Quizá el problema lo tenga al transmitir/
generar los datos pero así de primeras no se quejó.

De todas formas también lo avisan, que conviene usar el java de Oracle 
porque es con lo que lo han probado.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ke603m$7m7$1...@ger.gmane.org



Re: Mi entorno gráfico favorito es ______ por ...[SOLUCIONADO]

2013-01-28 Thread Camaleón
El Sun, 27 Jan 2013 23:13:33 -0430, Miguel Matos escribió:

(mejor si hubieras respondido en el mismo hilo...)

 Al fin, luego de que ha pasado más de un mes, me ha tocado revivir este
 tema. Y les informo que ya he tomado una decisión: basado en sus amplias
 y no tan amplias experiencias en este amplio y no tan amplio mundo...
 como sea, probaré instalarme kde y ver qué tan bien me va. 

Pues ya contarás :-)

 Ya había usado XFCE; pero no sé qué fue lo que me hizo pensar ¡por
 dios, esto no es como me lo vendieron! y no pude seguir adelante con
 ella.

¿A qué te refieres? Creo que XFCE es exactamente lo que parece.

  Esa la dejaré para otra oportunidad. También probaré usar Linux Mint,
 pero sobre virtualbox, para ver qué tal se ve. 

Tengo curiosidad por Cinnamon a ver cómo es.

 ¿Y alguno sabe o sabrá por qué aún no está disponible el gnome3?

¿En qué planeta no está disponible?

 Actualmente tengo la versión 2.30.2; y no planeo actualizarme a
 Wheezey, por lo menos hasta 1 año después que salga, pero igual quiero
 ver cómo me adapto mejor al nuevo gnome.

Ah, si te refieres a Debian Squeeze, no, gnome3+gnome-shell no los vas a 
ver ahí... afortunadamente.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ke60m1$7m7$2...@ger.gmane.org



Re: [OT]Otra preguntonta sobre Debian [SOLUCIONADO]

2013-01-28 Thread Camaleón
El Sun, 27 Jan 2013 23:28:20 -0430, Miguel Matos escribió:

 Ya finalmente solucioné el problema, ingresando algunas opciones que me
 propusieron: tomé KChmViewer y xCHM. Bastante prácticos y consigo ver lo
 que necesito. Muchas gracias. Ya doy el tema por finalizado.

Bien, pero mejor si respondes en el mismo hilo para que los mensajes no 
queden desperdigados en el tiempo y el espacio...

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ke60pr$7m7$3...@ger.gmane.org



Re: Fallo con la hora del sistema [RESUELTO]

2013-01-28 Thread Camaleón
El Sun, 27 Jan 2013 23:31:35 -0430, Miguel Matos escribió:

(responder en el mismo hilo...)

 El día 27 de noviembre de 2012 10:49, JulHer jul...@escomposlinux.org
 escribió:
 El 27/11/12 03:36, Miguel Matos escribió:

(...)

 ¿cómo puedo hacer para que me lea la hora correcta? Ya lo intenté con
 hwclock --set --date 2012-11-26 22:04 [OK]
 date --set 2012-11-26 22:04
 lun nov 26 22:04:00 VET 2012
 root@debian-LT(...)

 Pero quiero que sea permanente. ¿Cómo poder hacer esto? Si alguna
 respuesta es a causa de la pila del BIOS, entonces tendré un gran y
 enorme problema, porque no sé abrir mi laptop. Agradecido por alguna
 ayuda que me faciliten.

 Suena a que no está bien configurada la hora.

 ¿Es que pais estás?

 Primero haz un

 $ date

 y después haz

 $ date -u

 Si coinciden puede que necesites hacer

 # tzselect

 y seleccionar lo que corresponda. De todos modos aunque no coincidan,
 hacer un tzselect no te va a ahacer ningún daño.


 Y esa fue la píldora del día después. Con eso parece que se ha curado en
 salud. Ya no tengo el problemita, asunto resuelto.

Para cambiar la zona horaria del sistema de manera permanente tendrás que 
ejecutar dpkg-reconfigure tzdata (o eso dice el manual) ;-)

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ke619r$7m7$4...@ger.gmane.org



Re: Lightdm no inicia sesión

2013-01-28 Thread Camaleón
El Sun, 27 Jan 2013 19:51:27 -0300, Fabián Bonetti escribió:

 En estos casos instalar el gdm soluciona el login.

Instalar Debian también.

Me pregunto dónde queda la cultura del esfuerzo. Solucionar un problema 
sin saber por qué ha pasado suele generar bucles bardudos: el problema 
se repetirá /ad infinitum/ y lo que es peor, el usuario acabará con la 
errónea percepción de que el problema es de Debian, que siempre falla en 
el mismo punto.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ke61sf$7m7$5...@ger.gmane.org



Re: [OT]Otra preguntonta sobre Debian [SOLUCIONADO]

2013-01-28 Thread Miguel Matos
El día 28 de enero de 2013 09:38, Camaleón noela...@gmail.com escribió:
 El Sun, 27 Jan 2013 23:28:20 -0430, Miguel Matos escribió:

 Ya finalmente solucioné el problema, ingresando algunas opciones que me
 propusieron: tomé KChmViewer y xCHM. Bastante prácticos y consigo ver lo
 que necesito. Muchas gracias. Ya doy el tema por finalizado.

 Bien, pero mejor si respondes en el mismo hilo para que los mensajes no
 queden desperdigados en el tiempo y el espacio...
Esto es algo que no domino, aún usando Windows... ¿cómo se responde un
tema, se agrega el [SOLUCIONADO] y se ponen todos o la mayor parte
de los mensajes sin hacer copiar-pegar, desde el webmail de Gmail, y
sin que se pierda el hilo?

 Saludos,

 --
 Camaleón


 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/ke60pr$7m7$3...@ger.gmane.org




-- 
Buen uso de las listas (como se ven en Debian):
http://wiki.debian.org/es/NormasLista
Ayuda para hacer preguntas inteligentes: http://is.gd/NJIwRz


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/calevjmrsk5b2pkgppn691bu93fr647hdw3hs3fwxgaw_15z...@mail.gmail.com



Re: [OT]Otra preguntonta sobre Debian [SOLUCIONADO]

2013-01-28 Thread Camaleón
El Mon, 28 Jan 2013 11:01:50 -0430, Miguel Matos escribió:

 El día 28 de enero de 2013 09:38, Camaleón noela...@gmail.com
 escribió:
 El Sun, 27 Jan 2013 23:28:20 -0430, Miguel Matos escribió:

 Ya finalmente solucioné el problema, ingresando algunas opciones que
 me propusieron: tomé KChmViewer y xCHM. Bastante prácticos y consigo
 ver lo que necesito. Muchas gracias. Ya doy el tema por finalizado.

 Bien, pero mejor si respondes en el mismo hilo para que los mensajes no
 queden desperdigados en el tiempo y el espacio...

 Esto es algo que no domino, aún usando Windows... ¿cómo se responde un
 tema, se agrega el [SOLUCIONADO] y se ponen todos o la mayor parte de
 los mensajes sin hacer copiar-pegar, desde el webmail de Gmail, y sin
 que se pierda el hilo?

Con responder a un mensaje del hilo es suficiente, tanto el contenido 
como el asunto es irrelevante a efectos de hilado siempre y cuando uses 
un *cliente de correo que cumpla con los estándares* ya que éstos 
simplemente añaden el campo de cabecera References: y mantienen el 
mensaje donde corresponde (dentro de su hilo).

Huelga decir que el webmail de Gmail NO cumple con los estándares y 
precisamente por eso mismo dejé de usarlo.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ke664n$7m7$7...@ger.gmane.org



[OT] Escribir caracteres japoneses en Debian

2013-01-28 Thread Darío
Hola lister@s, estoy necesitando algún programa que me permita poder
escribir los caracteres en ideogramas kanji, de ser posible en algún
editor de texto, habitualmente utilizo gedit o vim.

Hasta ahora en iceweasel fue posible gracias a la instalación de Ibus,
pero hasta ahora pude escribir en hiragana (que es una escritura
silábica), no sé cómo añadir el kanji.

En gedit, al presionar CRTL+SPACE (igual en iceweasel) se cambia de
caracteres, pero no   aparece el caracter sino un cuadrado con letras
romanas, no sé si será por alguna falta de fuentes.

Saludos y gracias!

--
Darío
Por favor, no utilice formatos de archivo propietarios para el
intercambio de documentos, como ser DOC, XLS, BMP, PPT, RAR, MP3, DWG,
MOV, FLV, WMV, etc.  sino  ODT, ODS, DJVU, PDF, TXT, CSV, PNG, FLAC,
OGV, GZ o cualquier otro que no obligue a utilizar un programa de un
fabricante concreto.
Info: http://www.gnu.org/philosophy/no-word-attachments.es.html
   http://www.vaslibre.org.ve/publicaciones/odfvsooxml-es.pdf


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cabbn1rwezlcxg0t8wx5jquurfo4gez7jn1byycvm0j_wjm7...@mail.gmail.com



Re: [OT] Escribir caracteres japoneses en Debian

2013-01-28 Thread Camaleón
El Mon, 28 Jan 2013 12:56:22 -0300, Darío escribió:

No creo que sea OT.

 Hola lister@s, estoy necesitando algún programa que me permita poder
 escribir los caracteres en ideogramas kanji, de ser posible en algún
 editor de texto, habitualmente utilizo gedit o vim.

Tienes una documentación excelente sobre el asunto en el manual:

http://www.debian.org/doc/manuals/debian-reference/ch08.en.html#_an_example_for_japanese
 
 Hasta ahora en iceweasel fue posible gracias a la instalación de Ibus,
 pero hasta ahora pude escribir en hiragana (que es una escritura
 silábica), no sé cómo añadir el kanji.
 
 En gedit, al presionar CRTL+SPACE (igual en iceweasel) se cambia de
 caracteres, pero no   aparece el caracter sino un cuadrado con letras
 romanas, no sé si será por alguna falta de fuentes.

Ah, entonces seguramente te falte instalar un tipo de letra con soporte 
de kanji.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ke67q5$7m7$8...@ger.gmane.org



Error al ejecutar comando para sarg

2013-01-28 Thread viceinvgtm

Hola,
he instalado el sarg_2.2.5-2 en un debian squeeze y a la hora de  
ejecutar el reporte tanto por consola como por el webmin(1.600) me  
saca el siguiente error


*** glibc detected *** sarg: free(): invalid next size (normal):  
0x09bd7ec0 ***

=== Backtrace: =
/lib/i686/cmov/libc.so.6(+0x6b281)[0xb7747281]
/lib/i686/cmov/libc.so.6(+0x6cad8)[0xb7748ad8]
/lib/i686/cmov/libc.so.6(cfree+0x6d)[0xb774bbbd]
/lib/i686/cmov/libc.so.6(fclose+0x14a)[0xb773773a]
sarg[0x8052238]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0xb76f2c76]
sarg[0x80497a1]
=== Memory map: 
08048000-08079000 r-xp  08:01 208923 /usr/bin/sarg
08079000-08085000 rw-p 0003 08:01 208923 /usr/bin/sarg
08085000-0823 rw-p  00:00 0
09bd6000-09bf7000 rw-p  00:00 0  [heap]
b730-b7321000 rw-p  00:00 0
b7321000-b740 ---p  00:00 0
b741a000-b7437000 r-xp  08:01 16067  /lib/libgcc_s.so.1
b7437000-b7438000 rw-p 0001c000 08:01 16067  /lib/libgcc_s.so.1
b743c000-b743d000 rw-p  00:00 0
b743d000-b7441000 r-xp  08:01 78733  /usr/lib/libXdmcp.so.6.0.0
b7441000-b7442000 rw-p 3000 08:01 78733  /usr/lib/libXdmcp.so.6.0.0
b7442000-b7444000 r-xp  08:01 78731  /usr/lib/libXau.so.6.0.0
b7444000-b7445000 rw-p 1000 08:01 78731  /usr/lib/libXau.so.6.0.0
b7445000-b7446000 rw-p  00:00 0
b7446000-b746a000 r-xp  08:01 76730  /usr/lib/libexpat.so.1.5.2
b746a000-b746c000 rw-p 00023000 08:01 76730  /usr/lib/libexpat.so.1.5.2
b746c000-b746e000 r-xp  08:01 32919   
/lib/i686/cmov/libdl-2.11.2.so
b746e000-b746f000 r--p 1000 08:01 32919   
/lib/i686/cmov/libdl-2.11.2.so
b746f000-b747 rw-p 2000 08:01 32919   
/lib/i686/cmov/libdl-2.11.2.so

b747-b7488000 r-xp  08:01 78735  /usr/lib/libxcb.so.1.1.0
b7488000-b7489000 rw-p 00017000 08:01 78735  /usr/lib/libxcb.so.1.1.0
b7489000-b74ad000 r-xp  08:01 32911  /lib/i686/cmov/libm-2.11.2.so
b74ad000-b74ae000 r--p 00023000 08:01 32911  /lib/i686/cmov/libm-2.11.2.so
b74ae000-b74af000 rw-p 00024000 08:01 32911  /lib/i686/cmov/libm-2.11.2.so
b74af000-b74c2000 r-xp  08:01 74705  /usr/lib/libz.so.1.2.3.4
b74c2000-b74c3000 rw-p 00013000 08:01 74705  /usr/lib/libz.so.1.2.3.4
b74c3000-b74e6000 r-xp  08:01 18482  /lib/libpng12.so.0.44.0
b74e6000-b74e7000 rw-p 00022000 08:01 18482  /lib/libpng12.so.0.44.0
b74e7000-b74e8000 rw-p  00:00 0
b74e8000-b755b000 r-xp  08:01 78022  /usr/lib/libfreetype.so.6.6.0
b755b000-b755f000 rw-p 00073000 08:01 78022  /usr/lib/libfreetype.so.6.6.0
b755f000-b758c000 r-xp  08:01 192769  
/usr/lib/libfontconfig.so.1.4.4
b758c000-b758e000 rw-p 0002c000 08:01 192769  
/usr/lib/libfontconfig.so.1.4.4

b758e000-b75ad000 r-xp  08:01 78024  /usr/lib/libjpeg.so.62.0.0
b75ad000-b75ae000 rw-p 0001e000 08:01 78024  /usr/lib/libjpeg.so.62.0.0
b75ae000-b76c7000 r-xp  08:01 78739  /usr/lib/libX11.so.6.3.0
b76c7000-b76cb000 rw-p 00118000 08:01 78739  /usr/lib/libX11.so.6.3.0
b76cb000-b76da000 r-xp  08:01 192771 /usr/lib/libXpm.so.4.11.0
b76da000-b76db000 rw-p e000 08:01 192771 /usr/lib/libXpm.so.4.11.0
b76db000-b76dc000 rw-p  00:00 0
b76dc000-b781c000 r-xp  08:01 32927  /lib/i686/cmov/libc-2.11.2.so
b781c000-b781e000 r--p 0013f000 08:01 32927  /lib/i686/cmov/libc-2.11.2.so
b781e000-b781f000 rw-p 00141000 08:01 32927  /lib/i686/cmov/libc-2.11.2.so
b781f000-b7822000 rw-p  00:00 0
b7822000-b784 r-xp  08:01 78027  /usr/lib/libgd.so.2.0.0
b784-b786 rw-p 0001d000 08:01 78027  /usr/lib/libgd.so.2.0.0
b786-b7864000 rw-p  00:00 0
b7867000-b786a000 rw-p  00:00 0
b786a000-b786b000 r-xp  00:00 0  [vdso]
b786b000-b7886000 r-xp  08:01 16089  /lib/ld-2.11.2.so
b7886000-b7887000 r--p 0001a000 08:01 16089  /lib/ld-2.11.2.so
b7887000-b7888000 rw-p 0001b000 08:01 16089  /lib/ld-2.11.2.so
bff14000-bff6a000 rw-p  00:00 0  [stack]
Abortado

y no crea nada en el directorio especificado en la configuración del  
sarg(/etc/squid/sarg.conf)


Saludos y gracias de antemano



--
Este mensaje fue enviado utilizando el servicio WEBMAIL del INDER.
--


17mo. Congreso Mundial IAPESGW 2013, Palacio de Convenciones de La Habana,
Cuba, 10 al 13 de abril de 2013.
IAPESGW 17th World Congress 2013, Havana Convention Centre,
Cuba, April 10th - 13th 2013.
http://iapesgw2013.inder.cu/index.php/en/


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130128190450.67497cglcdvf5...@webmail.inder.cu



Re: [OT] Escribir caracteres japoneses en Debian

2013-01-28 Thread Darío
 El Mon, 28 Jan 2013 12:56:22 -0300, Darío escribió:

 No creo que sea OT.
 Hola lister@s, estoy necesitando algún programa que me permita poder
 escribir los caracteres en ideogramas kanji, de ser posible en algún
 editor de texto, habitualmente utilizo gedit o vim.

 Tienes una documentación excelente sobre el asunto en el manual:

 http://www.debian.org/doc/manuals/debian-reference/ch08.en.html#_an_example_for_japanese

Voy a revisarlo en cuanto llegue a mi casa, gracias.

 Hasta ahora en iceweasel fue posible gracias a la instalación de Ibus,
 pero hasta ahora pude escribir en hiragana (que es una escritura
 silábica), no sé cómo añadir el kanji.

 En gedit, al presionar CRTL+SPACE (igual en iceweasel) se cambia de
 caracteres, pero no   aparece el caracter sino un cuadrado con letras
 romanas, no sé si será por alguna falta de fuentes.

 Ah, entonces seguramente te falte instalar un tipo de letra con soporte
 de kanji.

Sí estuve buscando algo en los repositorios con la palabra kanji pero
la verdad que no encontré nada, aptitude search kanji y nada.

 Saludos,

Saludos y gracias por la información.


--
Darío
Por favor, no utilice formatos de archivo propietarios para el
intercambio de documentos, como ser DOC, XLS, BMP, PPT, RAR, MP3, DWG,
MOV, FLV, WMV, etc.  sino  ODT, ODS, DJVU, PDF, TXT, CSV, PNG, FLAC,
OGV, GZ o cualquier otro que no obligue a utilizar un programa de un
fabricante concreto.
Info: http://www.gnu.org/philosophy/no-word-attachments.es.html
   http://www.vaslibre.org.ve/publicaciones/odfvsooxml-es.pdf


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cabbn1rzxdcubvevrwe_e8m7rfq3wvote4b0fpjwqrrvszic...@mail.gmail.com



Re: [OT] Escribir caracteres japoneses en Debian

2013-01-28 Thread Camaleón
El Mon, 28 Jan 2013 13:20:26 -0300, Darío escribió:

(...)

 En gedit, al presionar CRTL+SPACE (igual en iceweasel) se cambia de
 caracteres, pero no   aparece el caracter sino un cuadrado con letras
 romanas, no sé si será por alguna falta de fuentes.
 
 Ah, entonces seguramente te falte instalar un tipo de letra con soporte
 de kanji.
 
 Sí estuve buscando algo en los repositorios con la palabra kanji pero la
 verdad que no encontré nada, aptitude search kanji y nada.

Los paquetes de tipos de letra no se suelen llamar kanji :-), tienen 
nombres más rimbombantes (mincho, takao, misaki, etc...) como nosotros 
(calibri, tahoma, arial, etc...).

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ke692b$7m7$9...@ger.gmane.org



Error al ejecutar comando para sarg

2013-01-28 Thread Camaleón
On Mon, 28 Jan 2013 19:04:50 -0500, viceinvgtm wrote:

 Hola,

Hola, has secuestrado un hilo, abro uno nuevo.

 he instalado el sarg_2.2.5-2 en un debian squeeze 

¿De dónde lo has bajado? No veo esa versión paquete en los repos de 
Debian, tan sólo veo el paquete de backports (2.3.1-1~bpo60+1).

 y a la hora de ejecutar el reporte tanto por consola como por el webmin
 (1.600) me saca el siguiente error
 
 *** glibc detected *** sarg: free(): invalid next size (normal): 
 0x09bd7ec0 ***
 === Backtrace: =
 /lib/i686/cmov/libc.so.6(+0x6b281)[0xb7747281]
 /lib/i686/cmov/libc.so.6(+0x6cad8)[0xb7748ad8]
 /lib/i686/cmov/libc.so.6(cfree+0x6d)[0xb774bbbd]
 /lib/i686/cmov/libc.so.6(fclose+0x14a)[0xb773773a] sarg[0x8052238]
 /lib/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0xb76f2c76]
 sarg[0x80497a1]

(...)

 y no crea nada en el directorio especificado en la configuración del
 sarg(/etc/squid/sarg.conf)

Seguramente sea debido a una incompatibilidad con el paquete y la versión 
de tu glibc, aunque también podría ser un simple bug puesto que es una 
versión antigua (¿2008?).

Saludos,

-- 
Camaleón



-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ke69k1$7m7$1...@ger.gmane.org



Re: Lightdm no inicia sesión

2013-01-28 Thread Juan Pablo Jaramillo Pineda
Saludos a tod@s:

Hasta hoy pude realizar pruebas de nuevo en mi equipo, gracias por el feedback

El día 28 de enero de 2013 09:27, Camaleón noela...@gmail.com escribió:
 El Sun, 27 Jan 2013 19:51:27 -0300, Fabián Bonetti escribió:

 En estos casos instalar el gdm soluciona el login.

 Instalar Debian también.

lol


 Me pregunto dónde queda la cultura del esfuerzo. Solucionar un problema
 sin saber por qué ha pasado suele generar bucles bardudos: el problema
 se repetirá /ad infinitum/ y lo que es peor, el usuario acabará con la
 errónea percepción de que el problema es de Debian, que siempre falla en
 el mismo punto.

 Saludos,

 --
 Camaleón


 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/ke61sf$7m7$5...@ger.gmane.org




-- 
Juan Pablo Jaramillo Pineda
Estudiante Ingeniería en Sistemas y Computación
Universidad de Caldas
http://about.me/juanpablojp1
http://verlaciudad.com


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caef5f85-uh5rurorjrhd6x3mgr4zny9cta9kcskwm6suhu8...@mail.gmail.com



Re: [OT] Escribir caracteres japoneses en Debian

2013-01-28 Thread Moises Brenes
 Sí estuve buscando algo en los repositorios con la palabra kanji pero
 la verdad que no encontré nada, aptitude search kanji y nada.

instala ttf-kochi-mincho y/o ttf-kochi-gothic: esos son los que yo uso


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAKwSVu_mgU2eonWZk5j=H_Ne_xbrsfTcX=njkp3rrwp2lpe...@mail.gmail.com



Re: [off topic] programación multiplataforma

2013-01-28 Thread Carlos Zuniga
2013/1/26 francisco cid francisco...@gmail.com:
 hola, muy buenos días, quisiera preguntarles que me recomiendan para
 hacer interfaces gráficas en linux que sean compatibles con entornos
 windows, leí que se pueden instalar librerías gtk en windows.

 el lenguaje de programación que planeo usar es java, aunque también
 podría ser python. usaré mysql para la BBDD.

 uso Debian wheezy amd64.


El mejor tookit multiplataforma que he encontrado es Qt (Gtk no es un
ciudadano de primer nivel en Windows), puedes usarlo con python
(PyQt/PySide) y con java (Jambi).

Saludos
-- 
A menudo unas pocas horas de Prueba y error podrán ahorrarte minutos
de leer manuales.


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAABYcjO_vAR9h0mbHe=of9t_1npehq7nbtmlvgifpn0-8ff...@mail.gmail.com



Re: Lightdm no inicia sesión

2013-01-28 Thread Camaleón
El Mon, 28 Jan 2013 11:52:00 -0500, Juan Pablo Jaramillo Pineda escribió:

 El día 27 de enero de 2013 17:34, Evgeny M. Zubok
 evgeny.zu...@tochka.ru escribió:
 Evgeny M. Zubok evgeny.zu...@tochka.ru writes:

 Juan Pablo Jaramillo Pineda juanpablo...@gmail.com writes:

(...)

 Añado que también puedes intentar borrar el archivo ~/.Xauthority y
 reiniciar la sesión de nuevo.
 
 Muchas gracias, eliminando dicho archivo efectivamente se ha solucionado
 el problema :-D

Mejor que eliminar es siempre hacer copia de seguridad (por si acaso) 
para que se genere uno nuevo.
 
 Pero leyendo sobre dicho archivo no me queda claro cuál fue el problema,
 pero sí queda más claro que el agua, que fue al jugar con el servidor
 VNC.

Grosso modo es un archivo donde se almacena información del usuario 
para la sesión gráfica por lo que seguramente al haber iniciado sesión a 
través del VNC se habrá sobreescrito o mezclado con información que no 
entendía el servidor X local y de ahí el error y la imposibilidad de 
iniciar sesión.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ke6bun$7m7$1...@ger.gmane.org



Re: [OT] Re: Template de OpenVPN sobre ProxMox

2013-01-28 Thread Camaleón
El Mon, 28 Jan 2013 17:58:44 +0100, maykel escribió:

 El 2013-01-28 15:53, Camaleón escribió:
 El Mon, 28 Jan 2013 09:22:26 -0200, ciracusa escribió:

(...)

 Camaleon, entiendo tu sugerencia, pero cuando alguien pregunta algo no
 necesariamente significa que no ha buscado anteriormente.

 Lo normal es que alguien pregunte porque ha buscado y no ha encontrado
 o
 no está satisfecho con el resultado. Pero mi bola de cristal está de
 baja
 por gripe y no sé si has buscado o dejado de buscar, tu mensaje era
 bien
 escueto.

 Hombre partiendo de la base de que es un debian...fácil montar la vpn
 no??

Pues se ve que no :-)

Supongo que dependerá del tipo de configuración de VM que tenga (no es lo 
mismo una VM individual que una configuración de varias en cluster, por 
poner un ejemplo). También tendrá que lidiar con conceptos distintos en 
cuanto a la conectividad de la red (nodos, etc...).

 Es fácil preguntar sin buscar... Lo suyo es buscar, rebuscar, probar
 reprobar y si no puedes... pedir ayuda...

Claro, y además, ProxMox tendrá foros y listas de correo dedicadas donde 
habrá gente con mucha más experiencia sobre ese tipo de configuraciones.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ke6ch3$7m7$1...@ger.gmane.org



Re: Error al ejecutar comando para sarg

2013-01-28 Thread viceinvgtm

Quoting Camaleón noela...@gmail.com:


On Mon, 28 Jan 2013 19:04:50 -0500, viceinvgtm wrote:


Hola,


Hola, has secuestrado un hilo, abro uno nuevo.


he instalado el sarg_2.2.5-2 en un debian squeeze


¿De dónde lo has bajado? No veo esa versión paquete en los repos de
Debian, tan sólo veo el paquete de backports (2.3.1-1~bpo60+1).


y a la hora de ejecutar el reporte tanto por consola como por el webmin
(1.600) me saca el siguiente error

*** glibc detected *** sarg: free(): invalid next size (normal):
0x09bd7ec0 ***
=== Backtrace: =
/lib/i686/cmov/libc.so.6(+0x6b281)[0xb7747281]
/lib/i686/cmov/libc.so.6(+0x6cad8)[0xb7748ad8]
/lib/i686/cmov/libc.so.6(cfree+0x6d)[0xb774bbbd]
/lib/i686/cmov/libc.so.6(fclose+0x14a)[0xb773773a] sarg[0x8052238]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0xb76f2c76]
sarg[0x80497a1]


(...)


y no crea nada en el directorio especificado en la configuración del
sarg(/etc/squid/sarg.conf)


Seguramente sea debido a una incompatibilidad con el paquete y la versión
de tu glibc, aunque también podría ser un simple bug puesto que es una
versión antigua (¿2008?).

Saludos,

--
Camaleón



--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ke69k1$7m7$1...@ger.gmane.org




lo he descargado desde aquí [1] supuestamente actualizado de diciembre-2011
trataré de ver si doy con alguna versión mas reciente y le digo si funciona
Saludos

[1] http://mirror.cult.cu/debian/pool/main/s/sarg/


--
Este mensaje fue enviado utilizando el servicio WEBMAIL del INDER.
--


17mo. Congreso Mundial IAPESGW 2013, Palacio de Convenciones de La Habana,
Cuba, 10 al 13 de abril de 2013.
IAPESGW 17th World Congress 2013, Havana Convention Centre,
Cuba, April 10th - 13th 2013.
http://iapesgw2013.inder.cu/index.php/en/


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130128221339.132265qlf3vxt...@webmail.inder.cu



Re: El lanzador mágico

2013-01-28 Thread Camaleón
El Sat, 26 Jan 2013 16:09:21 +, Camaleón escribió:

 El Sat, 26 Jan 2013 16:32:32 +0100, J. OCTAVIO Avalos escribió:

(...)

 Resulta que tengo la aplicación KEME-CONTABILIDAD y quise hacer un
 lanzador en el panel de aplicaciones en gnome3, el del escritorio ya lo
 tengo y no tiene ningún problema, con lo cual en comando hice lo
 preceptivo y funciona bien, pero en lo que respecta al icono, no me
 aparece ninguno, ya sea una imagen .jpg, .png, .gif ... Por más que lo
 cambio nada de nada.
 
 Decidme si esto no es cosa de bruxas .
 
 Lo tuyo es de meigas y balrogs :-)
 
 Crea un archivo keme-cont.desktop con los datos necesarios para lanzar
 la aplicación y el icono apuntando a la imagen que quieras (Icon=),
 mueve el archivo a ~/.local/share/applications, búscalo en las
 aplicaciones de gnome-shell y con el botón derecho le dices que lo añada
 a favoritos.
 
 Al menos a mí me mantiene el icono tanto en las aplicaciones como en
 favoritos sin necesidad de refrescar la sesión ni nada.

Adjunto pantallazo:

http://picpaste.com/Captura_de_pantalla_de_2013-01-28_19_27_53-8EsVWyP2.png

¿El icono de Keme es una pera limonera? X-)

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ke6ghv$7m7$1...@ger.gmane.org



Re: Error al ejecutar comando para sarg

2013-01-28 Thread Camaleón
El Mon, 28 Jan 2013 22:13:39 -0500, viceinvgtm escribió:

 Quoting Camaleón noela...@gmail.com:

(...)

 Seguramente sea debido a una incompatibilidad con el paquete y la
 versión de tu glibc, aunque también podría ser un simple bug puesto que
 es una versión antigua (¿2008?).

 lo he descargado desde aquí [1] supuestamente actualizado de
 diciembre-2011 trataré de ver si doy con alguna versión mas reciente y
 le digo si funciona Saludos
 
 [1] http://mirror.cult.cu/debian/pool/main/s/sarg/

Algo me dice que ese paquete no es para Squeeze, seguramente sea para una 
versión anterior (Lenny), mira a ver si alguien te puede mandar el 
paquete de los backports para tu versión de Debian.

P.S. No deberías usar ese mirror.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ke6h0g$7m7$1...@ger.gmane.org



Re: El lanzador mágico

2013-01-28 Thread J. OCTAVIO Avalos
El día 28 de enero de 2013 19:37, Camaleón noela...@gmail.com escribió:
 El Sat, 26 Jan 2013 16:09:21 +, Camaleón escribió:

 El Sat, 26 Jan 2013 16:32:32 +0100, J. OCTAVIO Avalos escribió:

 (...)

 Resulta que tengo la aplicación KEME-CONTABILIDAD y quise hacer un
 lanzador en el panel de aplicaciones en gnome3, el del escritorio ya lo
 tengo y no tiene ningún problema, con lo cual en comando hice lo
 preceptivo y funciona bien, pero en lo que respecta al icono, no me
 aparece ninguno, ya sea una imagen .jpg, .png, .gif ... Por más que lo
 cambio nada de nada.

 Decidme si esto no es cosa de bruxas .

 Lo tuyo es de meigas y balrogs :-)

 Crea un archivo keme-cont.desktop con los datos necesarios para lanzar
 la aplicación y el icono apuntando a la imagen que quieras (Icon=),
 mueve el archivo a ~/.local/share/applications, búscalo en las
 aplicaciones de gnome-shell y con el botón derecho le dices que lo añada
 a favoritos.

 Al menos a mí me mantiene el icono tanto en las aplicaciones como en
 favoritos sin necesidad de refrescar la sesión ni nada.

 Adjunto pantallazo:

 http://picpaste.com/Captura_de_pantalla_de_2013-01-28_19_27_53-8EsVWyP2.png

 ¿El icono de Keme es una pera limonera? X-)

Si, pero es una buena aplicación de contabilidad, también lleva facturación.

Aún no probé el crear el archivo .desktop a ver si lo hago.

Un saludo

--
Octavio Ávalos


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAC+uy7gMcy5=o2q_0e68p2xveze81czi2nnwkzz5vsqfguo...@mail.gmail.com



Re: Error al ejecutar comando para sarg (SOLUCIONADO)

2013-01-28 Thread viceinvgtm

Quoting Camaleón noela...@gmail.com:


El Mon, 28 Jan 2013 22:13:39 -0500, viceinvgtm escribió:


Quoting Camaleón noela...@gmail.com:


(...)


Seguramente sea debido a una incompatibilidad con el paquete y la
versión de tu glibc, aunque también podría ser un simple bug puesto que
es una versión antigua (¿2008?).



lo he descargado desde aquí [1] supuestamente actualizado de
diciembre-2011 trataré de ver si doy con alguna versión mas reciente y
le digo si funciona Saludos

[1] http://mirror.cult.cu/debian/pool/main/s/sarg/


Algo me dice que ese paquete no es para Squeeze, seguramente sea para una
versión anterior (Lenny), mira a ver si alguien te puede mandar el
paquete de los backports para tu versión de Debian.

P.S. No deberías usar ese mirror.

Saludos,

--
Camaleón


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ke6h0g$7m7$1...@ger.gmane.org




seguí tu consejo y buscando descargue de aqui [1] el mismo paquete que  
habias encontrado tú y efectivamente parece que el problema era la  
versión que yo tenía instalado, pues ya hace los reportes sin problema


[1]  
http://descargas.jovenclub.cu/repos/debian/squeeze-backports/pool/main/s/sarg/sarg_2.3.1-1%7Ebpo60%2B1_i386.deb


Gracias y Saludos


--
Este mensaje fue enviado utilizando el servicio WEBMAIL del INDER.
--


17mo. Congreso Mundial IAPESGW 2013, Palacio de Convenciones de La Habana,
Cuba, 10 al 13 de abril de 2013.
IAPESGW 17th World Congress 2013, Havana Convention Centre,
Cuba, April 10th - 13th 2013.
http://iapesgw2013.inder.cu/index.php/en/


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130128232524.14011nmwq9tbe...@webmail.inder.cu



Que aria. ? [ OT ]

2013-01-28 Thread Francisco Eduardo Ascencio Dominguez
Hola amigos. tengo un proyecto escolar y quería preguntarles que servicios 
puedo poner en una pagina de gobierno ?

Enviado desde mi iPhone

Re: Que aria. ? [ OT ]

2013-01-28 Thread Gonzalo L. Campos Medina
El día 29 de enero de 2013 02:18, Francisco Eduardo Ascencio Dominguez
ly...@live.com escribió:
 Hola amigos. tengo un proyecto escolar y quería preguntarles que servicios 
 puedo poner en una pagina de gobierno ?

--

Tu pregunta es muy genérica, tienes que ser más específico...

1° Qué tipo de proyecto escolar es...
2° Qué sector del gobierno es...
3° Dependiendo de las 2 primeras opciones, obtendrás las respuestas...

-- 
Gonzalo L. Campos Medina
http://www.ubuntu.com | http://www.ubuntu-es.org | http://www.ubuntu-pe.org
L.R.U. #344192 | U.R.U. #161
Freenode #ubuntu-es #edubuntu-es #ubuntu-pe


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAAOR6xM3iuSUfj5ymGmT_mhUae1bTwDSY6vqRXneBt2FLåt...@mail.gmail.com



Re: Que aria. ? [ OT ]

2013-01-28 Thread Edwin Dlca
Puedes visitar paginas de varios gobiernos de algunos paices para ver que
cosas ya se ofrecen para tener una mejor idea.


El 29 de enero de 2013 02:31, Gonzalo L. Campos Medina
gcamp...@gmail.comescribió:

 El día 29 de enero de 2013 02:18, Francisco Eduardo Ascencio Dominguez
 ly...@live.com escribió:
  Hola amigos. tengo un proyecto escolar y quería preguntarles que
 servicios puedo poner en una pagina de gobierno ?
 
 --

 Tu pregunta es muy genérica, tienes que ser más específico...

 1° Qué tipo de proyecto escolar es...
 2° Qué sector del gobierno es...
 3° Dependiendo de las 2 primeras opciones, obtendrás las respuestas...

 --
 Gonzalo L. Campos Medina
 http://www.ubuntu.com | http://www.ubuntu-es.org |
 http://www.ubuntu-pe.org
 L.R.U. #344192 | U.R.U. #161
 Freenode #ubuntu-es #edubuntu-es #ubuntu-pe


 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive:
 http://lists.debian.org/CAAOR6xM3iuSUfj5ymGmT_mhUae1bTwDSY6vqRXneBt2FLåt...@mail.gmail.com




Sources Pacote Flex

2013-01-28 Thread Listeiro 037

Olá a todos.


Estive pesquisando por autenticidade de pacotes em geral, não só em
Debian, mas em qualquer coisa e me deparei com o tarball do
analisador léxico Flex, lá no sf.net. Até o momento não encontrei
vestígio de RSA Key de qualquer um dos contribuidores do código, nem
arquivos .sig ou .asc desse tarball, porém isto não ocorre nas distros
onde esse software aparece, cujos desenvolvedores disponibilizam essas
informações no contexto da distro.

A dúvida é o sf.net seria a única origem desse código ou se há alguma
política diferenciada no desenvolvimento do Debian, isto é,
independência daquele código, outra forma de verificação de
autenticidade, alguma política do sf para tal, o analisador léxico usado
na construção do Debian é outro etc. 


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/395515.71753...@smtp211.mail.bf1.yahoo.com



Re: Network erişim sorunu...

2013-01-28 Thread Selim T. Erdogan
Ahmet GÜRBÜZ, 28.01.2013:
 
 Sanal makina üzerinde çalışan Debian 6.0.6 kurulu makinada ip 
 ayarları girilmiş durumda fakat network erişimi yok. Daha önce 
 sorunsuz çalışıyordu ne oldu bilmiyorum. Sorun nerde olabilir? (Ekte 
 bir screenshot var.)

Sorunsuz çalıştığından beri sanal makinada ya da Debian'da ne gibi 
değişiklikler yapıldı?  

Ve ekran görüntüsünü eklemeyi unutmuşsunuz.


-- 
To UNSUBSCRIBE, email to debian-user-turkish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130128183832.gb7...@cs.utexas.edu



RE: Network erişim sorunu...

2013-01-28 Thread Ahmet GÜRBÜZ




İşletim sisteminde hiçbir değişiklik yapılmadı, normal çalışan makinanın her ne 
olduysa network erişimi kesildi.
(Ekran görüntüsünü ekleyip tekrar yolladım ama ekli mesajlar kabul edilmiyor 
galiba. Bu linkten ulaşılabilir: http://e1301.hizliresim.com/15/w/jh0fk.jpg)

 Date: Mon, 28 Jan 2013 12:38:32 -0600
 From: se...@alumni.cs.utexas.edu
 To: debian-user-turkish@lists.debian.org
 Subject: Re: Network erişim sorunu...
 
 Ahmet GÜRBÜZ, 28.01.2013:
  
  Sanal makina üzerinde çalışan Debian 6.0.6 kurulu makinada ip 
  ayarları girilmiş durumda fakat network erişimi yok. Daha önce 
  sorunsuz çalışıyordu ne oldu bilmiyorum. Sorun nerde olabilir? (Ekte 
  bir screenshot var.)
 
 Sorunsuz çalıştığından beri sanal makinada ya da Debian'da ne gibi 
 değişiklikler yapıldı?  
 
 Ve ekran görüntüsünü eklemeyi unutmuşsunuz.
 
 
 -- 
 To UNSUBSCRIBE, email to debian-user-turkish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/20130128183832.gb7...@cs.utexas.edu
 

  

Re: Network erişim sorunu...

2013-01-28 Thread Remzi AKYÜZ

Merhaba,
sanal makinede mii-tool, ethtool ile interface up olup olmadığını 
kontrol edin.

netstat -rn arp , mtr
komutlarıyla kontrol yaparak aksaklığın nereden kaynaklandığını 
bulabilirsiniz.


Resimde göründüğü kadarıyla gelen giden paketleriniz var.
Buna dayalı olarak sorun gateway tanımlamasından veya 
gateway(router/firewall)den  kaynaklanıyor olabilir.

iptables kurallarınıda unutmamak lazım.

 iptables -L -vnx --line-numbers
komutuyla  kontrol  yapmakta faydalı olur.

Kolay gelsin.




On 1/28/2013 9:19 PM, Ahmet GÜRBÜZ wrote:
İşletim sisteminde hiçbir değişiklik yapılmadı, normal çalışan 
makinanın her ne olduysa network erişimi kesildi.
(Ekran görüntüsünü ekleyip tekrar yolladım ama ekli mesajlar kabul 
edilmiyor galiba. Bu linkten ulaşılabilir: 
http://e1301.hizliresim.com/15/w/jh0fk.jpg)


 Date: Mon, 28 Jan 2013 12:38:32 -0600
 From: se...@alumni.cs.utexas.edu
 To: debian-user-turkish@lists.debian.org
 Subject: Re: Network erişim sorunu...

 Ahmet GÜRBÜZ, 28.01.2013:
 
  Sanal makina üzerinde çalışan Debian 6.0.6 kurulu makinada ip
  ayarları girilmiş durumda fakat network erişimi yok. Daha önce
  sorunsuz çalışıyordu ne oldu bilmiyorum. Sorun nerde olabilir? (Ekte
  bir screenshot var.)

 Sorunsuz çalıştığından beri sanal makinada ya da Debian'da ne gibi
 d eğişiklikler yapıldı?

 Ve ekran görüntüsünü eklemeyi unutmuşsunuz.


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

 Archive: http://lists.debian.org/20130128183832.gb7...@cs.utexas.edu





RE: Network erişim sorunu...

2013-01-28 Thread Ahmet GÜRBÜZ


Gateway veya firewall sorunu olduğunu düşünmüyorum çünkü aynı local'deki farklı 
makinalara da ping atamıyor.

Date: Mon, 28 Jan 2013 22:26:36 +0200
From: linuxli...@gmail.com
To: debian-user-turkish@lists.debian.org
Subject: Re: Network erişim sorunu...


  

  
  
Merhaba,

  sanal makinede mii-tool, ethtool ile interface up olup olmadığını
  kontrol edin.

  netstat -rn arp , mtr

  komutlarıyla kontrol yaparak aksaklığın nereden kaynaklandığını
  bulabilirsiniz.

  

  Resimde göründüğü kadarıyla gelen giden paketleriniz var.

  Buna dayalı olarak sorun gateway tanımlamasından veya 
  gateway(router/firewall)den  kaynaklanıyor olabilir.

  iptables kurallarınıda unutmamak lazım.

  

   iptables -L -vnx --line-numbers 

  komutuyla  kontrol  yapmakta faydalı olur.

  

  Kolay gelsin.

  

  

  

  

  On 1/28/2013 9:19 PM, Ahmet GÜRBÜZ wrote:



  

İşletim sisteminde hiçbir değişiklik yapılmadı,
  normal çalışan makinanın her ne olduysa network erişimi
  kesildi.

  (Ekran görüntüsünü ekleyip tekrar yolladım ama ekli mesajlar
  kabul edilmiyor galiba. Bu linkten ulaşılabilir: 
http://e1301.hizliresim.com/15/w/jh0fk.jpg)

  

   Date: Mon, 28 Jan 2013 12:38:32 -0600

 From: se...@alumni.cs.utexas.edu

 To: debian-user-turkish@lists.debian.org

 Subject: Re: Network erişim sorunu...

 

 Ahmet GÜRBÜZ, 28.01.2013:

  

  Sanal makina üzerinde çalışan Debian 6.0.6 kurulu
makinada ip 

  ayarları girilmiş durumda fakat network erişimi
yok. Daha önce 

  sorunsuz çalışıyordu ne oldu bilmiyorum. Sorun
nerde olabilir? (Ekte 

  bir screenshot var.)

 

 Sorunsuz çalıştığından beri sanal makinada ya da
Debian'da ne gibi 

 d eğişiklikler yapıldı? 

 

 Ve ekran görüntüsünü eklemeyi unutmuşsunuz.

 

 

 -- 

 To UNSUBSCRIBE, email to
debian-user-turkish-requ...@lists.debian.org

 with a subject of unsubscribe. Trouble? Contact
listmas...@lists.debian.org

 Archive:
http://lists.debian.org/20130128183832.gb7...@cs.utexas.edu

 

  

  


  

Re: Network erişim sorunu...

2013-01-28 Thread Gokan Atmaca
Merhaba

auto eth0 gibi ilgili ethernet ilgili bir problem olabilir.

cat /etc/network/interfaces  cıktısını paylasabilirmsiiniz. (IP adresi
public ise isterseniz x.x.x.x seklinde gonderin.)


2013/1/28 Ahmet GÜRBÜZ agur...@hotmail.com:
 Merhaba,

 Sanal makina üzerinde çalışan Debian 6.0.6 kurulu makinada ip ayarları
 girilmiş durumda fakat network erişimi yok. Daha önce sorunsuz çalışıyordu
 ne oldu bilmiyorum. Sorun nerde olabilir? (Ekte bir screenshot var.)

 Teşekkürler.



-- 
Gokhan Atmaca | MCP | MCTS | Linux System Administrator |
SystemNetwork Specialist


--
To UNSUBSCRIBE, email to debian-user-turkish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAHg8tED-i9bfx8DtwukfdnFGT4_qfOANkKx9sOUafqZs=u7...@mail.gmail.com



Re: Xmonad usage.

2013-01-28 Thread Anthony Campbell
On 25 Jan 2013, peasth...@shaw.ca wrote:
 
 Switching the WM with update-alternatives struck me as better 
 for a novice reading http://wiki.debian.org/Xmonad .
 


With the method you give on the wiki you have to log out and in again to
swap the WM. I prefer to have two different WMs running simultaneously
and swap between them with Alt-Shift-F8 and Alt-Shift-F7. I have a
little script which launches an alternative WM (icewm in my case):


# switch to icewm
xinit  /home/ac/.xxinitrc -- :1 



Where .xxinitrc is my usual .xinitrc altered to launch icewm.

Actually, I use spectrwm instead of xmonad (avoids haskell) but the
same method applies. I seem to remember that ratpoison has the inbuilt
optio to swap window managers.

The reason I have this arrangement is that although I like tiling WMs
none of them works very well with programs that open a lot of windows,
like xsane and gimp. A stacking WM is better for these.


AC

-- 
Anthony Campbell - a...@acampbell.org.uk 
http://www.acampbell.org.uk
http://www.reviewbooks.org.uk
http://www.skepticviews.org.uk 
http://www.acupuncturecourse.org.uk
http://www.smashwords.com/profile.view/acampbell
https://itunes.apple.com/ca/artist/anthony-campbell/id73235412






-- 
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/20130128093546.gi2...@acampbell.org.uk



Re: service not working

2013-01-28 Thread Karl E. Jorgensen
Hi

On Sat, Jan 26, 2013 at 02:00:16AM +, Benin Technologies wrote:
 Hi
 
 what could be the reason of a service not working, while it's init.d 
 script works ?
 
 I have
 
 
 NOT WORKING :
 # service slapd start
 Starting OpenLDAP: slapd failed!
 
 WORKING :
 # /etc/init.d/slapd start
 Starting OpenLDAP: slapd
 
 what could be the reason of the service failure ?

I'd suggest checking the logs - e.g. /var/log/daemon.log and
/var/log/syslog - slapd is probably running into a (big) problem after
it starts.


-- 
Karl E. Jorgensen


-- 
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/20130128103617.GA18567@hawking



Re: OT: pam_unix(dovecot:auth): authentication failure.

2013-01-28 Thread Sthu Deus
Good time of the day, Igor.


Thank You, Igor, for Your time and answer.

If You have any farther ideas, please share it w/ me.

You wrote:

localhost auth: pam_unix(dovecot:auth): authentication failure;
logname= uid=0 euid=0 tty=dovecot ruser=null rhost=91.201.64.249
 
   It means someone tried to login to your webmail as root from
   outside. I get lots of them all the time usually bot attacks.
 
  Can You extend a bit Your answer?
 
 
 Obviously you have public access to your mail server via webmail of
 kind right? And you have username/password login screen and thats
 where the login as root has failed.

No! And that's the problem - if I had such an access allowed - no
questions, but I manage the server myself directly (changing conf.
files manually). And firewall does not allow access from the IP to
dovecot (see bellow, please).

But let's withdraw from this idea - as how it changed - for there can
be a lot of possible ways. Could please explain exactly what that
string mean OR may You give me a link specifying that? - I've checked
man.s on pam_unix and pam - did not find explanations on those
variables, nor web search gave me the desired explanation.

Here I can not understand: did they connect remotely fooling my
firewall somehow (probably as if from my local network) OR it was done
through a local process and therefore I have probably a back door on
the machine.

  1. Here uid=0 and ruser=null - does it mean that the attack was
  made w/ root privileges and only dovecot user null was used? OR
  It means that dovecot runs w/ root privileges?
 
  2. rhost=91.201.64.249 means that attack was made not by local
  process?
 
  3. Do You have any idea how firewall could pass that connection
  since only local network host are permitted to connect on 110 port?
  - I mean is there any trick by which firewall could be fooled by
  remote host masking as if it has local IP and at PAM being
  discovered - it is from remote network?

Again, thank You for You answer/ideas.


Sthu.


-- 
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/51065851.0369980a.340c.a...@mx.google.com



Re: iptables and kvm

2013-01-28 Thread craig
On Friday, January 25, 2013 11:17, Tom H tomh0...@gmail.com said:

 I am running Debian Wheezy, and have installed kvm. When I list my
 iptables rules there are a set of default rules defined, and
 forwarding is set up for my virtual network. For the life of me I can
 not figure out where these rules are defined, and I would like to
 make some changes that I want to be permanent. Would anyone mind
 enlightening me as where I can find the source of those rules?

 grep -RIil iptables /etc/* returns nothing.

 
 To the OP: AFAIK, if you set up a nat-based VM, libvirt/qemu'll set up
 the rules that you're seeing. If they're in a grepable form, there'll
 probably be under /usr.

Hi Tom,

I think you are correct as far as where the rules came from, but I
don't think they are going to be grepable. The source contains
iptables.c, and a few other similarly named files. I haven't done C in
a while, but I'll try to make sure that is where my rules came from.
There are also changelog entries that appear to back this up as well.

I'll do a bit more digging, but I think I have my answer.

Thanks!
Craig


Sent - Gtek Web Mail



--
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/1359379792.447916...@webmail.gtek.biz



Re: OT: pam_unix(dovecot:auth): authentication failure.

2013-01-28 Thread Federico Alberto Sayd

On 24/01/13 14:31, Sthu Deus wrote:

Good time of the day.


Excuse me for off-topic.

Could You please comment this auth. failure:

localhost auth: pam_unix(dovecot:auth): authentication failure;
logname= uid=0 euid=0 tty=dovecot ruser=null rhost=91.201.64.249

?

As I understand this - one tried to login to dovecot - but dovecot was

What do you mean for dovecot. Dovecot manages various services:

110 POP
143 IMAP
2000 or 4190 MANAGESIEVE

Do you are sure you blocked all dovecot ports?

Can you make a scan port to your host and verify that your firewall 
works as you expected?


If you saved the logs, then you also have the dovecot logs in mail.log, 
did you find the entry that correspond with this line in auth.log? Then 
you can know to what dovecot process the attacker connected.

closed by firewall from that IP, or it was tried from local side and
therefore I have a security issue inside of my system?

Thank You for Your time.


Sthu.





--
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/51067d13.8050...@uncu.edu.ar



Re: how to get missing multimedia packages

2013-01-28 Thread Ralf Mardorf
On Mon, 28 Jan 2013 16:46:49 +0100, Pierre Frenkiel  
pierre.frenk...@gmail.com wrote:

cinelerra


You are aware of Debian's policy?

;D


--
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/op.wrmo32hdqhadp0@freebsd



Re: how to get missing multimedia packages

2013-01-28 Thread Gary Dale

On 28/01/13 10:46 AM, Pierre Frenkiel wrote:

hi,
 some important packages are missing in the Debian official repositories
 cinelerra, avidemux
 the offical recommendations say:

   Please do also consider to entirely remove unofficial third-party
   repositories from your /etc/apt/sources.list file. The few more 
features

   added to the packages provided there do often not compensate for the
   breakage they may cause.

 So, how am I supposed  to get these packages. The only way I see
 is compilation, but is there any chance that they will be officially
 supported by Debian one day?

best regards,


It's your choice. Debian-multimedia has some packages that I really 
like. The last time I installed them there were no conflicts (no 
official packages were uninstalled) and things seem to be working OK. At 
other times, I found it necessary to uninstall the unofficial packages 
due to conflicts.


You also could try generating your own packages for the programs you 
want. This can be a frustrating and time-consuming process the first 
time you try. There is quite a learning curve. However, if you can 
succeed in compiling against the official packages, you could ask for 
your package to be included in the official repositories.



--
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/5106a1f2.3020...@rogers.com



Re: how to get missing multimedia packages

2013-01-28 Thread Lisi Reisz
On Monday 28 January 2013 15:46:49 Pierre Frenkiel wrote:
 hi,
   some important packages are missing in the Debian official repositories
   cinelerra, avidemux
   the offical recommendations say:

 Please do also consider to entirely remove unofficial third-party
 repositories from your /etc/apt/sources.list file. The few more
 features added to the packages provided there do often not compensate for
 the breakage they may cause.

   So, how am I supposed  to get these packages. The only way I see
   is compilation, but is there any chance that they will be officially
   supported by Debian one day?

How is up to you.  I use unofficial repositories and even sometimes an 
unofficial installer, and have got away with it so far.  Compilation from 
source can also cause problems; though it has never so far happened to me.

Yes, they may one day be included, but only if they become fully open source.

Lisi


-- 
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/201301281612.24892.lisi.re...@gmail.com



Re: iptables and kvm

2013-01-28 Thread Tom H
On Mon, Jan 28, 2013 at 8:29 AM,  cr...@gtek.biz wrote:
 On Friday, January 25, 2013 11:17, Tom H tomh0...@gmail.com said:

 I am running Debian Wheezy, and have installed kvm. When I list my
 iptables rules there are a set of default rules defined, and
 forwarding is set up for my virtual network. For the life of me I can
 not figure out where these rules are defined, and I would like to
 make some changes that I want to be permanent. Would anyone mind
 enlightening me as where I can find the source of those rules?

 grep -RIil iptables /etc/* returns nothing.

 To the OP: AFAIK, if you set up a nat-based VM, libvirt/qemu'll set up
 the rules that you're seeing. If they're in a grepable form, there'll
 probably be under /usr.

 I think you are correct as far as where the rules came from, but I
 don't think they are going to be grepable. The source contains
 iptables.c, and a few other similarly named files. I haven't done C in
 a while, but I'll try to make sure that is where my rules came from.
 There are also changelog entries that appear to back this up as well.

 I'll do a bit more digging, but I think I have my answer.

 Thanks!

You're welcome.

I've found a confirmation of my AFAIK:

https://bugzilla.redhat.com/show_bug.cgi?id=433484#c1

begin

First, it is already possible to avoid the iptables rules - simply do not
request a NAT based virtual network. The 'default' virtual network is
intentionally NAT based. You are free to remove this  default one which doesn't
provide NAT.

Second, if there are specific flaws you can enumerate with the current iptables
rules then file bugs about them. They are intended to allow only traffic from
guests attached to the network's associated bridge defautl (eg 'virbr0')  its
configured ip address range. So if this isn't working in some scenarios then we
need to know what those scenarios are so we can fix them.

/end


-- 
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/CAOdo=szov+tusjhryqzxhez6d8b7fje_ul+z2am5do72ju+...@mail.gmail.com



Re: installing squeeze from hard disk ... CD-ROM module?

2013-01-28 Thread Brian
On Sun 27 Jan 2013 at 16:58:26 -0500, Christopher Moore wrote:

 Hi. I am attempting to install 6.0.6 from hard disk, following the
 instructions given :
 https://help.ubuntu.com/community/Installation/FromLinux
 
 http://www.linuxforu.com/2009/03/install-linux-straight-from-an-iso/

The instructions in the manuals at

   http://www.debian.org/releases/stable/installmanual

would appear to be a more suitable source of information for your task.
You will need a kernel and initrd from a hd-media directory, which you
can get to via the Network boot section at

   http://www.debian.org/distrib/netinst

Usually, an install from hard disk is undertaken because booting from an
ISO on a USB stick is impossible or fraught. Is that the case with you?

 As I have a well out of date version of Ubuntu from which I'm installing I
 followed the instructions from the former verbatim, excepting, obviously,
 .iso filenames and kernel/RAM paths. CD 1 on 2GB /dev/sda1 partition; sda2
 for the system to be installed upon; sda3 for /home. Loads on reboot.
 The problem I'm having is that CD-ROM module and device. Tried replacing
 /cdrom (I'm sure that's not it, but whatever the default IS) with
 /dev/sda1 to no avail.

Sorry, I'm not prepared to debug this, A normal hard disk install offers
to look only on a hard disk (this includes an attached USB stick) for an
ISO.


-- 
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/20130128174853.GH3027@desktop



Re: no .info info on info (was Re: dselect fun)

2013-01-28 Thread Brian
On Sun 27 Jan 2013 at 11:02:22 -0500, wes davidson wrote:

 hi morel.
 
 you wrote:
 
 I do not like info at all: this is a software which pretends to help
 you, but you have to learn how it works before being able to use it.
 
 when i first read a unix man page twenty years ago, i had a rather
 similar reaction. it took me an embarrassingly long time to screw in
 the lightbulb and do 'man man'.  (perhaps i am a closet homophobe.)

Reading info pages with pinfo has never been a chore for me.


-- 
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/20130128175200.GI3027@desktop



Confusion with Etc/GMT-8 time zone

2013-01-28 Thread Amit
Hello,

This on a debian wheezy/testing system:

Currently, my time zone is set to 'America/Los_Angeles':

 $ cat /etc/timezone
 America/Los_Angeles

 $ date
 Mon Jan 28 11:12:01 PST 2013

Changing it to 'Etc/GMT-8', which should be equivalent to Los Angeles's
time zone results in:

 $ echo Etc/GMT-8 | sudo tee /etc/timezone
 Etc/GMT-8

 $ cat /etc/timezone
 Etc/GMT-8

 $ sudo dpkg-reconfigure --frontend noninteractive tzdata
 Current default time zone: 'Etc/GMT-8'
 Local time is now:  Tue Jan 29 03:14:57 GMT-8 2013.
 Universal Time is now:  Mon Jan 28 19:14:57 UTC 2013.

Notice that the day moved to Jan  29th. This doesn't seem to make any
sense. Is this a bug?

NOTE: Repeating the above steps for Etc/GMT+8 results in the correct and
expected time.

Thanks,
Amit


-- 
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/loom.20130128t201050-...@post.gmane.org



Re: Moving mdadm raid volume to new OS install

2013-01-28 Thread Linux-Fan
On 01/27/2013 10:13 PM, Sam Martin wrote:
 Thanks Frank,
 
 But this is kind of my backup.  I don't have any capacity to backup to 
 another drive/ext HDD.

Raid is not a backup. All data can easily get lost by one wrong command,
e.g. someone does rm -rf /mountpoint (accidentally, some do because of
wrongly-predicted shell-expansion) and suddenly all data are gone... You
would be probably better off not having a raid but one main HDD for your
data and one for your backup.

 The OS is running off a small SSD.
 I have 2x3TB drives for data running in RAID1.
 
 I assumed with software raid, the drives couldn't be used without being part 
 of the RAID config, i.e. presented via mdadm.
 
 I'm fairly new to Linux and software raid, so please forgive any stupid 
 /obvious comments.
 
 Am I right in thinking, I could get new OS up and running. Mount one of the 
 disks as a standard drives (not raid) and them somehow rebuild a raid based 
 with the data present?

This might work, as someone already posted, depending on the metadata
format. But I would never try this without being entirely sure, because
-- as I have already mentioned -- a single wrong command (and that can
also be a wrong mount) can damage your RAID.

Why not try to restore the whole raid in one step. Although it seems
more complex, I believe it is safer, because you do not rely on a
specific metadata format. On the other hand you could also try to mount
a device and if it fails, rebuild the raid using the one left as if the
second HDD was just damaged but I would not recommend this.

 What problems might I face using the raid config as is under 64bit dist?

I guess there are none, unless you try to mount the devices without a
raid array.

 Thanks for your advice
 
 Sam
 
 
 On Sunday, January 27, 2013 3:50:01 PM UTC, Frank wrote:
 On 01/27/2013 02:18 PM, Sam Martin wrote:



 I'm about to reinstall linux using 64bit wheezy dist rather than the 32bit 
 on i inadvertently used.



 I've got a copy of /etc but I'm concerned that in /etc/mdadm/mdadm.config 
 there is no reference to the array.



 The only lines that are uncommented are 



 CREATE owner=root group=disk mode=0660 auto=yes

 HOMEHOST = system

 MAILADDR root



 Why keeping a mdadm raid which incompatible binarys? Backup you data,

 install from scratch and restore your data, makes more sense to me.



 Presuably is automatically detecting /dev/md0 (the raid vol)?



 Can anyone offer any opinion/advice on this?  i don't want to be in a 
 position where i cannot get it back up.



 Make sure you have a working and up2date backup, a print out of your

 /etc/fstab and the contents from cat /prod/mdstat can be helpful as

 well if something goes wrong.



 The raid is a simple mirror at the moment, but I'm guessing I cannot use it 
 without mdadm if it did go wrong?



 Of course, you can boot from both disks. Just change the device name in

 your bootloader from /dev/mdX to i.e the first detected SCSI / SATA disk

 /dev/sdaX. So if you screw up one of them, boot from the other device

 and resync your data.



 Best

 Frank





 -- 

 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/51054a4e.8010...@dead-link.org


-- 
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/5106d261.5080...@web.de



Re: moving from Kubuntu 10.4 to squeeze

2013-01-28 Thread Andrei POPESCU
On Du, 27 ian 13, 13:39:29, Ralf Mardorf wrote:
 
 However, Debian tends to completely break production environments,
 if you update.

You are of course aware that when you talk about production with 
Debian this means stable. 

 I used Debian because it was said, that I'm not
 forced to use pulseaudio, that was correct, for two days, then I
 updated and got pulseaudio as a hard dependency, without a warning,
 there were no changelogs about this issue, that did break audio
 completely. This wasn't the only issue ;).

This sounds more like testing or unstable. Two hints for you (and the 
archives):

1. *always* check carefully what the update process is planing to do 
(even on stable)

2. If you really, really what to prevent a package from being installed 
you have to configure your system accordingly. For example create a file 
/etc/apt/preferences.d/no-pulseaudio with following contents:

Package: pulseaudio
Pin: version *
Pin-Priority: -1
Explanation: prevent installation of pulseaudio


Kind regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


couldn't be sent - host not connected

2013-01-28 Thread Marcelo Laia
Hi,

I have posted this issue in the msmtp mailing list [0], but, I think
that problem could be in my Debian box. So, I ask here, too. This
problems have started after a update (safe-upgrade).

Have you any clue?

0. 
http://sourceforge.net/mailarchive/forum.php?thread_name=CAEEYVUBCgtpRijvJ6HH%2B17RaGG2tR8nYOZr_rGjo-DeLSd4Djg%40mail.gmail.comforum_name=msmtp-users

-- 
  O__   --- Marcelo Luiz de Laia


-- 
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/CAEEYVUB_CkWTjw6AWFzPqzCwetmgf4JPwj5HKY_z=y2kvpn...@mail.gmail.com



Re: moving from Kubuntu 10.4 to squeeze

2013-01-28 Thread Ralf Mardorf
On Mon, 2013-01-28 at 22:36 +0200, Andrei POPESCU wrote:
 On Du, 27 ian 13, 13:39:29, Ralf Mardorf wrote:
  
  However, Debian tends to completely break production environments,
  if you update.
 
 You are of course aware that when you talk about production with 
 Debian this means stable.

In this case production means to update from stable to testing, since
stable couldn't be used for the productions I'm doing ;). That's what I
wanted to point out. If somebody switches from Ubuntu to Debian, because
of issues with Ubuntu, it's to be expected that the issues are solved,
when using stable, but if there are special needs and an updated is
needed, since dependencies for stable are much to old, it easily could
happen that Debian becomes buggier (and more buggy ;) than Ubuntu.

Especially if somebody has needs such as WiFi firmware, Cinelerra etc.
pp..

Regards,
Ralf


-- 
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/1359406093.2561.36.camel@q



Grub infinite loop problem on dual boot system

2013-01-28 Thread Gary Roach

Hi all;

I have a Toshiba Qosmio laptop that has 2 60 GB drives. I formatted one 
with the Windows XP that is needed to run all of the bells and whistles 
that the Qosmio provides. I installed Debian Squeeze on the other drive 
and used Grub as the boot loader. This setup worked fine. I recently 
upgraded to Debian Wheezy using the latest iso net install disk. Since 
then the system boots to the Grub operating system selection screen. If 
I select Debian, the computer starts, loads grub, shuts down and 
restarts over and over again. I managed to get back into the Windows XP 
side by completely reloading the XP OS from the factory disks. As long 
as I select the XP system things work fine. As soon as I try the Debian 
system the looping starts again. I tried to reload the Debian side from 
the iso disk but the end results are the same. Any suggestions will be 
sincerely appreciated.


Gary R.


--
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/5106dc4b.9030...@verizon.net



Gjjijjo

2013-01-28 Thread Claudia M Jimenez
 J.   Jhhjjjkjhghv.  
Ghjiojoy hbn
Cbn
Flynn
Fmjvjfkfg
Hkfjfkb 
Bhiujj
Gallup 
Hlbnnnj ghjkkkjjkn 
Bkkhlnk
Hkk kikuyu  
Xhllhkyku
Hkkjjjuju
Hkknnnjh
Hmbkh
Bmnnuhj
Nmnmm
Bm bbnhjj
Bbnhjj
Bmnbmj
Fb mj
Bbbmm
Bmhnhnjjkjjjh
Nnjjjhbnggtjg
Bbnhjj jjj


Sent from my iPhone


-- 
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/90015559-459b-4bea-83e5-6cf717c86...@gmail.com



X

2013-01-28 Thread Claudia M Jimenez


Sent from my iPhone


-- 
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/24031432-da7e-4cf0-af1b-e8f3395a7...@gmail.com



Re: Backing up system customization: Is Debian packaging better than Remastersys?

2013-01-28 Thread Andrei POPESCU
On Du, 27 ian 13, 19:12:40, Martin Steigerwald wrote:
 
 Well, for only 4 systems puppet might be a bit off. I´d suggest starting with 
 puppet not before at least 10 systems.

The initial setup is definitely not trivial, but afterwards you sit back 
and relax ;)

Kind regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: installing squeeze from hard disk ... CD-ROM module?

2013-01-28 Thread Andrei POPESCU
On Du, 27 ian 13, 16:58:26, Christopher Moore wrote:
 Hi. I am attempting to install 6.0.6 from hard disk, following the
 instructions given :
 https://help.ubuntu.com/community/Installation/FromLinux
 
 http://www.linuxforu.com/2009/03/install-linux-straight-from-an-iso/
 As I have a well out of date version of Ubuntu from which I'm installing I
 followed the instructions from the former verbatim, excepting, obviously,
 .iso filenames and kernel/RAM paths. CD 1 on 2GB /dev/sda1 partition; sda2
 for the system to be installed upon; sda3 for /home. Loads on reboot.
 The problem I'm having is that CD-ROM module and device. Tried replacing
 /cdrom (I'm sure that's not it, but whatever the default IS) with
 /dev/sda1 to no avail.

Sorry, but your post doesn't make much sense to me and the links 
describe several procedures.

Please describe here exactly all the steps you performed (including 
copy-paste of relevant configurations) and what errors you get.

Kind regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: Grub infinite loop problem on dual boot system

2013-01-28 Thread sp113438
On Mon, 28 Jan 2013 12:15:07 -0800
Gary Roach gary719_li...@verizon.net wrote:

 Hi all;
 
 I have a Toshiba Qosmio laptop that has 2 60 GB drives. I formatted
 one with the Windows XP that is needed to run all of the bells and
 whistles that the Qosmio provides. I installed Debian Squeeze on the
 other drive and used Grub as the boot loader. This setup worked fine.
 I recently upgraded to Debian Wheezy using the latest iso net install
 disk. Since then the system boots to the Grub operating system
 selection screen. If I select Debian, the computer starts, loads
 grub, shuts down and restarts over and over again. I managed to get
 back into the Windows XP side by completely reloading the XP OS from
 the factory disks. As long as I select the XP system things work
 fine. As soon as I try the Debian system the looping starts again. I
 tried to reload the Debian side from the iso disk but the end results
 are the same. Any suggestions will be sincerely appreciated.
 
 Gary R.
 
 

Did you run update-grub?

-- 
Debian Hint #19: If you're interested in building packages from source,
you should consider installing the apt-src package.


-- 
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/20130128235702.0732e507@fx4100



Re: Grub infinite loop problem on dual boot system

2013-01-28 Thread Gary Roach

On 01/28/2013 02:57 PM, sp113438 wrote:

On Mon, 28 Jan 2013 12:15:07 -0800
Gary Roachgary719_li...@verizon.net  wrote:


Hi all;

I have a Toshiba Qosmio laptop that has 2 60 GB drives. I formatted
one with the Windows XP that is needed to run all of the bells and
whistles that the Qosmio provides. I installed Debian Squeeze on the
other drive and used Grub as the boot loader. This setup worked fine.
I recently upgraded to Debian Wheezy using the latest iso net install
disk. Since then the system boots to the Grub operating system
selection screen. If I select Debian, the computer starts, loads
grub, shuts down and restarts over and over again. I managed to get
back into the Windows XP side by completely reloading the XP OS from
the factory disks. As long as I select the XP system things work
fine. As soon as I try the Debian system the looping starts again. I
tried to reload the Debian side from the iso disk but the end results
are the same. Any suggestions will be sincerely appreciated.

Gary R.



Did you run update-grub?


How do I run update-grub when I can't access Linux

Gary R.


--
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/510707f5.4060...@verizon.net



Re: how to get missing multimedia packages

2013-01-28 Thread Rob Owens
On Mon, Jan 28, 2013 at 04:46:49PM +0100, Pierre Frenkiel wrote:
 hi,
  some important packages are missing in the Debian official repositories
  cinelerra, avidemux
  the offical recommendations say:
 
Please do also consider to entirely remove unofficial third-party
repositories from your /etc/apt/sources.list file. The few more features
added to the packages provided there do often not compensate for the
breakage they may cause.
 
  So, how am I supposed  to get these packages. The only way I see
  is compilation, but is there any chance that they will be officially
  supported by Debian one day?
 
I recommend you use the third-party deb-multimedia repository for those
packages.  I have them both installed from that repo and I've never had
any problems.  In fact, that repo has never given me any problems.  Of
course I'd prefer if I could get everything I want from Debian's main
repo, but currently that's not possible for me.

One thing to watch for is ffmpeg vs libav.  deb-multimedia supplies
ffmpeg, while Debian's main repo supplies libav.  Libav is a fork of
ffmpeg, and it uses the ffmpeg name in one of its files.  So the two
cannot coexist on the same system.

Here is some background on the politics of that fork, and the politics
between Debian's multimedia team and the third-party deb-multimedia
repo.  This is how I see it.  I'm sure others may have different
opinions. 

A group of the ffmpeg developers attempted to take over from the
ffmpeg project leader.  Apparently they felt that was necessary for the
good of the project.  I can't confirm or deny that, because I don't know
the history.  The takeover essentially failed.  Some time later, the same 
group (more or less) of developers forked ffmpeg to libav.  FFmpeg 
continues to be developed by the original project leader (and maybe he 
has helpers, I don't know).

Some/most/all (I'm not sure which) of those developers are also Debian 
developers on the Debian Multimedia team.  They replaced ffmpeg with
libav in debian main.  The third-party deb-multimedia repo continues to
supply ffmpeg.  Shortly after the fork, there seemed to be renewed
interest among the Debian developers in complaining and discrediting the
deb-multimedia repo.  My take on it is they don't like that he continues
to support ffmpeg.  They really want ffmpeg to wither away and die, but
so far that doesn't seem to be happening.

It's an unfortunate situation because it's a duplication of resources
between the two projects.  And in Debian, at least, it is not possible
to use both libav and ffmpeg.  And since they are separate projects now,
each has some unique features that make it better in certain situations.
It has also led to what looks to me like a propaganda campaign against
the third-party deb-multimedia repo, which has a very good reputation
for quality.

-Rob


-- 
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/20130128232927.ga2...@aurora.owens.net



Re: Grub infinite loop problem on dual boot system

2013-01-28 Thread Shane Johnson
Gary,
I've never used the net install image I use live image but it should be
similar.  Get to a command line and then use sudo to mount the Debian
partition somewhere.  Once it's mounted you can run chroot {path to where
 you mounted} /bin/bash --login.  This will make it so the commands you run
are run from the install on your HD.  From there you can run the
update-grub for it to update the /boot/grub/grub.cfg file.

Shane


On Mon, Jan 28, 2013 at 4:21 PM, Gary Roach gary719_li...@verizon.netwrote:

 On 01/28/2013 02:57 PM, sp113438 wrote:

 On Mon, 28 Jan 2013 12:15:07 -0800
 Gary Roachgary719_list1@verizon.**net gary719_li...@verizon.net
  wrote:

  Hi all;

 I have a Toshiba Qosmio laptop that has 2 60 GB drives. I formatted
 one with the Windows XP that is needed to run all of the bells and
 whistles that the Qosmio provides. I installed Debian Squeeze on the
 other drive and used Grub as the boot loader. This setup worked fine.
 I recently upgraded to Debian Wheezy using the latest iso net install
 disk. Since then the system boots to the Grub operating system
 selection screen. If I select Debian, the computer starts, loads
 grub, shuts down and restarts over and over again. I managed to get
 back into the Windows XP side by completely reloading the XP OS from
 the factory disks. As long as I select the XP system things work
 fine. As soon as I try the Debian system the looping starts again. I
 tried to reload the Debian side from the iso disk but the end results
 are the same. Any suggestions will be sincerely appreciated.

 Gary R.


  Did you run update-grub?

  How do I run update-grub when I can't access Linux

 Gary R.


 --
 To UNSUBSCRIBE, email to 
 debian-user-REQUEST@lists.**debian.orgdebian-user-requ...@lists.debian.orgwith
  a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive: 
 http://lists.debian.org/**510707f5.4060...@verizon.nethttp://lists.debian.org/510707f5.4060...@verizon.net




-- 
Shane D. Johnson
IT Administrator
Rasmussen Equipment


Re: Grub infinite loop problem on dual boot system

2013-01-28 Thread Bob Proulx
Gary Roach wrote:
 I have a Toshiba Qosmio laptop that has 2 60 GB drives. I formatted
 one with the Windows XP that is needed to run all of the bells and
 whistles that the Qosmio provides. I installed Debian Squeeze on the
 other drive and used Grub as the boot loader. This setup worked
 fine.

Good.

 I recently upgraded to Debian Wheezy using the latest iso net
 install disk.

This is a confusing statement.  Because I do not know of any way to
upgrade using a net install disk.  You must have done something
other than use a net install disk to upgrade.

Did you use a net install image to install a new installation of
Wheezy?

If so that is an important detail because I means that nothing from
your previous installation is available and therefore that information
is nothing but a distraction.

And of course most of us would ask, why install instead of upgrading?
Since Debian is all about being able to upgrade from version to
version.  There is usually no need to re-install.

 Since then the system boots to the Grub operating system selection
 screen. If I select Debian, the computer starts, loads grub, shuts
 down and restarts over and over again.

There are various problems with installing Wheezy due to upstream
Linux kernel changes.  Such as dropping support for various hardware.
This means that out of the box some hardware will not be able to boot
the current Wheezy 3.2 kernel.  See these bug reports for example:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696571
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698107
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687442

It all depends upon what hardware you have in your system.  You didn't
say what hardware you had and so I can only guess that this is the
problem since the symptom seems similar.

 I managed to get back into the Windows XP side by completely
 reloading the XP OS from the factory disks.

Sounds painful.  Wasn't this other system available from the grub boot
selection screen?  It should have been.  If it wasn't then that would
be worth a bug report against the debian-installer.

It should also have been possible to boot a bootable rescue disk to
boot your MS Windows XP image.  One such as this one has worked well
for me in the past:

  http://www.supergrubdisk.org/super-grub2-disk/

 As long as I select the XP system things work fine. As soon as I try
 the Debian system the looping starts again. I tried to reload the
 Debian side from the iso disk but the end results are the same. Any
 suggestions will be sincerely appreciated.

I would boot the net install disk and select Rescue mode and use it to
see if installing the firmware-linux-nonfree package allows you to
boot.  If not then install the proposed Wheezy kernel as described in
Bug#687442.

Here is the official documentation for it:

  http://www.debian.org/releases/stable/i386/ch08s07.html.en

But that is fairly terse.  Let me say that the rescue mode looks just
like the install mode initially.  It will ask you keyboard and locale
questions and you might wonder if you are rescuing or installing!  But
it will have Rescue in the upper left corner so that you can tell
that you are not in install mode and be assured.  Get the tool set up
with keyboard, locale, timezone, and similar and eventually it will
give you a menu with a list of actions.  Here is a quick run-through.

  Advanced options...
  Rescue mode
  keyboard dialog
  ...starts networking...
  hostname dialog
  domainname dialog
  ...apt update release files...
  ...loading additional components, Retrieving udebs...
  ...detecting disks...

Then eventually it will get to a menu Enter rescue mode that will
ask what device to use as a root file system.  It will list the
partitions that it has automatically detected.  Select the appropriate
partition and continue.

At that point it presents a menu Execute a shell in /dev/  That
should get you a shell on your system with the root partition
mounted.  It is a /bin/sh shell.  I usually at that point start bash
so as to have bash command line recall and editing.  Then mount any
additional partitions if you specified multiple of them.

  # /bin/bash
  root@hostname:~# mount -a

At that point you have a root superuser shell on the system and can
make system changes.  After doing what needs doing you can reboot to
the system.  Remove the Debian install media and boot to the normal
system and see if the changes were able to fix the problem.

First I would install firmware-linux-nonfree from the nonfree section
and see if that solves your problem.

  deb http://ftp.us.debian.org/debian wheezy main contrib non-free

  # apt-get update
  # apt-get install firmware-linux-nonfree

If not then do the rescue media boot again and install the proposed
Wheezy drm 3.4 backport kernel as described in Bug#687442.

Bob


signature.asc
Description: Digital signature


lilypond?

2013-01-28 Thread Karen Lewellen

Hi folks,
Hope to keep the question simple.
is the music notation software program lilypond already included in the 
debian distribution?


www.lilypond.org

thanks.
Karen


--
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/pine.bsf.4.64.1301281934340.24...@server1.shellworld.net



Re: lilypond?

2013-01-28 Thread William Ivanski

On 28-01-2013 22:37, Karen Lewellen wrote:

Hi folks,
Hope to keep the question simple.
is the music notation software program lilypond already included in 
the debian distribution?


www.lilypond.org

thanks.
Karen



Hi, Karen,

Yes, it is, under the package lilypond. Try:
 aptitude install lilypond

Regards,
Will


--
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/51071dce.4020...@gmail.com



Re: lilypond?

2013-01-28 Thread John Hasler
Karen writes:
 is the music notation software program lilypond already included in
 the debian distribution?

Yes.
-- 
John Hasler


-- 
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/874ni0952c@thumper.dhh.gt.org



Re: lilypond?

2013-01-28 Thread Shane Johnson
I am on the Wheezy release and I show it is in the main repository.

Shane


On Mon, Jan 28, 2013 at 5:37 PM, Karen Lewellen klewel...@shellworld.netwrote:

 Hi folks,
 Hope to keep the question simple.
 is the music notation software program lilypond already included in the
 debian distribution?

 www.lilypond.org

 thanks.
 Karen


 --
 To UNSUBSCRIBE, email to 
 debian-user-REQUEST@lists.**debian.orgdebian-user-requ...@lists.debian.orgwith
  a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive: http://lists.debian.org/Pine.**BSF.4.64.1301281934340.24511@**
 server1.shellworld.nethttp://lists.debian.org/pine.bsf.4.64.1301281934340.24...@server1.shellworld.net




-- 
Shane D. Johnson
IT Administrator
Rasmussen Equipment


RE: Debian 5

2013-01-28 Thread Benitez, Alejandro (Infolink Miami)

Hi,

There any via to fix the following :

 W: GPG error: http://archive.debian.org lenny/updates Release: The following 
signatures were invalid: KEYEXPIRED 1356982504 W: GPG error:
http://archive.debian.org lenny/volatile Release: The following  signatures 
were invalid: KEYEXPIRED 1358963195 W: You may want to run 
 apt-get update to correct these problems

Regards
Alex


--
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/620b76f830a71a448fc9869ec032441920f1f...@srv1043-mia.int.infolink.com



Re: Confusion with Etc/GMT-8 time zone

2013-01-28 Thread Bob Proulx
Amit wrote:
 Currently, my time zone is set to 'America/Los_Angeles':
 
  $ cat /etc/timezone
  America/Los_Angeles
 
  $ date
  Mon Jan 28 11:12:01 PST 2013

It is easier to work with these by using the TZ variable while
developing and debugging.  It avoids the need to change anything
permanently on the system.  It gives other people the ability to
recreate your test case easily.

Also, the default date format is ambiguous in terms of timezone names.
Therefore I recommend using -R to get one of the standard formats.
(Or +%F %T %z too.)

  $ TZ=America/Los_Angeles date -R
  Mon, 28 Jan 2013 17:06:41 -0800

 Changing it to 'Etc/GMT-8', which should be equivalent to Los Angeles's
 time zone results in:

No!  GMT-8 is NOT equivalent to Los Angeles's time zone.  That is the
root of this problem.  The sign is opposite.

Also using the GMT+/-offset formats ignores any daylight savings time
that will be in effect.  Therefore it won't ever be equivalent even if
the sign of the offset is correct.

  $ echo Etc/GMT-8 | sudo tee /etc/timezone
  Etc/GMT-8

Easier to set the TZ variable to the filename you are wishing to use.
This is the third format supported by glibc.  In this case you can use
a relative filename.

  $ TZ=:Etc/GMT-8 date -R
  Tue, 29 Jan 2013 09:09:57 +0800

Notice that +0800 timezone?  It is already tomorrow there.

 Notice that the day moved to Jan  29th. This doesn't seem to make any
 sense. Is this a bug?

The bug is that Los Angeles is currently -8 hours from GMT not +8
hours and therefore the timezone cannot be GMT-8.

I think you have read the documentation incorrectly.  The current
documentation matching your currently installed version is
available using this command:

  $ info -f libc 'TZ Variable'

The upstream documentation for the latest version (may be newer than
what is installed on your system) is here:

  http://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html

 The first format is used when there is no Daylight Saving Time (or
  summer time) in the local time zone:

   STD OFFSET

 The STD string specifies the name of the time zone.  It must be
  three or more characters long and must not contain a leading colon,
  embedded digits, commas, nor plus and minus signs.  There is no space
  character separating the time zone name from the OFFSET, so these
  restrictions are necessary to parse the specification correctly.

And here is the important part:

 The OFFSET specifies the time value you must add to the local time
  to get a Coordinated Universal Time value.  It has syntax like
  [`+'|`-']HH[`:'MM[`:'SS]].  This is positive if the local time zone is
  west of the Prime Meridian and negative if it is east.  The hour must
  be between `0' and `23', and the minute and seconds between `0' and
  `59'.

 For example, here is how we would specify Eastern Standard Time, but
  without any Daylight Saving Time alternative:

   EST+5

The intention was to specify a local timezone name and the offset from
it to get back to UTC.  Not to specify GMT with an offset.  The name
of the zone isn't important.  It is only the offset to get back to UTC
that is important.  (And so I do not like the GMT+/-offset files
shipped with Debian.  Having them makes no sense to me.)

Since Los Angeles is currently -8 hours it means the the offset must
be +8 for your example case.  Ignoring DST.

  $ TZ=GMT+8 date -R
  Mon, 28 Jan 2013 17:18:32 -0800

Most importantly though will be the documentation in the tzdata file
source which says:

# We use POSIX-style signs in the Zone names and the output abbreviations,
# even though this is the opposite of what many people expect.
# POSIX has positive signs west of Greenwich, but many people expect
# positive signs east of Greenwich.  For example, TZ='Etc/GMT+4' uses
# the abbreviation GMT+4 and corresponds to 4 hours behind UTC
# (I.e. west of Greenwich) even though many people would expect it to
# mean 4 hours ahead of UTC (I.e. east of Greenwich).
#
# In the draft 5 of POSIX 1003.1-200x, the angle bracket notation allows for
# TZ='GMT-4+4'; if you want time zone abbreviations conforming to
# ISO 8601 you can use TZ='-0400+4'.  Thus the commonly-expected
# offset is kept within the angle bracket (and is used for display)
# while the POSIX sign is kept outside the angle bracket (and is used
# for calculation).
#
# Do not use a TZ setting like TZ='GMT+4', which is four hours behind
# GMT but uses the completely misleading abbreviation GMT.

And therefore you would be expected to use PST or some such in that
timezone abbreviation.

  $ TZ=PST+8 date -R
  Mon, 28 Jan 2013 17:35:06 -0800

  $ TZ=PST+8 date
  Mon Jan 28 17:41:14 PST 2013

But I strongly recommend using the appropriate zone data files
instead.  That way DST is handled properly.

  $ TZ=US/Pacific date -R
  Mon, 28 Jan 2013 17:24:07 -0800

  $ TZ=America/Los_Angeles date -R
  Mon, 28 Jan 2013 17:24:30 -0800

 NOTE: Repeating the above steps for Etc/GMT+8 results in the 

Re: Debian 5

2013-01-28 Thread Bob Proulx
Benitez, Alejandro (Infolink Miami) wrote:
 There any via to fix the following :
 
  W: GPG error: http://archive.debian.org lenny/updates Release: The following 
 signatures were invalid: KEYEXPIRED 1356982504 W: GPG error:
 http://archive.debian.org lenny/volatile Release: The following  signatures 
 were invalid: KEYEXPIRED 1358963195 W: You may want to run 
  apt-get update to correct these problems

Is your system time set correctly?  If the time is very far incorrect
then it will think that the key has expired.

Do you have debian-archive-keyring version 2010.08.28~lenny1
installed?  Periodically the key is updated.  That is the latest
version for the Lenny archive.

Ensure that the time is correct.  Manually upgrade or install the
debian-archive-keyring so that it is the correct version.  Then
apt-get update again and the problem should be resolved.

Bob


signature.asc
Description: Digital signature


Re: lilypond?

2013-01-28 Thread Karen Lewellen

Hi,
if I run that command and get an error, have you any idea which image in 
the install disk has it?
I was not directly involved in my install, so do not know what hat was 
included.

I guess that question is for later, smiles.
Karen

On Mon, 28 Jan 2013, William Ivanski wrote:


On 28-01-2013 22:37, Karen Lewellen wrote:

 Hi folks,
 Hope to keep the question simple.
 is the music notation software program lilypond already included in the
 debian distribution?

 www.lilypond.org

 thanks.
 Karen



Hi, Karen,

Yes, it is, under the package lilypond. Try:

 aptitude install lilypond


Regards,
Will


--
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/51071dce.4020...@gmail.com






--
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/pine.bsf.4.64.1301282059400.24...@server1.shellworld.net



Re: lilypond?

2013-01-28 Thread Ralf Mardorf
On Tue, 29 Jan 2013 03:02:18 +0100, Karen Lewellen  
klewel...@shellworld.net wrote:

if I run that command and get an error


It's possible to copy output from a terminal too ;) and if it's not in  
English, it's possible to temporarily switch to English or to translate  
it. IOW, what error do you get?


Don't you have Internet access for your Debian machine?


--
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/op.wrnhrqhpqhadp0@freebsd



Re: lilypond?

2013-01-28 Thread William Ivanski

Can you post the error message?
You mentioned install disk... Can't you access Internet from your Debian 
machine?


Will

On 29-01-2013 00:02, Karen Lewellen wrote:

Hi,
if I run that command and get an error, have you any idea which image 
in the install disk has it?
I was not directly involved in my install, so do not know what hat was 
included.

I guess that question is for later, smiles.
Karen

On Mon, 28 Jan 2013, William Ivanski wrote:


On 28-01-2013 22:37, Karen Lewellen wrote:

 Hi folks,
 Hope to keep the question simple.
 is the music notation software program lilypond already included in 
the

 debian distribution?

 www.lilypond.org

 thanks.
 Karen



Hi, Karen,

Yes, it is, under the package lilypond. Try:

 aptitude install lilypond


Regards,
Will


--
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/51071dce.4020...@gmail.com








--
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/51073081.6090...@gmail.com



Re: lilypond?

2013-01-28 Thread Karen Lewellen

No I cannot access the Internet from my debian machine.
Still never mind before I start a tangent thread.  You answered 
the question.
When I can find  out it should be here, if not, it can be obtained.  That 
is what I wished to know.

Karen


On Tue, 29 Jan 2013, William Ivanski wrote:


Can you post the error message?
You mentioned install disk... Can't you access Internet from your Debian 
machine?


Will

On 29-01-2013 00:02, Karen Lewellen wrote:

 Hi,
 if I run that command and get an error, have you any idea which image in
 the install disk has it?
 I was not directly involved in my install, so do not know what hat was
 included.
 I guess that question is for later, smiles.
 Karen

 On Mon, 28 Jan 2013, William Ivanski wrote:

  On 28-01-2013 22:37, Karen Lewellen wrote:
Hi folks,
Hope to keep the question simple.
is the music notation software program lilypond already included in 
   the

debian distribution?
  
www.lilypond.org
  
thanks.

Karen
  
  
  Hi, Karen,
 
  Yes, it is, under the package lilypond. Try:

aptitude install lilypond
 
  Regards,

  Will
 
 
  -- 
  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/51071dce.4020...@gmail.com
 
 
 




--
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/51073081.6090...@gmail.com






--
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/pine.bsf.4.64.1301282122550.24...@server1.shellworld.net



Re: lilypond?

2013-01-28 Thread Ralf Mardorf
On Tue, 29 Jan 2013 03:27:42 +0100, Karen Lewellen  
klewel...@shellworld.net wrote:

You answered the question.


I guess nobody answered your question. How should we help you, if you  
don't post the error message?



--
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/op.wrni0iepqhadp0@freebsd



Re: moving from Kubuntu 10.4 to squeeze

2013-01-28 Thread Chris Bannister
On Mon, Jan 28, 2013 at 09:48:13PM +0100, Ralf Mardorf wrote:
 needed, since dependencies for stable are much to old, it easily could
 happen that Debian becomes buggier (and more buggy ;) than Ubuntu.

You can bork any system if you really try.

-- 
If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing. --- Malcolm X


-- 
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/20130129031241.GA29878@tal



Re: moving from Kubuntu 10.4 to squeeze

2013-01-28 Thread Ralf Mardorf
On Tue, 29 Jan 2013 04:12:41 +0100, Chris Bannister  
cbannis...@slingshot.co.nz wrote:

On Mon, Jan 28, 2013 at 09:48:13PM +0100, Ralf Mardorf wrote:

needed, since dependencies for stable are much to old, it easily could
happen that Debian becomes buggier (and more buggy ;) than Ubuntu.


You can bork any system if you really try.


Correct! And I can't decide what's important and what's unimportant for  
the OP of this thread. But in general it depends to the usage and  
individual needs what distro will fit the best. On different lists, for  
different distros, I always read claims that the distro the list is for,  
should be the best of all. Such claims aren't a help. We don't eat soup  
with a fork. A spoon isn't a better or less good tool, it simply fits  
better when eating a soup.


Updates for Debian aren't an issue for one usage and are a PITA for  
another usage.


Regards,
Ralf


--
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/op.wrnlz9oyqhadp0@freebsd



fcron wheezy

2013-01-28 Thread Oleg
  Hi, all.

  Why don't i find fcron in wheezy? What is wrong with it and what alternative 
in
wheezy exists?

  Thanks.


-- 
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/20130129062403.GA29905@localhost