unable to configure wireless (iwconfig error)

2016-04-29 Thread Charles E Blair
   The Jessie installer did not give me an
option for wireless (using ethernet).  I
subsequently saw, when starting the computer,
a message about missing ath3k firmware.
I used aptitude to install atheros and this
message has gone away.

   I then tried to use wifi-radar.  This recognized
the relevant names of LAN access points, but seemed
to freeze on what I think was search for DHCP.
It never got as far asking me for a password.

   I then tried

iwconfig wlan0 essid "relevant name" key s:password

and got the message

Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Invalid argument.

ls /dev/wlan0 does not show anything.



Re: Hugin & Photoflow sous Jessie

2016-04-29 Thread merkedanke

Je cherche un utilisateur d'un de ces deux logiciels photos

?_ blog

sous Jessie

?_ site


photoflow<>https://aferrero2707.github.io/PhotoFlow/
hugin<>launchpad

photoflowblog.blogspot.com/
Hugin PPA - PanoTools.org Wiki
https://sourceforge.net/p/hugin/hugin/ci/default/tree/Debian/
https://github.com/aferrero2707/PhotoFlow
wiki.panotools.org/Hugin_PPA
https://mayukhmukherjee.wordpress.com/2014/04/05/installing-hugin-autopano-sift-c-in-linux/

voir mailing-list uk ou esp ou gimp fr peut-être ...





Re: Cambio repentino de archivo de texto normal a archivo binario

2016-04-29 Thread Debianero
On Fri, Apr 29, 2016 at 10:22:23PM +0200, Santiago Vila wrote:
> > egrep -i texto-a-buscar archivo-texto
> > Coincidencia en el fichero binario archivo-texto
> 
> Usa la opción -a:
> 
> grep -a -i texto-a-buscar archivo-texto
> 
> o si lo prefieres:
> 
> grep -ai texto-a-buscar archivo-texto

¡¡¡Genial, si funciona!!!. Con esto resuelvo parte del problema inmediato. Pero 
agradezco muchisimo. Ahora a buscar el ¿Porque se convierte en binario? ¿Con 
que simbolo?.


> 



Re: Cambio repentino de archivo de texto normal a archivo binario

2016-04-29 Thread Debianero
On Fri, Apr 29, 2016 at 10:22:23PM +0200, Santiago Vila wrote:
> > egrep -i texto-a-buscar archivo-texto
> > Coincidencia en el fichero binario archivo-texto
> 
> Usa la opción -a:
> 
> grep -a -i texto-a-buscar archivo-texto
> 
> o si lo prefieres:
> 
> grep -ai texto-a-buscar archivo-texto

Perfecto, lo intentare ahora mismo. Gracias

> 



Re: Cambio repentino de archivo de texto normal a archivo binario

2016-04-29 Thread Debianero
On Fri, Apr 29, 2016 at 08:49:55PM -0500, petrohs el compa obrero wrote:
> 2016-04-29 20:43 GMT-05:00 Debianero :
> >
> > On Fri, Apr 29, 2016 at 02:24:17PM +, Camaleón wrote:
> > > El Thu, 28 Apr 2016 19:19:35 -0500, Debianero escribió:
> > >
> > > > On Thu, Apr 28, 2016 at 07:06:19PM -0500, Debianero wrote:
> > > >> On Thu, Apr 28, 2016 at 01:55:38PM +, Camaleón wrote:
> > >
> > > (...)
> > >
> > > >> > > Deseo realizar una busqueda en el archivo mediante el comando
> > > >> > > siguiente:
> > > >> > >
> > > >> > > egrep -i texto-a-buscar archivo-texto Coincidencia en el fichero
> > > >> > > binario archivo-texto
> > > >> > >
> > > >> > > ¿Alguna ida de lo que este pasando? y como puedo volverlo a
> > > >> > > regresar a modo texto?.
> > > >> >
> > > >> > Ejecuta "file archivo" y manda la salida.
> > > >>
> > > >> file miarchivo.txt miarchivo.txt UTF-8 Unicode text, with very long
> > > >> lines
> > > >
> > > > Correccion, no me arroja este resultado, esto lo ejecute con un respaldo
> > > > de un archivo. Lo correcto es:
> > > >
> > > > $ file miarchivo.txt miarchivo.txt: data
> > >
> > > ¿Has manipulado ese archivo de alguna forma, bien añadiendo datos
> > > automáticamente o bien editándolo manualmente?
> >
> > Asi es, se añaden datos mediante una captura
> >
> > #!/bin/bash
> >
> > echo "ESCRIBE EL TEXTO A AGREGAR AL LIBRO"
> > read agregartexto
> >
> > $agregartexto >> miarchivo.txt
> >
> > >
> > > Prueba a ejecutar un "diff" sobre los dos archivo para ver las
> > > diferencias.
> > >
> > > De todas formas creo recordar que ya hablamos de este mismo problema en
> > > otro hilo y estaba relacionado con la forma en que file/grep/diff y demás
> > > interpretaban los archivos, no recuerdo si era un bug o una "feature" :-)
> > >
> >
> > Recuerdo que abrí otro hilo que se llamaba "Guion medio color azul en 
> > Emacs", solo que la solucion fue editarlo a mano y listo, pero volvio a 
> > suceder. Quizas te refieras a algun otro que hayas respondido y que no tuve 
> > la oportunidad de leer (lo buscare para leerlo).
> >
> Buenas noches (o días)
> Me ha pasado que el archivo guarda algún carácter especial y por ello,
> pese a que el resto es texto plano lo detecta como binario.
> Eliminando ese campo todo vuelve a ser texto.

¡Claro, por supuesto que es mucho mas facil, podria esto resolver el probema, 
si reviso entonces las ultimas lineas o el ultimo dia cuando fue ingresado el 
texto y de ahi podria entender cuando y con que simbologia genera este 
problema!. ¿Pero y los signos que me aparecen al comienzo "^@"?

De todas maneras, lo analizare.

Gracias


> 
> 
> -- 
> "Cada cual según sus fuerzas, cada quien según sus necesidades..."
> 



Re:Problème démarrage debian 7 - écran noir

2016-04-29 Thread merkedanke

suggestions :
0 _
jessie 8 !
1 _
i915
2 _
dpkg-reconfigure xserver-orgr
service gdm start ou restart ou startx ou reboot
3 _
gparted + check
4 _
update-grub
5 _
mepis
6 _
repair-boot
7 _
f7



Re: Cambio repentino de archivo de texto normal a archivo binario

2016-04-29 Thread petrohs el compa obrero
2016-04-29 20:43 GMT-05:00 Debianero :
>
> On Fri, Apr 29, 2016 at 02:24:17PM +, Camaleón wrote:
> > El Thu, 28 Apr 2016 19:19:35 -0500, Debianero escribió:
> >
> > > On Thu, Apr 28, 2016 at 07:06:19PM -0500, Debianero wrote:
> > >> On Thu, Apr 28, 2016 at 01:55:38PM +, Camaleón wrote:
> >
> > (...)
> >
> > >> > > Deseo realizar una busqueda en el archivo mediante el comando
> > >> > > siguiente:
> > >> > >
> > >> > > egrep -i texto-a-buscar archivo-texto Coincidencia en el fichero
> > >> > > binario archivo-texto
> > >> > >
> > >> > > ¿Alguna ida de lo que este pasando? y como puedo volverlo a
> > >> > > regresar a modo texto?.
> > >> >
> > >> > Ejecuta "file archivo" y manda la salida.
> > >>
> > >> file miarchivo.txt miarchivo.txt UTF-8 Unicode text, with very long
> > >> lines
> > >
> > > Correccion, no me arroja este resultado, esto lo ejecute con un respaldo
> > > de un archivo. Lo correcto es:
> > >
> > > $ file miarchivo.txt miarchivo.txt: data
> >
> > ¿Has manipulado ese archivo de alguna forma, bien añadiendo datos
> > automáticamente o bien editándolo manualmente?
>
> Asi es, se añaden datos mediante una captura
>
> #!/bin/bash
>
> echo "ESCRIBE EL TEXTO A AGREGAR AL LIBRO"
> read agregartexto
>
> $agregartexto >> miarchivo.txt
>
> >
> > Prueba a ejecutar un "diff" sobre los dos archivo para ver las
> > diferencias.
> >
> > De todas formas creo recordar que ya hablamos de este mismo problema en
> > otro hilo y estaba relacionado con la forma en que file/grep/diff y demás
> > interpretaban los archivos, no recuerdo si era un bug o una "feature" :-)
> >
>
> Recuerdo que abrí otro hilo que se llamaba "Guion medio color azul en Emacs", 
> solo que la solucion fue editarlo a mano y listo, pero volvio a suceder. 
> Quizas te refieras a algun otro que hayas respondido y que no tuve la 
> oportunidad de leer (lo buscare para leerlo).
>
Buenas noches (o días)
Me ha pasado que el archivo guarda algún carácter especial y por ello,
pese a que el resto es texto plano lo detecta como binario.
Eliminando ese campo todo vuelve a ser texto.


-- 
"Cada cual según sus fuerzas, cada quien según sus necesidades..."



Re: Cambio repentino de archivo de texto normal a archivo binario

2016-04-29 Thread Debianero
On Fri, Apr 29, 2016 at 02:24:17PM +, Camaleón wrote:
> El Thu, 28 Apr 2016 19:19:35 -0500, Debianero escribió:
> 
> > On Thu, Apr 28, 2016 at 07:06:19PM -0500, Debianero wrote:
> >> On Thu, Apr 28, 2016 at 01:55:38PM +, Camaleón wrote:
> 
> (...)
> 
> >> > > Deseo realizar una busqueda en el archivo mediante el comando
> >> > > siguiente:
> >> > > 
> >> > > egrep -i texto-a-buscar archivo-texto Coincidencia en el fichero
> >> > > binario archivo-texto
> >> > > 
> >> > > ¿Alguna ida de lo que este pasando? y como puedo volverlo a
> >> > > regresar a modo texto?.
> >> > 
> >> > Ejecuta "file archivo" y manda la salida.
> >> 
> >> file miarchivo.txt miarchivo.txt UTF-8 Unicode text, with very long
> >> lines
> > 
> > Correccion, no me arroja este resultado, esto lo ejecute con un respaldo
> > de un archivo. Lo correcto es:
> > 
> > $ file miarchivo.txt miarchivo.txt: data
> 
> ¿Has manipulado ese archivo de alguna forma, bien añadiendo datos  
> automáticamente o bien editándolo manualmente?

Asi es, se añaden datos mediante una captura

#!/bin/bash

echo "ESCRIBE EL TEXTO A AGREGAR AL LIBRO"
read agregartexto

$agregartexto >> miarchivo.txt

> 
> Prueba a ejecutar un "diff" sobre los dos archivo para ver las 
> diferencias.
> 
> De todas formas creo recordar que ya hablamos de este mismo problema en 
> otro hilo y estaba relacionado con la forma en que file/grep/diff y demás 
> interpretaban los archivos, no recuerdo si era un bug o una "feature" :-)
>

Recuerdo que abrí otro hilo que se llamaba "Guion medio color azul en Emacs", 
solo que la solucion fue editarlo a mano y listo, pero volvio a suceder. Quizas 
te refieras a algun otro que hayas respondido y que no tuve la oportunidad de 
leer (lo buscare para leerlo).

> Saludos,
> 
> -- 
> Camaleón
> 



Hugin & Photoflow sous Jessie

2016-04-29 Thread e Lpe
Bonjour,

Je cherche un utilisateur d'un de ces deux logiciels photos que je
n'arrive pas à faire tourner sous Jessie.



Re: Posts don't show on list

2016-04-29 Thread Gary Roach

On 04/29/2016 03:45 PM, Stephen Allen wrote:

On Fri, Apr 29, 2016 at 03:20:14PM -0700, Gary Roach wrote:

address. But I don't think that aol or my mail client is the problem here. I
have mailing lists that are hosted by GoogleGroups and by Sourceforge that
work fine. Does any one know who hosts this list. It doesn't have any info
at the bottom of the page like the others do. Does Debian have there own
mail server?

Yes Debian runs their own email server. If you want to show someone an
image, don't attach it to an email here, but use pastebin. I know Debian
has their own (don't have the url handy right now) but put it there or
anywhere and post the url in the body of your email.


Thanks for the info. Presently, none of my posts show up in the thread 
making it difficult, sometimes, to figure out what is going on. if now 
one replies, I have no idea if the message got through (redundant 
statement I know).


Gary R



autofs no me funciona después de actualizar de Jessie a Stretch

2016-04-29 Thread Walter O. Dari

Hola:

Actualicé de versión en una notebook Lenovo B590 y ya he pulido varios 
detalles, como por ejemplo instalar plymouth, sino no arranca ;-)


Estuve mirando aquí [1] pero no menciona problemas con autofs.

Usé la configuración tenía en Jessie.

En el auto.master tengo la siguiente línea...

/autosw /etc/auto.sw


... también tengo creado el directorio /autosw. El archivo /etc/auto.sw 
contiene lo siguiente...


svrsw2_uc  svrsw2:/home/sw/Uso_compartido
svrsw2_bk  svrsw2:/home/bkclientes
svrsw64_bk svrsw64:/home/bkclientes2
sistemas   svrsw:/home/sistemas
svrsw_wd   svrsw:/home/wodari
FEcopias   svrsw:/home/FE.PDF

... digamos que no modifiqué nada de lo que usaba en Jessie, ni 
carpetas, ni archivos, ni absolutamente nada.


Todos los nombres de los servidores están bien en el archivo /etc/hosts 
y los servidores que comparten mediante nfs tienen contemplada la IP de 
la portátil en /etc/exports.


Funcionaba perfectamente en Jessie pero se me empacó con Stretch.

Alguien tiene idea qué puede estar pasando y si puede ser debido a algún 
tipo de cambio en Stretch ?


Gracias y saludos,



[1] 
https://www.debian.org/releases/testing/i386/release-notes/ch-upgrading.es.html#package-specific-issues




--

Walter O. Dari

http://swcomputacion.com/
https://facebook.com/swcomputacion/
https://facebook.com/sistemasSW/
skype: waomda



Problems after upgrade to Jessie

2016-04-29 Thread Rob van der Putten

Hi there


I run into the following problems after upgrading to Jessie;
- logresolve segfaults.
- Apache misses cern_meta.load
- console-kit-daemon complains;
console-kit-daemon[4676]: GLib-CRITICAL: Source ID 154 was not found 
when attempting to remove it


How do I get cern_meta.load?
Is compiling Apache myself the only option?


Regards,
Rob




Re: Posts don't show on list

2016-04-29 Thread Gene Heskett
On Friday 29 April 2016 18:33:07 Stephen Allen wrote:

> On Thu, Apr 28, 2016 at 06:33:33PM -0700, Marc Shapiro wrote:
> > On 04/27/2016 04:21 PM, Stephen Allen wrote:
> > > > > On Tue, Apr 26, 2016 at 11:26:36PM -0700, Marc Shapiro wrote:
> > > > >
> > > > > 
> > > > >
> > > > > > Yes, it came right back.  It shows as being 'Read', but it's
> > > > > > there.
> > > > > >
> > > > > >
> > > > > > Marc
> > > > >
> > > > > You're reading the 'All Mail' Gmail directory that's why.
> > > > > Copies don't come back to one's regular inbox, but will be in
> > > > > the all mail directory if my memory serves me. By default
> > > > > Gmail won't show them in the inbox in their Webmail Gmail or
> > > > > INBOX app. Using IMAP on mutt I don't see them either unless I
> > > > > enter the all mail directory.
> >
> > Actually, no.
> >
> > I let Gmail do my filtering and all of the list's mail gets filtered
> > into a separate folder.  My posts show up there.
>
> You're telling me you put your sent mail in that folder too via a
> ruleset? Why do you want to see your sent email?

I dunno what planet you are on, but I want to see my post coming back 
from the list server to prove that the post made it to the list.  With 
gmail, the only practical way to do that is to subscribe using two 
different names, and always send to only one, but you will then get the 
list echo back on the 2nd account.  Its a PITA with gmail, but its the 
only way I know of to get around their duplicate deletion.  Then gmail 
changed the login about a year ago, so mine failed and I took that 
server off my every 3 minute scan for new mail.  And I don't miss the 
headache of dealing with gmail as it reduces my pain killer input by 
99%.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: Posts don't show on list

2016-04-29 Thread David Wright
On Fri 29 Apr 2016 at 15:20:14 (-0700), Gary Roach wrote:
> On 04/22/2016 04:16 PM, David Wright wrote:
> >On Fri 22 Apr 2016 at 15:22:11 (-0700), Gary Roach wrote:
> >>On 04/22/2016 06:02 AM, Mimiko wrote:
> >>>On 22.04.2016 09:46, Tixy wrote:
> It's because you use gmail and that has a 'feature' which you can't turn
> off that deliberately hides your own messages.
> >>>On 22.04.2016 09:55, Brad Rogers wrote:
> Like I said to Michael; gmail.
> 
> I find it surprising, to say the least, that, even after all this time,
> some people still do not know that gmail does not return list posts to
> the writer.
> >>>I know about this. Its just a minor annoyance. I could just enter
> >>>lists site and see if it is there or not. I don't send a duplicate
> >>>if message is on list.
> >>>
> >>>On 22.04.2016 11:59, Gene Heskett wrote:
> What you Mimiko, should be doing is using your own ISP's mail server,
> which on this mailing list I am, by setting up your own email agent.
> There are quite a few available for linux.
> >>>I don't want to use my ISP's mail account. Its limited. It can be
> >>>blocked. I can switch to another ISP.
> >>>
> >>>I could setup a mail server, but why should I bother to set it up
> >>>on my linux-like router, or on my windows desktop...
> >>>
> >>>
> >>>This google's "functionality" is a minor problem.
> >>>
> >>I'm glad you thing this is a minor problem. Just put out a critical
> >>question, get no answer and not know whether its due to the message
> >>not getting through or just no interest. It drives me nuts. Things
> >>are inconsistent as well. When I posted this thread my original
> >>message was posted. Since then I tried to as a question requiring
> >>the inclusion of a screen shot. I put the screen shot as an
> >>attachment. The message just disappeared never to be heard from
> >>again. Very annoying .
> >Do you not have web access? You can check there.
> >
> >Cheers,
> >David.
> >
> Not sure what you mean by web access. To what?

If you look at the list of most recent postings at
https://lists.debian.org/debian-user/recent
you'll be able to see whether your contribution has arrived yet.
The page should refresh about every 20 minutes.

That's if you start a new thread. If you reply to an existing
thread, it'll be listed under that thread, which may be on
a previous page (though AIUI not a previous month).

So, for example, the post I'm replying to here is visible at
https://lists.debian.org/debian-user/2016/04/msg01096.html
which is listed on such a previous page at
https://lists.debian.org/debian-user/2016/04/thrd2.html

> My account is now with aol only because they allow me to use my old
> verizon address. But I don't think that aol or my mail client is the
> problem here. I have mailing lists that are hosted by GoogleGroups
> and by Sourceforge that work fine. Does any one know who hosts this
> list. It doesn't have any info at the bottom of the page like the
> others do. Does Debian have there own mail server?

That information is in the headers (near the bottom):

List-Id: 
List-URL: 
List-Post: 
List-Help: 
List-Subscribe: 
List-Unsubscribe: 


Cheers,
David.



Re: HOW TO DOWNLOAD DEBIAN 7.6

2016-04-29 Thread Santiago José López Borrazás
El 30/04/16 a las 01:03, Santiago José López Borrazás escribió:

Por cierto, las imágenes de CD's/DVD's, los tienes en el mismo sitio, a
través de este otro:

http://cdimage.debian.org/mirror/cdimage/archive/7.6.0/

amd64, i386, armel, armhf, ia64,...¿más lo tengo que dar?

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



signature.asc
Description: OpenPGP digital signature


Re: Posts don't show on list

2016-04-29 Thread Santiago Vila
On Fri, Apr 29, 2016 at 03:20:14PM -0700, Gary Roach wrote:

> Does any one know who hosts this list. It doesn't have any info
> at the bottom of the page like the others do.

There used to be information at the bottom of the emails but it was
moved to the headers because it broke digital signatures.

You can still see this information by telling your email client to
show the full headers.

> Does Debian have there own mail server?

Yes. The list server is called lists.debian.org, aka bendel.debian.org,
and it's a machine from the Debian Project.

There are a lot of other machines from the Project for several purposes.
If you are curious:

https://db.debian.org/machines.cgi



Re: HOW TO DOWNLOAD DEBIAN 7.6

2016-04-29 Thread Santiago José López Borrazás
El 30/04/16 a las 00:33, DAVID MANZANO SÁNCHEZ escribió:
> Hola,
> 
> contacto con ustedes porque soy incapaz de descargar de sus repositorios la
> imagen .iso para instalar debian 7.6.0 wheezy.
> 
> Necesito esa versión concreta. Tenéis un directorio list-cd, pero no sé cómo
> juntar todas esas partes en una sola.
> 
> Gracias, un saludo!

¿Y no te da la posibilidad de hacerlo con cdimage.debian.org?:

http://cdimage.debian.org/mirror/cdimage/archive/

Hay muchas cosas más...y te puedes encontrar para tener la instalación 'en
limpio' para luego, hacer réplicas a través de snapshot.debian.org (sí,
poniendo todos los paquetes a la última de dicha versión, por si los
quieres...):

http://snapshot.debian.org/

Del que, mismo arriba, tienes TODOS los CD's/DVD's disponibles de Debian
antiguos como los de la versión anterior (la 8.3.0).

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



signature.asc
Description: OpenPGP digital signature


HOW TO DOWNLOAD DEBIAN 7.6

2016-04-29 Thread DAVID MANZANO SÁNCHEZ
Hola,

contacto con ustedes porque soy incapaz de descargar de sus repositorios la
imagen .iso para instalar debian 7.6.0 wheezy.

Necesito esa versión concreta. Tenéis un directorio list-cd, pero no sé
cómo juntar todas esas partes en una sola.

Gracias, un saludo!


Re: Posts don't show on list

2016-04-29 Thread Stephen Allen
On Fri, Apr 29, 2016 at 03:20:14PM -0700, Gary Roach wrote:
> address. But I don't think that aol or my mail client is the problem here. I
> have mailing lists that are hosted by GoogleGroups and by Sourceforge that
> work fine. Does any one know who hosts this list. It doesn't have any info
> at the bottom of the page like the others do. Does Debian have there own
> mail server?

Yes Debian runs their own email server. If you want to show someone an
image, don't attach it to an email here, but use pastebin. I know Debian
has their own (don't have the url handy right now) but put it there or
anywhere and post the url in the body of your email.



Re: Posts don't show on list

2016-04-29 Thread Gary Roach

On 04/22/2016 04:16 PM, David Wright wrote:

On Fri 22 Apr 2016 at 15:22:11 (-0700), Gary Roach wrote:

On 04/22/2016 06:02 AM, Mimiko wrote:

On 22.04.2016 09:46, Tixy wrote:

It's because you use gmail and that has a 'feature' which you can't turn
off that deliberately hides your own messages.

On 22.04.2016 09:55, Brad Rogers wrote:

Like I said to Michael; gmail.

I find it surprising, to say the least, that, even after all this time,
some people still do not know that gmail does not return list posts to
the writer.

I know about this. Its just a minor annoyance. I could just enter
lists site and see if it is there or not. I don't send a duplicate
if message is on list.

On 22.04.2016 11:59, Gene Heskett wrote:

What you Mimiko, should be doing is using your own ISP's mail server,
which on this mailing list I am, by setting up your own email agent.
There are quite a few available for linux.

I don't want to use my ISP's mail account. Its limited. It can be
blocked. I can switch to another ISP.

I could setup a mail server, but why should I bother to set it up
on my linux-like router, or on my windows desktop...


This google's "functionality" is a minor problem.


I'm glad you thing this is a minor problem. Just put out a critical
question, get no answer and not know whether its due to the message
not getting through or just no interest. It drives me nuts. Things
are inconsistent as well. When I posted this thread my original
message was posted. Since then I tried to as a question requiring
the inclusion of a screen shot. I put the screen shot as an
attachment. The message just disappeared never to be heard from
again. Very annoying .

Do you not have web access? You can check there.

Cheers,
David.


Not sure what you mean by web access. To what?

My account is now with aol only because they allow me to use my old 
verizon address. But I don't think that aol or my mail client is the 
problem here. I have mailing lists that are hosted by GoogleGroups and 
by Sourceforge that work fine. Does any one know who hosts this list. It 
doesn't have any info at the bottom of the page like the others do. Does 
Debian have there own mail server?


Gary R.



Re: Posts don't show on list

2016-04-29 Thread Stephen Allen
On Thu, Apr 28, 2016 at 06:33:33PM -0700, Marc Shapiro wrote:
> On 04/27/2016 04:21 PM, Stephen Allen wrote:
> > > > On Tue, Apr 26, 2016 at 11:26:36PM -0700, Marc Shapiro wrote:
> > > > 
> > > > 
> > > > 
> > > > > Yes, it came right back.  It shows as being 'Read', but it's there.
> > > > > 
> > > > > 
> > > > > Marc
> > > > You're reading the 'All Mail' Gmail directory that's why. Copies don't
> > > > come back to one's regular inbox, but will be in the all mail directory
> > > > if my memory serves me. By default Gmail won't show them in the inbox in
> > > > their Webmail Gmail or INBOX app. Using IMAP on mutt I don't see them
> > > > either unless I enter the all mail directory.
> > > > 
> Actually, no.
> 
> I let Gmail do my filtering and all of the list's mail gets filtered into a
> separate folder.  My posts show up there.

You're telling me you put your sent mail in that folder too via a
ruleset? Why do you want to see your sent email?



Re: apache 2.4.10, debian jessie, PHP 7.0.4 SWAP issue

2016-04-29 Thread Santiago Vila
On Tue, Apr 26, 2016 at 07:42:06PM +0200, Marek Soha wrote:

> We are experiencing weird issue when we implemented this new combination of
> debian+apache+PHP.
> The system is serving PHP pages. It is running correctly for a quite a bit
> and then start to heavily swap without any outer issue (no load spike). The
> swap is not cleaning itself, only apache restart is of help in this case.
> We were not experiencing this with combination of debian wheezy+apache
> 2.2.22+PHP 5.5.16.
> Do anybody have an idea where to look at?

Please note that the PHP version alone is not enough to know what
exactly you are using. For example, you could be using the Apache
mod_php module (Debian package "libapache2-mod-php5") or maybe PHP-FPM
(Debian package "php5-fpm").

Both are available in jessie and both are "PHP 5.6", but PHP-FPM is
usually much better.

BTW: Are you sure you are using jessie and PHP 7?
(There is no PHP 7 in jessie).



Re: Cambio repentino de archivo de texto normal a archivo binario

2016-04-29 Thread Santiago Vila
> egrep -i texto-a-buscar archivo-texto
> Coincidencia en el fichero binario archivo-texto

Usa la opción -a:

grep -a -i texto-a-buscar archivo-texto

o si lo prefieres:

grep -ai texto-a-buscar archivo-texto



Re: Problème démarrage debian 7 - écran noir

2016-04-29 Thread humbert . olivier . 1
> Grub semble lancer l'initialisation normalement, sauf qu'au moment 
> d'obtenir l'écran de sélection de l'utilisateur pour entrer dans ma 
> session, j'ai un écran noir.


Quel gestionnaire de session utilises-tu ? gdm ? lightdm ? autre ?



Re: Monitorear quien en una LAN esta enviando muchos paquetes

2016-04-29 Thread Gustavo Nuñez
iptraf, puede ayudar.

Saludos


El 28 de abril de 2016, 12:40, Leandro Ledesma 
escribió:

> Estimados,
>
> Actualmente alguien dentro de una LAN esta enviando grandes paquetes hacia
> afuera, me gustaria saber quien es!!
>
> Alguna recomendacion?
>
> Muchas gracias.
>
> Saludos.
>
> --
> -~-~-~-~-~-~-~-~-~-~-~-~-~
> Leandro Ledesma
> Linux Counter #499024
>



--


Re: Multiple live iso's on a single bootable flash drive?

2016-04-29 Thread Brian
On Fri 29 Apr 2016 at 21:57:53 +0300, Piyavkin wrote:

> Though, I agree, parameters may vary. May be «fromiso» in the last example
> is a better choice indeed. I'd just experimented with related instructions
> until it started working for me and I'm done.

Look carefully. I didn't recommend 'fromiso'.

> > It is a source of contention (and a number of bug reports) but it is by
> design.
> 
> Why such design?

Suppose you want to install Debian; that's the objective after all. An
isohybrid allows mounting the USB stick directly. You dd/cat/cp the
image to a USB stick and boot and there you are - Debian is installed.

What does loop-mounting of an ISO file with GRUB give you?



Re: ¿Sitio web debian caído?

2016-04-29 Thread Germán Avendaño Ramírez

El 29/04/16 a las 09:15, Camaleón escribió:

El Thu, 28 Apr 2016 16:53:34 -0500, Germán Avendaño Ramírez escribió:


Cordial saludo

Cuando intento actualizar, usando la orden

# apt-get update

No se puede conectar al repositorio de seguridad de debian. Obtengo lo
siguiente:

"Err http://security.debian.org jessie/updates Release.gpg
No se puede iniciar la conexión a security.debian.org:80
(2801:82:80ff:8009:e61f:13ff:fe63:8e88). - connect (101: La red es
inaccesible) [IP: 2801:82:80ff:8009:e61f:13ff:fe63:8e88 80]"


(...)

Hum... está usando IPv6, prueba forzando la conexión a una máquina IPv4:

apt-get -o Acquire::ForceIPv4=true update

Saludos,

Al parecer el problema era del proveedor del servicio de internet. Ya 
está funcionando nuevamente la conexión al sitio www.debian.org y ya 
actualicé y descargó la información del repositorio de seguridad.


Gracias

--
Germán Avendaño Ramírez
Lic. Mat. U.D., M.Sc. U.N.
Colegio José Benigno Segura Velásquez
Delegado Asamblea ADE
Veedor salud ADE
Cel: 3174411959
Email: german_...@autistici.org
GNU/Linux user # 531535
Sent from Debian Jessie GNU/Linux



Re: OT: what do you know about Linux?

2016-04-29 Thread Lister

On 26/4/16 13:09, Juan R. de Silva wrote:

I've meant to say that as far as I know Windows would not be able to run
keyboard connected so wrongly at all. Even if, like in my case,
motherboard survived such a bad treatment.


For what it's worth, Windows doesn't care either.  If I'm not mistaken, 
even the BIOS doesn't really care - it just reports that the keyboard 
isn't plugged in where it expects it, but the message is usually 
something to the effect of:


Error: no keyboard found, press any key

And sure enough, you can hit that magical "any" key and it will sail 
right past the error.


This might be different depending on the board/bios, but in my years of 
PC support (back when linux users still opted for the PS/2 
keyboard/mouse out of necessity) I never came across a board that didn't 
recognise the keyboard when plugged into the wrong port.




Re: Multiple live iso's on a single bootable flash drive?

2016-04-29 Thread Piyavkin

On 29.04.2016 16:21, Brian wrote:

On Thu 28 Apr 2016 at 22:26:33 +0300, Piyavkin wrote:


On 28.04.2016 19:31, Curt wrote:

On 2016-04-28, Richard Owlett  wrote:

I've some untried VAGUE ideas on how to accomplish.

Maybe this would work if I'm understanding you correctly:

http://www.pendrivelinux.com/boot-multiple-iso-from-usb-via-grub2-using-linux/#more-5352


Two questions:
Has this been done before?
Any comments?

Yep, it can be done and pretty easy. I've done (been doing) it using some
instructions from the pendrivelinux.com.

The idea is simple:

1. Install grub2 on a USB-drive.

The drive should first be partitioned and the partitiion(s) formatted. I
use FAT16 and vfat. If it is an installer image which GRUB is booting
the fat and vfat modules are available from the start of the install.


2. Place there .iso image (in root of the drive or in some directory as you
like).

3. Use in the grub.cfg instructions like such:

menuentry "Xubuntu 14.04.1 Desktop i386 ISO" {
  set isofile="/xubuntu-14.04.1-desktop-i386.iso"
  loopback loop $isofile
  linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noeject
noprompt splash --
  initrd (loop)/casper/initrd.lz
}

4. Profit!

It is worth stressing that 'boot=casper' is for Ubuntu-based live images
only. It will not work with a Debian live image. I think the same is
true of 'iso-scan/filename=...'.


Images from Ubuntu family works fine. As to the Debian there was some
weirdness (I don't know if it still persists in newer versions), but it is
possible to dodge it. Simple way (from here

You have switched from talking about Debian live images to installer
images. GRUB's loopback facility cannot be used with them because the
iso-scan and load-iso packages are only included in the hd-media initrd.
It is a source of contention (and a number of bug reports) but it is by
design.

There should be no expectation of GRUB's loopback working to install
Debian using just d-i's initrd in the ISO.


https://wiki.archlinux.org/index.php/Multiboot_USB_drive#Debian ) is:

0. Do steps 1 and 2 from list above.

1. Download proper initramfs (which matches your desirable Debian .iso
image) from here:
https://mirrors.kernel.org/debian/dists/stable/main/installer-amd64/current/images/hd-media/initrd.gz
https://mirrors.kernel.org/debian/dists/stable/main/installer-i386/current/images/hd-media/initrd.gz
http://mirrors.kernel.org/debian/dists/stable/main/installer-i386/current/images/netboot/debian-installer/i386/initrd.gz
etc.

2. Place it somewhere on the USB-drive (in /deb/hdd directory, for example).

3. Use such instructions in grub.cfg:

menuentry "Debian 7.8.0 Desktop i386 Gnome CD ISO (CD Install;
/deb/hdd/initrd.gz)" {
  set isofile="/debian-7.8.0-i386-CD-1.iso"
  set initrdfile='/deb/hdd/initrd.gz'
  loopback loop0 $isofile
  linux (loop0)/install.386/vmlinuz iso-scan/ask_second_pass=true
iso-scan/filename=$isofile priority=low
# initrd (loop0)/install.386/initrd.gz
  initrd $initrdfile
}

4. Profit again!

Debian Live iso works without additional downloads (some kind of
self-sufficient). It is possible to use fromiso param and to provide precise

The live ISO initrds contain sufficient to scan and find the ISO and
provide a loop device.


path to your iso and address your USB-drive by UID like this (theoretically
it should speed up the process):

menuentry "Debian 7.8.0 Desktop i386 Xfce ISO (LIVE from ISO)" {
  set isofile="/debian-live-7.8.0-i386-xfce-desktop.iso"
  loopback loop0 $isofile
  linux (loop0)/live/vmlinuz1 boot=live
fromiso=/dev/disk/by-uuid/19C5-2FB2$isofile live-media-path=/live config
  initrd (loop0)/live/initrd1.img
}

vmlinuz1 and initrd1.img are for booting live-586. Files in the isolinux
directory of the ISO should be consulted for other kernels and initrds
to use.

I'd suggest 'findiso=$isofile' as a possible replacement for the
'fromiso=...' directive.




Yes, USB-drive should be partitioned and formatted properly (though, 
FAT16 can be a problem with relatively fat images or partitions, I 
guess; FAT32 works OK). Just have skipped the preparations as obvious 
and thoroughly described part in the pendrivelinux.com instructions (see 
the link above). I've intended to dwell on the more interesting part of 
the story.


It worth to point out that all the stated menuentries are excerpts from 
my current grub.cfg from USB-drive with a pile of .iso images on it. I'm 
using both Debian live images and Debian installer images (hd-media, 
netboot). All that tested (up to Debian 7.8) and works fine.


Though, I agree, parameters may vary. May be «fromiso» in the last 
example is a better choice indeed. I'd just experimented with related 
instructions until it started working for me and I'm done.



> It is a source of contention (and a number of bug reports) but it is 
by design.


Why such design?


Best regards,
Dmitry Piyavkin



Re: kvm | shared san storage

2016-04-29 Thread Paul van der Vlis
Hoi MJ,

Op 29-04-16 om 10:24 schreef mj:
> Hoi,
> 
> Zijn hier mensen die in hun netwerken gebruik maken van kvm
> virtualisatie onder debian, shared storage op SAN, live guest machine
> migration, dat soort dingen?
> 
> Waarom ik dit vraag: wij doen op dit moment heel 'basic' virtualisatie:
> elke guest draait op zijn eigen debian host, geen shared storage, geen
> live migration & backups middels het backuppen van de hele qcow2/raw image.
> 
> Ik zou t fijn vinden om wat tips en truucs te krijgen van iemand die dit
> in de praktijk doet.
> 
> Zijn hier mensen die dit doen: heeft het zin om hier vragen over dat
> onderwerp te stellen?

Ik gebruik ook KVM, maar bij mij is het ook behoorlijk basic. Ik doe het
helemaal op de commandline met een terminal op de virtuele seriele poort
voor noodgevallen. Backuppen doe ik vanuit de guest met rsync. Ik heb
systemen met qcow2 en systemen met LVM.

Groet,
Paul.



-- 
Paul van der Vlis Linux systeembeheer Groningen
https://www.vandervlis.nl/



Re: pxe boot over http rather than nfs

2016-04-29 Thread Greg Fitzgerald
On Fri Apr 29 12:07PM, Dan Ritter wrote:
> On Fri, Apr 29, 2016 at 11:24:24AM -0400, Greg Fitzgerald wrote:
> > On Fri Apr 29 10:45AM, Dan Ritter wrote:
> > > On Fri, Apr 29, 2016 at 09:44:17AM -0400, Greg Fitzgerald wrote:
> > > > I'm pxe booting the debian live cd. I currently serve
> > > > filesystem.squashfs over nfs, but I'm wondering if there is a way to
> > > > serve it over http like other distros offer?
> > > 
> > > Yes.
> > > 
> > > LABEL jessie-live
> > > MENU LABEL Jessie Live
> > > KERNEL debian/jessie/live/vmlinuz
> > > INITRD debian/jessie/live/initrd.img
> > > APPEND boot=live
> > > fetch=http://servername.tld/isos/debian-live-8.3.0-amd64-standard.iso 
> > > 
> > > for example.
> > > 
> > > Note that it does not, at this time, appear to work with https.
> > > 
> > > -dsr-
> > > 
> > 
> > Thanks. Does fetch have to pass the iso file or can it just point to the
> > squashfs file?
> 
> In theory, the squashfs should work. In practice, I haven't
> tried that.
> 
> -dsr-

Just a note for anyone paying attention passing
fetch=http://192.168.1.4/debian/jessie/amd64/live/filesystem.squashfs
does work.

--gregf



Re: Multiple live iso's on a single bootable flash drive?

2016-04-29 Thread Nicolas George
Le primidi 11 floréal, an CCXXIV, Brian a écrit :
> I'm positive. :) Please see the final portion of Piyavkin's mail.

Then that is good news.


signature.asc
Description: Digital signature


Re: Multiple live iso's on a single bootable flash drive?

2016-04-29 Thread Brian
On Fri 29 Apr 2016 at 18:45:16 +0200, Nicolas George wrote:

> Le primidi 11 floréal, an CCXXIV, Brian a écrit :
> > *All* Debian live images (the focus of this thread) are bootable from a
> > USB stick by GRUB.
> 
> Are you sure you are talking about the same thing as me? I am talking about
> booting the image copied as a file on the stick, not copied raw on the
> stick.

I'm positive. :) Please see the final portion of Piyavkin's mail.

As for copying the image raw to a partition with dd - that also works.
An example:

  menuentry "Debian Live KDE" {
  search --label --set=root "Debian wheezy 20131014-01:18"
  linux /live/vmlinuz2 boot=live config quiet splash
  initrd /live/initrd2.img
  }

A little more work than using loopback with a file copied to the stick
but it can cater for images where loopback is of no help (like Debian
installer images). It requires some juggling with partition sizes when
using multiple images but my present stick has sixteen partitions.

> At the time I wrote the instructions page I pointed earlier, Debian install
> images could not do the former.

Changes creep up on us unawares. 



Problème démarrage debian 7 - écran noir

2016-04-29 Thread Denis Mauduit

Bonjour,

J'utilise Debian 7 avec gnome comme interface graphique depuis assez 
longtemps et cela marche très bien, sauf que depuis quelques jours j'ai 
un problème au démarrage que je n'arrive pas à résoudre:


Grub semble lancer l'initialisation normalement, sauf qu'au moment 
d'obtenir l'écran de sélection de l'utilisateur pour entrer dans ma 
session, j'ai un écran noir.


Je suis obligé  de sélectionner une console (CTRL , ALT , F2), entrer 
mon identifiant et mot de passe et lancer startx pour avoir gnome et 
utiliser mon ordi normalement... et pouvoir écrire ce message!


Voilà, si quelqu'un à une idée pour solutionner mon problème.

Bonne soirée.




Re: Multiple live iso's on a single bootable flash drive?

2016-04-29 Thread Nicolas George
Le primidi 11 floréal, an CCXXIV, Brian a écrit :
> *All* Debian live images (the focus of this thread) are bootable from a
> USB stick by GRUB.

Are you sure you are talking about the same thing as me? I am talking about
booting the image copied as a file on the stick, not copied raw on the
stick.

At the time I wrote the instructions page I pointed earlier, Debian install
images could not do the former.


signature.asc
Description: Digital signature


Re: Sound with You Tube

2016-04-29 Thread Ric Moore

On 04/28/2016 04:08 PM, andrew wrote:

Hi
Ive read widely but cannot get a clear idea of how to get youtube to
produce sound. Playing music or videos is fine.
Please assist with references or instructions
My version is debian 8.1 Jessica
Andrew


Open your browser to a youtube video and start playing it, while you 
have pavucontrol open. You should see the volume bar, on playback tab, 
twitch. If it doesn't twitch, chances are you have it muted. The volume 
level should be set to 100% and the proper output device selected. Once 
in awhile I have to open alsamixer from a terminal to reset volume 
levels. Why that happens I have no clue, but if alsa ain't right, pulse 
doesn't stand a chance.


Also, if you have HDMI audio controllers that you don't use, turn them 
to "off" under the configuration tab in pavucontrol, just so that aren't 
selected by accident. :) Ric



--
My father, Victor Moore (Vic) used to say:
"There are two Great Sins in the world...
..the Sin of Ignorance, and the Sin of Stupidity.
Only the former may be overcome." R.I.P. Dad.
http://linuxcounter.net/user/44256.html



Re: Multiple live iso's on a single bootable flash drive?

2016-04-29 Thread Brian
On Fri 29 Apr 2016 at 10:38:13 -0500, Richard Owlett wrote:

> On 4/28/2016 11:31 AM, Curt wrote:
> >On 2016-04-28, Richard Owlett  wrote:
> >>
> >>I've some untried VAGUE ideas on how to accomplish.
> >
> >Maybe this would work if I'm understanding you correctly:
> >
> >http://www.pendrivelinux.com/boot-multiple-iso-from-usb-via-grub2-using-linux/#more-5352
> >
> 
> I dimly recall encountering pendrivelinux when only wanting a single iso on
> a flash drive. IIRC there was a problem using Ubuntu oriented instructions
> when using a Debian iso.

Not surprising considering Ubuntu and Debian live images are developed
by different teams and constructed from different software (casper vs
live).

> However searching pendrivelinux.com for Debian specific items give several
> hits. More reading :)

After reading Piyavkin's post, we hope. Its final section is not the
only way to proceed but it works well for what you want. Put all the
ISOs on the stick and construct GRUB stanzas for all of them. An hour's
work at most.



Re: pxe boot over http rather than nfs

2016-04-29 Thread Dan Ritter
On Fri, Apr 29, 2016 at 11:24:24AM -0400, Greg Fitzgerald wrote:
> On Fri Apr 29 10:45AM, Dan Ritter wrote:
> > On Fri, Apr 29, 2016 at 09:44:17AM -0400, Greg Fitzgerald wrote:
> > > I'm pxe booting the debian live cd. I currently serve
> > > filesystem.squashfs over nfs, but I'm wondering if there is a way to
> > > serve it over http like other distros offer?
> > 
> > Yes.
> > 
> > LABEL jessie-live
> > MENU LABEL Jessie Live
> > KERNEL debian/jessie/live/vmlinuz
> > INITRD debian/jessie/live/initrd.img
> > APPEND boot=live
> > fetch=http://servername.tld/isos/debian-live-8.3.0-amd64-standard.iso 
> > 
> > for example.
> > 
> > Note that it does not, at this time, appear to work with https.
> > 
> > -dsr-
> > 
> 
> Thanks. Does fetch have to pass the iso file or can it just point to the
> squashfs file?

In theory, the squashfs should work. In practice, I haven't
tried that.

-dsr-



Re: Multiple live iso's on a single bootable flash drive?

2016-04-29 Thread Brian
On Fri 29 Apr 2016 at 17:06:44 +0200, Nicolas George wrote:

> Le primidi 11 floréal, an CCXXIV, Richard Owlett a écrit :
> > I'll have to try it to understand what author means by saying "Requires
> > cooperation from the distribution: as any procedure in fact." under cons.
> 
> It is the same principle as software RAID or LVM : the kernel has low-level
> support for these things, but userland utilities are needed to set things
> up: parse the LVM metadata, detect the RAID arrays, etc. If the root
> filesystem is on one of these, it is not possible to boot directly on it,
> there must be an initrd with the aforementioned userland utilities.
> 
> To boot an ISO image on an USB device, the kernel would need to first mount
> the USB device (already a small challenge, since USB is asynchronous, but I
> believe it is widely supported nowadays), then find the ISO file on it,
> mount it as loopback and pivot on it.
> 
> Some initrds provided by live images can do that, but not all.

*All* Debian live images (the focus of this thread) are bootable from a
USB stick by GRUB. Non-Debian live images may require a particular
approach to enable USB stick booting but I have not found one yet which
cannot be cajoled into doing it.



Re: [Jessie] Is there a way to delay bonding interface initalization to happen after network driver is up

2016-04-29 Thread Sven Hartge
Mariusz Gronczewski  wrote:

> I have 2 machines(IBM servers). Both use bnx2 NIC driver but one is VERY
> slow to boot thru kernel (2.3s vs 27s)

> Config is:

> auto bond508
> allow-hotplug bond508

> iface bond508 inet  static
> address 1.2.3.4/24
> slaves eth0.508 eth1.508
> bond-mode active-backup

Question, separate from your problem: Why do you bond the VLANed
interfaces instead of the raw eth0/1 and then VLAN the bond? Is there a
special reason you do it that way?

I'd expect a configuration like this:

auto bond0
iface bond0 inet manual
  bond_mode active-backup
  bond_miimon 100 
  bond_updelay 1000
  slaves eth0 eth1

auto bond0.508
iface bond0.508 inet static
  address 1.2.3.4
  netmask 255.255.255.0

Grüße,
Sven.

-- 
Sigmentation fault. Core dumped.



Re: all at a sudden Firefox

2016-04-29 Thread John Hasler
Lisi writes:
> No, they just ignore anything I have asked for.

Did you uncheck "Allow pages..." ?

Also, I don't think any of that stuff has any effect if the pages are JS.
-- 
John Hasler 
jhas...@newsguy.com
Elmwood, WI USA



Re: Multiple live iso's on a single bootable flash drive?

2016-04-29 Thread Richard Owlett

On 4/28/2016 11:31 AM, Curt wrote:

On 2016-04-28, Richard Owlett  wrote:


I've some untried VAGUE ideas on how to accomplish.


Maybe this would work if I'm understanding you correctly:

http://www.pendrivelinux.com/boot-multiple-iso-from-usb-via-grub2-using-linux/#more-5352



I dimly recall encountering pendrivelinux when only wanting a 
single iso on a flash drive. IIRC there was a problem using 
Ubuntu oriented instructions when using a Debian iso.


However searching pendrivelinux.com for Debian specific items 
give several hits. More reading :)





Re: pxe boot over http rather than nfs

2016-04-29 Thread Greg Fitzgerald
On Fri Apr 29 10:45AM, Dan Ritter wrote:
> On Fri, Apr 29, 2016 at 09:44:17AM -0400, Greg Fitzgerald wrote:
> > I'm pxe booting the debian live cd. I currently serve
> > filesystem.squashfs over nfs, but I'm wondering if there is a way to
> > serve it over http like other distros offer?
> 
> Yes.
> 
> LABEL jessie-live
> MENU LABEL Jessie Live
> KERNEL debian/jessie/live/vmlinuz
> INITRD debian/jessie/live/initrd.img
> APPEND boot=live
> fetch=http://servername.tld/isos/debian-live-8.3.0-amd64-standard.iso 
> 
> for example.
> 
> Note that it does not, at this time, appear to work with https.
> 
> -dsr-
> 

Thanks. Does fetch have to pass the iso file or can it just point to the
squashfs file?

--gregf



Re: Multiple live iso's on a single bootable flash drive?

2016-04-29 Thread Dan Ritter
On Fri, Apr 29, 2016 at 05:06:44PM +0200, Nicolas George wrote:
> 
> > The mention of GRML  may solve a unrelated issue.
> 
> Hopefully, they will be unstuck at some point, the last release in 2014 is
> starting to be old.


Note that development continues, they just haven't formalized a
release lately.  Getting the daily image is *usually* fine.

-dsr-



Re: Multiple live iso's on a single bootable flash drive?

2016-04-29 Thread Richard Owlett

On 4/28/2016 10:39 AM, Thomas Schmitt wrote:

Hi,

Richard Owlett wrote:

Has this been done before?


It seems so. Google "boot iso image from hard disk" found me
among many others

   
http://www.howtogeek.com/196933/how-to-boot-linux-iso-images-directly-from-your-hard-drive/?PageSpeed=noscript

which mentions a "GRUB Live ISO Multiboot project".
Probably

   https://github.com/thias/glim



Any comments?


Please keep me informed about your effort and success.




Normally I do a DuckDuckGo search [Google is annoying] before 
posting. This time I was attempting to gather my thoughts and 
something postable resulted. In any case I would have never seen 
the links you posted as I not have included "hard disk" in search 
string. However reading it triggers other questions which may be 
fruitful.


I just used "boot multiple iso images from flash drive" [w/o 
quotes] as my search criteria in both DuckDuckGo and Google. Many 
leads worth perusing.





Re: Multiple live iso's on a single bootable flash drive?

2016-04-29 Thread Nicolas George
Le primidi 11 floréal, an CCXXIV, Richard Owlett a écrit :
> I'll have to try it to understand what author means by saying "Requires
> cooperation from the distribution: as any procedure in fact." under cons.

It is the same principle as software RAID or LVM : the kernel has low-level
support for these things, but userland utilities are needed to set things
up: parse the LVM metadata, detect the RAID arrays, etc. If the root
filesystem is on one of these, it is not possible to boot directly on it,
there must be an initrd with the aforementioned userland utilities.

To boot an ISO image on an USB device, the kernel would need to first mount
the USB device (already a small challenge, since USB is asynchronous, but I
believe it is widely supported nowadays), then find the ISO file on it,
mount it as loopback and pivot on it.

Some initrds provided by live images can do that, but not all.

> The mention of GRML  may solve a unrelated issue.

Hopefully, they will be unstuck at some point, the last release in 2014 is
starting to be old.


signature.asc
Description: Digital signature


Re: Multiple live iso's on a single bootable flash drive?

2016-04-29 Thread Richard Owlett

On 4/28/2016 10:22 AM, Nicolas George wrote:

Le decadi 10 floréal, an CCXXIV, Richard Owlett a écrit :

Has this been done before?


It is possible if the ISO image cooperates. Last time I checked, quite some
time ago, the Debian install images did not, but I it may have changed, and
I do not know for Debian live.

The procedure I use:

http://www.normalesup.org/~george/comp/live_iso_usb/

Regards,



I'll have to try it to understand what author means by saying 
"Requires cooperation from the distribution: as any procedure in 
fact." under cons.

The mention of GRML  may solve a unrelated issue.
Thanks.



Re: all at a sudden Firefox

2016-04-29 Thread John Hasler
Lisi writes:
> Many sites don't take a blind bit of notice of my settings.

That's what the "minimum" setting in Preferences->Content->Advanced is
for.  Badly-designed pages (i.e., the usual kind) may garble themselves
if you set the minimum font size much above what the 28 year old
designer thought looked good on her 48" 16 megapixel screen, though.

-- 
John Hasler 
jhas...@newsguy.com
Elmwood, WI USA



Re: pxe boot over http rather than nfs

2016-04-29 Thread Dan Ritter
On Fri, Apr 29, 2016 at 09:44:17AM -0400, Greg Fitzgerald wrote:
> I'm pxe booting the debian live cd. I currently serve
> filesystem.squashfs over nfs, but I'm wondering if there is a way to
> serve it over http like other distros offer?

Yes.

LABEL jessie-live
MENU LABEL Jessie Live
KERNEL debian/jessie/live/vmlinuz
INITRD debian/jessie/live/initrd.img
APPEND boot=live
fetch=http://servername.tld/isos/debian-live-8.3.0-amd64-standard.iso 

for example.

Note that it does not, at this time, appear to work with https.

-dsr-



Re: wireless problem (firmware ath3k ?)

2016-04-29 Thread Patrick Bartek
On Fri, 29 Apr 2016, Charles E Blair wrote:

>I recently installed Jessie on a laptop.  I was not
> asked to configure access to a wireless network.  I
> have noticed that, when the machine is started, there
> is a message, approximately:
> 
> unable to load firmware ath3k
> 
>The machine, when running windows, is able to gain
> access to a LAN.
> 
>Thanks for any advice!

Install the ath3k firmware.  Read the installation manual for the
details.

B



Re: Ahora le toca el turno al phpmyadmin

2016-04-29 Thread Camaleón
El Fri, 29 Apr 2016 09:27:17 -0300, Horacio escribió:

> Hola a todos, ya solucionado el problema del mysql,,, le toca al
> phpmyadmin que al ser actualizado (desde la versión vieja) no va,,, lo
> he probado reinstalar de cero y never!!,,, el error que da es este,,,
> 
> [Fri Apr 29 09:19:53.939328 2016] [:error] [pid 1467] [client
> 10.0.0.12:57196] PHP Fatal error:  require_once(): Failed opening
> required '/usr/share/php/php-gettext/gettext.inc'
> (include_path='.:/usr/share/php') in
> /usr/share/phpmyadmin/libraries/select_lang.lib.php on line 477
> 
> 
> Los paquetes php que tengo instaladdos son los del php7,,, que es la
> actualización del php5,,,
> 
> alguna idea? Gracias

Vas de bug en bug :-P

phpmyadmin: after last upgrade phpmyadmin stopped working (missing include 
file)
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709302

Saludos,

-- 
Camaleón



Re: OT tablet con ubuntu cambiar por Debian

2016-04-29 Thread Camaleón
El Fri, 29 Apr 2016 14:05:42 +0200, Antonio Trujillo Carmona escribió:

> El 28/04/16 a las 16:56, Camaleón escribió:
>> El Thu, 28 Apr 2016 14:20:14 +0200, Antonio Trujillo Carmona escribió:
>>
>>> He visto esta tablet http://www.bq.com/es/aquaris-m10-ubuntu-edition
>>> que viene con ubuntu.
>>> ¿Se la podrá cambiar por Debian?.
>> Yo preguntaría al fabricante, directamente.
>>
>> http://www.bq.com/es/other-questions/others
>>
> Buenos días, Antonio:
> 
> Muchas gracias por ponerse en contacto con el servicio técnico de BQ.

(...)

> Lo que me esperaba y por lo que pregunte a la lista, las empresas venden
> lo que venden y no se complican la vida.

Qué majos, al menos contestan y dan un enlace con instrucciones.

Bueno, lo que interpreto "entre líneas" es que la tableta lleva un micro 
arm cortex a53 (soc mediatek MT8163B) y seguramente la versión de Ubuntu 
sea armel. 

Si es así no tendrás problemas para instalar la "armel" de Debian pero lo 
que sí puede ser que te dé guerra es la configuración de los bontoncitos, 
la pantalla táctil, etc... Sería cuestión de hacer una imagen del sistema 
completo e ir analizando qué paquetes tiene instalados, versión del 
kernel, configuraciones, etc... para luego intentar duplicarlo en Debian.

Saludos,

-- 
Camaleón



Re: ¿Sitio web debian caído?

2016-04-29 Thread Camaleón
El Thu, 28 Apr 2016 16:53:34 -0500, Germán Avendaño Ramírez escribió:

> Cordial saludo
> 
> Cuando intento actualizar, usando la orden
> 
> # apt-get update
> 
> No se puede conectar al repositorio de seguridad de debian. Obtengo lo 
> siguiente:
> 
> "Err http://security.debian.org jessie/updates Release.gpg
>No se puede iniciar la conexión a security.debian.org:80 
> (2801:82:80ff:8009:e61f:13ff:fe63:8e88). - connect (101: La red es 
> inaccesible) [IP: 2801:82:80ff:8009:e61f:13ff:fe63:8e88 80]"

(...)

Hum... está usando IPv6, prueba forzando la conexión a una máquina IPv4:

apt-get -o Acquire::ForceIPv4=true update

Saludos,

-- 
Camaleón



Re: Cambio repentino de archivo de texto normal a archivo binario

2016-04-29 Thread Camaleón
El Thu, 28 Apr 2016 19:19:35 -0500, Debianero escribió:

> On Thu, Apr 28, 2016 at 07:06:19PM -0500, Debianero wrote:
>> On Thu, Apr 28, 2016 at 01:55:38PM +, Camaleón wrote:

(...)

>> > > Deseo realizar una busqueda en el archivo mediante el comando
>> > > siguiente:
>> > > 
>> > > egrep -i texto-a-buscar archivo-texto Coincidencia en el fichero
>> > > binario archivo-texto
>> > > 
>> > > ¿Alguna ida de lo que este pasando? y como puedo volverlo a
>> > > regresar a modo texto?.
>> > 
>> > Ejecuta "file archivo" y manda la salida.
>> 
>> file miarchivo.txt miarchivo.txt UTF-8 Unicode text, with very long
>> lines
> 
> Correccion, no me arroja este resultado, esto lo ejecute con un respaldo
> de un archivo. Lo correcto es:
> 
> $ file miarchivo.txt miarchivo.txt: data

¿Has manipulado ese archivo de alguna forma, bien añadiendo datos  
automáticamente o bien editándolo manualmente?

Prueba a ejecutar un "diff" sobre los dos archivo para ver las 
diferencias.

De todas formas creo recordar que ya hablamos de este mismo problema en 
otro hilo y estaba relacionado con la forma en que file/grep/diff y demás 
interpretaban los archivos, no recuerdo si era un bug o una "feature" :-)

Saludos,

-- 
Camaleón



Re: SO en disko usb segunda particion (sdb?)

2016-04-29 Thread Camaleón
El Thu, 28 Apr 2016 22:01:27 +0200, Juan Gomez (Txonta) escribió:

> Hola lista.
> 
> El 28/04/16 a las 19:04, Camaleón escribió:

(...)

>> En la BIOS tienes que tener una sección donde te permite elegir el
>> dispositivo que quieres usar para iniciar en primer lugar. Suele ser un
>> menú desplegable donde te aparecen varias opciones (disco interno,
>> disquetera, unidad óptica...) y ahí tiene que aparecer alguna opción
>> que apunte a un disco externo USB.
>>
>> OJO, no tienes que seleccionar ni cambiar nada de la BIOS, sólo
>> comprobar que esa opción existe ya que algunas BIOS (sobre todo de
>> equipos antiguos) no permiten iniciar desde discos externos USB.

> SI existe la opción de arranque de device: USB

Hum... vale, aceptamos "pulpo" :-)

>>> Elige una de las dos entradas ("vmlinuz-2.6.32-5-686" o
>>> "vmlinuz-2.6.32-trunk-686") y prueba con esta opción:
>>>
>>> ***
>>> set root='(hd1,msdos3)'
>>> linux /boot/vmlinuz-2.6.32-trunk-686
>>> root=UUID=aac1a7d7-2cd3-476c-913d-d0f75ac4ab18 ro quiet ***
>>>
>>> Fíjate que el único cambio es en la línea "set root", el resto está
>>> igual.

> Efectuada la prueba por dos intentos 1er intento resultado el mismo que 
> antes:
>  error: invalid extent.
>  error: you need to load the kernel first.
> 
>  Press any key to continue...

Pero ¿has cambiado la línea de "set root"? Manda mejor el bloque de texto 
completo para la entrada del menú de GRUB que estás intentando arrancar, 
vamos, la que apunta al disco copiado USB, a ver qué es lo que pone 
exactamente.

> 2º intento (solo lo intento por segunda vez) resultado:
>  error: no such device: aac1a7d7-2cd3-476c-913d-d0f75ac4ab18.
>  error: hd1,msdos3 cannot get C/H/S values.
>  error: you need to load the kernel first.
> 
>  Press any key to continue...

Hum... vamos a probar a entrar en la línea de comandos de GRUB para 
preguntarle a él directamente qué ve y qué no ve. Para ello, cuando veas 
el menú de GRUB pulsa rápidamente la tecla "c" y te llevará a la línea de 
comandos. Desde ahí ejecuta "ls" para comprobar a qué dispositivos y a qué 
particiones tiene acceso GRUB. Puedes ir probando cositas, por ejemplo, 
desde la propia consola puedes intentar iniciar el sistema según los datos 
que te devuelva "ls":

set root=(hd1,2)
chainloader +1
boot

Si te animas, aquí te dejo una guía para intentar arrancar el kernel que 
quieres desde la consola de GRUB:

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

Saludos,

-- 
Camaleón



Re: Sound with You Tube

2016-04-29 Thread Jude DaShiell

On Fri, 29 Apr 2016, Curt wrote:


Date: Fri, 29 Apr 2016 05:06:37
From: Curt 
To: debian-user@lists.debian.org
Subject: Re: Sound with You Tube
Resent-Date: Fri, 29 Apr 2016 09:07:06 + (UTC)
Resent-From: debian-user@lists.debian.org

On 2016-04-28, andrew  wrote:

Hi
Ive read widely but cannot get a clear idea of how to get youtube to
produce sound. Playing music or videos is fine.
Please assist with references or instructions
My version is debian 8.1 Jessica
Andrew




Stabbing in the dark if you're referring to having no sound with HTML5
videos (a problem I encountered myself before upgrading to Wheezy) users
here have had success resolving various sound issues with 'pavucontrol'.

I personally have a little applet in Gnome3 that allowed me to fix the
problem easily and rapidly (directing the sound stream to the proper
output device as I have two--HDMI + sound card or analog sound chip or
whatever you call it).

Good luck with Jessica (that's rather nice; like her better than Jessie).

Correctly editing a .mailcap file can make lynx with vlc even on a 
command line interface system able to play .mp4 videos among other types. 
I have this much working over here.


 application/x-tar; tar -tf - ; copiousoutput;
  application/x-tar-gz; gunzip -c %s | tar -tf - ; copiousoutput
application/postscript;ps2ascii %s  2>/dev/null; copiousoutput
application/x-bittorrent; transmission-cli -er -v '%s'; needsterminal
application/ogg; rvlc --quiet --novideo --key-vol-up 123 --no-skinned-playlist -I ncurses 
'%s'; test=test -n "$DISPLAY"
application/oggv; rvlc --quiet --novideo --key-vol-up 123 --no-skinned-playlist -I 
ncurses '%s'; test=test -n "$DISPLAY"
   audio/basic;play %s
audio/midi;playmidi %s
   audio/wav;play %s
  audio/x-midi;playmidi %s
 audio/x-basic;play %s
audio/x-wav; play %s
 audio/mp3;rvlc --quiet --novideo --key-vol-up 123 
--no-skinned-playlist %s
 audio/mp4;rvlc --quiet --novideo --key-vol-up 123 
--no-skinned-playlist %s
  audio/mpeg;rvlc --quiet --novideo --key-vol-up 123 
--no-skinned-playlist %s
   audio/x-mp3;rvlc --quiet --novideo --key-vol-up 123 
--no-skinned-playlist %s
audio/x-mpeg;rvlc --quiet --novideo --key-vol-up 123 
--no-skinned-playlist %s
 audio/x-mpegurl;rvlc --quiet --novideo --key-vol-up 
123 --no-skinned-playlist %s
 audio/x-pn-realaudio;mplayer %s
 video/vnd.rn-realvideo;mplayer %s
 audio/vnd.rn-realaudio;mplayer %s
 application/vnd.rn-realmedia;mplayer %s
 audio/mpeg;/usr/X11R6/bin/rvlc --quiet --novideo 
--key-vol-up 123 --no-skinned-playlist %s
 audio/x-mpegurl;/usr/X11R6/bin/rvlc --quiet --novideo 
--key-vol-up 123 --no-skinned-playlist %s
 audio/x-scpls; rvlc --quiet --novideo --key-vol-up 123 
--no-skinned-playlist '%s';
MPEG/VOB;"mplayer -vo=nul -nolirc -nojoystick -nomouseinput %s"
AVI;"mplayer -vo=nul -nolirc -nojoystick -nomouseinput %s"
ASF/WMA/WMV;"mplayer -vo=nul -nolirc -nojoystick -nomouseinput %s"
RM;"mplayer -vo=nul -nolirc -nojoystick -nomouseinput %s"
QT/MOV/MP4;"mplayer -vo=nul -nolirc -nojoystick -nomouseinput %s"
Ogg/OGM;"mplayer -vo=nul -nolirc -nojoystick -nomouseinput %s"
MKV;"mplayer -vo=nul -nolirc -nojoystick -nomouseinput %s"
VIVO;"mplayer -vo=nul -nolirc -nojoystick -nomouseinput %s"
FLI;"mplayer -vo=nul -nolirc -nojoystick -nomouseinput %s"
NuppelVideo;"mplayer -vo=nul -nolirc -nojoystick -nomouseinput %s"
yuv4mpeg;"mplayer -vo=nul -nolirc -nojoystick -nomouseinput %s"
FILM;"mplayer -vo=nul -nolirc -nojoystick -nomouseinput %s"
application/msword; antiword %s; copiousoutput
text/html;  lynx %s; nametemplate=%s.html
text/html;  lynx -dump %s; nametemplate=%s.html; 
copiousoutput
 .
audio/*; vlc %s
video/mpeg; mplayer %s
video/quicktime; vlc %s

--



[Jessie] Is there a way to delay bonding interface initalization to happen after network driver is up

2016-04-29 Thread Mariusz Gronczewski
I have 2 machines(IBM servers). Both use bnx2 NIC driver but one is VERY
slow to boot thru kernel (2.3s vs 27s)

Config is:

auto bond508
allow-hotplug bond508

iface bond508 inet  static
address 1.2.3.4/24
slaves eth0.508 eth1.508
bond-mode active-backup



on "fast" one it "just" works, NIC is initialized first, VLAN
interfaces are created, bond adds them and everything works

on "slow" one bond starts with no interfaces because ifup happens
before NIC driver settled (eth0/1 are not in the system), 

it looks like that

Apr 28 17:49:31 blade710 kernel: [   44.346366] bonding: Ethernet Channel 
Bonding Driver: v3.7.1 (April 27, 2011)
Apr 28 17:49:31 blade710 kernel: [   44.421839] bonding: bond508 is being 
created...
Apr 28 17:49:31 blade710 kernel: [   44.424930] bonding: bond508: Setting xmit 
hash policy to layer3+4 (1)
Apr 28 17:49:31 blade710 kernel: [   44.429511] bonding: bond508: option 
lacp_rate: mode dependency failed, not supported in mode active-backup(1)
Apr 28 17:49:31 blade710 kernel: [   44.435247] bonding: bond508: interface 
eth0.508 does not exist!
Apr 28 17:49:31 blade710 kernel: [   44.440974] bonding: bond508: interface 
eth1.508 does not exist!
Apr 28 17:49:31 blade710 kernel: [   44.444804] IPv6: ADDRCONF(NETDEV_UP): 
bond508: link is not ready

then NIC boots:

Apr 28 17:49:31 blade710 kernel: [   44.492469] bnx2 :10:00.0: firmware: 
direct-loading firmware bnx2/bnx2-mips-09-6.2.1b.fw
Apr 28 17:49:31 blade710 kernel: [   44.494198] bnx2 :10:00.0: firmware: 
direct-loading firmware bnx2/bnx2-rv2p-09-6.0.17.fw
Apr 28 17:49:31 blade710 kernel: [   44.494243] bnx2 :10:00.0: irq 74 for 
MSI/MSI-X
Apr 28 17:49:31 blade710 kernel: [   44.494251] bnx2 :10:00.0: irq 75 for 
MSI/MSI-X
Apr 28 17:49:31 blade710 kernel: [   44.494257] bnx2 :10:00.0: irq 76 for 
MSI/MSI-X
Apr 28 17:49:31 blade710 kernel: [   44.494263] bnx2 :10:00.0: irq 77 for 
MSI/MSI-X
Apr 28 17:49:31 blade710 kernel: [   44.494269] bnx2 :10:00.0: irq 78 for 
MSI/MSI-X
Apr 28 17:49:31 blade710 kernel: [   44.494275] bnx2 :10:00.0: irq 79 for 
MSI/MSI-X
Apr 28 17:49:31 blade710 kernel: [   44.494281] bnx2 :10:00.0: irq 80 for 
MSI/MSI-X
Apr 28 17:49:31 blade710 kernel: [   44.494286] bnx2 :10:00.0: irq 81 for 
MSI/MSI-X
Apr 28 17:49:31 blade710 kernel: [   44.494292] bnx2 :10:00.0: irq 82 for 
MSI/MSI-X
Apr 28 17:49:31 blade710 kernel: [   44.553877] bnx2 :10:00.0 eth0: using 
MSIX
Apr 28 17:49:31 blade710 kernel: [   44.553917] IPv6: ADDRCONF(NETDEV_UP): 
eth0: link is not ready
Apr 28 17:49:31 blade710 kernel: [   44.610343] bnx2 :10:00.0 eth0: NIC 
SerDes Link is Up, 1000 Mbps full duplex

I *can* make it work on boot if I define eth interfaces separately:


iface eth0.508 inet manual
bond-master bond508
bond-mode active-backup

but that is not exactly pretty solution... is there a way to force
bonding interfaces to get up only after required devices are up ?


-- 
Mariusz Gronczewski, Administrator

Efigence S. A.
ul. Wołoska 9a, 02-583 Warszawa
T: [+48] 22 380 13 13
F: [+48] 22 380 13 14
E: mariusz.gronczew...@efigence.com




Re: Error al restaurar backup bacula

2016-04-29 Thread Camaleón
El Thu, 28 Apr 2016 19:59:57 +, Dubraska Lopez escribió:

> Buenas Tardes a todos,

Buenas, corrijo el formato.

> Me encuentro con el siguiente error al tratar de restaurar un backup en
> cinta a un servidor windows remoto:

(...)

> 28-abr 15:19 SRVCCSDEBIAN-dir JobId 104: Fatal error: Socket error on Store 
> end command: ERR=Conexión reinicializada por la máquina remota
> 28-abr 15:19 SRVCCSDEBIAN-sd JobId 104: Error: bsock.c:389 Write error 
> sending 40056 bytes to client:192.168.2.21:36643: ERR=Conexión reinicializada 
> por la máquina remota
> 28-abr 15:19 SRVCCSDEBIAN-sd JobId 104: Fatal error: read.c:137 Error sending 
> to File daemon. ERR=Conexión reinicializada por la máquina remota
> 28-abr 15:19 SRVCCSDEBIAN-sd JobId 104: Error: bsock.c:335 Socket has 
> errors=1 on call to client:192.168.2.21:3664328-abr 15:19

(...)

Parece que falla la comunicación con el equipo windows. Comprueba que 
bacula tiene permisos para conectar a ese equipo y que el cliente no esté
bloqueando los accesos (p. ej., cortafuegos activado, AV, etc...).

También puedes buscar por ese tipo de error en Google:

https://www.google.com/webhp?complete=0=en_rd=cr,ssl#complete=0=en=bacula+restore+windows+socket+error

Saludos,

-- 
Camaleón



pxe boot over http rather than nfs

2016-04-29 Thread Greg Fitzgerald
I'm pxe booting the debian live cd. I currently serve
filesystem.squashfs over nfs, but I'm wondering if there is a way to
serve it over http like other distros offer?

--gregf



Re: ¿Sitio web debian caído?

2016-04-29 Thread Uzziel Contreras Portilla

Buen día Jovenes;

¿Ya revisaste que no estes en una lista negra y de causalidad te hayan 
baneado?


http://blog.deservidores.com/que-son-y-como-quitar-mi-ip-de-las-lista-negras-de-correo/

http://www.comalis.com/ayuda/comprobar-si-mi-ip-esta-en-una-lista-negra

No precisamente tu IP Local es la que debe estar bloqueando la WAN, 
pueden ser otros que hacen uso de tu mismo enlace


Saludos...


El 29/04/16 a las 05:27, Germán Avendaño Ramírez escribió:

El 28/04/16 a las 22:46, Edwin Carrillo escibió:

Estaba probando desdé Bogotá y también no accede a la página de
www.debian.org . Tengo la duda sí sera nuestro
ISP qué es ETB. Será el mismo casó?

El 28/4/2016 4:53 p. m., "Germán Avendaño Ramírez"
> escribió:

Cordial saludo

Cuando intento actualizar, usando la orden

# apt-get update

No se puede conectar al repositorio de seguridad de debian. Obtengo
lo siguiente:

"Err http://security.debian.org jessie/updates Release.gpg
   No se puede iniciar la conexión a security.debian.org:80

(2801:82:80ff:8009:e61f:13ff:fe63:8e88). - connect (101: La red es
inaccesible) [IP: 2801:82:80ff:8009:e61f:13ff:fe63:8e88 80]"

Ahora bien, no se que pasa, pero no me puedo conectar con el
navegador a la página https://www.debian.org , algo pasa, no se si
es solamente aquí en Bogotá Colombia. Lo intento también desde mi
tablet con android y no se puede conectar al sitio de debian. ¿Está
caído?

Gracias

Atentamente,

--
Germán Avendaño Ramírez
Lic. Mat. U.D., M.Sc. U.N.
Colegio José Benigno Segura Velásquez
Delegado Asamblea ADE
Veedor salud ADE
Cel: 3174411959 
Email: german_...@autistici.org 
GNU/Linux user # 531535
Sent from Debian Jessie GNU/Linux



Sí, sigo sin poder entrar. Hago ping a security.debian.org y se queda en:

$ PING security.debian.org (200.17.202.197) 56(84) bytes of data.

Es el único sitio al cual no puedo ingresar, debe ser algún problema 
de ETB.


Atentamente,





Re: wireless problem (firmware ath3k ?)

2016-04-29 Thread Brian
On Fri 29 Apr 2016 at 07:40:45 -0500, Charles E Blair wrote:

>I recently installed Jessie on a laptop.  I was not
> asked to configure access to a wireless network.  I
> have noticed that, when the machine is started, there
> is a message, approximately:
> 
> unable to load firmware ath3k

The installer comes with a manual. 'Firmware' is one of its topics.



Re: Multiple live iso's on a single bootable flash drive?

2016-04-29 Thread Brian
On Thu 28 Apr 2016 at 22:26:33 +0300, Piyavkin wrote:

> On 28.04.2016 19:31, Curt wrote:
> >On 2016-04-28, Richard Owlett  wrote:
> >>I've some untried VAGUE ideas on how to accomplish.
> >Maybe this would work if I'm understanding you correctly:
> >
> >http://www.pendrivelinux.com/boot-multiple-iso-from-usb-via-grub2-using-linux/#more-5352
> >
> >>Two questions:
> >>Has this been done before?
> >>Any comments?
> 
> Yep, it can be done and pretty easy. I've done (been doing) it using some
> instructions from the pendrivelinux.com.
> 
> The idea is simple:
> 
> 1. Install grub2 on a USB-drive.

The drive should first be partitioned and the partitiion(s) formatted. I
use FAT16 and vfat. If it is an installer image which GRUB is booting
the fat and vfat modules are available from the start of the install.

> 2. Place there .iso image (in root of the drive or in some directory as you
> like).
> 
> 3. Use in the grub.cfg instructions like such:
> 
> menuentry "Xubuntu 14.04.1 Desktop i386 ISO" {
>  set isofile="/xubuntu-14.04.1-desktop-i386.iso"
>  loopback loop $isofile
>  linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noeject
> noprompt splash --
>  initrd (loop)/casper/initrd.lz
> }
> 
> 4. Profit!

It is worth stressing that 'boot=casper' is for Ubuntu-based live images
only. It will not work with a Debian live image. I think the same is
true of 'iso-scan/filename=...'.

> Images from Ubuntu family works fine. As to the Debian there was some
> weirdness (I don't know if it still persists in newer versions), but it is
> possible to dodge it. Simple way (from here

You have switched from talking about Debian live images to installer
images. GRUB's loopback facility cannot be used with them because the
iso-scan and load-iso packages are only included in the hd-media initrd.
It is a source of contention (and a number of bug reports) but it is by
design.

There should be no expectation of GRUB's loopback working to install
Debian using just d-i's initrd in the ISO.

> https://wiki.archlinux.org/index.php/Multiboot_USB_drive#Debian ) is:
> 
> 0. Do steps 1 and 2 from list above.
> 
> 1. Download proper initramfs (which matches your desirable Debian .iso
> image) from here:
> https://mirrors.kernel.org/debian/dists/stable/main/installer-amd64/current/images/hd-media/initrd.gz
> https://mirrors.kernel.org/debian/dists/stable/main/installer-i386/current/images/hd-media/initrd.gz
> http://mirrors.kernel.org/debian/dists/stable/main/installer-i386/current/images/netboot/debian-installer/i386/initrd.gz
> etc.
> 
> 2. Place it somewhere on the USB-drive (in /deb/hdd directory, for example).
> 
> 3. Use such instructions in grub.cfg:
> 
> menuentry "Debian 7.8.0 Desktop i386 Gnome CD ISO (CD Install;
> /deb/hdd/initrd.gz)" {
>  set isofile="/debian-7.8.0-i386-CD-1.iso"
>  set initrdfile='/deb/hdd/initrd.gz'
>  loopback loop0 $isofile
>  linux (loop0)/install.386/vmlinuz iso-scan/ask_second_pass=true
> iso-scan/filename=$isofile priority=low
> # initrd (loop0)/install.386/initrd.gz
>  initrd $initrdfile
> }
> 
> 4. Profit again!
> 
> Debian Live iso works without additional downloads (some kind of
> self-sufficient). It is possible to use fromiso param and to provide precise

The live ISO initrds contain sufficient to scan and find the ISO and
provide a loop device.

> path to your iso and address your USB-drive by UID like this (theoretically
> it should speed up the process):
> 
> menuentry "Debian 7.8.0 Desktop i386 Xfce ISO (LIVE from ISO)" {
>  set isofile="/debian-live-7.8.0-i386-xfce-desktop.iso"
>  loopback loop0 $isofile
>  linux (loop0)/live/vmlinuz1 boot=live
> fromiso=/dev/disk/by-uuid/19C5-2FB2$isofile live-media-path=/live config
>  initrd (loop0)/live/initrd1.img
> }

vmlinuz1 and initrd1.img are for booting live-586. Files in the isolinux
directory of the ISO should be consulted for other kernels and initrds
to use.

I'd suggest 'findiso=$isofile' as a possible replacement for the
'fromiso=...' directive.



wireless problem (firmware ath3k ?)

2016-04-29 Thread Charles E Blair
   I recently installed Jessie on a laptop.  I was not
asked to configure access to a wireless network.  I
have noticed that, when the machine is started, there
is a message, approximately:

unable to load firmware ath3k

   The machine, when running windows, is able to gain
access to a LAN.

   Thanks for any advice!

Charles Blair



Re: Ahora le toca el turno al phpmyadmin

2016-04-29 Thread OddieX
El abr. 29, 2016 9:27 AM, "Horacio"  escribió:
>
> Hola a todos, ya solucionado el problema del mysql,,, le toca al
> phpmyadmin que al ser actualizado (desde la versión vieja) no va,,, lo
> he probado reinstalar de cero y never!!,,, el error que da es este,,,
>
> [Fri Apr 29 09:19:53.939328 2016] [:error] [pid 1467] [client
> 10.0.0.12:57196] PHP Fatal error:  require_once(): Failed opening
> required '/usr/share/php/php-gettext/gettext.inc'
> (include_path='.:/usr/share/php') in
> /usr/share/phpmyadmin/libraries/select_lang.lib.php on line 477
>
>
> Los paquetes php que tengo instaladdos son los del php7,,, que es la
> actualización del php5,,,
>
> alguna idea? Gracias
>

Te fijaste que tengas esas librerias? Sino hace apt-cache search gettext
|grep php y instala la que corresponda.

Si tenes la libreria fijate si en php7 la funcion require_once la podes
reemplazar por require () que no hace chequeo, aunque no lo aconsejo,
porque no te va a funcionar algo despues...

Pero basicamente te falta alguna libreria cuando hace ese include...


Ahora le toca el turno al phpmyadmin

2016-04-29 Thread Horacio
Hola a todos, ya solucionado el problema del mysql,,, le toca al
phpmyadmin que al ser actualizado (desde la versión vieja) no va,,, lo
he probado reinstalar de cero y never!!,,, el error que da es este,,,

[Fri Apr 29 09:19:53.939328 2016] [:error] [pid 1467] [client
10.0.0.12:57196] PHP Fatal error:  require_once(): Failed opening
required '/usr/share/php/php-gettext/gettext.inc'
(include_path='.:/usr/share/php') in
/usr/share/phpmyadmin/libraries/select_lang.lib.php on line 477


Los paquetes php que tengo instaladdos son los del php7,,, que es la
actualización del php5,,,

alguna idea? Gracias



Re: all at a sudden Firefox

2016-04-29 Thread John Hasler
Michael writes:
> Set your font sizes to something else other than is displayed in the
> dialog. Save the change, exit firefox, relaunch and reset the font
> size back to what ever you need. Quit and relaunch. Any better?

Worth a try, though you normally don't need to restart Firefox for font
size changes.

What version of Firefox is this?
-- 
John Hasler 
jhas...@newsguy.com
Elmwood, WI USA



Re: OT tablet con ubuntu cambiar por Debian

2016-04-29 Thread Antonio Trujillo Carmona
El 28/04/16 a las 16:56, Camaleón escribió:
> El Thu, 28 Apr 2016 14:20:14 +0200, Antonio Trujillo Carmona escribió:
>
>> He visto esta tablet http://www.bq.com/es/aquaris-m10-ubuntu-edition que
>> viene con ubuntu.
>> ¿Se la podrá cambiar por Debian?.
> Yo preguntaría al fabricante, directamente.
>
> http://www.bq.com/es/other-questions/others
>
> Saludos,
>
Buenos días, Antonio:

Muchas gracias por ponerse en contacto con el servicio técnico de BQ.

Le informamos de que no hay una versión de Debian oficial para este
dispositivo, pero sí podría instalar Android. Puede encontrar las
instrucciones para hacerlo en este artículo.

Además le informamos de que no es posible instalar un arranque dual con
ambos sistemas operativos a la vez.

Quedamos a su disposición ante cualquier otra duda o consulta.

Un saludo, 
 
 
 

Alba E.
Dpto. de Soporte
+34 91 142 06 82
 
bq.com
www.mibqyyo.com


Lo que me esperaba y por lo que pregunte a la lista, las empresas venden
lo que venden y no se complican la vida.

-- 

*Antonio Trujillo Carmona*

*Técnico de redes y sistemas.*

*Subdirección de Tecnologías de la Información y Comunicaciones*

Servicio Andaluz de Salud. Consejería de Salud de la Junta de Andalucía

_antonio.trujillo.sspa@juntadeandalucia.es_

Tel. +34 670947670 747670)





Re: ¿Sitio web debian caído?

2016-04-29 Thread Germán Avendaño Ramírez

El 28/04/16 a las 22:46, Edwin Carrillo escibió:

Estaba probando desdé Bogotá y también no accede a la página de
www.debian.org . Tengo la duda sí sera nuestro
ISP qué es ETB. Será el mismo casó?

El 28/4/2016 4:53 p. m., "Germán Avendaño Ramírez"
> escribió:

Cordial saludo

Cuando intento actualizar, usando la orden

# apt-get update

No se puede conectar al repositorio de seguridad de debian. Obtengo
lo siguiente:

"Err http://security.debian.org jessie/updates Release.gpg
   No se puede iniciar la conexión a security.debian.org:80

(2801:82:80ff:8009:e61f:13ff:fe63:8e88). - connect (101: La red es
inaccesible) [IP: 2801:82:80ff:8009:e61f:13ff:fe63:8e88 80]"

Ahora bien, no se que pasa, pero no me puedo conectar con el
navegador a la página https://www.debian.org , algo pasa, no se si
es solamente aquí en Bogotá Colombia. Lo intento también desde mi
tablet con android y no se puede conectar al sitio de debian. ¿Está
caído?

Gracias

Atentamente,

--
Germán Avendaño Ramírez
Lic. Mat. U.D., M.Sc. U.N.
Colegio José Benigno Segura Velásquez
Delegado Asamblea ADE
Veedor salud ADE
Cel: 3174411959 
Email: german_...@autistici.org 
GNU/Linux user # 531535
Sent from Debian Jessie GNU/Linux



Sí, sigo sin poder entrar. Hago ping a security.debian.org y se queda en:

$ PING security.debian.org (200.17.202.197) 56(84) bytes of data.

Es el único sitio al cual no puedo ingresar, debe ser algún problema de ETB.

Atentamente,

--
Germán Avendaño Ramírez
Lic. Mat. U.D., M.Sc. U.N.
Colegio José Benigno Segura Velásquez
Delegado Asamblea ADE
Veedor salud ADE
Cel: 3174411959
Email: german_...@autistici.org
GNU/Linux user # 531535
Sent from Debian Jessie GNU/Linux



Problem with a VIC card in a UCS C220 server

2016-04-29 Thread Rafael Álvarez
Hi,

I am installing Proxmox, a distro for virtualization based on Debian Jessie, in 
a Cisco UCS C220 server and have a problem with a VIC card (UCS VIC 1225T 
model). That card allows create multiple virtual network cards, Debian detects 
the element and identifies the driver but it´s not shown as a network card, 
here is the log:

kernel: [ 2.268173] enic :13:00.0: vNIC MAC addr 58:97:bd:46:5e:04 wq/rq 
256/512 mtu 1500
kernel: [ 2.268176] enic :13:00.0: vNIC csum tx/rx yes/yes tso/lro yes/yes 
rss yes intr mode any type min timer 125 usec loopback tag 0x
kernel: [ 2.268178] enic :13:00.0: vNIC resources avail: wq 1 rq 4 cq 5 
intr 8
kernel: [ 2.268295] enic :13:00.0: vNIC resources used: wq 1 rq 4 cq 5 intr 
7 intr mode MSI-X
kernel: [ 2.277127] enic :14:00.0: vNIC MAC addr 58:97:bd:46:5e:05 wq/rq 
256/512 mtu 1500
kernel: [ 2.277129] enic :14:00.0: vNIC csum tx/rx yes/yes tso/lro yes/yes 
rss yes intr mode any type min timer 125 usec loopback tag 0x
kernel: [ 2.277131] enic :14:00.0: vNIC resources avail: wq 1 rq 4 cq 5 
intr 8
kernel: [ 2.277212] enic :14:00.0: vNIC resources used: wq 1 rq 4 cq 5 intr 
7 intr mode MSI-X

We don´t get any eth* device so we can´t use then. Any ideas to get the network 
cards available?

Thanks in advance.
Rafael Álvarez Romo
Tecnologías de la Información y Comunicaciones
+34 954 489 505 | ext. directa 909505
rafael.alva...@ciccartuja.es 
Centro de Investigaciones Científicas Isla de la Cartuja  

Avda. Americo Vespucio 49. 41092-Sevilla



Re: Sound with You Tube

2016-04-29 Thread Curt
On 2016-04-28, andrew  wrote:
> Hi
> Ive read widely but cannot get a clear idea of how to get youtube to
> produce sound. Playing music or videos is fine.
> Please assist with references or instructions
> My version is debian 8.1 Jessica
> Andrew
>
>

Stabbing in the dark if you're referring to having no sound with HTML5
videos (a problem I encountered myself before upgrading to Wheezy) users
here have had success resolving various sound issues with 'pavucontrol'.

I personally have a little applet in Gnome3 that allowed me to fix the
problem easily and rapidly (directing the sound stream to the proper
output device as I have two--HDMI + sound card or analog sound chip or
whatever you call it).

Good luck with Jessica (that's rather nice; like her better than Jessie).

-- 
Hypertext--or should I say the ideology of hypertext?--is ultrademocratic and
so entirely in harmony with the demagogic appeals to cultural democracy that
accompany (and distract one’s attention from) the ever-tightening grip of 
plutocratic capitalism. - Susan Sontag



kvm | shared san storage

2016-04-29 Thread mj

Hoi,

Zijn hier mensen die in hun netwerken gebruik maken van kvm 
virtualisatie onder debian, shared storage op SAN, live guest machine 
migration, dat soort dingen?


Waarom ik dit vraag: wij doen op dit moment heel 'basic' virtualisatie: 
elke guest draait op zijn eigen debian host, geen shared storage, geen 
live migration & backups middels het backuppen van de hele qcow2/raw image.


Ik zou t fijn vinden om wat tips en truucs te krijgen van iemand die dit 
in de praktijk doet.


Zijn hier mensen die dit doen: heeft het zin om hier vragen over dat 
onderwerp te stellen?


Groet,
MJ



Re: OT tablet con ubuntu cambiar por Debian

2016-04-29 Thread Antonio Trujillo Carmona

  
  
El 28/04/16 a las 14:44, JAP escribió:

El
  28/04/16 a las 09:20, Antonio Trujillo Carmona escribió:
  
  He visto esta tablet
http://www.bq.com/es/aquaris-m10-ubuntu-edition que

viene con ubuntu.

¿Se la podrá cambiar por Debian?.


  
  
  No creo que nadie lo haya hecho aún, la tableta es MUY nueva.
  
  No creo que sea difícil, debido a que Ubuntu *es* Debian.
  
  Si se puede hacer sin problemas con "Complete Linux Installer"
  sobre Android sobre tabletas genéricas, habría que ir viendo sobre
  eso.
  
  El problema que le veo, es que no sé cómo anda el tema
  "touchscreen" en Debian, que muy bien que digamos, no las tenía
  por el tema de los controladores de dispositivos.
  
  
  Imagino lo siguiente:
  
  * "limpiar" la instalación de Ubuntu dejando el núcleo y lo
  básico.
  
  * apt-get sobre repositorios de Debian, incluyendo el reemplazo
  del núcleo.
  
  
  Me andaría con cuidado por el tema de controladores de
  dispositivos.
  
  
  JAP
  
  
  
  

"Complete Linux Installer" no instala Linux en un dispositivo
android, copia un fichero con una imagen de Linux y hace un chroot
sobre esta, no es lo mismo ni por asomo, no soporta X, tienes que
instalarte otra aplicación distinta si quieres tener X o usar vnc.
El gran problema es ¿como se crea una imagen de arranque para una
tablet?.
Hace años fui el poseedor de un Nokia N900 que venia de fabrica con
un linux derivado de Debian y al final desarrollaron hasta un
cargador múltiple para poder arrancar su firmware, un debian puro e
incluso un android, pero en todos los que no fueran el suyo se
perdia la funcionalidad del teléfono y del GPS por motivos del
firmware de este chip que estaba patentado.
De todas maneras he hecho caso a Camaleon y le  he escrito a los
fabricantes, si me responde os lo cuento y si me responden
positivamente, lo mismo me la pillo.


-- 
  
  
  
  
  
  Antonio
Trujillo Carmona
  Técnico
de redes y sistemas.
  Subdirección
de Tecnologías de la Información y Comunicaciones
  Servicio
  Andaluz de Salud. Consejería de Salud de la Junta de
  Andalucía
  antonio.trujillo.s...@juntadeandalucia.es
  Tel.
  +34 670947670 747670)
  

  

  




Re: all at a sudden Firefox

2016-04-29 Thread Michael
On Fri, 2016-04-29 at 02:18 +, Juan R. de Silva wrote:
> On Thu, 28 Apr 2016 19:28:14 -0500, John Hasler wrote:
> 
> > 
> Well, do you really think I would make a post without checking such
> an 
> obvious thing first?
> 
> The default font sizes (serif, 16) are there. Nevertheless, all new
> pages 
> open with something looking like 8 or 10, no bigger. This is the
> problem.

Set your font sizes to something else other than is displayed in the
dialog. Save the change, exit firefox, relaunch and reset the font size
back to what ever you need. Quit and relaunch. Any better?