Re: connexion automatique à un site

2013-05-18 Thread Jérôme
Le vendredi 17 mai 2013 à 21:24 +0200, David S a écrit :
 Salut Bzzz,
 
 Mon chef s'amuse à faire des scripts avec python/mechanize pour
 checker 
 si des sites web sont accessibles (et aussi l'authentification sur 
 certains sites).
 
 https://pypi.python.org/pypi/mechanize/
 http://stockrt.github.io/p/emulating-a-browser-in-python-with-mechanize/
 http://www.pythonforbeginners.com/cheatsheet/python-mechanize-cheat-sheet/
 
 En espérant que cette astuce te dépanne.
 
 Q2 : aucune idée désolé !
 
 Bonne soirée liste,
 
 David 

Intéressant. Sinon je ne me suis pas posé la question, mais il y a
sûrement moyen de faire des choses plus ou moins sophistiquées avec
weboob (ils n'ont pas lu la charte Debian for Women ceux là ;) )

Sinon plus prosaïquement, Lynx est scriptable.


-- 
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/1368869677.4515.2.camel@azuki.aranha



système de fichiers

2013-05-18 Thread alex . padoly
Bonsoir tous, 
Quelle est la technologie d'un disque dur (EIDE,UDMA, SCSI,SATA,SAS) qui permet 
d'obtenir le moins de discontinuités dans les fichiers.
Doit-on privilégier un système de fichier en particulier (ext2,ext3,..)
Merci pour vos réponses.
Alex PADOLY


système de fichiers

2013-05-18 Thread alex . padoly
Bonsoir tous, 
Quelle est la technologie d'un disque dur (EIDE,UDMA, SCSI,SATA,SAS) qui permet 
d'obtenir le moins de discontinuités dans les fichiers.
Doit-on privilégier un système de fichier en particulier (ext2,ext3,..)
Merci pour vos réponses.
Alex PADOLY


Re: système de fichiers

2013-05-18 Thread Jérôme
Le samedi 18 mai 2013 à 12:40 +0200, alex.pad...@laposte.net a écrit :
 Bonsoir tous, 
 
  
 
 Quelle est la technologie d'un disque dur (EIDE,UDMA, SCSI,SATA,SAS)
 qui permet d'obtenir le moins de discontinuités dans les fichiers.
 
 Doit-on privilégier un système de fichier en particulier
 (ext2,ext3,..)
 
  
 
 Merci pour vos réponses.
 
  
 
 Alex PADOLY 

Clairement la sauvegarde sur bande.

Je ne vois pas trop l'intérêt de la question, ce qui importe n'est pas
la discontinuité mais le temps d'accès et la vitesse. Typiquement pour
la sauvegarde sur bande, les fichiers sont continu mais les temps
d'accès sont très long.

En ce qui concerne les pertes de performances dues à la fragmentation,
il faut savoir que c'est un problème qui devient obsolète avec les
disques SSD (temps d'accès très rapides et identique quelque soit
l'emplacement mémoire).

Pour les autres systèmes, c'est bien évidement le système de fichier qui
va être prédominant, en ce qui concerne la cuisine interne des
contrôleurs, c'est très difficile à définir avec les systèmes
d'ante-lecture et les gros caches. 

Tu peux te fonder sur 2 sources d'informations :

1. Les données techniques données par les disques.

2. Les différents tests où tu constatera que c'est difficile de donner
des réponses absolues, car dépendant de différents paramètres matériels
et logiciels ainsi que de l'usage : Petits fichiers, gros fichiers,
nombres d'accès simultanés, séquentiel|aléatoire, profondeur de
l'arborescence, écriture|lecture etc. etc. etc. 
Bref entre du montage video et un système de base de données, les
besoins et résultats sont totalement différents.

Ce qui est sûr c'est que le paramètre matériel (savoir sur quel
emplacement du disque est le fichier) a été très tôt perdu son
importance avec la virtualisation du système de fichier (une couche
logicielle pour indexer les fichiers de manière logique et non plus
physique par adressage directe des emplacements physiques des disques). 

Pour finir, pour privilégier quoi que ce soit, il faut savoir quels sont
les paramètres, ce qui passe généralement par une petite recherche
personnelle et une exposition raisonnablement exhaustive de ses
paramètres et de ses objectifs.



-- 
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/1368879836.11275.17.camel@azuki.aranha



Re: système de fichiers

2013-05-18 Thread Bzzz
On Sat, 18 May 2013 12:40:41 +0200
alex.pad...@laposte.net wrote:

 Bonsoir tous, 

Bonjoir,

 Quelle est la technologie d'un disque dur (EIDE,UDMA, SCSI,SATA,SAS)
 qui permet d'obtenir le moins de discontinuités dans les fichiers.
 Doit-on privilégier un système de fichier en particulier
 (ext2,ext3,..) Merci pour vos réponses. Alex PADOLY

Rien à voir avec une technologie quelconque, c'est le FS qui détermine
ça.

Par ailleurs, même avec de la fragmentation les EXTn restent très
performants (sauf si le remplissage HD dépasse 90%) du fait de leurs
structures, qui permettent de savoir où se trouvent tous les morceaux
d'un fichier à la (presque) première lecture.
Et comme s'il y suffisamment de la place libre, un gros fichier est
ré-écrit en contigu ailleurs…

C'est pour cela qu'on ne défragmente pas sous *nix (à part chez HP
quand ça utilise HPFS qui est le précurseur de NTFS et presque aussi
mauvais).

-- 
neonoe ça veut dire quoi lp0 on fire ?
Naha   que ton imprimante brûle
neonoe ah ok
neonoe effectivement
neonoe merde...

--
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/20130518142933.4a1247ea@anubis.defcon1



Re: système de fichiers

2013-05-18 Thread Bernard Schoenacker
Le Sat, 18 May 2013 12:40:41 +0200,
alex.pad...@laposte.net a écrit :

 Bonsoir tous, 
 Quelle est la technologie d'un disque dur (EIDE,UDMA, SCSI,SATA,SAS)
 qui permet d'obtenir le moins de discontinuités dans les fichiers.
 Doit-on privilégier un système de fichier en particulier
 (ext2,ext3,..) Merci pour vos réponses. Alex PADOLY

bonjour,

la taille maxi d'un cluster en ext[3||4] et de :

https://fr.wikipedia.org/wiki/Ext3
https://fr.wikipedia.org/wiki/Ext4

reiserfs :

https://fr.wikipedia.org/wiki/ReiserFS


tout dépend de ce que vous comptez faire ( ex bases de données )
et du taux de transfert souhaité ...


slt
bernard


-- 
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/20130518144330.6b9671f3.bernard.schoenac...@free.fr



partitionner mon disque WD 2TB

2013-05-18 Thread Jean-Marc
Salut la liste,

Je viens d'acheter 2 disques de 2TB pour remplacer les vieux coucous qui
habitent encore mon PC.

J'aimerai en faire un miroir RAID avec 1 partition /, un peu de swap et
le reste sous LVM.

Je monte le disque et je jette un œil et paf, fdisk me colle un message
d'avertissement :
==
$ sudo fdisk /dev/sdc

The device presents a logical sector size that is smaller than
the physical sector size. Aligning to a physical sector (or optimal
I/O) size boundary is recommended, or performance may be impacted.
=
Pour les courageux, j'ai trouvé ça comme doc' :
http://www.ibm.com/developerworks/linux/library/l-4kb-sector-disks/#tools

En clair, les disques dernière génération ont des secteurs logiques de
512 bytes et des secteurs physiques de 4096 bytes.

Logical  Sector size:   512 bytes
Physical Sector size:  4096 bytes

Évidemment, créer des partitions débutant à cheval sur les secteurs
physiques n'aide pas à améliorer les perf'.  Donc, il faut faire cela
avec précaution.

Si je ne m'abuse et si j'ai bien lu, libparted  2.2 prend cela en
compte correctement.

Mais, pour m'éviter de douloureuses lectures, y a-t-il dans l'assitance
une personne aimable pour me donner un conseil pour partitionner mes
disques sans en faire des briques de chantier ?


Merci d'avance pour votre aide.

Jean-Marc jean-m...@6jf.be

-- 
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/5197b54d.9050...@6jf.be



Re: système de fichiers

2013-05-18 Thread stephane . gargoly
Bonjour à tous les utilisateurs et développeurs de Debian :

Dans son message du 18/05/13 à 14:29, Bzzz a écrit :
 C'est pour cela qu'on ne défragmente pas sous *nix (à part chez HP
 quand ça utilise HPFS qui est le précurseur de NTFS et presque aussi
 mauvais).

Petite confidence à Bzzz : HPFS signifie High Performance File System et non 
pas Hewlett Packard File System (Hi ! Hi ! Hi !) :-D

En fait, HPFS est un système de fichiers par défaut du système d'exploitation 
OS/2 version 1.2 conçu conjointement (et publié en 1989) par IBM et Microsoft 
(même si c'est la dernière version à laquelle avait participé le concepteur du 
futur Windows NT) et HP n'avait rien à voir avec ça...

Pour plus d'informations, voir les pages Wikipédia suivantes : 
- http://fr.wikipedia.org/wiki/HPFS
- http://fr.wikipedia.org/wiki/OS/2

Dernière chose : HPFS est pris en charge par le noyau Linux depuis la version 
2.2 mais je ne suis pas sûr à 100 % et je crois que c'est en lecture seule (je 
ne sais pas si c'est toujours valable pour les versions suivantes)... :-/

Cordialement et à bientôt,

Stéphane.



Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ?
Je crée ma boîte mail www.laposte.net

--
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/741655205.205739.1368898153527.JavaMail.www@wwinf8228



Re: connexion automatique à un site

2013-05-18 Thread Louis Wiart
Bonjour,

La libraire Curl (C, PHP, ...) peut sans doute également faire l'affaire.

Bonne soirée,
Louis
Le 18 mai 2013 11:35, Jérôme jer...@aranha.fr a écrit :

 Le vendredi 17 mai 2013 à 21:24 +0200, David S a écrit :
  Salut Bzzz,
 
  Mon chef s'amuse à faire des scripts avec python/mechanize pour
  checker
  si des sites web sont accessibles (et aussi l'authentification sur
  certains sites).
 
  https://pypi.python.org/pypi/mechanize/
  http://stockrt.github.io/p/emulating-a-browser-in-python-with-mechanize/
 
 http://www.pythonforbeginners.com/cheatsheet/python-mechanize-cheat-sheet/
 
  En espérant que cette astuce te dépanne.
 
  Q2 : aucune idée désolé !
 
  Bonne soirée liste,
 
  David

 Intéressant. Sinon je ne me suis pas posé la question, mais il y a
 sûrement moyen de faire des choses plus ou moins sophistiquées avec
 weboob (ils n'ont pas lu la charte Debian for Women ceux là ;) )

 Sinon plus prosaïquement, Lynx est scriptable.


 --
 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/1368869677.4515.2.camel@azuki.aranha




Re: wget: copie dynamique locale

2013-05-18 Thread andre_debian
Bonsoir,

J'espère que wget ne peut pas copier les scripts PHP 
des fichiers d'un site Web ?
(càd uniquement les scripts exécutés dans le navigateur
 et pas ceux excutés dans le serveur).

André

--
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/201305182136.25938.andre_deb...@numericable.fr



Re: wget: copie dynamique locale

2013-05-18 Thread Belaïd MOUNSI
Bonjour,
Logiquement le client ne récupère que le résultat du code exécuté par le
serveur (php, perl, shell etc...)
Bonsoir,

J'espère que wget ne peut pas copier les scripts PHP
des fichiers d'un site Web ?
(càd uniquement les scripts exécutés dans le navigateur
 et pas ceux excutés dans le serveur).

André

--
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/201305182136.25938.andre_deb...@numericable.fr


Re: Off topic nombres de debian

2013-05-18 Thread alexlikerock-Gmail




y que tal usar algún que otro nombrecillo tomado de Star Wars, algo como
DEBIAN CARNOO o DEBIAN SKYWALKER o sino los del lado oscuro   :)

el lado oscuro seria perfecto para SID
por que nunca da la luz a lo estable.
 ja ja ja jaja

--
**
software libre no significa gratis: richard m. stallman
http://wiki.debian.org/es/NormasLista#resumen
http://wiki.debian.org/es/NormasLista/Gmail
http://es.wikipedia.org/wiki/Top-posting


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



Re: [Por si os ayuda] Activar Beats Audio

2013-05-18 Thread Santiago José López Borrazás
El 18/05/13 05:39, consultores escribió:
 Santiago, pase una laptop de squeeze a whezy y ahora tengo alsa y
 pulseaudio; no hay sonido.
 aumix dice que no toca nada por que esta alsa presente.

Pulseaudio es incompatible. Según, con lo que tengo visto hasta ahora, es
incompatible. Yo no lo instalaría ni loco.

 pienso eliminar todo alsa y probar, pero me gustaria oir tu opinion, se
 trata de una laptop que viene desde sarge.

Como te he dicho. Pulseaudio es incompatible. Desinstálalo y verás como ya
no tendrás problema. Probé también así con él, pero da muchos problemas con
ecualización integrada. Sin él funciona, pero con él,,...da problemas. Lo
sé, porque he estado unos días de pruebas y, encontré muchos engorros. No
tiene compatibilidad.

Vamos, que no lo haría, me da mucha pereza lo que hace pulseaudio y alsa, no
da más que problemas.

-- 
Saludos de Santiago José López Borrazás.



signature.asc
Description: OpenPGP digital signature


Re: [Por si os ayuda] Activar Beats Audio

2013-05-18 Thread consultores

On 05/18/2013 01:21 AM, Santiago José López Borrazás wrote:

El 18/05/13 05:39, consultores escribió:

Santiago, pase una laptop de squeeze a whezy y ahora tengo alsa y
pulseaudio; no hay sonido.
aumix dice que no toca nada por que esta alsa presente.

Pulseaudio es incompatible. Según, con lo que tengo visto hasta ahora, es
incompatible. Yo no lo instalaría ni loco.


pienso eliminar todo alsa y probar, pero me gustaria oir tu opinion, se
trata de una laptop que viene desde sarge.

Como te he dicho. Pulseaudio es incompatible. Desinstálalo y verás como ya
no tendrás problema. Probé también así con él, pero da muchos problemas con
ecualización integrada. Sin él funciona, pero con él,,...da problemas. Lo
sé, porque he estado unos días de pruebas y, encontré muchos engorros. No
tiene compatibilidad.

Vamos, que no lo haría, me da mucha pereza lo que hace pulseaudio y alsa, no
da más que problemas.



gracias por responder, yo probe pulseaudio en wheezy y el solo funciono 
en un entorno de pruebas.
Pero yo no comprendo como funciona el sonido ahora; antes estaba 
alsaconfig y me fue facil cualquier cosa relacionada con audio; ahora 
como es la cosa?


sera que son 3 formas diferentes de tener sonido, pulseaudio, alsa, 
equal y recuerdo otro de kde (arts creo). Me estoy imaginado que la 
mezcla es la que es incompatible, pero he leido de gente que los mezcla 
correctamente. Que opinion te merece eso?


Gracias.




--
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/519747ef.9030...@lavabit.com



Re: [Por si os ayuda] Activar Beats Audio

2013-05-18 Thread fernando sainz
El día 18 de mayo de 2013 10:21, Santiago José López Borrazás
sjlop...@gmail.com escribió:
 El 18/05/13 05:39, consultores escribió:
 Santiago, pase una laptop de squeeze a whezy y ahora tengo alsa y
 pulseaudio; no hay sonido.
 aumix dice que no toca nada por que esta alsa presente.

 Pulseaudio es incompatible. Según, con lo que tengo visto hasta ahora, es
 incompatible. Yo no lo instalaría ni loco.

 pienso eliminar todo alsa y probar, pero me gustaria oir tu opinion, se
 trata de una laptop que viene desde sarge.

 Como te he dicho. Pulseaudio es incompatible. Desinstálalo y verás como ya
 no tendrás problema. Probé también así con él, pero da muchos problemas con
 ecualización integrada. Sin él funciona, pero con él,,...da problemas. Lo
 sé, porque he estado unos días de pruebas y, encontré muchos engorros. No
 tiene compatibilidad.

 Vamos, que no lo haría, me da mucha pereza lo que hace pulseaudio y alsa, no
 da más que problemas.

 --
 Saludos de Santiago José López Borrazás.


No me gusta nada este tipo de respuesta.
Es un desprecio absoluto hacia la gente que desarrolla este software.
No das ningún argumento razonable. Dices que es incompatible y da
problemas, pero el hecho es que muchos lo tenemos instalado y
funcionando.
Puede ser que requiera en algunos casos cierta configuración manual.
Si la comunidad de Debian lo ha puesto como el sistema de sonido por
defecto será por algo.

S2.


--
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/CAGw=rhhzzrvfgugwvzk_8qsg_g3rckrvxfeot2v4kr4zifg...@mail.gmail.com



Re: [Por si os ayuda] Activar Beats Audio

2013-05-18 Thread Santiago José López Borrazás
El 18/05/13 11:20, consultores escribió:
 gracias por responder, yo probe pulseaudio en wheezy y el solo funciono en
 un entorno de pruebas.

OK.

 Pero yo no comprendo como funciona el sonido ahora; antes estaba alsaconfig
 y me fue facil cualquier cosa relacionada con audio; ahora como es la cosa?

alsactl. Según con todas las fuentes, es alsactl.

 sera que son 3 formas diferentes de tener sonido, pulseaudio, alsa, equal y
 recuerdo otro de kde (arts creo). Me estoy imaginado que la mezcla es la que
 es incompatible, pero he leido de gente que los mezcla correctamente. Que
 opinion te merece eso?

Es que, pulseaudio, sólo, creo que servía para tarjetas más potentes o, de
mejor calidad.

En cuanto a que, mezclen las tres cosas, no lo sé,...igual es porque tienen
bien los ficheros .asoundrc, que podría verse lo que hacen para que
funcionen estas mezclas. :)

-- 
Saludos de Santiago José López Borrazás.



signature.asc
Description: OpenPGP digital signature


Re: [Por si os ayuda] Activar Beats Audio

2013-05-18 Thread Santiago José López Borrazás
El 18/05/13 11:29, fernando sainz escribió:
 No me gusta nada este tipo de respuesta.

Guste o no, no estoy despreciando a nadie.

 Es un desprecio absoluto hacia la gente que desarrolla este software.

Yo no estoy despreciando nada. Sólo que, mis argumentos no han dado lo
suficiente como para poder hacer frente a esa cuestión. Yo lo he probado,
por ello, me da mucho lío. Lo he probado, lo he puesto, he editado un montón
de líneas del alsa y otras utilidades. No sé a qué viene pensar que yo
desprecie. No. Has argumentado mal. Al menos, es lo que yo creo que lees o
dices. Sólo que he dicho un comentario mío, que hice bastantes cosas también
del Linux.

 No das ningún argumento razonable. Dices que es incompatible y da
 problemas, pero el hecho es que muchos lo tenemos instalado y
 funcionando.

No doy argumentos, porque es largo, porque es tedioso, y por lo que he visto
y hecho, me ha dado mucho dolor de cabeza a la hora de configurar las cosas.
He tenido mis años dorados de Linux, he montado un montón de cosas, he
puesto servicios, he puesto un montón de cuestiones que, me gustaría tener
más tiempo, pero no tengo mucho tiempo. Tengo muchos temas en el tintero.

 Puede ser que requiera en algunos casos cierta configuración manual.

La manual, sí. Pero es cuestión de buscar, porque yo, estos días, tengo un
montón de cosas que no sólo son relacionados de Linux. Sin ir más lejos,
hasta escribiendo cosas en mi blog. No tengo mucho tiempo para hacer tantas
cosas como para poder hacerlo de otra manera. Me gustaría, si pudiera tener
otras cosas más aún acordes a las necesidades para los demás. Pero he dado
todo lo que he puesto hace días

 Si la comunidad de Debian lo ha puesto como el sistema de sonido por
 defecto será por algo.

Pues claro porque se ha puesto como por defecto, pero yo, al recurrir de
este modo, cogí y desinstalé pulseaudio, porque no encontraba la manera
humana como para que, por ejemplo, la tarjeta de sonido externa funcione o,
de otro modo, algún que otro que tenga. Si la tarjeta de sonido integrada en
este portátil, pulseaudio, tanto como ecualización, como el alsa, me
funcionan estupendamente bien. Está comprobado, porque de hecho, es por
compatibilidad de la propia tarjeta integrada, no de una USB (que puede que
sea por darle otros parámetros e igual, no es compatible).

Vamos, no veo en ningún momento despreciar a la gente. Eso lo dices tú
Fernando. Pero yo, no hago eso. No me gusta. Si crees eso, allá tú. Pero yo
no tengo ganas de despreciar. ¿A qué viene eso del desprecio? No. Mil veces
no. No desprecio.

Aaaaiinnns...!

-- 
Saludos de Santiago José López Borrazás.



signature.asc
Description: OpenPGP digital signature


Re: [Linux en general] Google, Linux y licencias de software

2013-05-18 Thread Camaleón
El Sat, 18 May 2013 00:14:46 +0200, Altair Linux escribió:

 Creo que Google usa alguna combinación de licencias que le permite crear
 lo que quiera y al mismo tiempo no liberar el codigo fuente. Lo que me
 gustaría saber es cuales.

Si te refieres a la licencia del buscador, la que usa es la que aparece 
en el enlace que te pasé (propietaria), no parece que sea ningún 
combinado. Sinceramente, a este tipo de empresas lo que les gusta es que 
uses sus servicios libremente no que les veas las tripas 
libremente :-/

En cualquier caso, para asegurarte es mejor que les preguntes a ellos 
directamente:

http://www.google.es/intl/es/contact/

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/kn7nhh$d6k$1...@ger.gmane.org



Re: Otra vez la gráfica

2013-05-18 Thread Camaleón
El Fri, 17 May 2013 22:24:55 +0200, J. OCTAVIO Avalos escribió:

 El día 17 de mayo de 2013 16:06, Camaleón noela...@gmail.com escribió:
 El Thu, 16 May 2013 22:27:33 +0200, J. OCTAVIO Avalos escribió:

 Después de actualizar hoy los paquetes de testing, creo recordar que
 sobre unos 40, entre los que había algunos de fglrx, me dejó de
 funcionar el sistema.

 Esto me suena... ¿qué pasó al final con este hilo, probaste lo que te
 comenté? No me llegaste a responder al último mensaje :-?
 
 Si lo probé ahora, pero no arranca.

(...)

¿Y dónde se queda, exactamente? Danos más datos de lo que ves.

 Antes se podía entrar sin entorno gráfico pero ahora sale una consola
 con grub

 (...)

 Ah, te carga GRUB2, eso está bien. Intenta arrancar el sistema a mano,
 aquí tienes la página del manual de GRUB2 con instrucciones:

 No, pero no carga el grub2

(...)

A ver Octavio, que te contradices.

Si has probado lo que te decía más arriba es que sí carga GRUB2. ¿En qué 
quedamos? ¿Llegas a ver la shell de GRUB2 o no?

 No se, intentaré poner la gráfica anterior a ver que sucede.

Un error de este tipo no suele tener su origen en una tarjeta defectuosa, 
además, ha estado funcionando hasta que has actualizado algún paquete. 
¿Casualidad? No lo creo, pero eso lo descartas fácilmente cargando 
cualquier LiveCD que tengas mano.

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/kn7nsn$d6k$2...@ger.gmane.org



Re: [Por si os ayuda] Activar Beats Audio

2013-05-18 Thread consultores
On Sat, May 18, 2013 at 11:32:52AM +0200, Santiago José López Borrazás wrote:
 El 18/05/13 11:20, consultores escribió:
  gracias por responder, yo probe pulseaudio en wheezy y el solo funciono en
  un entorno de pruebas.
 
 OK.
 
  Pero yo no comprendo como funciona el sonido ahora; antes estaba alsaconfig
  y me fue facil cualquier cosa relacionada con audio; ahora como es la cosa?
 
 alsactl. Según con todas las fuentes, es alsactl.
 
  sera que son 3 formas diferentes de tener sonido, pulseaudio, alsa, equal y
  recuerdo otro de kde (arts creo). Me estoy imaginado que la mezcla es la que
  es incompatible, pero he leido de gente que los mezcla correctamente. Que
  opinion te merece eso?
 
 Es que, pulseaudio, sólo, creo que servía para tarjetas más potentes o, de
 mejor calidad.
 
 En cuanto a que, mezclen las tres cosas, no lo sé,...igual es porque tienen
 bien los ficheros .asoundrc, que podría verse lo que hacen para que
 funcionen estas mezclas. :)
 
 -- 
 Saludos de Santiago José López Borrazás.
 

Tenes razon, alsactl funciono; pero me dejo el sonido bien bajo, sin poder
 aumentarlo, muchas gracias, agrego el debug quizas sirva:

AM!=__ctl_search,GOTO='
alsactl: get_key:898: operator=assign
alsactl: get_key:908: key='CTL{name}'
alsactl: get_key:934: value='Front Speaker Playback Volume'
alsactl: get_key_attribute:959: attribute='name'
alsactl: parse_line:1325: ctl assign: 'Front Speaker Playback Volume' 'name'
alsactl: get_key:890: operator=nomatch
alsactl: get_key:908: key='PROGRAM'
alsactl: get_key:934: value='__ctl_search'
alsactl: parse_line:1388: PROGRAM '__ctl_search' is false
alsactl: parse_line:1404: PROGRAM key is true
alsactl: get_key:898: operator=assign
alsactl: get_key:908: key='GOTO'
alsactl: get_key:934: value=''
alsactl: parse:1711: read (119) 
'ENV{has_pmaster_vol}==true,CTL{write}==0dB,GOTO='
alsactl: get_key:886: operator=match
alsactl: get_key:908: key='ENV{has_pmaster_vol}'
alsactl: get_key:934: value='true'
alsactl: parse_line:1312: skip (GOTO '')
alsactl: parse:1711: read (120) 
'ENV{has_pmaster_vol}==true,CTL{write}==100%,GOTO='
alsactl: get_key:886: operator=match
alsactl: get_key:908: key='ENV{has_pmaster_vol}'
alsactl: get_key:934: value='true'
alsactl: parse_line:1312: skip (GOTO '')
alsactl: parse:1711: read (121) 
'CTL{write}!=$env{pvolume},CTL{values}=$env{ppercent}'
alsactl: get_key:890: operator=nomatch
alsactl: get_key:908: key='CTL{write}'
alsactl: get_key:934: value='$env{pvolume}'
alsactl: parse_line:1312: skip (GOTO '')
alsactl: parse:1711: read (122) 'LABEL='
alsactl: get_key:898: operator=assign
alsactl: get_key:908: key='LABEL'
alsactl: get_key:934: value=''
alsactl: parse:1711: read (123) 'CTL{name}=Front Speaker Playback 
Switch,CTL{do_search}==1, 
  CTL{values}=on'
alsactl: get_key:898: operator=assign
alsactl: get_key:908: key='CTL{name}'
alsactl: get_key:934: value='Front Speaker Playback Switch'
alsactl: get_key_attribute:959: attribute='name'
alsactl: parse_line:1325: ctl assign: 'Front Speaker Playback Switch' 'name'
alsactl: get_key:886: operator=match
alsactl: get_key:908: key='CTL{do_search}'
alsactl: get_key:934: value='1'
alsactl: get_key_attribute:959: attribute='do_search'
alsactl: parse_line:1348: ctl match: 'do_search' '1' '0'
alsactl: do_match:495: match CTL{do_search} '1' - '0'
alsactl: do_match:505: CTL{do_search} is false
alsactl: parse:1711: read (126) 'CTL{reset}=mixer'
alsactl: get_key:898: operator=assign
alsactl: get_key:908: key='CTL{reset}'
alsactl: get_key:934: value='mixer'
alsactl: get_key_attribute:959: attribute='reset'
alsactl: parse_line:1325: ctl assign: 'mixer' 'reset'
alsactl: parse:1711: read (127) 'CTL{name}=Surround Speaker Playback 
Volume,PROGRAM!=__ctl_search,GOTO='
alsactl: get_key:898: operator=assign
alsactl: get_key:908: key='CTL{name}'
alsactl: get_key:934: value='Surround Speaker Playback Volume'
alsactl: get_key_attribute:959: attribute='name'
alsactl: parse_line:1325: ctl assign: 'Surround Speaker Playback Volume' 'name'
alsactl: get_key:890: operator=nomatch
alsactl: get_key:908: key='PROGRAM'
alsactl: get_key:934: value='__ctl_search'
alsactl: parse_line:1388: PROGRAM '__ctl_search' is false
alsactl: parse_line:1404: PROGRAM key is true
alsactl: get_key:898: operator=assign
alsactl: get_key:908: key='GOTO'
alsactl: get_key:934: value=''
alsactl: parse:1711: read (129) 
'ENV{has_pmaster_vol}==true,CTL{write}==0dB,GOTO='
alsactl: get_key:886: operator=match
alsactl: get_key:908: key='ENV{has_pmaster_vol}'
alsactl: get_key:934: value='true'
alsactl: parse_line:1312: skip (GOTO '')
alsactl: parse:1711: read (130) 
'ENV{has_pmaster_vol}==true,CTL{write}==100%,GOTO='
alsactl: get_key:886: operator=match
alsactl: get_key:908: key='ENV{has_pmaster_vol}'
alsactl: get_key:934: value='true'
alsactl: parse_line:1312: skip (GOTO '')
alsactl: parse:1711: read (131) 
'CTL{write}!=$env{pvolume},CTL{values}=$env{ppercent}'
alsactl: get_key:890: operator=nomatch
alsactl: get_key:908: key='CTL{write}'
alsactl: 

Re: Otra vez la gráfica

2013-05-18 Thread J. OCTAVIO Avalos
El día 18 de mayo de 2013 13:15, Camaleón noela...@gmail.com escribió:
 El Fri, 17 May 2013 22:24:55 +0200, J. OCTAVIO Avalos escribió:

 El día 17 de mayo de 2013 16:06, Camaleón noela...@gmail.com escribió:
 El Thu, 16 May 2013 22:27:33 +0200, J. OCTAVIO Avalos escribió:

 Después de actualizar hoy los paquetes de testing, creo recordar que
 sobre unos 40, entre los que había algunos de fglrx, me dejó de
 funcionar el sistema.

 Esto me suena... ¿qué pasó al final con este hilo, probaste lo que te
 comenté? No me llegaste a responder al último mensaje :-?

 Si lo probé ahora, pero no arranca.

 (...)

 ¿Y dónde se queda, exactamente? Danos más datos de lo que ves.

 Antes se podía entrar sin entorno gráfico pero ahora sale una consola
 con grub

 (...)

 Ah, te carga GRUB2, eso está bien. Intenta arrancar el sistema a mano,
 aquí tienes la página del manual de GRUB2 con instrucciones:

 No, pero no carga el grub2

 (...)

 A ver Octavio, que te contradices.


Lo que quería decir es que se pone con la consola de grub.
grub

Lo que pasa es que no se que órdenes poner.

 Si has probado lo que te decía más arriba es que sí carga GRUB2. ¿En qué
 quedamos? ¿Llegas a ver la shell de GRUB2 o no?

Si la shell es lo que puse antes si.


 No se, intentaré poner la gráfica anterior a ver que sucede.

 Un error de este tipo no suele tener su origen en una tarjeta defectuosa,
 además, ha estado funcionando hasta que has actualizado algún paquete.
 ¿Casualidad? No lo creo, pero eso lo descartas fácilmente cargando
 cualquier LiveCD que tengas mano.


La gráfica funciona tanto en mac como con rescatux

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+uy7ii+ps-65b-g7ol21sf6g2_1ptwaguyxy1dhgr9jjc...@mail.gmail.com



Re: Otra vez la gráfica

2013-05-18 Thread Camaleón
El Sat, 18 May 2013 13:33:38 +0200, J. OCTAVIO Avalos escribió:

 El día 18 de mayo de 2013 13:15, Camaleón noela...@gmail.com escribió:

(...)

 No, pero no carga el grub2

 (...)

 A ver Octavio, que te contradices.


 Lo que quería decir es que se pone con la consola de grub. grub

Pues eso, repito, es bueno. Es el modo de rescate de GRUB2, desde ahí 
puedes intentar arrancar el sistema.
 
 Lo que pasa es que no se que órdenes poner.

Jolines, pero si te mandé el enlace a la documentación oficial para que 
al menos fueras dando los primeros pasos... en el archivo de la lista 
puse en su día los comandos concretos pero no logro localizar ese correo.

En Google tienes cienes de páginas donde lo detallan, por ejemplo:

***
http://forums.justlinux.com/showthread.php?152790-How-to-use-Grub2-to-boot-Linux-manually

For Grub2 the corresponding commands will be

set root=(hd0,2)
linux  /boot/vmlinuz-2.6.18-6-686 root=/dev/sda11  
initrd   /boot/initrd.img-2.6.18-6-686
boot
***

Y no me digas que no tienes un kernel 2.6.18 que te muerdo :-). Obviamente 
tienes que adaptar el comando a tu sistema. Y cualquier mensaje que te saque
GRUB2 (que te lo sacará, pero básicamente tienes que leer el primer enlace que
mandé con la documentación oficial) pues lo mandas a la lista detallado con
pelos y señales que adivinos no somos.

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/kn7uti$d6k$3...@ger.gmane.org



dispositivo Tun0 no levanta cliente openvpn

2013-05-18 Thread john vera
Hola lista estoy configurando un cliente vpn
el cliente ya tiene su CA su certificado y su llave, también tiene cada una
de las directivas necesarias para su seguridad, compresion, tiempo de vida,
enrutamiento.

el servicio openvpn inicia bien OK

pero al ejecutar ifconfig no aparece el dispositivo virutal tun para poder
conectarme al tunnel..

el mensaje de log del kernel dice que el modulo que maneja el tap/tun es
deprecate pero el asunto esta en que la versión del nucleo es 3.2


espero algunas respuesta e ayuda.

saludos.

-- 
John M. A. Vera F.
VaSLibre Valencia-Venezuela
Linux Counter # 467192
Huella digital de la clave:  D7F5 0E53 7C0B 19E2 6212  C584 9CD3 3F7D 738F
BE9A
y la verdad OS hara Libres!!


Re: dispositivo Tun0 no levanta cliente openvpn

2013-05-18 Thread Santiago José López Borrazás
El 18/05/13 16:40, john vera escribió:
(...)
 el mensaje de log del kernel dice que el modulo que maneja el tap/tun es
 deprecate pero el asunto esta en que la versión del nucleo es 3.2

¿Qué te da en /var/log/syslog o /var/log/messages?

-- 
Saludos de Santiago José López Borrazás.



signature.asc
Description: OpenPGP digital signature


Webcam no chuta

2013-05-18 Thread José Mateo
Hola debianitas:
tengo un packardbell amd64 al que le e puesto wheezy amd64con XFCE
no consigo hacer funcionar la webcam que tiene integrada
con el comando lsusb medice esto:

Bus 002 Device 002: ID 064e:a219 Suyin Corp. 1.3M WebCam (notebook emachines
E730, Acer sub-brand)

necesito alguna orientación. 

-- 
 ()  José Tomás Mateo Ruiz * 50550 Aragón España  
 /\  No al correo HTML ** http://asciiribbon.org  
--
Años de higos, años de amigos. 



--
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/20130518194730.32a6d...@caminante1.net



Re: Webcam no chuta

2013-05-18 Thread Santiago José López Borrazás
El 18/05/13 19:47, José Mateo escribió:
 Hola debianitas:
 tengo un packardbell amd64 al que le e puesto wheezy amd64con XFCE
 no consigo hacer funcionar la webcam que tiene integrada
 con el comando lsusb medice esto:
 
 Bus 002 Device 002: ID 064e:a219 Suyin Corp. 1.3M WebCam (notebook emachines
 E730, Acer sub-brand)

¿Tienes /dev/video0?:

mknod /dev/video0 c 81 0

Yo lo tengo así y funciona estupendamente bien...

-- 
Saludos de Santiago José López Borrazás.



signature.asc
Description: OpenPGP digital signature


Re: Webcam no chuta

2013-05-18 Thread José Mateo
Hola Santiago...
El sábado, 18 de mayo del 2013 decías:

 El 18/05/13 19:47, José Mateo escribió:
  Hola debianitas:
  tengo un packardbell amd64 al que le e puesto wheezy amd64con XFCE
  no consigo hacer funcionar la webcam que tiene integrada
  con el comando lsusb medice esto:
  
  Bus 002 Device 002: ID 064e:a219 Suyin Corp. 1.3M WebCam (notebook emachines
  E730, Acer sub-brand)
 
 ¿Tienes /dev/video0?:
 
 mknod /dev/video0 c 81 0
 
 Yo lo tengo así y funciona estupendamente bien...
 
Ya e creado el device, pero no va para probar utilizo el programa guvcview y me
dice que No se pudo abrir el dispositivo Por favor, verifique de que la cámara
esté conectada y que se instaló el controlador correcto.

no me aclaro :-( instale los driver uvc que estan en los repositorios, parece
ser que son los que van para estas cams.


-- 
 ()  José Tomás Mateo Ruiz * 50550 Aragón España  
 /\  No al correo HTML ** http://asciiribbon.org  
--
No debes propagar solamente tu raza más lejos, sino también
más alto.
 Friedrich Nietzsche, Así habló Zaratustra.


signature.asc
Description: PGP signature


Re: Webcam no chuta

2013-05-18 Thread Santiago José López Borrazás
El 18/05/13 20:50, José Mateo escribió:
 Ya e creado el device, pero no va para probar utilizo el programa guvcview y 
 me
 dice que No se pudo abrir el dispositivo Por favor, verifique de que la cámara
 esté conectada y que se instaló el controlador correcto.

¿Tienes los módulos activos:

lsmod | grep uvcvideo

Yo tengo estos:

uvcvideo   61624  1
videobuf2_vmalloc  12756  1 uvcvideo
videobuf2_core 26522  1 uvcvideo
videodev   69515  3 uvcvideo,videobuf2_core
media  13720  2 uvcvideo,videodev
usbcore   109797  9
btusb,uhci_hcd,snd_usb_audio,uvcvideo,usb_storage,snd_usbmidi_lib,ehci_hcd,ehci_pci,usbhid

La cámara me funciona estupendamente bien. No tengo ningún otro módulo que
las que tengo. Y van que chutan...

No tengo nada de necesidad de bajarme ningún driver uvc, porque Debian ya
los llevan en sus kernels.

 no me aclaro :-( instale los driver uvc que estan en los repositorios, parece
 ser que son los que van para estas cams.

¿Has probado con otro programa a ver si funciona? ¿Vlc? ¿Youtube?

Algo raro te pasa...porque funciona estupendamente bien...

-- 
Saludos de Santiago José López Borrazás.



signature.asc
Description: OpenPGP digital signature


Re: [Por si os ayuda] Activar Beats Audio

2013-05-18 Thread Eduardo Rios

El 18/05/13 11:29, fernando sainz escribió:


No das ningún argumento razonable. Dices que es incompatible y da
problemas, pero el hecho es que muchos lo tenemos instalado y
funcionando.


Eso mismo iba a decir yo. :)
No entiendo mucho, pero mientras arranca el equipo, veo que se ejecuta 
alsa y pulseaudio, y el sonido me funciona :)



--
Registered user #558467
has 1 linux machines

www.LinuxCounter.net


--
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/5197d5f6.6050...@yahoo.es



Re: [Por si os ayuda] Activar Beats Audio

2013-05-18 Thread Santiago José López Borrazás
El 18/05/13 21:26, Eduardo Rios escribió:
 Eso mismo iba a decir yo. :)
 No entiendo mucho, pero mientras arranca el equipo, veo que se ejecuta alsa
 y pulseaudio, y el sonido me funciona :)

Yo voy a dar una oportunidad al Pulseaudio, por si alguna cosa no estaba de
antemano... :þ

Pero como algunos no saben lo que encuentran los demás... :

-- 
Saludos de Santiago José López Borrazás.



signature.asc
Description: OpenPGP digital signature


Re: [Por si os ayuda] Activar Beats Audio

2013-05-18 Thread Santiago José López Borrazás
El 18/05/13 22:08, Santiago José López Borrazás escribió:

Me funciona todo estupendamente, MENOS con la tarjeta de sonido externa,
porque no quiere funcionar y, sólo prefiere la que está puesta en la placa. :/

-- 
Saludos de Santiago José López Borrazás.



signature.asc
Description: OpenPGP digital signature


Re: script para crear un live CD de debian?

2013-05-18 Thread Carlos Carcamo
interesante script! por cierto muy bueno el blog!!!

El día 17 de mayo de 2013 09:03, Haylem Candelario Bauzá
hay...@inor.sld.cu escribió:
 Yo cree un script de  solo 3MB para eso visita la pagina
 http://gutl.jovenclub.cu (usa esta)

 http://www.gutl.jovenclub.cu

 y busca el programa isocrea.sh que te hace una captura de tu sistema
 instalado y te hace un iso booteable de todas formas le mando la version
 1.02 que termine hace poco
 --
 HaylemHackCpp



-- 
El desarrollo no es material es un estado de conciencia metal


--
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/cadptstzjzvziemzsj6qidrpteagatqxpcwm+nrc2aqzldf2...@mail.gmail.com



Re: [Por si os ayuda] Activar Beats Audio

2013-05-18 Thread consultores

On 05/18/2013 04:17 AM, consultores wrote:

On Sat, May 18, 2013 at 11:32:52AM +0200, Santiago José López Borrazás wrote:

El 18/05/13 11:20, consultores escribió:

gracias por responder, yo probe pulseaudio en wheezy y el solo funciono en
un entorno de pruebas.

OK.


Pero yo no comprendo como funciona el sonido ahora; antes estaba alsaconfig
y me fue facil cualquier cosa relacionada con audio; ahora como es la cosa?

alsactl. Según con todas las fuentes, es alsactl.


sera que son 3 formas diferentes de tener sonido, pulseaudio, alsa, equal y
recuerdo otro de kde (arts creo). Me estoy imaginado que la mezcla es la que
es incompatible, pero he leido de gente que los mezcla correctamente. Que
opinion te merece eso?

Es que, pulseaudio, sólo, creo que servía para tarjetas más potentes o, de
mejor calidad.

En cuanto a que, mezclen las tres cosas, no lo sé,...igual es porque tienen
bien los ficheros .asoundrc, que podría verse lo que hacen para que
funcionen estas mezclas. :)

--
Saludos de Santiago José López Borrazás.


Tenes razon, alsactl funciono; pero me dejo el sonido bien bajo, sin poder
  aumentarlo, muchas gracias, agrego el debug quizas sirva:

AM!=__ctl_search,GOTO='
alsactl: get_key:898: operator=assign
alsactl: get_key:908: key='CTL{name}'
alsactl: get_key:934: value='Front Speaker Playback Volume'
alsactl: get_key_attribute:959: attribute='name'
alsactl: parse_line:1325: ctl assign: 'Front Speaker Playback Volume' 'name'



Sip, equal aumento en por lo menos 200 %, gracias.
No elimine nada, siguen pulse, alsa, equal y quien sabe que mas, al 
final no me quedo muy claro!




--
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/519818a7.5050...@lavabit.com



Re: [Por si os ayuda] Activar Beats Audio

2013-05-18 Thread Javier San Román
On Sábado, 18 de mayo de 2013 22:24:41 Santiago José López Borrazás escribió:
 El 18/05/13 22:08, Santiago José López Borrazás escribió:
 
 Me funciona todo estupendamente, MENOS con la tarjeta de sonido externa,
 porque no quiere funcionar y, sólo prefiere la que está puesta en la placa.
 :/


Prueba la externa desactivando en el BIOS la integrada.


--
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/201305190300.00202.deb...@caolin.net



Re: recuperar grub no SID AMD64

2013-05-18 Thread Albino B Neto
Em 17 de maio de 2013 13:46, China china.lis...@gmail.com escreveu:
 Enfim, o que fazer?

Se não estou enganado, faça um boot pelo cd de instalação e qdo
aparecer a tela de boot:  digite rescue. Vai parece q vai
re-instalar novamente, mas não vai. Acredito q tenha algumas opções
por lá.

Albino


--
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/CA+hF7LYF8=kke8n4rfw0mxhhqrwndccuursf9s01pe6mzpr...@mail.gmail.com



Re: recuperar grub no SID AMD64

2013-05-18 Thread Marcos Ferreira
Tenta recuperar com o rescatux (http://www.supergrubdisk.org/rescatux/)

Em 17 de maio de 2013 12:46, China china.lis...@gmail.com escreveu:

 Pessoal;

 Ontem fiz um dist-upgrade no meu Desktop, com debian unstable AMD64, e
 o grub queboru. Após o início fica na tela grub e não consigo rodar
 nenhum comando, todos os comandos do manual do grub retornam como
 command not found.
 Peguei meu cd de instalação do netinst e tentei fazer a recuperação,
 mas dá erro:

 grub-installer failed with error code 139

 Quando peço para abrir um shell no sistema de arquivos raiz, /dev/sdb1
 no caso, ele retorna erro dizendo que não conseguiu montar o /dev/sdb1
 no /target, e se peço para executar um shell no ambiente do instalador
 ele não funciona.

 Então abrir um console com ctrl+alt+F3 e montei o /dev/sdb1 no /target
 na mão e apareceu a opção de instalar o grub no menu do rescue, mas
 deu erro fatal. No log diz que o script de instalação do grub deu
 segfault e uma mensagem dizendo que algum comando não foi encontrado.

 Aí eu executei outro shell e tentei fazer com o método antigo, usando
 chroot /target mas não deu certo também.

 Por fim, no google encontrei um monte de solução que não funciaram

 Enfim, o que fazer?

 PS: Não tenho preguiça de instalar tudo de novo, mas queria recuperar
 essa instalação porque ela existe desde 2008 quando comprei a máquina,
 sempre com debian unstable e fazendo os dist-upgrades semanalmente.
 Todas as vezes que o grub quebrou recuperei usando o manual, mas agora
 não está funcionando...

 --
 @chinabhz


 --
 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/cake1zwqxdfb9eesrydshxwoi+wype6o+tqwp88pyosy1_q...@mail.gmail.com




-- 
Marcos Ferreira*
*Ubuntu User # 26856
*O que mais preocupa não é o grito dos violentos, dos corruptos, dos
desonestos, dos sem-caráter, dos sem-ética.
O que mais preocupa é o silêncio dos bons*. (Martin Luther King)


Monitoramento

2013-05-18 Thread Samuel .
Olá lista! Alguém por favor poderia me ajudar? Eu tenho um servidor Asterisk 
rodando em cima de um Debian e gostaria de poder monitorar em tempo real o 
processamento, memória e uso do disco. Eu conheço o robusto Zabbix e outros, 
mas eu queria fazer uso de um sistema mais prático para monitorar somente um 
servidor, alguém me indica algo e de preferência web? Desde de já eu agradeço a 
dedicação!

__
Samuel 
__

Re: Monitoramento

2013-05-18 Thread Leandro Moreira
Samuel,

Pode usar:

Cacti

Nagios

Centreon

Mas eu ainda prefiro o zabbix
Em 18/05/2013 12:24, Samuel . lista.debian.bra...@outlook.com escreveu:

 Olá lista! Alguém por favor poderia me ajudar? Eu tenho um servidor
Asterisk rodando em cima de um Debian e gostaria de poder monitorar em
tempo real o processamento, memória e uso do disco. Eu conheço o robusto
Zabbix e outros, mas eu queria fazer uso de um sistema mais prático para
monitorar somente um servidor, alguém me indica algo e de preferência web?
Desde de já eu agradeço a dedicação!


 __

 Samuel




RE: Monitoramento

2013-05-18 Thread Samuel .
Olá Leandro! Primeiramente muito obrigado pela sua colaboração. Então... aqui 
eu disponho de um servidor Asterisk conforme mencionei no email anterior e 
preciso monitorar ele, porém eu não disponho de outra máquina para implementar 
um sistema de monitoramento e iria fazer essa implementação no próprio servidor 
Asterisk visando o mínimo de consumo de recursos do servidor Asterisk. Será que 
os software que me indicou consumiria muito recurso do servidor monitoramento 
apenas um host? Se a resposta for positiva, qual deles exige menos do hardware 
monitoramento um host?  



à disposição,
Samuel 
Date: Sat, 18 May 2013 12:54:44 -0300
Subject: Re: Monitoramento
From: lean...@leandromoreira.eti.br
To: lista.debian.bra...@outlook.com
CC: debian-user-portuguese@lists.debian.org

Samuel,
Pode usar:
Cacti
Nagios
Centreon
Mas eu ainda prefiro o zabbix

Em 18/05/2013 12:24, Samuel . lista.debian.bra...@outlook.com escreveu:



 Olá lista! Alguém por favor poderia me ajudar? Eu tenho um servidor Asterisk 
 rodando em cima de um Debian e gostaria de poder monitorar em tempo real o 
 processamento, memória e uso do disco. Eu conheço o robusto Zabbix e outros, 
 mas eu queria fazer uso de um sistema mais prático para monitorar somente um 
 servidor, alguém me indica algo e de preferência web? Desde de já eu agradeço 
 a dedicação!






 __



 Samuel 



 

Re: Monitoramento

2013-05-18 Thread Helio Loureiro
Eu uso Munin, inclusive no meu laptop.  Gosto muito e é bem leve.

http://helio.loureiro.eng.br/index.php/networking/63-monitoracao/208-munin-o-corvo-de-odin-da-monitoracao

Inclusive me ajudou a descobrir o motivo de um servidor Linux ter capotado
durante um ataque DDoS.

Abs,
Helio Loureiro
http://helio.loureiro.eng.br
http://br.linkedin.com/in/helioloureiro
http://twitter.com/helioloureiro
http://gplus.to/helioloureiro


Em 18 de maio de 2013 13:13, Samuel . lista.debian.bra...@outlook.comescreveu:

 Olá Leandro! Primeiramente muito obrigado pela sua colaboração. Então...
 aqui eu disponho de um servidor Asterisk conforme mencionei no email
 anterior e preciso monitorar ele, porém eu não disponho de outra máquina
 para implementar um sistema de monitoramento e iria fazer essa
 implementação no próprio servidor Asterisk visando o mínimo de consumo de
 recursos do servidor Asterisk. Será que os software que me indicou
 consumiria muito recurso do servidor monitoramento apenas um host? Se a
 resposta for positiva, qual deles exige menos do hardware monitoramento um
 host?




 à disposição,

 Samuel

 --
 Date: Sat, 18 May 2013 12:54:44 -0300
 Subject: Re: Monitoramento
 From: lean...@leandromoreira.eti.br
 To: lista.debian.bra...@outlook.com
 CC: debian-user-portuguese@lists.debian.org


 Samuel,

 Pode usar:

 Cacti

 Nagios

 Centreon

 Mas eu ainda prefiro o zabbix
 Em 18/05/2013 12:24, Samuel . lista.debian.bra...@outlook.com
 escreveu:
 
  Olá lista! Alguém por favor poderia me ajudar? Eu tenho um servidor
 Asterisk rodando em cima de um Debian e gostaria de poder monitorar em
 tempo real o processamento, memória e uso do disco. Eu conheço o robusto
 Zabbix e outros, mas eu queria fazer uso de um sistema mais prático para
 monitorar somente um servidor, alguém me indica algo e de preferência web?
 Desde de já eu agradeço a dedicação!
 
 
  __
 
  Samuel
 
 



Re: [CentOS-pt-br] Virtual host com subdiretorios

2013-05-18 Thread Helio Loureiro
Faça:

Alias /telessaude/ /var/www/html/telessaude/
Alias /telessaude /var/www/html/telessaude/

Esse / no final faz diferença.

Coisas de Apache.



Abs,
Helio Loureiro
http://helio.loureiro.eng.br
http://br.linkedin.com/in/helioloureiro
http://twitter.com/helioloureiro
http://gplus.to/helioloureiro


2013/5/17 Gabriel Ricardo gricard...@gmail.com

 E o que aparece no log quando você tenta acessar o diretório??


 Atenciosamente,
 *Gabriel Ricardo*
 Consultor em Tecnologia
 *Cel.:* (41) 8881-7828
 *Skype:* gabriel.nerdworkti
 *Facebook:* facebook.com/nerdworkti
 *Site*: www.nerdworkti.com.br


 Em 17 de maio de 2013 08:05, Leandro leandro...@gmail.com escreveu:

  Pessoal tenho tentado sem sucesso criar virtual hosts para meu site com
 o seguinte modelo

 tenho dois diretorios saude que tem a pagina principal, e em seguida
 tenho outro diretorio chamado telessaude, a ideia é www.saudebh.gov.brele 
 vai ler o diretorio saude, e quando digitar
 www.saudebh.gov.br/telessaude ele va para  o subdir. fiz da seguinte
 forma entretanto esta dando erro.

 VirtualHost *:80

  ServerName saudebh.gov.br

  ServerAlias www.saudebh.gov.br

  DocumentRoot /var/www/html/saude

 Directory /var/www/html/saude

  Options -Indexes FollowSymLinks MultiViews

  AllowOverride All

  Order allow,deny

  Allow from all

 /Directory







 Alias /telessaude/ /var/www/html/telessaude/

  Directory /var/www/html/telessaude

  Options -Indexes FollowSymLinks MultiViews

  AllowOverride All

  Order allow,deny

  Allow from all

 /Directory





  #Configuraç dos logs do apache

  ErrorLog /var/log/httpd/telessaude-error.log

  CustomLog /var/log/httpd/telessaude-access.log common



  #Retirando a assinatura do Apache

  ServerSignature Off



  # Possible values include: debug, info, notice, info, error, crit,

  # alert, emerg.

  LogLevel info

 /VirtualHost

 --
 Leandro Paulo

 ___
 CentOS-pt-br mailing list
 centos-pt...@centos.org
 http://lists.centos.org/mailman/listinfo/centos-pt-br





RE: Monitoramento

2013-05-18 Thread Samuel .
Opaaa!!! Parece não consumir muito recurso da máquina, né? Vou testar aqui. 
Obrigado Hélio! 

__
Samuel 
__

From: he...@loureiro.eng.br
Date: Sat, 18 May 2013 14:21:28 -0300
Subject: Re: Monitoramento
To: debian-user-portuguese@lists.debian.org

Eu uso Munin, inclusive no meu laptop.  Gosto muito e é bem leve.

http://helio.loureiro.eng.br/index.php/networking/63-monitoracao/208-munin-o-corvo-de-odin-da-monitoracao



Inclusive me ajudou a descobrir o motivo de um servidor Linux ter capotado 
durante um ataque DDoS.
Abs,
Helio Loureiro
http://helio.loureiro.eng.br


http://br.linkedin.com/in/helioloureiro
http://twitter.com/helioloureiro
http://gplus.to/helioloureiro





Em 18 de maio de 2013 13:13, Samuel . lista.debian.bra...@outlook.com 
escreveu:





Olá Leandro! Primeiramente muito obrigado pela sua colaboração. Então... aqui 
eu disponho de um servidor Asterisk conforme mencionei no email anterior e 
preciso monitorar ele, porém eu não disponho de outra máquina para implementar 
um sistema de monitoramento e iria fazer essa implementação no próprio servidor 
Asterisk visando o mínimo de consumo de recursos do servidor Asterisk. Será que 
os software que me indicou consumiria muito recurso do servidor monitoramento 
apenas um host? Se a resposta for positiva, qual deles exige menos do hardware 
monitoramento um host?  






à disposição,
Samuel 
Date: Sat, 18 May 2013 12:54:44 -0300


Subject: Re: Monitoramento
From: lean...@leandromoreira.eti.br
To: lista.debian.bra...@outlook.com


CC: debian-user-portuguese@lists.debian.org

Samuel,
Pode usar:
Cacti
Nagios
Centreon
Mas eu ainda prefiro o zabbix

Em 18/05/2013 12:24, Samuel . lista.debian.bra...@outlook.com escreveu:



 Olá lista! Alguém por favor poderia me ajudar? Eu tenho um servidor Asterisk 
 rodando em cima de um Debian e gostaria de poder monitorar em tempo real o 
 processamento, memória e uso do disco. Eu conheço o robusto Zabbix e outros, 
 mas eu queria fazer uso de um sistema mais prático para monitorar somente um 
 servidor, alguém me indica algo e de preferência web? Desde de já eu agradeço 
 a dedicação!








 __



 Samuel 



 

  

Why wheezy/Jessie kernel does not kill the app. that takes too much RAM ?

2013-05-18 Thread Sthu Deus
Good time of the day.


I have only 2 GB of RAM and a RAM-hungry app.s like chromium (just ~30
tabs) and game BosWars that do not run together unless hang my machine
completely.

The question is, Why the wheezy/Jessie kernel does not kill the app.
that takes too much RAM instead of letting the app.s to hang the OS
almost completely? -- For though after several minutes i can launch
kill  command i yet can not run it: i get allocation error. Nothing
remains but to reboot w/ reset button.

So?

Thanks 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/519729b2.0324b40a.4997.3...@mx.google.com



Re: Use case for aptitude-{create,run}-state-bundle ?

2013-05-18 Thread Rick Thomas


On May 17, 2013, at 7:30 PM, sp113438 wrote:


On Fri, 17 May 2013 18:24:21 -0700
Rick Thomas rbtho...@pobox.com wrote:



Can anybody tell me when I might want to use aptitude-{create,run}-
state-bundle ?

Is it, for example, useful for cloning a machine configuration
following a re-install from scratch?

Thanks!

Rick




#!/bin/bash
datetag=$(date +%Y-%m-%d_-_%H:%M:%S)

dpkg --get-selections  /root/dpkglist-$datetag.txt

On second machine:
## dpkg --set-selections  /root/dpkglist-$datetag.txt
## apt-get dselect-upgrade

should do the cloning job.



That's interesting, and even useful.  Thanks!  It's something I didn't  
know and have often wondered about.


Nevertheless, it still doesn't answer the first question: What useful  
thing is done by aptitude-create-state-bundle ?


Enjoy!

Rick


--
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/ea9e9a6c-6413-43b2-b4a5-81d130eae...@pobox.com



Re: where is the samba script?

2013-05-18 Thread abdelkader belahcene
Thanks for reply,
there is nowhere a starting script for samba, instead a link in
/etc/init.d/   smbd-/lib/init/upstart-job
nmbd-/lib/init/upstart-job


so the commandupdate-rc smb  disable  failed

I want to know  where all this  started.
best regards


Re: Use case for aptitude-{create,run}-state-bundle ?

2013-05-18 Thread Andrei POPESCU
On Sb, 18 mai 13, 00:13:42, Rick Thomas wrote:
 On May 17, 2013, at 7:30 PM, sp113438 wrote:
 
 #!/bin/bash
 datetag=$(date +%Y-%m-%d_-_%H:%M:%S)
 
 dpkg --get-selections  /root/dpkglist-$datetag.txt
 
 On second machine:
 ## dpkg --set-selections  /root/dpkglist-$datetag.txt
 ## apt-get dselect-upgrade
 
 should do the cloning job.
 
Not quite. First, this sequence of commands only transfers the 
'installed/uninstalled' state of a package, so it looses information. 
This information may or may not be important to you, but it still isn't 
cloning.

Second, there has been a change in dpkg behaviour as of wheezy and AFAIR 
additional steps are needed, you might want to look it up.
 
 That's interesting, and even useful.  Thanks!  It's something I
 didn't know and have often wondered about.
 
 Nevertheless, it still doesn't answer the first question: What
 useful thing is done by aptitude-create-state-bundle ?

I've only encountered those commands when aptitude maintainers were 
asking for more information on difficult bugs, but as far as I can tell 
from the man pages they should do what you think they do, including 
information about manually/automatically installed and such. 

You might be interested in apt-clone as well.

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


signature.asc
Description: Digital signature


Re: where is the samba script?

2013-05-18 Thread Andrei POPESCU
On Sb, 18 mai 13, 08:48:18, abdelkader belahcene wrote:
 Thanks for reply,
 there is nowhere a starting script for samba, instead a link in
 /etc/init.d/   smbd-/lib/init/upstart-job
 nmbd-/lib/init/upstart-job
 
 
 so the commandupdate-rc smb  disable  failed
 
 I want to know  where all this  started.
 best regards

Please post the output of:

apt-cache policy
apt-cache policy samba

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


signature.asc
Description: Digital signature


Re: Use case for aptitude-{create,run}-state-bundle ?

2013-05-18 Thread Erwan David

Le 18/05/2013 04:30, sp113438 a écrit :

On Fri, 17 May 2013 18:24:21 -0700
Rick Thomas rbtho...@pobox.com wrote:


Can anybody tell me when I might want to use aptitude-{create,run}-
state-bundle ?

Is it, for example, useful for cloning a machine configuration
following a re-install from scratch?

Thanks!

Rick



#!/bin/bash
datetag=$(date +%Y-%m-%d_-_%H:%M:%S)

dpkg --get-selections  /root/dpkglist-$datetag.txt

On second machine:
## dpkg --set-selections  /root/dpkglist-$datetag.txt
## apt-get dselect-upgrade

should do the cloning job.
It does not. You loose the information that some packages where 
installed only as dependencies.



--
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/51974083.10...@rail.eu.org



Re: Requesting installation DVDs set

2013-05-18 Thread Lisi Reisz
On Saturday 18 May 2013 01:50:20 Rupesh Reddy wrote:
 Hi I am Rupesh from India. I want Debian wheezy stable installation DVDs(a
 set of ten). Can anyone staying in my country or any other ship these DVD's
 freely.

One could never accuse you of being a shrinking violet!

Why not wait a week or two until they are all available?  You could use the 
first three meanwhile.

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



Re: Requesting installation DVDs set

2013-05-18 Thread Lars Nooden
Rupesh,

Can you go into a little more detail about what kind of connnectivity you 
do or don't in regards to the Internet?  You are able to send mail, there 
should be a way for you to download, even if slowly.  Or do you have a 
data cap?

Regards,
/Lars


-- 
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/alpine.bso.2.03.1305181209390.11...@gmail.com



Re: Requesting installation DVDs set

2013-05-18 Thread Ralf Mardorf
Hi Rupesh,

unfortunately I'm from Germany and I guess shipping is to expensive and
does take much to long. One question spring to my mind. What's the
situation regarding to fast Internet access by internet cafés in your
area of India?

I didn't read the whole thread. How slow is your Internet connection and
do you need to pay using the Internet by time or traffic, or do you have
a flat rate? IOW is time the only issue or would it be to expensive too?

Perhaps you really do need just the first three DVDs immediately and
perhaps you could download the rest spending weeks for the download.

It doesn't matter anymore, if a download will be interrupted. It's
possible to continue downloading.

My apologies, if this already is excluded.

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/1368868400.671.58.camel@archlinux



How to force an application to use only ipv4?

2013-05-18 Thread abdelkader belahcene
Hi,
I have a problem connection from thin clients (old machines) to server
using xdmcp ( connection thru X using  port 6000 and 6001),
with previous debian 6.0.7, mint 13,   I had problem,
with recent distro mint 14 or 15 , debian 7, I have  connection pb
I suspect a conflit ???   between ipv6 and ipv6 ?  may be my old machines
don't understand this protocol ?

I want to test mint15 with just ipv4, I want to force ipv4  on the mdm
manager ( gnome-like)  where to do it ??
here is the output for open port

netstat  -nau |grep 177
udp6   0  0 :::177  :::*
netstat  -nat |grep 6000
tcp0  0 0.0.0.0:60000.0.0.0:*
LISTEN
tcp6   0  0 :::6000 :::*LISTEN

no port open on ipv4 udp ??
thanks for help


bind9 squeeze/oldstable

2013-05-18 Thread george cox
I haven't had a chance to upgrade this system yet.

I needed to update my bind configuration and now it will not start. In the past 
bind would write errors to the syslog (or messages file, i forget which), but 
it isn't doing so. Is there another way to get the error messages? All the info 
I get is a failed when trying to restart the daemon, but no clue as to what 
is causing the problem.

I noticed my syslog and messages files are totally empty, Going back a few 
version numbers there was always useful info there, but not any more. Is there 
a way to increase the level of logging?


Re: How to force an application to use only ipv4?

2013-05-18 Thread Roger Leigh
On Sat, May 18, 2013 at 10:18:33AM +0100, abdelkader belahcene wrote:
 with recent distro mint 14 or 15 , debian 7, I have  connection pb
 I suspect a conflit ???   between ipv6 and ipv6 ?  may be my old machines
 don't understand this protocol ?

Does your old machine have an IPv6 address?  Does your new machine
have an IPv6 address?  Can you ping6 one machine from the other?

% ip -6 addr
1: lo: LOOPBACK,UP,LOWER_UP mtu 65536 
inet6 ::1/128 scope host 
   valid_lft forever preferred_lft forever
2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qlen 1000
inet6 2001:770:1d5:::::/64 scope global dynamic 
   valid_lft 86396sec preferred_lft 14396sec
inet6 fe80::62a4:4cff:fe5f:1257/64 scope link 
   valid_lft forever preferred_lft forever

Note the global address for eth0.  If you can't ping6 the other
machine, then there's probably no IPv6 connectivity.  All services
should default to IPv6 and fall back to IPv4 if unavailable.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linuxhttp://people.debian.org/~rleigh/
 `. `'   schroot and sbuild  http://alioth.debian.org/projects/buildd-tools
   `-GPG Public Key  F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800


-- 
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/20130518113550.ga31...@codelibre.net



Re: bind9 squeeze/oldstable

2013-05-18 Thread george cox
I found named-checkconf search-engining, and this found my bind syntax error, 
yeah!

Is there anything I can do about the logging issue? I was thinking of doing a 
dist-upgrade to wheezy on my server, but could the logging issue remain after 
the upgrade? Maybe I should just do a fresh install of wheezy instead? Any 
advice? Far as I know that messages and syslog not containing info (filesystem 
not full BTW) is the only problem.
- Original Message -
From: george cox
Sent: 05/18/13 07:25 AM
To: debian-user@lists.debian.org
Subject: bind9 squeeze/oldstable

I haven't had a chance to upgrade this system yet.

I needed to update my bind configuration and now it will not start. In the past 
bind would write errors to the syslog (or messages file, i forget which), but 
it isn't doing so. Is there another way to get the error messages? All the info 
I get is a failed when trying to restart the daemon, but no clue as to what 
is causing the problem.

I noticed my syslog and messages files are totally empty, Going back a few 
version numbers there was always useful info there, but not any more. Is there 
a way to increase the level of logging?


b2evolution

2013-05-18 Thread john
I notice that the blogging package b2evolution is no longer in the
repositories. Anyone know why?


john


-- 
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/20130518073936.0158b...@erica.song



Re: bind9 squeeze/oldstable

2013-05-18 Thread Joe
On Sat, 18 May 2013 07:57:08 -0400
george cox gc...@mail.com wrote:

 I found named-checkconf search-engining, and this found my bind
 syntax error, yeah!
 
 Is there anything I can do about the logging issue? I was thinking of
 doing a dist-upgrade to wheezy on my server, but could the logging
 issue remain after the upgrade? Maybe I should just do a fresh
 install of wheezy instead? Any advice? Far as I know that messages
 and syslog not containing info (filesystem not full BTW) is the only
 problem.

No experience here, but my feeling is that a server upgrade should be
approached in a state of great peace of mind, not in an attempt to
solve a problem. I wouldn't attempt it without getting the old system
running perfectly first. Especially logging.

Bind should also be logging as 'named' to daemon.log, by the way. But
the default logging seems oriented towards problems with name serving
rather than problems in bind itself. I've found Google/guesswork to be
more useful than the logs with bind.

But syslog should contain much more, cron and iptables at least should
leave logs here. If it is empty, I would start looking at syslogd,
bearing in mind there is more than one possible version, though they
should all log to the same place.

-- 
Joe


-- 
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/20130518133104.3be97...@jretrading.com



Re: bind9 squeeze/oldstable

2013-05-18 Thread george cox
I checked debug and it was empty too. I'll take a look at syslogd, I can't 
think of ever touching its config though.
I think that is sound advice about the upgrade. My thinking was perhaps debian 
in general or various package maintainers had decided to reduce the amount of 
message logging, but I think you are right saying that something has broken 
with syslog. My laptop is a fresh wheezy/stable and it has lots of useful stuff 
adding to the logs. I know the syslog issue has been that way for a long time 
on the system in question. I've had some issues in the past and noticed the 
logs were empty then too. Thanks.
- Original Message -
From: Joe
Sent: 05/18/13 08:31 AM
To: debian-user@lists.debian.org
Subject: Re: bind9 squeeze/oldstable

On Sat, 18 May 2013 07:57:08 -0400 george cox gc...@mail.com wrote:  I 
found named-checkconf search-engining, and this found my bind  syntax error, 
yeah!   Is there anything I can do about the logging issue? I was thinking of 
 doing a dist-upgrade to wheezy on my server, but could the logging  issue 
remain after the upgrade? Maybe I should just do a fresh  install of wheezy 
instead? Any advice? Far as I know that messages  and syslog not containing 
info (filesystem not full BTW) is the only  problem. No experience here, but 
my feeling is that a server upgrade should be approached in a state of great 
peace of mind, not in an attempt to solve a problem. I wouldn't attempt it 
without getting the old system running perfectly first. Especially logging. 
Bind should also be logging as 'named' to daemon.log, by the way. But the 
default logging seems oriented towards problems with name serving rather than 
problems in bind itself. I've found Google/guesswork to be more use
 ful than the logs with bind. But syslog should contain much more, cron and 
iptables at least should leave logs here. If it is empty, I would start looking 
at syslogd, bearing in mind there is more than one possible version, though 
they should all log to the same place. -- Joe -- 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/20130518133104.3be97...@jretrading.com


Re: b2evolution

2013-05-18 Thread Claudius Hubig
Dear john,

john wrote:
 I notice that the blogging package b2evolution is no longer in the
 repositories. Anyone know why?

[1] indicates that it was removed in May 2012 since it was rc-buggy
and unmaintained [2]. Bug #578924 [3] likely had something to do with
that.

Best,

Claudius

[1] http://packages.qa.debian.org/b/b2evolution.html
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672782
[3] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578924
-- 
Please don’t CC 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/20130518140306.3ab55...@ares.home.chubig.net



Wheezy preseed overwritting interfaces file

2013-05-18 Thread John Ron
Hello,

I am installing wheezy automatically by using preseed and am using its 
late_command feature to run a script at the end of the installation. This 
script is actually modifying the /etc/network/interfaces file to setup bonding 
and VLAN access. This all used to work fine on squeeze but now with wheezy it 
looks like the /etc/network/interfaces file gets rewritten after the 
late_command of preseed.

Does anyone know more about this or have any tips?

Regards.
John

Re: b2evolution

2013-05-18 Thread john
On Sat, 18 May 2013 14:03:06 +0100
Claudius Hubig debian_1...@chubig.net wrote:

=Dear john,
=
=john wrote:
= I notice that the blogging package b2evolution is no longer in the
= repositories. Anyone know why?
=
=[1] indicates that it was removed in May 2012 since it was rc-buggy
=and unmaintained [2]. Bug #578924 [3] likely had something to do with
=that.
=
=Best,
=
=Claudius
=
=[1] http://packages.qa.debian.org/b/b2evolution.html
=[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672782
=[3] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578924


Thanks for the reply. 


John.


-- 
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/20130518095353.5f14e...@erica.song



Re: How to force an application to use only ipv4?

2013-05-18 Thread Thilo Six
Hello abdelkader


Excerpt from abdelkader belahcene:

-- snip --
 I want to test mint15 with just ipv4, I want to force ipv4  on the mdm
 manager ( gnome-like)  where to do it ??
-- snip --

I do not know mint but with debian wheezy it is easy to turn off/on IPv6 on the 
fly:

/etc/sysctl.d/ipv6.conf 

# Disable IPv6
net.ipv6.conf.all.disable_ipv6=1
---/

then you need to activate those settings with:
# sysctl -p /etc/sysctl.d/*.conf

-- 
Regards,
Thilo

4096R/0xC70B1A8F
721B 1BA0 095C 1ABA 3FC6  7C18 89A4 A2A0 C70B 1A8F



-- 
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/kn874h$svm$1...@ger.gmane.org



how forward email

2013-05-18 Thread Pol Hallen
Hi folks!

putting an email to .forward (into a dir account) its email goes to that
address.

I need keep a copy of that email.

Can I do it with /etc/aliases? or there's another way?

thanks!

Pol


-- 
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/5197a9d1.4090...@fuckaround.org



Re: how forward email

2013-05-18 Thread Lars Nooden
On Sat, 18 May 2013, Pol Hallen wrote:

 Hi folks!
 
 putting an email to .forward (into a dir account) its email goes to that
 address.
 
 I need keep a copy of that email.
 
 Can I do it with /etc/aliases? or there's another way?
 
 thanks!
 
 Pol

One way would be to use procmail.

Regards,
/Lars


-- 
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/alpine.bso.2.03.1305181921010.11...@gmail.com



Grub2 gives error :File not found and goes into rescue mode

2013-05-18 Thread Sebastian Canagaratna
Hi : I have a hard disk /dev/sda and a removable disk /dev/sdb The 1st
partition
is a vista partition, but this has been inoperable for some time /dev/sda2
has a linux
stable partition /dev/sdb1 has linux unstable (aptosid) on it, Yesterday I
was upgrading to Linux 3.9.2  and thereafter I got this error. The updrade
did nt\ot go to
completion. I have a super frub rescue disk with which I can start 3.9.2,
but I am unable to repair the grub with update grub and grub-install
/dev/sda. I have blanked out the first 512 sectors of dev/sda but that
didn't help. Presumably grub is unabke
to find grub.cfg.Trying to run grub-install with other versions of Linux
did not help. *s *this a bug in grub  or is there something I can do to
overcome this. I cab see in
Google thaqt others have had this file not found error. I have tried  every
likely thing ,but I am aksways left in rescue mode when booting, I'd
appreciate any suggestion
Are there any logd which I can look at?

Sebastian


No udev event when i plug an HDMI cable

2013-05-18 Thread Sylvain Archenault

Hello,

When I plugged a HDMI cable in my laptop, the display used to 
automatically detect my TV and expand to it.


It stopped working a few days ago, I'm not sure what package upgrade 
triggered this.


When I run udevadm monitor, there is no event generated. It used to 
work. If I go in Settings - Monitor the tv is detected.


I'm running Sid, which is up to date. I don't see any output in the log. 
I'm not sure where to look at. I tried with this 2 kernels:


linux-image-3.6-trunk-amd64 - Linux 3.6 for 64-bit PCs
linux-image-3.8-1-amd64 - Linux 3.8 for 64-bit PCs

Let me know if you need more details.

Thanks
Sylvain


--
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/5197b1d7.5020...@laposte.net



apt-get online package repository configuration on Debian

2013-05-18 Thread Steve Faleiro
FROM: STEVE FALEIRO stops...@anonem4us.net
TO: gmane.linux.debian.user
SUB: apt-get online package repository configuration on Debian

When installing Squeeze (Debian 7.0 amd64) I selected the option to not
get packages/updates from the internet. I have completed the
installation and would like to instruct the system to download and
install a stable version of the Firebird database server
(http://www.firebirdsql.org/).

How can I add a package repository to the apt-get configuration so that
it can retrieve and install the latest version of Firebird on my Debian
server?

Thank you for any responses.

--
Steve Faleiro


-- 
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/kn8dta$s0h$1...@ger.gmane.org



VIA system freezing since upgrade to wheezy

2013-05-18 Thread Mark Carroll
I have a small low-power mini-ITX system that I use as our home router.
It is VIA C7 based with VIA CN700, VT8237, etc. on the motherboard.
Mainly it just sits there moving packets through iptables, via RTL-8139
and VT6102 (Rhine) ethernet cards. There's other hardware, of course,
like the S3 UniChrome Pro graphics, that I don't exactly exercise.

Under squeeze it used to be rock solid. Last week I upgraded it to
wheezy, also from a custom 2.6.26 kernel to the stock Debian
3.2.0-4-686-pae image. Since then, it's frozen a couple of times.
Nothing useful is left in the logs afterward.

Is this some known problem? Is there anything I should be doing to help
to diagnose it? I've looked through the kernel startup messages but I
don't see anything worse than,
Marking TSC unstable due to TSC halts in idle
longhaul: APIC detected. Longhaul is currently broken in this 
configuration.

I had wondered if it is possible that this Longhaul issue is making the
system run rather hotter than necessary, but running a for(;;) loop in C
makes the sensors output temperature increase without freezing the
system.

-- Mark


-- 
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/871u94gq4w@ixod.org



Re: how forward email

2013-05-18 Thread Chris Davies
Pol Hallen de...@fuckaround.org wrote:
 putting an email to .forward (into a dir account) its email goes to that
 address.

 I need keep a copy of that email.

 Can I do it with /etc/aliases? or there's another way?

Put yourself into the .forward too, prefixed with \. For example,
for someone with username john and a forward to john@example.net
you'd have this in your .forward:

john@example.net
\john

Chris


-- 
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/lsrk6axfrp@news.roaima.co.uk



Re: Cacti - Graph of Load Average on Wheezy

2013-05-18 Thread Daniel Bareiro
On Sunday, 12 May 2013 23:45:34 -0300,
Daniel Bareiro wrote:

 A few days ago I upgraded a host with Debian Squeeze to Wheezy. After
 updating the version of Cacti, it were left to draw the graphs of
 load average. Are all with nan.
 
 I found that there is a bug open for Cacti:
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704057
 
 But I think it's not my problem, because when I run the script, it
 does not return a value:
 
 ws1:~# perl /usr/share/cacti/site/scripts/loadavg_multi.pl
 1min: 5min: 10min:ws1:~#
 
 ws1:~# locale
 LANG=es_AR.UTF-8
 LANGUAGE=
 LC_CTYPE=es_AR.UTF-8
 LC_NUMERIC=es_AR.UTF-8
 LC_TIME=es_AR.UTF-8
 LC_COLLATE=es_AR.UTF-8
 LC_MONETARY=es_AR.UTF-8
 LC_MESSAGES=es_AR.UTF-8
 LC_PAPER=es_AR.UTF-8
 LC_NAME=es_AR.UTF-8
 LC_ADDRESS=es_AR.UTF-8
 LC_TELEPHONE=es_AR.UTF-8
 LC_MEASUREMENT=es_AR.UTF-8
 LC_IDENTIFICATION=es_AR.UTF-8
 LC_ALL=es_AR.UTF-8
 
 
 Add env LANG=C does not lead to changes in the output.
 
 
 Is there somebody else who is going through this problem and could
 solve it somehow?

Well... although LANG=C didn't the trick, it worked with LC_ALL=C:

# env LANG=C uptime
 15:53:38 up 3 days,  2:15,  2 users,  load average: 0,05, 0,09, 0,08

# env LC_ALL=C uptime
 15:53:55 up 3 days,  2:16,  2 users,  load average: 0.04, 0.08, 0.08

Can there be any difference in my system that causes a different output?



Regards,
Daniel
-- 
Fingerprint: BFB3 08D6 B4D1 31B2 72B9  29CE 6696 BF1B 14E6 1D37
Powered by Debian GNU/Linux Squeeze - Linux user #188.598


signature.asc
Description: Digital signature


Re: apt-get online package repository configuration on Debian

2013-05-18 Thread Steve Faleiro
Steve Faleiro wrote:

 FROM: STEVE FALEIRO stops...@anonem4us.net
 TO: gmane.linux.debian.user
 SUB: apt-get online package repository configuration on Debian
 
 When installing Squeeze (Debian 7.0 amd64) I selected the option to
 not get packages/updates from the internet. I have completed the
 installation and would like to instruct the system to download and
 install a stable version of the Firebird database server
 (http://www.firebirdsql.org/).
 
 How can I add a package repository to the apt-get configuration so
 that it can retrieve and install the latest version of Firebird on my
 Debian server?
 
 Thank you for any responses.

 Thank you for any responses. I managed to solve the problem by:

1. Add the following line to the file etc/apt/sources.list :

   deb http://ftp.debian.org/debian wheezy main

2. Then run the commands

 apt-get update
 apt-cache search firebird
 apt-get install firebird2.5-super
 dpkg-reconfigure firebird2.5-super





-- 
Steve Faleiro


-- 
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/kn8j6h$bje$1...@ger.gmane.org



Re: Kernel 3.8 + nvidia?

2013-05-18 Thread Brad Alexander
I was beaten to the punch. Before I could roll back to 304.88, 319.17 came
out. I upgraded to it, and am now running with nvidia on 3.8.12.

--b


On Thu, May 16, 2013 at 7:47 PM, Brad Alexander stor...@gmail.com wrote:

 Had a chance to look in to this this evening. Apparently the nvidia-smi
 nvidia-settings nvidia-kernel-source libnvidia-ml1:amd64 packages are still
 at 304.88 rather than 313.30.

 I guess I'm going to try rolling everything back to 304.88...


 On Thu, May 16, 2013 at 4:54 AM, Brad Alexander stor...@gmail.com wrote:

 Well, I upgraded, which installed a newer version of the nvidia drivers
 (313-30). So I gave them a spin on 3.8-1. Booted up on it, and did a
 dpkg-reconfigure nvidia-kernel-dkms.

 It built fine, but at the end, a message popped up saying

 nvidia:
 Running module version sanity check.
 Error! Module version 313.30 for nvidia.ko
 is not newer than what is already found in kernel 3.8-1-amd64 (313.30).
 You may override bhy specofying --force.

 And when I try to insert the module, I get:

 # modprobe nvidia
 [  229.364270] Module len 8728526 truncated
 ERROR: could not insert nvidia: Exec format error

 Any ideas?
 --b



 On Wed, May 15, 2013 at 11:14 AM, Brad Alexander stor...@gmail.comwrote:

 In my case, possibly my upgrades from experimental. I think I have seen
 a couple of other threads where pulling previous updates from experimental
 has lead to problems once the freeze ended.

 I'm going to downgrade to the nvidia drivers in sid and try 3.8 again.


 On Wed, May 15, 2013 at 2:46 AM, Mark Allums m...@allums.com wrote:

 On a Dell Precision M4600 laptop, I installed a clean Wheezy release,
 installed nvidia drivers along with the dkms packages that go with. Because
 of network driver trouble, I took the kernel from sid.
 After that, everything works fine. I mean, video is fine.  Networking
 still a problem. Here is my version information:

 $ dpkg -l | grep nvidia
 ii  glx-alternative-nvidia 0.2.2
amd64allows the selection of NVIDIA as GLX provider
 ii  libgl1-nvidia-alternatives 304.88-1
   amd64transition libGL.so* diversions to 
 glx-alternative-nvidia
 ii  libgl1-nvidia-glx:amd64304.88-1
   amd64NVIDIA binary OpenGL libraries
 ii  libglx-nvidia-alternatives 304.88-1
   amd64transition libgl.so diversions to glx-alternative-nvidia
 ii  libxvmcnvidia1:amd64   304.88-1
   amd64NVIDIA binary XvMC library
 ii  nvidia-alternative 304.88-1
   amd64allows the selection of NVIDIA as GLX provider
 ii  nvidia-glx 304.88-1
   amd64NVIDIA metapackage
 ii  nvidia-installer-cleanup   20120630+3
   amd64Cleanup after driver installation with the
 nvidia-installer
 ii  nvidia-kernel-common   20120630+3
   amd64NVIDIA binary kernel module support files
 ii  nvidia-kernel-dkms 304.88-1
   amd64NVIDIA binary kernel module DKMS source
 ii  nvidia-settings304.88-1
   amd64Tool for configuring the NVIDIA graphics driver
 ii  nvidia-support 20120630+3
   amd64NVIDIA binary graphics driver support files
 ii  nvidia-vdpau-driver:amd64  304.88-1
   amd64NVIDIA vdpau driver
 ii  xserver-xorg-video-nvidia  304.88-1
   amd64NVIDIA binary Xorg driver

   linux-image-3.8-1-amd643.8.12-1
 amd64Linux 3.8 for 64-bit PCs
 ii  linux-image-amd64  3.8+47
   amd64Linux for 64-bit PCs (meta-package)


 Thanks.  That's good to know.  Only some folks are affected.  I wonder
 why?











Re: Why wheezy/Jessie kernel does not kill the app. that takes too much RAM ?

2013-05-18 Thread recoverym4n
On Sat, 18 May 2013 14:11:38 +0700
Sthu Deus sthu.d...@gmail.com wrote:

 Good time of the day.
 
 
 I have only 2 GB of RAM and a RAM-hungry app.s like chromium (just ~30
 tabs) and game BosWars that do not run together unless hang my machine
 completely.
 
 The question is, Why the wheezy/Jessie kernel does not kill the app.
 that takes too much RAM instead of letting the app.s to hang the OS
 almost completely? -- For though after several minutes i can launch
 kill  command i yet can not run it: i get allocation error. Nothing
 remains but to reboot w/ reset button.

Hi.

Please execute:

man 5 limits.conf

Read it very carefully, especially the parts mentioning 'as' and 'stack'.

Next, observe contents of your local /etc/security/limits.conf.

The answer to your question is 'wheezy/Jessie kernel does not kill the second
app because it is you who didn't told it to'.

That, and those Google guys and gals who write Chromium thought that it is a
good idea to disable Out-Of-Memory-Killer kernel facility for their browser.
You can clearly see the results of such design by yourself.

So, 
1) Modify /etc/security/limits.conf . Don't forget to relogin.
2) Add more swap.
3) Possibly switch to less memory-hungry browser.

Sincerely yours, Reco.


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



libreoffice wheezy

2013-05-18 Thread Hans-J. Ullrich
Hello!

Can someone explain why the version in wheezy-backports is higher than in 
wheezy (aka stable) ?

IMO wheezy-backports should be older than stable, shouldn't it?

Best regards

Hans


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201305182148.49222.hans.ullr...@loop.de



Re: libreoffice wheezy

2013-05-18 Thread David Guntner
Hans-J. Ullrich grabbed a keyboard and wrote:
 Hello!
 
 Can someone explain why the version in wheezy-backports is higher than in 
 wheezy (aka stable) ?

'Cause it's back-porting to stable from newer versions of the software
in question.

http://backports.debian.org/

 IMO wheezy-backports should be older than stable, shouldn't it?

No. :-)

   --Dave





signature.asc
Description: OpenPGP digital signature


Re: VIA system freezing since upgrade to wheezy

2013-05-18 Thread Martin Steigerwald
Am Samstag, 18. Mai 2013, 18:21:51 schrieb Mark Carroll:
 I have a small low-power mini-ITX system that I use as our home router.
 It is VIA C7 based with VIA CN700, VT8237, etc. on the motherboard.
 Mainly it just sits there moving packets through iptables, via RTL-8139
 and VT6102 (Rhine) ethernet cards. There's other hardware, of course,
 like the S3 UniChrome Pro graphics, that I don't exactly exercise.
 
 Under squeeze it used to be rock solid. Last week I upgraded it to
 wheezy, also from a custom 2.6.26 kernel to the stock Debian
 3.2.0-4-686-pae image. Since then, it's frozen a couple of times.
 Nothing useful is left in the logs afterward.
 
 Is this some known problem? Is there anything I should be doing to help
 to diagnose it? I've looked through the kernel startup messages but I
 don't see anything worse than,
   Marking TSC unstable due to TSC halts in idle
 longhaul: APIC detected. Longhaul is currently broken in this
 configuration.
 
 I had wondered if it is possible that this Longhaul issue is making the
 system run rather hotter than necessary, but running a for(;;) loop in C
 makes the sensors output temperature increase without freezing the
 system.

Yes, be careful: Blacklist longhoul.

See posting by Ben Hutchings on Planet Debian or his blog.

Ciao,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7


-- 
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/2831744.tfRLlK0cbF@merkaba



Re: USB/IP

2013-05-18 Thread green
Shane Johnson wrote at 2013-05-14 11:01 -0500:
 With development pretty much stalled on it, I was hoping there was
 some other way that anyone knew of that would allow this user to
 access the scanner from the server.

sane?  http://www.sane-project.org


signature.asc
Description: Digital signature


Re: VIA system freezing since upgrade to wheezy

2013-05-18 Thread Mark Carroll
Martin Steigerwald mar...@lichtvoll.de writes:

 Am Samstag, 18. Mai 2013, 18:21:51 schrieb Mark Carroll:
(snip)
 longhaul: APIC detected. Longhaul is currently broken in this
 configuration.
(snip)
 Yes, be careful: Blacklist longhoul.

 See posting by Ben Hutchings on Planet Debian or his blog.

Thank you very much for this pointer. Now blacklisted and rebooted and
verified the message is gone.

Mark


-- 
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/87hai0t1gl@ixod.org



Re: Wheezy op SUN hardware, tot zo ver

2013-05-18 Thread Geert Stappers
Op 2013-05-12 om 08:22 schreef Geert Stappers:
 Op 2013-05-11 om 18:58 schreef Paul van der Vlis:
 
  Hij boot dus nu correct?
 
 Jawel.
 Er zijn twee dingen anders gedaan. Het zou zo maar kunnen dat de vrijdag
 (op Wheezy Release Party Groningen) genoemde verdachte niet de schuldige
 is. Pas nadat ik tijd gehad/genomen/gestolen heb voor een test of het
 de andere wijziging was, meer over dit vreemde voorval.

Samenvatting:
 * Het werkt gewoon (dus onder normale omstandigheden gaat het goed)
 * Het ging mis door een samenloop van omstandigheden:
 ** een apt archive mirror in offline mode
 ** ander pad doorlopen dan het pad tijdens de voorbereiding
 ** misschien nog software die te voorzichtig meldt dat ie wat mist


De langere versie:

Er was een verzoek voor installatie hulp.
Daar heb ik mij voor gemeld en heb mijn netwerk kit daarvoor gecontroleerd.
DHCP- en TFTP-server is min of meer onderhoudsvrij.
TFTP-content is de Wheezy netboot tarball, die voor amd64.
Het webserver stuk[1] is onderhoudsvriendelijk, je moet een
installatie doorlopen en dan zijn de .deb bestanden ververst.

Met de kit naar Groningen, daar was te installeren SUN.
De netboot ging goed, de debian-installer kwam netjes tot leven.

De eerste poging om wat van een Debian apt archive te halen ging niet.
Oorzaak was dat de netwerkkit geen upstream had. De workaround
was het webserver stuk[1] in off-line te zetten. De installatie
ging vrolijk verder.

Hardware detectie liet drie fysieke harddisk drives zien.
Gekozen voor LVM, Logical Volume Management.
De installatie verder doorlopen.

[2]

Bij de eerste start was de melding dat root niet gevonden kon
worden en hadden in een '(initramfs)'-prompt.

Eerste diagnose was dat er geen LVM programmas zoals `vgdisplay`
en `lvdisplay` waren.

Naar de Wheezy Release Party gegaan, dat was immers de aanleiding
voor de ontmoeting met andere Debian mensen.

Tweede installatie pogingen. Nu wel het pad doorlopen wat ook
tijdens de voorbereiding was doorlopen. En jawel, nu wel
een goede opstart van de SUN.

Thuis de netwerkkit aangezet
en op jacht naar reproduceerbaarheid van de fout.
Dat lukt :-/ 
Nog installatie, nu met een kleine wijziging, die ging ook fout.
Dan het bizarre gevoel van: Dit kan toch niet, dit moet gewoon werken

Vervolgens er beter naar gekeken. Wat meer gelezen over dmsetup.
Tot inzicht gekomen dat er wat ontbrak.
Omdat het gewoon zou moeten werken,
zou het aan mijn configuratie moeten liggen.

Netwerkkit in online mode gezet en weer een installatie doorlopen.
Deze keer dan wel met toegang tot een upstream apt archive
Nu was het resultaat een gewoon werkende computer met LVM.  \o/

Update van bugreport 616689 in een andere toon als een dag eerder.
Dat werd http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616689#43

Toen maar eens naar de ge-cached packages op het webserver stuk van
de netwerkkit:

stappers@fulong:/srv/aptproxy
$ find . -type f -mtime -3 | grep -v -e Release$  -e .head$ | xargs ls -ltrG
-rw-r--r-- 1 apt-cacher-ng 20 May 16 22:37 
./debrep/dists/wheezy/non-free/debian-installer/binary-amd64/Packages.gz
-rw-r--r-- 1 apt-cacher-ng 20 May 16 22:37 
./debrep/dists/wheezy/contrib/debian-installer/binary-amd64/Packages.gz
-rw-r--r-- 1 apt-cacher-ng 150364 May 16 22:44 
./debrep/pool/main/r/readline5/libreadline5_5.2+dfsg-1_amd64.deb
-rw-r--r-- 1 apt-cacher-ng  32576 May 16 22:44 
./debrep/pool/main/l/lvm2/libdevmapper-event1.02.1_1.02.74-7_amd64.deb
-rw-r--r-- 1 apt-cacher-ng 584212 May 16 22:44 
./debrep/pool/main/l/lvm2/lvm2_2.02.95-7_amd64.deb
-rw-r--r-- 1 apt-cacher-ng   1571 May 16 22:46 
./debrep/dists/wheezy-updates/Release.gpg
-rw-r--r-- 1 apt-cacher-ng 14 May 16 22:46 
./debrep/dists/wheezy-updates/main/i18n/Translation-en.bz2
-rw-r--r-- 1 apt-cacher-ng 14 May 16 22:46 
./debrep/dists/wheezy-updates/main/binary-amd64/Packages.bz2
-rw-r--r-- 1 apt-cacher-ng 14 May 16 22:47 
./debrep/dists/wheezy-updates/main/source/Sources.bz2
stappers@fulong:/srv/aptproxy
$ 

Dus drie extra _amd64.deb-bestanden zijn nog opgehaald.
Als die er eerder geweest waren, dan was ik deze ervaring misgelopen.
  ;-)

Nog even een stukje logging van de apt-proxy software
wat ik hier parkeer c.q. dump, misschien om er later nog wat mee te kunnen:

stappers@fulong:/var/log/apt-cacher-ng
$ grep libdevmapper-event apt-cacher.log
1352565625|M|Download of 
debrep/pool/main/l/lvm2/libdevmapper-event1.02.1_1.02.74-4_amd64.deb started
1352565625|M|Download of 
debrep/pool/main/l/lvm2/libdevmapper-event1.02.1_1.02.74-4_amd64.deb finished
1352565625|I|32461|127.0.0.1|debrep/pool/main/l/lvm2/libdevmapper-event1.02.1_1.02.74-4_amd64.deb
1352565625|O|32487|127.0.0.1|debrep/pool/main/l/lvm2/libdevmapper-event1.02.1_1.02.74-4_amd64.deb
1352570394|O|32487|127.0.0.1|debrep/pool/main/l/lvm2/libdevmapper-event1.02.1_1.02.74-4_amd64.deb
1352573405|O|32487|127.0.0.1|debrep/pool/main/l/lvm2/libdevmapper-event1.02.1_1.02.74-4_amd64.deb

Van 4x3 naar 16x9

2013-05-18 Thread Geert Stappers
Op 2013-05-17 om 21:11 schreef Willem Jager:
 Op 17-05-13 18:56, Rutger van Sleen schreef:
 Willem Jager schreef op 15-05-2013 18:54:
 Maar nu is het nog steeds zo dat de monitor niet herkend wordt. Ik
 draai nu dus met een resolutie van 1024x768 (4x3) op een monitor van
 16x9, dat is geen gezicht. Hoe krijg ik dat goed?
 
 Wat voor videokaart en monitor heb je en welke desktop omgeving?

 Mijn videokaart is ingebouwd op het moederbord: GFx (intel GMA3100)
 De monitor is een LG (goldstar company 22)

 In een terminal, geeft het volgende output (en zo ja, wat)?:
   grep '] (EE)' /var/log/Xorg.0.log

} Het commando geeft: niets

 Mijn Xorg.0.log in /var/log ziet er zo uit:

 knip/
 [11.881] Markers: (--) probed, (**) from config file, (==) default 
 setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 [11.881] (==) Log file: /var/log/Xorg.0.log, Time: Fri May 17 19:15:41 
 2013
 [11.928] (==) Using config file: /etc/X11/xorg.conf
 [11.928] (==) Using system config directory /usr/share/X11/xorg.conf.d
 [11.948] (==) No Layout section.  Using the first Screen section.
 [11.948] (**) |--Screen Default Screen (0)
 [11.948] (**) |   |--Monitor Configured Monitor

Daar lees ik dat Monitor instelling uit een configuratie bestand komt,
dus niet via een automatische instelling.

De config setting in kwestie *kan* in /etc/X11/xorg.conf staan
en *kan* ook nog ergens in /usr/share/X11/xorg.conf.d/ staan.

Mijn advies is om uit te zoeken welk bestand is.
Daar dan het uitschakelen ( # plaasten aan begin van de regel )
en kijken wat de automatische configuratie doet.

 knip/
 [12.192] (II) intel: Driver for Intel Integrated Graphics
 Chipsets: i810,
 i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
 E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
 4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
 Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
 Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
 Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
 Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
 Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
 Ivybridge Server (GT2)

Geen van die videokaarten kan ik matchen met
de eerdere genoemde 'GFx (intel GMA3100)'

Kijk eens onder welke noemer de GMA3100 dan wel valt.


 knip/
 [12.193] (II) VESA: driver for VESA chipsets: vesa
 [12.193] (II) FBDEV: driver for framebuffer: fbdev
 [12.193] (++) using VT number 7

 [12.199] (WW) Falling back to old probe method for vesa
 [12.200] (WW) Falling back to old probe method for fbdev

Ik heb geen idee wat die waarschuwingEN voor een waarde hebben.


 [12.200] (II) Loading sub module fbdevhw
 [12.200] (II) LoadModule: fbdevhw
 [12.305] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
 [12.436] (II) Module fbdevhw: vendor=X.Org Foundation
 [12.436] compiled for 1.12.4, module version = 0.0.2
 [12.436] ABI class: X.Org Video Driver, version 12.1
 [12.436] drmOpenDevice: node name is /dev/dri/card0
 [12.436] drmOpenDevice: open result is 9, (OK)
 [12.436] drmOpenByBusid: Searching for BusID pci::00:02.0
 [12.437] drmOpenDevice: node name is /dev/dri/card0
 [12.437] drmOpenDevice: open result is 9, (OK)
knip/



 Ik neem aan dat dat ook iets zou kunnen aanduiden.

 Alvast bedankt voor het meedenken.

Nou, eigenlijk ben ik aan vragen om het mogelijk te maken
dat er in de discussie volgorde gelezen kan worden.

Plaats reacties A.U.B. *onder* de tekst.

Verder vond ik het nodig om een passende onderwerpregel te hebben.


Groeten
Geert Stappers

P.S.
De In-Reply-To: header is aangepast, in plaats van weggehaald.
  Was: De In-Reply-To: 519680ca.1020...@hetnet.nl
   IS: De In-Reply-To: 519680ca.1020...@hetnet.nl.nieuwe.thread
--
 And is there a policy on top-posting vs. bottom-posting?
Yes.


signature.asc
Description: Digital signature