Re: Jessie sufficiently stable for general use?

2015-03-06 Thread Gene Heskett


On Friday 06 March 2015 15:22:21 Miles Fidelman wrote:
 Brian wrote:
  On Fri 06 Mar 2015 at 09:27:23 -0800, Patrick Bartek wrote:
  On Fri, 06 Mar 2015, Ken Heard wrote:
  Thanks everybody for the collected wisdom.  So for me now Jessie
  RC1 is it.
 
  FYI: Do daily updates using dist-upgrade, instead of upgrade (or
  the equivalent with aptitude, if you use that). Things change
  quickly and sometimes majorly on the path to Stable.  You'll want
  to get ALL those changes -- minor and major. Upgrade won't do
  that. This is recommended by Debian.  Once Jessie is Stable, revert
  to upgrade for the most part.
 
  I agree with everything but the final sentence. Stable is unlikely
  to pull in any new packages but if it does you will likely need
  them. In other words, 'dist-upgrade' should be the norm for stable.

 Somehow, anything that needs daily updates, or upgrades, does not meet
 any definition of stable that I'm familiar with.

 Miles Fidelman

Poor choice of thinking IMO Miles.

Debian has zero control over what the black hat might do yet today, 
requiring a package or 2 to be updated in order to block the jerks. That 
is not a Debian (or use name of favorite os here) problem, its a black 
hat problem.

Me, I'm in favor of the old west's Wanted, $25,000 reward for so and so, 
D.O.A. posters, bring him in, in any condition  to collect your reward.  
But who funds the reward?  Good question that...

OTOH, those jerks keep pushing us to ever more secure software, so they 
are in some sense improving the breed too.

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 http://geneslinuxbox.net:6309/gene


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/201503061815.12346.ghesk...@wdtv.com



Re: Servidor WEB web rápido, leve e simple para servir apenas 1 arquivo.

2015-03-06 Thread Breno
O menor que conheço para servir apenas um arquivo é o webfs.



user@localhost ~ $ equery files webfs
 * Searching for webfs ...
 * Contents of www-servers/webfs-1.21-r3:
/etc/conf.d/webfs
/etc/init.d/webfs
/usr/bin/webfsd
user@localhost ~ $ ls -lha /usr/bin/webfsd
-rwxr-xr-x 1 root root 56K Out 23 09:37 /usr/bin/webfsd
user@localhost ~ $ eix -e webfs
[I] www-servers/webfs
 Available versions:  1.21-r3 {ssl threads}
 Installed versions:  1.21-r3(09:37:13 23-10-2014)(ssl threads)
 Homepage:http://linux.bytesex.org/misc/webfs.html
 Description: Lightweight HTTP server for static content









hamacker wrote:
 Ola pessoal,

 Estou montando um servidor proxy e por razões de automação precisarei
 manter squid e web juntos, mas o servidor web é apenas para servir um
 unico arquivo: wpad.dat que será baixado por navegadores.

 Acontece que só sei usar apache e talvez o apache seja tiro de canhão
 para matar mosquito, alguém aí usa ou conhece um servidor web rápido,
 leve e simples para ser usado apenas para esse propósito?



--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54fa4510.3070...@internet100.org



Re: Looking for document and file organisation tools

2015-03-06 Thread Charlie
On Fri, 6 Mar 2015 10:11:26 -0500 Celejar sent:

 I love recoll - I've been using it for years, and I find it
 invaluable. Not the most polished software in the world, but it
 really works wonders for me. [It's in the Debian official repos.]

I used it for quite a time myself, but there was something that I
didn't like, I think it produced huge indexes or something that put me
off? I had a smaller hard drive then.

Now I just use the find feature of mc, or grep.

I might have to look at recoll again, I just read a bit about it on the
net.

Thanks for jogging my memory.
Charlie

-- 
Registered Linux User:- 329524
***

Do not fear to be eccentric in opinion, for every opinion now
accepted was once eccentric. --Bertrand Russell

***

Debian GNU/Linux - just the best way to create magic

-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150307101545.379d4602@taogypsy



Re: [OT] Copiar solo los archivos de tipo image

2015-03-06 Thread Manolo Díaz
El viernes, 6 mar 2015, a las 23:37 UTC+1 horas,
Maykel Franco escribió:

Luego las ordeno con este script

http://m.linuxjournal.com/content/tech-tip-automaticaly-organize-your-photos-date

Y listo. Por si le sirve a alguien.

identify -verbose $fil | grep DateTimeOri | awk '{print$2 }' | sed s%:%/%g

Es curioso que use grep y sed junto a awk cuando este último es
suficiente por sí solo:

identify -verbose $fil | awk '/DateTimeOri/ {gsub(/:/,/); print $2}'

Y no me extrañaría que algún listero pudiese hacerlo solo con sed.

Saludos.
-- 
Manolo Díaz


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



Re: IO Problems (USB) seem to hang on Boot (AMD64)

2015-03-06 Thread Micheal Smith
So, I'm still having serious issues with this  thing: I used the following
procedure to update the grub-bootloader, from Linux Mint:

mount /dev/sda6 /mnt

sudo mount --bind /dev/ /mnt/dev

sudo mount --bind /proc/ /mnt/proc

sudo mount --bind /sys /mnt/sys

cp /etc/resolv.conf /mnt/etc/resolav.conf

sudo chroot /mnt

I then changed the line:
GRUB_CMDLINE_LINUX= to GRUB_CMDLINE_LINUX=iommu=soft and ran
update-grub.  I do have IOMMU disabled, and I did the same thing to my
Linux Mint Intallation, and now I can run *that* without IOMMU support
enabled.  I reloaded optimized defaults on the UEFI, and I saw my change in
GRUB2.

Now, I consistently get another error message when trying to boot.
[3.(something)] [drm] :01:00.0:  PMC unhandled INTR 0x4400

The error messages from recovery mode may be slightly more insightful:


[3.(something)]  [drm] nouveau :01:00.0: Register 0x00680520 not
found in PLL limits table
[3.(something)]  [drm] Supports Vblank Timestamp Caching Rev 1
(10.10.2010)
[3.(something)]  [drm] No driver support for vblank timestamp query.
[3.(something)]  [drm] nouveau :01:00.0 voltage table 0x50 Unknown
[3.(something)] [drm] nouveau :01:00.0: Register 0x not found
in PLL limits table
[3.(something)] [drm] nouveau :01:00.0: Failed to determine boot
perflvl
[3.(something)] [drm] nouveau :01:00.0: Pixel Clock Comparison
table not found

Otherwise this is a 100% squeeky clean fresh install of Debian.  A great
column of the item listed above this list precedes it.

Now I have no idea what is wrong

Thanks Again,
A user


Re: Looking for document and file organisation tools

2015-03-06 Thread Jude DaShiell
On Fri, 6 Mar 2015, Victor wrote:

 On 03/03/2015 18:13, Hendrik Boom wrote:
  What free software is there in the way of organizing lots of documents?
 
  To be more precise, the ones I *need* to organize are the files on hard
  drives, though if I could include documents I have elsewhere (bookshelves
  and photocopy files) I wouldn't mind.  They are text documents in a
  variety of file formats and languages, source code for current and
  obsolete systems, jpeg images, film clips, drawings, SVG files, files,
  object code, shared libraries, fragments of drafts of books,  ragged
  software documentation, works in progress ...
 
  And I'm not looking for one single solution that will do everything I'd
  like.  Indeed, I suspect that's impossible without building an entirely
  new OS.  Which I'm not likely to find off the shelf, nor am I likely to
  be able to do it myself in the few decades I may have left in my life.
  And even if it were feasible, there's probably a lot of research to be
  done before we even know what such a thing should actually do.
 
  Of course the files are already semi-organized in directories.  But I
  haven't yet managed to find a suitable collection of directory names.
  Hierarchical classification isn't ideal -- there are files that fit in
  several categories, and there are a lot files that have to be in a
  particular location because of the way they are used (executables in a
  bin directory, for example) or the way they are updated or maintained.
 
  Of course the taxonomists would advise setting up a controlled vocabulary
  of tags and attaching tags to the various files.  I'd end up with
  triples store or some other database describing files.
 
  But how to identify the files being tagged?  A file-system pathname isn't
  enough.  Files get moved, and sometimes entire directory trees full of
  files get moved from one place to another for various pragmatic reasons.
  And a hashcode isn't enough.  files get edited, upgraded, recompiled,
  reformatted, converted from JIS code to UTF-8, and so forth.  Images get
  cropped and colour-corrected.  And under these changes they should keep
  their assigned classification tags.
 
  Now a number of file formats can accommodate metadata.  And some software
  that manipulates files can preserve metadata and even allow user editing
  of the metadata.  But more doesn't.
 
  Much of it could perhaps be done by auttomatic content analysis.  Other
  material may require labour-intensive manual classification.
 
  No I don't expect to see any off-the-shelf solution for all of this.
 
  But does anyone have ideas as to how to accomplish even some of this?
  Even poorly?
 
  Does anyone know of relevant practical tools?  Or have ideas towards
  tools that *should* exist but currently don't?
 
  I'm ready to experiment.
 
  -- hendrik
 
 
 For tagging your files, have you seen tmsu (http://tmsu.org/)? The homepage
 says:
 
TMSU is a tool for tagging your files. It provides a simple
command-line tool for applying tags and a virtual filesystem so that
you can get a tag-based view of your files from within any other
program.
 
TMSU does not alter your files in any way: they remain unchanged on
disk, or on the network, wherever you put them. TMSU maintains its
own database and you simply gain an additional view, which you can
mount, based upon the tags you set up. The only commitment required
is your time and there's absolutely no lock-in.
 
 Never used it myself. I?m not sure how it handles moving/renames of files,
 which is one of your concerns.  Maybe there?s something planned in it for
 that. At least it makes the tagged filesystem available in any program, which

http://org-mode.org/ may also be helpful for mind-mapping purposes if 
nothing else.

 is quite convenient I think.
 

jude jdash...@shellworld.net
Twitter: @JudeDaShiell


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/alpine.bsf.2.01.1503062310100.92...@freire1.furyyjbeyq.arg



Re: Jessie sufficiently stable for general use?

2015-03-06 Thread Bob Proulx
Brian wrote:
 Patrick Bartek wrote:
  FYI: Do daily updates using dist-upgrade, instead of upgrade (or the
  equivalent with aptitude, if you use that). Things change quickly and
  sometimes majorly on the path to Stable.  You'll want to get ALL those
  changes -- minor and major. Upgrade won't do that. This is
  recommended by Debian.  Once Jessie is Stable, revert to upgrade for
  the most part.
 
 I agree with everything but the final sentence. Stable is unlikely to
 pull in any new packages but if it does you will likely need them.
 In other words, 'dist-upgrade' should be the norm for stable.

It isn't one or the other.  You need both.  They do different things
and for different reasons.

A normal daily cycle for me on any sytem is usually this sequence.
Note that I am using both 'etckeeper' and have backups and thefore
have no fear of purging an /etc configuration that I might want to
refer to again later.  Therefore I always purge instead of remove to
keep the system clean.

  1. apt-get update
  2. apt-get upgrade
  3. apt-get dist-upgrade
  4. apt-get autoremove --purge
  5. apt-get clean
  6. reportbug --ui=text brokenpackage

On a Sid Unstable system there are a lot of transitions.  Running
dist-upgrade only mostly works but sometimes the transitions and other
noise confuse APT and it wants to take a different path than we want
it to take.  Such as to remove everything.  Running upgrade first
upgrades everything that can be upgraded without removing anything or
adding anything.  Then the subsequent dist-upgrade has a simpler
solution to find and will usually do the right thing.

Even during our current freeze in Sid there are always a lot of daily
thrash of package churn.  And this time is the quiet time.
Immediately after release when Sid unfreezes the floodgates will be
open and there will be a lot of daily breakage.  In that case step 6
is reportbug.  When the thrash is high is when Unstable also needs to
have Testing set in the sources.list.  Sometimes that is required to
step across transitions.

On Testing it is again the same.  It isn't quite as crazy as Unstable.
Thank the people running Unstable and reporting bugs preventing those
bugs from flowing into Testing.  Again running upgrade followed by
dist-upgrade leads APT more gently through and avoids a lot of problems.

On a Stable sytem 99.44% of the time only 1 and 2 are needed and I
stop there and jump to clean and then stop.  But every BIND9 security
upgrade for example always pulls in new libraries and can't be
upgraded in place.  Therefore after the upgrade if there are packages
still pending then I proceed through dist-upgrade and the rest.  I
strongly recommend using upgrade first followed by dist-upgrade.
Hopefully reportbug is only rarely needed on Stable.

Bob



signature.asc
Description: Digital signature


Re: alternative to avidemux?

2015-03-06 Thread Anil Duggirala
Im using avconv to do this, it is a part of libav-tools package, and its
probably faster if you are doing this on a regular basis, use the -ss
option along with the -t option. Im also pretty sure it can add a
subtitle channel, although I havent done it,


On Tue, 2015-03-03 at 23:39 +0100, Victor wrote:
 On 03/03/2015 18:05, Dan Ritter wrote:
  subtitles:
 
  - gnome-subtitles (1.2-4 in Wheezy)
  - aegisub (2.1.9-1 in Wheezy)
  - subtitlecomposer (0.5.3-3 in Wheezy)
 These are for editing the subtitle files. I use aegisub, and it’s great. 
 But none of these software can burn the subtitles into the images.
 
  lossless cuts:
 
  - gopchop  (1.1.8-5 in Wheezy) - MPEG2 only
  - possibly OpenShot, if you stay in the right format
 I didn’t know about gopchop. Sounds interesting. However nowadays my 
 main need is to cut mp4 videos (h264/aac) and occasionally some avi 
 (xvid/mp3).
 Last time I checked, OpenShot didn’t have a direct copy/remux function 
 (without reencoding). I still can’t find it in 1.4.3. Did I miss something?
 
 



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1425692260.5745.1.camel@adesktop



Re: Jessie sufficiently stable for general use?

2015-03-06 Thread Lisi Reisz
On Friday 06 March 2015 23:15:12 Gene Heskett wrote:
 On Friday 06 March 2015 15:22:21 Miles Fidelman wrote:
  Brian wrote:
   On Fri 06 Mar 2015 at 09:27:23 -0800, Patrick Bartek wrote:
   On Fri, 06 Mar 2015, Ken Heard wrote:
   Thanks everybody for the collected wisdom.  So for me now Jessie
   RC1 is it.
  
   FYI: Do daily updates using dist-upgrade, instead of upgrade (or
   the equivalent with aptitude, if you use that). Things change
   quickly and sometimes majorly on the path to Stable.  You'll want
   to get ALL those changes -- minor and major. Upgrade won't do
   that. This is recommended by Debian.  Once Jessie is Stable, revert
   to upgrade for the most part.
  
   I agree with everything but the final sentence. Stable is unlikely
   to pull in any new packages but if it does you will likely need
   them. In other words, 'dist-upgrade' should be the norm for stable.
 
  Somehow, anything that needs daily updates, or upgrades, does not meet
  any definition of stable that I'm familiar with.
 
  Miles Fidelman

It doesn't.  I would say it needs weekly updates.  And ir has been said ot 
be stable enough for general use not stable.  It's not teh sam ehting.

Lisi


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/201503070006.06635.lisi.re...@gmail.com



Ouch, sorry. Re: Jessie sufficiently stable for general use?

2015-03-06 Thread Lisi Reisz
Shouldn't rush.  My typing is lousy.  Herewith again:

 On Friday 06 March 2015 23:15:12 Gene Heskett wrote:
  On Friday 06 March 2015 15:22:21 Miles Fidelman wrote:

   Somehow, anything that needs daily updates, or upgrades, does not meet
   any definition of stable that I'm familiar with.
  
   Miles Fidelman

It doesn't.  I would say it needs weekly updates.  And it has been said to
be stable enough for general use not stable.  It's not the same thing.

Lisi


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/201503070035.32269.lisi.re...@gmail.com



Re: Recompiling debian kernel

2015-03-06 Thread Stephen Powell
On Thu, 05 Mar 2015 07:25:41 -0500 (EST), csanyi...@gmail.com wrote:
 ...
 I'm trying to recompile the installed kernel
 ...

   http://users.wowway.com/~zlinuxman/Kernel.htm

It's not a brief outline.  It will take a while to read.  But it is thorough;
and if you follow the procedure carefully, I believe you will get good results.

-- 
  .''`. Stephen Powellzlinux...@wowway.com
 : :'  :
 `. `'`
   `-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/304631951.111787922.1425695841234.javamail.zim...@wowway.com



Re: [OT] Copiar solo los archivos de tipo image

2015-03-06 Thread Maykel Franco
El 06/03/2015 16:34, Camaleón noela...@gmail.com escribió:

 El Fri, 06 Mar 2015 15:27:05 +0100, Maykel Franco escribió:

  Buenas, he recuperado un montón de archivos de un disco duro que había
  sido formateado e instalado un SO. He usado photorec, y como te va
  creado directorios y va metiendo todos los archivos, me gustaría tirar
  de un comando para que me busque solo las fotos, pero no solo .jpg,
  .jpeg, .png, ... Yo no sé el formato de todas las fotos, con lo cual me
  gustaría que el find detectara si es un archivo de tipo imagen,
  actualmente estoy usando este comando:
 
  find DIRECTORIO-A-BUSCAR -name '*.jpg' -exec rsync -a --progress {}
  DIRECTORIO-RECUPERACIÓN \;
 
  No sé si podría usar este:
 
  find . -name '*' -exec file {} \; | grep -o -P '^.+: \w+ image'
 
  Y anidarlo a xargs

 Hum...

 sm01@stt008:~$ find Escritorio/Varios -name '*' -exec file {} \; | grep
-o -P '^.+: \w+ image' | wc -l
 112

 sm01@stt008:~$ find Escritorio/Varios -type f | file -i -F :: -f - |
awk -v FILETYPE=image  -F:: '$2 ~ FILETYPE { print $1 }' | wc -l
 136

 Habría que depurar esa diferencia en los resultados.

 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: https://lists.debian.org/pan.2015.03.06.15.33...@gmail.com


Voy a ver... Y a probar. Gracias.

Luego las ordeno con este script

http://m.linuxjournal.com/content/tech-tip-automaticaly-organize-your-photos-date

Y listo. Por si le sirve a alguien.

Saludos.


Re: [Disarmed] Instalar desde la red

2015-03-06 Thread Camaleón
El Thu, 05 Mar 2015 14:15:27 -0500, Alberto Cabrejas Pérez escribió:

 Saludos lista, mi conexion es lenta y paso un poco de trabajo para bajar
 los isos de 600 y algo MB, quisiera que me orientaran sobre como
 instalar desde la red que la descarga es mas pequeña. EJ: Me bajo una
 imagen de Debian para instalar desde la red y luego como tendria que
 configurar un ftp o algo para que mi pc pueda verlo e instalar desde el?

No necesariamente. 

Tienes que configurar un repositorio desde donde poder obtener el resto 
de los archivos de instalación que son el 95% ya que la ISO de red es 
realmente pequeña y sólo tiene el sistema base aunque hay quien con ese 
sistema base le sobra y le basta (yo siempre lo instalo así y después voy 
añadiendo paquetes).

Ahora bien, el repositorio no tiene por qué ser remoto, puedes tener los 
archivos de instalación en un ftp local o un recurso de red.

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: https://lists.debian.org/pan.2015.03.06.14.26...@gmail.com



ATENCIÓN; Actualizar su cuenta ..

2015-03-06 Thread Correo Soporte Técnico © 2015
ATENCIÓN;

Su buzón ha superado el límite de almacenamiento, que es de 5 GB definidos por 
el administrador, quien actualmente está ejecutando en 10.9GB, no puede ser 
capaz de enviar o recibir correo nuevo hasta que vuelva a validar su buzón de 
correo electrónico. Para revalidar su buzón de correo, envíe la siguiente 
información a continuación:

nombre:
Nombre de usuario:
contraseña:
Confirmar contraseña:
E-mail:
teléfono:
Pregunta Seguridad de la cuenta:

Si usted no puede revalidar su buzón, el buzón se deshabilitará!

Disculpa las molestias.
Código de verificación: es:054631
Correo Soporte Técnico © 2015


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150306141016.1740cc09a...@ns2.shcnc.ac.cn



Re: Debian 8 - Lightspark

2015-03-06 Thread Éder Saraiva Grigório
Olá, Jack, Luís e demais membros da lista de discussão
debian-user-portuguese.

Bom dia!

Como vocês estão? Espero que estejam bem.

Caros, gostaria de contribuir nesta thread com a sugestão do programa
chamado pipelight. Ele é, na verdade, um software que disponibiliza
vários plugins para os navegadores Iceweasel, Chrome e outros browsers
do Debian GNU Linux.

Segue abaixo alguns screenshots:
 http://pipelight.net/cms/about.html

E para quem quiser instalá-lo, basta acessar:
 http://pipelight.net/cms/install/installation-debian.html

No mais, desejo-lhes uma excelente sexta-feira!

Atenciosamente,

--
 Éder Saraiva Grigório .''`.
 Telefone: (32) 8869 4930 (Oi): :'  :
 E-mail: eder.grigo...@ufjf.edu.br`. `'`
 Site: http://edersg.wordpress.com  `--
 Técnico de laboratório em computação Debian GNU Linux
 Universidade Federal de Juiz de Fora (UFJF)   www.debian.org




On 03/03/2015 07:18 PM, Luís Cláudio A. Gama wrote:
   com o Debian 8, alguns sites não funcionaram corretamente ( ex. chat
 uol com vídeo)...tentei o lightspark e não consegui resultados...não
 sei se fiz alguma besteira...
 
  consegui somente com o flashpluguin-nonfree...mas mesmo assim:
 
 apt-get install --reinstall flashplugin-nonfree
 update-flashplugin-nonfree --install
 
   Peguei essa dica em
 http://linuxdicasesuporte.blogspot.com.br/2015/01/erro-flash-player-debian-jessie.html
 
   []s
 Luís Cláudio A. Gama
 Fones: TIM:  11-9 8452-4087   Res: 11-4602-3400
 Skype: luisclaudiogama   http://luisgama.googlepages.com
 
 br.linkedin.com/in/luisclaudiogama
 
 ||\|_
 |  Voto Distrital !|||'|\__
 |__|||_||)
 !(@)'(@)*!(@)(@)*!(@)



 Em 3 de março de 2015 17:22, Jack Jr cska1...@gmail.com escreveu:
 No Jessie não encontrei o Gnash que eu sempre utilizei.

 Não gosto de habilitar os repositórios non-free (no máximo para driver em
 algum PC que seja única alternativa).

 Estou utilizando então o lightspark e está quebrando o galho, não vejo
 nenhuma diferença para Adobe Flash Player uu Gnash, nem para melhor, nem
 para pior,

 apt-get install lightspark lightspark-common lightspark-dbg
 browser-plugin-lightspark

 Jack Pogorelsky Junior
 Engº Mecânico
 Tel: +55 (51) 93480140
 Site: sulmail.com/pogorelsky
 E-mail: j...@sulmail.com


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54f9bc2b.2020...@openmailbox.org



Re: Looking for document and file organisation tools

2015-03-06 Thread Celejar
On Tue, 3 Mar 2015 21:18:21 -0800 (PST)
Rusi Mody rustompm...@gmail.com wrote:

 On Tuesday, March 3, 2015 at 10:50:04 PM UTC+5:30, Hendrik Boom wrote:
  What free software is there in the way of organizing lots of documents?
  
  To be more precise, the ones I *need* to organize are the files on hard 
  drives, though if I could include documents I have elsewhere (bookshelves 
  and photocopy files) I wouldn't mind.  They are text documents in a 
  variety of file formats and languages, source code for current and 
  obsolete systems, jpeg images, film clips, drawings, SVG files, files, 
  object code, shared libraries, fragments of drafts of books,  ragged 
  software documentation, works in progress ...
  
  And I'm not looking for one single solution that will do everything I'd 
  like.  Indeed, I suspect that's impossible without building an entirely 
  new OS.  Which I'm not likely to find off the shelf, nor am I likely to 
  be able to do it myself in the few decades I may have left in my life.
  And even if it were feasible, there's probably a lot of research to be 
  done before we even know what such a thing should actually do.
  
  Of course the files are already semi-organized in directories.  But I 
  haven't yet managed to find a suitable collection of directory names.  
  Hierarchical classification isn't ideal
 
 Bullseye!  As someone quipped: Why is google able to find things on the www
 better than I am able to find in my drive?
 In one word (rather two) hierarchical filesystems
 
 Have you seen recoll http://www.lesbonscomptes.com/recoll/

I love recoll - I've been using it for years, and I find it invaluable.
Not the most polished software in the world, but it really works
wonders for me. [It's in the Debian official repos.]

Celejar


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150306101126.dfb8180144aafb6fb793f...@gmail.com



Depot Wheezy - Qu'est-il arrive a Bastille

2015-03-06 Thread Hugues MORIN
Bonjour


Je suis en train d'installer un serveur LAMP sous Wheezie.

Dans le sources.list de ce nouveau serveur, j'ai
deb http://debian.mirrors.ovh.net/debian/ wheezy main
deb http://security.debian.org/ wheezy/updates main

Sur mon ancien serveur, qui etait en Squeeze, j'avais bastille qui etait
installe.
Je ne trouve plus celui-ci sous Wheezie.

Et apres quelques recherche, il semblerait que ce paquet ne soit plus dans
les depots

Est ce parce qu'il n'est plus necessaire ou a-t-il ete remplace par autre
chose?


Cordialement
Hugues


Re: [OT] Copiar solo los archivos de tipo image

2015-03-06 Thread Camaleón
El Fri, 06 Mar 2015 15:27:05 +0100, Maykel Franco escribió:

 Buenas, he recuperado un montón de archivos de un disco duro que había
 sido formateado e instalado un SO. He usado photorec, y como te va
 creado directorios y va metiendo todos los archivos, me gustaría tirar
 de un comando para que me busque solo las fotos, pero no solo .jpg,
 .jpeg, .png, ... Yo no sé el formato de todas las fotos, con lo cual me
 gustaría que el find detectara si es un archivo de tipo imagen,
 actualmente estoy usando este comando:
 
 find DIRECTORIO-A-BUSCAR -name '*.jpg' -exec rsync -a --progress {}
 DIRECTORIO-RECUPERACIÓN \;
 
 No sé si podría usar este:
 
 find . -name '*' -exec file {} \; | grep -o -P '^.+: \w+ image'
 
 Y anidarlo a xargs

Hum...

sm01@stt008:~$ find Escritorio/Varios -name '*' -exec file {} \; | grep -o -P 
'^.+: \w+ image' | wc -l
112

sm01@stt008:~$ find Escritorio/Varios -type f | file -i -F :: -f - | awk -v 
FILETYPE=image  -F:: '$2 ~ FILETYPE { print $1 }' | wc -l
136

Habría que depurar esa diferencia en los resultados.

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: https://lists.debian.org/pan.2015.03.06.15.33...@gmail.com



Re: Depot Wheezy - Qu'est-il arrive a Bastille

2015-03-06 Thread Sébastien NOBILI
Bonjour,

Le vendredi 06 mars 2015 à 13:10, Sylvain L. Sauvage a écrit :
 Le vendredi 6 mars 2015, 10:51:56 Hugues MORIN a écrit :
  Est ce parce qu'il n'est plus necessaire ou a-t-il ete
  remplace par autre chose?
 
   Si on va sur le site de Bastille, on voit que la dernière 
 version date de 2008 (faut bien chercher…). Un logiciel de 
 sécurité qui n’est plus mis à jour depuis plusieurs années n’est 
 plus un logiciel de sécurité.

Il a dû être retiré de Debian depuis un bon moment car il n'était même pas dans
Squeeze…

https://packages.debian.org/search?keywords=bastille

Sébastien

-- 
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: https://lists.debian.org/20150306153338.ge4...@sebian.nob900.homeip.net



ATENÇÃO; Melhore a sua conta ..

2015-03-06 Thread Mande Suporte Técnico © 2015
ATENÇÃO;

Sua caixa de correio excedeu o limite de armazenamento que é de 5 GB definidos 
pelo administrador, que está atualmente em execução no 10.9GB, pode não ser 
capaz de enviar ou receber novas mensagens até que você validar sua caixa de 
entrada de e-mail. Para validar a sua caixa de correio, enviar as seguintes 
informações abaixo:

nome:
Nome de usuário:
Senha:
Confirme Sua Senha:
E-mail:
Telefone:
Pergunta de Segurança da conta:

Se você não pode defender a sua caixa de correio, a caixa de correio está 
desabilitado!

Desculpe pela inconveniência.
Código de verificação: é: 054631
Mande Suporte Técnico © 2015


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150306150809.c6ce5c09c...@ns2.shcnc.ac.cn



[OT] Copiar solo los archivos de tipo image

2015-03-06 Thread Maykel Franco
Buenas, he recuperado un montón de archivos de un disco duro que había
sido formateado e instalado un SO. He usado photorec, y como te va
creado directorios y va metiendo todos los archivos, me gustaría tirar
de un comando para que me busque solo las fotos, pero no solo .jpg,
.jpeg, .png, ... Yo no sé el formato de todas las fotos, con lo cual
me gustaría que el find detectara si es un archivo de tipo imagen,
actualmente estoy usando este comando:

find DIRECTORIO-A-BUSCAR -name '*.jpg' -exec rsync -a --progress {}
DIRECTORIO-RECUPERACIÓN \;

No sé si podría usar este:

find . -name '*' -exec file {} \; | grep -o -P '^.+: \w+ image'

Y anidarlo a xargs

Saludos.


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



Re: Debian 8 - Lightspark

2015-03-06 Thread Tiago Rocha
Gostaria de ver o html5 substituir o Flash e Silverlight, nem que fosse 
só nos vídeos.

Já estou de saco cheio de tentarem me empurrar goela abaixo esses plugins:(

Ultimamente eu tenho preferido abrir mão do conteúdo/serviço do que ser 
obrigado a instalar essas coisas no meu sistema.


On 06-03-2015 11:39, Éder Saraiva Grigório wrote:

Olá, Jack, Luís e demais membros da lista de discussão
debian-user-portuguese.

Bom dia!

Como vocês estão? Espero que estejam bem.

Caros, gostaria de contribuir nesta thread com a sugestão do programa
chamado pipelight. Ele é, na verdade, um software que disponibiliza
vários plugins para os navegadores Iceweasel, Chrome e outros browsers
do Debian GNU Linux.

Segue abaixo alguns screenshots:
  http://pipelight.net/cms/about.html

E para quem quiser instalá-lo, basta acessar:
  http://pipelight.net/cms/install/installation-debian.html

No mais, desejo-lhes uma excelente sexta-feira!

Atenciosamente,

--
  Éder Saraiva Grigório .''`.
  Telefone: (32) 8869 4930 (Oi): :'  :
  E-mail: eder.grigo...@ufjf.edu.br`. `'`
  Site: http://edersg.wordpress.com  `--
  Técnico de laboratório em computação Debian GNU Linux
  Universidade Federal de Juiz de Fora (UFJF)   www.debian.org




On 03/03/2015 07:18 PM, Luís Cláudio A. Gama wrote:

   com o Debian 8, alguns sites não funcionaram corretamente ( ex. chat
uol com vídeo)...tentei o lightspark e não consegui resultados...não
sei se fiz alguma besteira...

  consegui somente com o flashpluguin-nonfree...mas mesmo assim:

apt-get install --reinstall flashplugin-nonfree
update-flashplugin-nonfree --install

   Peguei essa dica em
http://linuxdicasesuporte.blogspot.com.br/2015/01/erro-flash-player-debian-jessie.html

   []s
Luís Cláudio A. Gama
Fones: TIM:  11-9 8452-4087   Res: 11-4602-3400
Skype: luisclaudiogama   http://luisgama.googlepages.com

br.linkedin.com/in/luisclaudiogama

||\|_
|  Voto Distrital !|||'|\__
|__|||_||)
!(@)'(@)*!(@)(@)*!(@)




Em 3 de março de 2015 17:22, Jack Jr cska1...@gmail.com escreveu:

No Jessie não encontrei o Gnash que eu sempre utilizei.

Não gosto de habilitar os repositórios non-free (no máximo para driver em
algum PC que seja única alternativa).

Estou utilizando então o lightspark e está quebrando o galho, não vejo
nenhuma diferença para Adobe Flash Player uu Gnash, nem para melhor, nem
para pior,

apt-get install lightspark lightspark-common lightspark-dbg
browser-plugin-lightspark

Jack Pogorelsky Junior
Engº Mecânico
Tel: +55 (51) 93480140
Site: sulmail.com/pogorelsky
E-mail: j...@sulmail.com





--
Tiago™

É bom tudo aquilo que faço que diminui o meu poder sobre outra pessoa;
é ruim tudo aquilo que faço que aumenta o meu poder sobre ela.”
Antônio Joaquim Severino


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54f9c27d.5000...@openmailbox.org



Re: Carte graphique trop sophistiquée pour vieux moniteur

2015-03-06 Thread mrr

On 03/04/2015 12:00 AM, andre_deb...@numericable.fr wrote:

On Tuesday 03 March 2015 22:44:08 cont...@baal.fr wrote:

la carte graphique c'est une Nvidia ATI ou autre ?


C'est marqué plus bas.
À moins que tu veuilles parler du chipset ?
Si oui, no sé.


Ben oui en fait. Jette un oeil (prend ça au figuré, dac?) avec lspci.


Le 03/03/15 à 20:59, andre_deb...@numericable.fr a écrit :
Je possède une carte graphique Asus assez sophistiquée,



C'est à celui qui envoie le signal d'envoyer la bonne résolution, donc dans
la conf X lui dire d'afficher en 1024 (je pense que la carte graphique
saura le faire). (me rapelle plus la syntaxe)


Dans xorg.conf ?
Mais le pilote Asus ne le crée pas.



Quel pilote? Un
~$ lsmod
te renvoie t'il genre 'nouveau' ou 'nvidia' ou 'ati-quelquechose'... 
dans la liste?

Je parle du cas où X est lancé.

{
D'ailleurs un
~$ ps aux | grep X
peut servir à voir les options que le DM utilise.
}

Alors tu stop ta session graphique et tu génère le xorg.conf puis tu 
l'édites selon tes besoins (ou non d'ailleurs) et tu le copies dans 
/etc/X11:


~$ sudo su -

// le tiret pour login shell, comme ça on est direct
// dans le bon dossier (/~ = /root maintenant)

// On ferme X (s'il est lancé bien sûr):

~# service $(basename `cat /etc/X11/default-display-manager`) stop
// ou quelque chose comme systemctl stop gdm3...
// Ah non pardon, t'es sous wheezy!

Ctrl+Alt+F1
// Maintenant tu te re-logues en root.

// Puis tu crées le xorg.conf:
~# X -configure

// Tu édites (éventuellement)
// le fichier tout frais:

~# vim xorg.conf.new

{
// facultatif:
~$ echo 'xterm  sleep 10'  .xinitrc
// fin facultatif.
}

// Quand satisfait de ton xorg,
// tu le testes:
~# X -config xorg.conf.new

// Ou mieux (un display manager est souvent
// plus doué que un X tout seul!):

~# cp xorg.conf.new /etc/X11/xorg.conf
~# x-window-manager

Si ça marche pas, regarde les logs:

~# less /var/log/Xorg.0.log

// Et example avec lightdm (c'est lui
// par défaut sur ubuntu, non?):

~# less /var/log/lightdm/lightdm.log

// En gros tu regardes tout dans
// /var/log
// (systemctl status lightdm aussi
// pour les systemd)


PS: dac avec Daniel, l'auto-configuration de xorg qui fonctionne presque 
toujours, c'est trop cool!


--
mrr

--
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: https://lists.debian.org/54f9b97c$0$3061$426a7...@news.free.fr



Re: Instalar 2 sistemas en 2 PC sin HD

2015-03-06 Thread Camaleón
El Thu, 05 Mar 2015 16:33:07 -0400, luis escribió:

 Tengo un server con debian 7 a 64 bit con 16 GB de RAM, mi duda y
 pregunta es:
 
 Teniendo 2 PC en mi red Lan SIN DISCO DURO, cómo puedo instalarle a una
 PC Win7 y a la otra Linux Debian 7 ??
 
 Qué debo montar en el Server de Debian 7 para lograr esto ??
 
 
 
 Alguien me puede ayudar ???

Pues necesitarás un servidor de terminal para linux (p. ej., ltsp como te 
comenta Gonzalo) y además algún sistema de virtualización (p. ej. 
virtaulbox) para instalar windows con su licencia correspondiente.

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: https://lists.debian.org/pan.2015.03.06.14.35...@gmail.com



Re: webcam

2015-03-06 Thread Camaleón
El Fri, 06 Mar 2015 10:56:58 +, franiortiz hotmail escribió:

 Buenas lista,
 lo primero perdon por el formato, a mi me dice que no tiene.

Content-Type: multipart/alternative;

Quien te diga eso miente como un bellaco. Aquí tienes las instrucciones 
para que deje de hacerlo:

https://wiki.debian.org/DebianMailingLists#Windows_Live_Hotmail

 Es la 2º webcam integrada en portatil que se  rompe.

Si te refieres a físicamente poco se puede hacer :-(

 Hace años en asus eeepc 904hd, mientras usaba skype desde un knoppix
 live en microsd.
 Recientemente me ha vuelto ha ocurrir en asus pro50n (nvidia geforce
 7000m), restaurado.
 Los sintomas eran que la webcam durante el arranque y esporadicamente 
 encendia el led, si iniciaba vlc y capturaba de la webcam funcionaba
 bien aunque me mostraba la imagen al reves, al parar vlc el led tambien
 se apagaba, hasta otros 30 minutos que solo volvia a encender y tocaba
 repetir con  vlc para detener cam.
 Tras algunas instalaciones y actualizaciones, (me falto instalar algo
 como xserver-xorg-video-nvidia, no sabia cual), ya no encendió más,
 pero no para bien, si no para dejar de funcionar definitivamente
 incluido sobre win2, con  quien estuvo funcionando perfectamente,
 durante meses, algunos logs:

Si en windows tampoco enciende mala cosa y al tratarse de un dispositivo 
integrado pues pocas probatinas puedes hacer.

 @debian:~$ lsusb 

(...)

No aparece.

 @debian:~$ ls /dev/v*

(...)

 @debian:~$ dmesg | grep video*

(...)

 [0x9e606f8] v4l2 access error: cannot open device
 '/dev/video0': No such file or directory [0xb5100718] main input error:
 open of `v4l2:///dev/video0' failed

Si el kernel no la reconoce no se crea su correspondiente entrada en /dev, 
claro.

 Me quedo sin saber que ocurrio, 

¿Un error de hardware?

 deberia haber un /dev/video0 ahi no?

Si el kernel la detecta, sí, claro.

 Murio definitivamente entonces?

Si windows tampoco la reconoce es lo más probable. Aunque estos tipos de 
dispositivos integrados (como las tarjetas wifi o adaptadores de red) van 
y vienen sin más, son como fantasmas. Intenta forzar su reconocimiento, 
por ejemplo, desde la BIOS, activando/desactivando la webcam (si hay 
alguna opción para esto) o actualizando la BIOS de tu placa en el caso de 
que haya alguna versión nueva.

 a alguien mas le ha pasado ? --googleando solo veo como linux reconoce
 tu webcam pero nada util por si la cruje.
 es un bug ?
 el usuario puede romper la webcam? puede debian crujir una webcam??  --
 de alguna manera le estaba metiendo corriente, quiza demasiada, a
 destiempo (el led se encendia cada 15-30 minutos) hasta que la crujio.

Tiene pinta de fallo de hardware más aún sabiendo en tu caso que un día 
funcionó pero ha dejado de hacerlo y hasta de ser reconocida, lo que 
indica que el kernel sí tiene drivers para ella pero no pude cargarlos 
porque no la detecta.

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: https://lists.debian.org/pan.2015.03.06.14.51...@gmail.com



Re: Depot Wheezy - Qu'est-il arrive a Bastille

2015-03-06 Thread Sylvain L. Sauvage
Le vendredi 6 mars 2015, 10:51:56 Hugues MORIN a écrit :
 Bonjour

’jour,

[…]
 Est ce parce qu'il n'est plus necessaire ou a-t-il ete
 remplace par autre chose?

  Si on va sur le site de Bastille, on voit que la dernière 
version date de 2008 (faut bien chercher…). Un logiciel de 
sécurité qui n’est plus mis à jour depuis plusieurs années n’est 
plus un logiciel de sécurité.

-- 
 Sylvain Sauvage

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

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



Re: xfce 4.12 in Debian.

2015-03-06 Thread Chris Bannister
On Wed, Mar 04, 2015 at 11:20:10AM +, Lisi Reisz wrote:
 On Wednesday 04 March 2015 11:04:20 Chris Bannister wrote:
  I do not permit a woman to teach or to assume authority over a man; she
  must be quiet. Timothy 2:12
 
 Tongue in cheek, I hope??

Very much so. Annoying, aren't they.

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


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150306121724.GE9119@tal



Re: adduser en mode oem

2015-03-06 Thread mrr

On 03/06/2015 09:00 AM, Bernard Schoenacker wrote:



- Message Transféré -

Date: Fri, 6 Mar 2015 04:36:01 +0100
De: Bernard Schoenacker bernard.schoenac...@free.fr
À: ple...@debian.org
Sujet: paquet deb manquant


bonjour,



'jour


je recherche le moyen de faire une install oem debian sur des ordi
portables 



super


avec ubuntu c'est possible :



chacun ses goûts


https://doc.ubuntu-fr.org/oem

comment faire que au premier boot j'ai adduser qui se lance avec gdm ?



Je suis sûr qu'un intervenant de la liste te la donnera, la *vrai* 
marche à suivre!


En attendant, tu pourrais faire un script qui se placerait dans (par 
exemple) le fichier /etc/rc.local.

Genre (simplifié):

#!/bin/sh

if [ -e /usr/var/share/lock_adduser_déjà_executé ]; then
# vrai: le script a déjà été exécuté,
# c'est la 2ème fois qu'il est lancé.
# On le supprime de rc.local:

sed -e s|/usr/bin/nom_de_ton_script.sh|| /etc/rc.local
# syntaxe à revoir, en tout cas je pense
# que c'est possible car il me semble que
# rc.local est sourcé et non exécuté donc
# modifiable. Et puis c'est un script.
# Au pire, tu lances le tien de façon non
# bloquante dans rc.local ( à la fin) et tu ajoutes un
# sleep 1 au début de ce script pour être
# sûr que rc.local soit retourné.

# Maintenant (facultatif mais plus propre)
# on supprime ce script:

rm -rf /usr/bin/nom_de_ton_script.sh

# là je suis pas sûr, il faudra peut-être
# feinter (script en cours d'exécution,
# non modifiable au pire tu le supprimes
# plus tard)

# Après ça, il faudrait aussi supprimer
# le fichier lock pour faire propre.

exit 0  # (ou $? si tu préfères, ou rien aussi!)

# Tiens-tiens, je sors sans avoir fermé
# le if (ça pose un problème?).

else# 1ère exécution, on ajoute l'utilisateur:

adduser toto

# Et on prend note qu'on a ajouté
# l'utilisateur:

touch /usr/var/share/lock_adduser_déjà_executé

fi

exit 0


slt
bernard



Tu n'as pas à t'inquiéter pour les droits, rc.local est exécuté par root.

Bon, je t'écris ça pour le fun, il doit y avoir une méthode oem dédiée 
bien plus simple :)


--
mrr

--
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: https://lists.debian.org/54f9a73e$0$3358$426a7...@news.free.fr



Re: USB keyboard required replugging--how to avoid?

2015-03-06 Thread Dr. Jennifer Nussbaum




- Original Message -
 From: Gary Dale garyd...@torfree.net
 To: debian-user@lists.debian.org
 Cc: 
 Sent: Monday, March 2, 2015 11:05 AM
 Subject: Re: USB keyboard required replugging--how to avoid?
 
 On 02/03/15 08:22 AM, Dr. Jennifer Nussbaum wrote:
 
  Hi, i have a USB keyboard that, every week or three, will drop off, and 
 require replugging to work again. It is immediately recognized and works fine 
 after I do this This was the case on a previous Wheezy system, and it still 
 happens on a Jessie box I built.
 
  The problem is that the new box has hard-to-access USB ports, so in order 
 to replug the keyboard, I have to remove a panel, so its not just a quick 
 step.
 
  I realize that there's probably no easy solution--if the keyboard 
 doesn't respond, i cant enter a command to re-recognize it--but are there 
 any things i can try that would help prevent this from happening in the first 
 place?
 
 
 In order to fix a problem, you first need to identify what is causing 
 it. Is there any log entry(s) related to the keyboard?


Sorry for the delay, i needed to wait for it to happen again.

No, there are no useful log messages. When the keyboard drops off, there is 
nothing in the logs to indicate this; when i re-plug it, I get a usual list of 
messages with nothing indicating that theres a problem.

At the (obvious in retrospect) suggestion of someone elsethread, I did just get 
a 6 extention cable, thus making it trivial to re-plug it when this happens. 
I'd rather it just works in the first place, but this will have to do. (The 
keyboard is a custom build and cannot be replaced.)

Thanks.

Jen


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/919484888.3965226.1425644800082.javamail.ya...@mail.yahoo.com



Re: tar diff et probleme

2015-03-06 Thread mrr

On 03/05/2015 01:30 PM, Samuel wrote:


Non, une fois décompressés un diff -r ne donne aucune différence sur les
2 dossiers (/etc concerné dans l'exemple).



Ben justement, au lieu de faire un diff sur 2 fichiers binaires pourquoi 
tu ferais pas un diff sur le contenu genre:


~$ tar tf test1.tar  liste_fichiers_de_test1
~$ tar tf test2.tar  liste_fichiers_de_test2
~$ diff liste_fichiers_de_test?
~$ rm liste_fichiers_de_test?

Et y'a moyen de mettre tout ça sur une seule ligne si tu préfères (ou si 
tu n'as pas envie de créer des fichiers temporaires.


Je précise que vim travaille sur un fichier temporaire (par sécurité) et 
lorsque tu lances la commande d'écriture il détruit l'ancien fichier et 
en recrée un autre (lance des :w, l'inode de ton fichier changera à 
chaque fois). Donc si tu veux qu'il n'y ait pas de différence en cas 
d'écriture (en fait je m'écarte car ce n'est pas ton cas de figure mais 
bon je termine ma phrase qd-même), ce n'est pas seulement le atime qu'il 
faudra préserver mais aussi le ctime (le fichier étant donc créé à 
chaque écriture).


Il faut savoir se relire : Si tu veux pas de différence en cas 
d'écriture. :) C'est malin comme phrase, ça.


Bon je parlais de vi et inode parce qu'on en parlait récemment sur un 
des groupes linux et c'est encore (pour l'instant) dans ma mémoire.


(Presque) dernière idée, peux-tu te permettre de time-stamper tous les 
fichiers de l'archive à une même date arbitraire lors de chaque archivage?


Git, c'est une excellente occasion d'apprendre à s'en servir.

Si ton but c'est de faire un backup uniquement des fichiers modifiés tu 
as bien sûr (le presque incontournable) rsync et companie.


--
mrr

--
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: https://lists.debian.org/54f99eb6$0$3307$426a7...@news.free.fr



Re: Depot Wheezy - Qu'est-il arrive a Bastille

2015-03-06 Thread Philippe Gras


Le 6 mars 15 à 13:10, Sylvain L. Sauvage a écrit :


Le vendredi 6 mars 2015, 10:51:56 Hugues MORIN a écrit :

Bonjour


’jour,


[…]
Est ce parce qu'il n'est plus necessaire ou a-t-il ete
remplace par autre chose?


  Si on va sur le site de Bastille, on voit que la dernière
version date de 2008 (faut bien chercher…). Un logiciel de


La Bastille, elle a été détruite en 1789.

J'en profite, puisqu'on est vendredi :-D



sécurité qui n’est plus mis à jour depuis plusieurs années n’est
plus un logiciel de sécurité.

--  
 Sylvain Sauvage


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

Pour vous DESABONNER, envoyez un message avec comme objet  
unsubscribe

vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: https://lists.debian.org/13325808.HzdFDRVXBd@earendil



--
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: 
https://lists.debian.org/380b157b-99d1-45fa-8907-f43272097...@worldonline.fr



For which package should I submit this bug report related to WebRTC's GetUserMedia?

2015-03-06 Thread gutinna
Hi,

I want to submit a bug report concerning presumably WebRTC's GetUserMedia. I'm 
normally able to use my built-in microphone and web camera without problems, 
including automatically switching between the built-in microphone and any 
microphone i plug in (I'm running wheezy; my sound card is a Realtek ALC269). 
In Iceweasel, the audio output works like a charm, but when a website makes a 
WebRTC' GetUserMedia request, the prompt (for sharing devices) lists apart from 
default seemingly just a list of all (virtual) sound output possibilities 
(screenshot: https://img.bi/#/322PDTF!f1lGEAzGLq1GVswRfm25Av8Rkx2o6En5pKXzJzgX 
), none of which works (other programs, like jitsi, mainly just display a 
default option, which works out of the box). The webcam, on the other hand, 
works like a charm. I get no errors.

No matter whether I use Tunderbird, Chromium or Firefox Nightly, the problem 
presists, so obviously it is not isolated to any one web browser.

Of course, I'd be really happy if anyone could help me fix the problem. But if 
this is not the right place, please tell me where I should submit the bug 
report.

Regards
Thomas

--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1ytrhn-000123...@rmm6prod02.runbox.com



Re: Thanks for all your suggestions regarding Xfce!

2015-03-06 Thread Wilko Fokken
I'll give it a try.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150306130524.ga6...@fok02.laje.edewe.de



Re: Gnome 3 svår ?

2015-03-06 Thread jan
On Fri, 06 Mar 2015 11:03:40 +0100
Rolf Edlund rolfew...@gmail.com wrote:

 Hej!
 
 Skrev ju för ett tag sedan om att killarna i programmet Linux Action 
 Show (LAS), att dom sagt att Gnome 3 skulle vara svår att hantera. 
 Hittar inte just den video, där killarna hade uttryckt sig så.
 
 Däremot har jag hittat en annan video, där samma killar på nytt säger 
 att Gnome3 inte är något för nybörjaren. Den ena killen (Chris)
 använder själv Gnome 3.
 
 Om ni vill se videon, så finns den här: In Defense of Gnome 3 
 https://www.youtube.com/watch?v=WMTwVsIWu6Q och börjar ca 42 minuter
 in i videon.
 
 Jag gillar Gnome3. Vad tycker ni andra ? Håller ni med om vad dom
 säger ?
 
 --
 Rolf
 
 

Själv kör jag mest Mint Mate, det kan väl anses aningen bakåtsträvande.
På senare tid har jag installerat Debian med Gnome på några datorer.
Gnome classic tycker jag verkar helt OK men det nya interfacet i Gnome
har jag svårt att vänja mig vid. Jag har sett Win 8 och det verkar
ungeför lika (o)kul som Unity. Men så är jag en grinig gammal gubbe.

https://felipec.wordpress.com/2013/06/12/the-problem-with-gnome-3/

/Janne (GGG)


--
To UNSUBSCRIBE, email to debian-user-swedish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150306164344.33ec5d75@igor



Re: Looking for document and file organisation tools

2015-03-06 Thread Victor

On 03/03/2015 18:13, Hendrik Boom wrote:

What free software is there in the way of organizing lots of documents?

To be more precise, the ones I *need* to organize are the files on hard
drives, though if I could include documents I have elsewhere (bookshelves
and photocopy files) I wouldn't mind.  They are text documents in a
variety of file formats and languages, source code for current and
obsolete systems, jpeg images, film clips, drawings, SVG files, files,
object code, shared libraries, fragments of drafts of books,  ragged
software documentation, works in progress ...

And I'm not looking for one single solution that will do everything I'd
like.  Indeed, I suspect that's impossible without building an entirely
new OS.  Which I'm not likely to find off the shelf, nor am I likely to
be able to do it myself in the few decades I may have left in my life.
And even if it were feasible, there's probably a lot of research to be
done before we even know what such a thing should actually do.

Of course the files are already semi-organized in directories.  But I
haven't yet managed to find a suitable collection of directory names.
Hierarchical classification isn't ideal -- there are files that fit in
several categories, and there are a lot files that have to be in a
particular location because of the way they are used (executables in a
bin directory, for example) or the way they are updated or maintained.

Of course the taxonomists would advise setting up a controlled vocabulary
of tags and attaching tags to the various files.  I'd end up with
triples store or some other database describing files.

But how to identify the files being tagged?  A file-system pathname isn't
enough.  Files get moved, and sometimes entire directory trees full of
files get moved from one place to another for various pragmatic reasons.
And a hashcode isn't enough.  files get edited, upgraded, recompiled,
reformatted, converted from JIS code to UTF-8, and so forth.  Images get
cropped and colour-corrected.  And under these changes they should keep
their assigned classification tags.

Now a number of file formats can accommodate metadata.  And some software
that manipulates files can preserve metadata and even allow user editing
of the metadata.  But more doesn't.

Much of it could perhaps be done by auttomatic content analysis.  Other
material may require labour-intensive manual classification.

No I don't expect to see any off-the-shelf solution for all of this.

But does anyone have ideas as to how to accomplish even some of this?
Even poorly?

Does anyone know of relevant practical tools?  Or have ideas towards
tools that *should* exist but currently don't?

I'm ready to experiment.

-- hendrik


For tagging your files, have you seen tmsu (http://tmsu.org/)? The 
homepage says:


   TMSU is a tool for tagging your files. It provides a simple
   command-line tool for applying tags and a virtual filesystem so that
   you can get a tag-based view of your files from within any other
   program.

   TMSU does not alter your files in any way: they remain unchanged on
   disk, or on the network, wherever you put them. TMSU maintains its
   own database and you simply gain an additional view, which you can
   mount, based upon the tags you set up. The only commitment required
   is your time and there's absolutely no lock-in.

Never used it myself. I’m not sure how it handles moving/renames of 
files, which is one of your concerns.  Maybe there’s something planned 
in it for that. At least it makes the tagged filesystem available in any 
program, which is quite convenient I think.


[OT] - SQL caracter ñ

2015-03-06 Thread Guido Ignacio
Gente me topé con una base la cual en una de sus bases tiene una
columna con ñ, más precisamente la columna se llama Año_registro

La cuestión es que al correr para sacar un listado:

SELECT CONCAT(usuario,'-- ',Año_registro)
FROM usuarios

No me encuentra la columna Año_registro.

Estuve buscando y no encontré info al respecto

Alguien tiene idea?


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CA+wiXxjswWayAsw9maj2sZSJi0=jk6zaa3-uoagsskns_ov...@mail.gmail.com



Re: tar diff et probleme

2015-03-06 Thread Vincent Lefevre
On 2015-03-05 21:01:52 +0100, Sylvain L. Sauvage wrote:
 Le jeudi 5 mars 2015, 20:10:08 Vincent Lefevre a écrit :
 (…]
 Note : les fichiers ~ ne sont pas des fichiers
   « temporaires », ce sont des fichiers « de sauvegarde ».
  
  Ils sont temporaires: ils disparaissent quand tu quittes
  l'éditeur.
 
   Non, pas les ~ d’Emacs.

Je ne parlais pas des ~ d'Emacs qui ne sont *pas* créés tant que
tu ne sauves pas le fichier (ce qui est le cas de l'OP). Emacs
crée des #fichier# pour ses sauvegardes *temporaires* des fichiers
modifiés mais pas encore sauvés. Ces fichiers dispassaissent
normalement, mais il peut en rester si Emacs n'a pas terminé
proprement. Un locate \# permet de voir ce qui traîne.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: https://www.vinc17.net/
100% accessible validated (X)HTML - Blog: https://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

-- 
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: https://lists.debian.org/20150306160732.gc10...@ypig.lip.ens-lyon.fr



Re: tar diff et probleme

2015-03-06 Thread Sylvain L. Sauvage
Le vendredi 6 mars 2015, 17:07:32 Vincent Lefevre a écrit :
 On 2015-03-05 21:01:52 +0100, Sylvain L. Sauvage wrote:
  Le jeudi 5 mars 2015, 20:10:08 Vincent Lefevre a écrit :
  (…]
  Note : les fichiers ~ ne sont pas des fichiers
« temporaires », ce sont des fichiers « de sauvegarde ».
   
   Ils sont temporaires: ils disparaissent quand tu quittes
   l'éditeur.
   
Non, pas les ~ d’Emacs.
 
 Je ne parlais pas des ~ d'Emacs

  Alors ne dis pas « Ils » juste sous ma phrase « les fichiers 
~ »…

 qui ne sont *pas* créés tant
 que tu ne sauves pas le fichier (ce qui est le cas de l'OP).
 Emacs crée des #fichier# pour ses sauvegardes *temporaires*

  .#fichier#, ils sont cachés.

  Et ils ne sont pas créés si on ne fait que lire le fichier, 
contrairement aux .swp de vi.

 des fichiers modifiés mais pas encore sauvés. Ces fichiers
 dispassaissent normalement, mais il peut en rester si Emacs
 n'a pas terminé proprement. Un locate \# permet de voir ce
 qui traîne.

-- 
 Sylvain Sauvage

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

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



Re: Debian 8 - Lightspark

2015-03-06 Thread Jack Jr
Senhores,

A dúvida. Com o Pipelight fazendo uso do Wine para rodar Silverlight
do Windows não cai muito a performance?

Embora eu ainda prefira usar alternativas de software livre MESMO que
Gnash, Moonlight, etc apresentem problemas (para mim nunca deram
problema).

Em 06/03/15, Éder Saraiva Grigórioeder.grigo...@openmailbox.org escreveu:
 Olá, Jack, Luís e demais membros da lista de discussão
 debian-user-portuguese.

 Bom dia!

 Como vocês estão? Espero que estejam bem.

 Caros, gostaria de contribuir nesta thread com a sugestão do programa
 chamado pipelight. Ele é, na verdade, um software que disponibiliza
 vários plugins para os navegadores Iceweasel, Chrome e outros browsers
 do Debian GNU Linux.

 Segue abaixo alguns screenshots:
  http://pipelight.net/cms/about.html

 E para quem quiser instalá-lo, basta acessar:
  http://pipelight.net/cms/install/installation-debian.html

 No mais, desejo-lhes uma excelente sexta-feira!

 Atenciosamente,

 --
  Éder Saraiva Grigório .''`.
  Telefone: (32) 8869 4930 (Oi): :'  :
  E-mail: eder.grigo...@ufjf.edu.br`. `'`
  Site: http://edersg.wordpress.com  `--
  Técnico de laboratório em computação Debian GNU Linux
  Universidade Federal de Juiz de Fora (UFJF)   www.debian.org




 On 03/03/2015 07:18 PM, Luís Cláudio A. Gama wrote:
   com o Debian 8, alguns sites não funcionaram corretamente ( ex. chat
 uol com vídeo)...tentei o lightspark e não consegui resultados...não
 sei se fiz alguma besteira...

  consegui somente com o flashpluguin-nonfree...mas mesmo assim:

 apt-get install --reinstall flashplugin-nonfree
 update-flashplugin-nonfree --install

   Peguei essa dica em
 http://linuxdicasesuporte.blogspot.com.br/2015/01/erro-flash-player-debian-jessie.html

   []s
 Luís Cláudio A. Gama
 Fones: TIM:  11-9 8452-4087   Res: 11-4602-3400
 Skype: luisclaudiogama   http://luisgama.googlepages.com

 br.linkedin.com/in/luisclaudiogama

 ||\|_
 |  Voto Distrital !|||'|\__
 |__|||_||)
 !(@)'(@)*!(@)(@)*!(@)



 Em 3 de março de 2015 17:22, Jack Jr cska1...@gmail.com escreveu:
 No Jessie não encontrei o Gnash que eu sempre utilizei.

 Não gosto de habilitar os repositórios non-free (no máximo para driver
 em
 algum PC que seja única alternativa).

 Estou utilizando então o lightspark e está quebrando o galho, não vejo
 nenhuma diferença para Adobe Flash Player uu Gnash, nem para melhor, nem
 para pior,

 apt-get install lightspark lightspark-common lightspark-dbg
 browser-plugin-lightspark

 Jack Pogorelsky Junior
 Engº Mecânico
 Tel: +55 (51) 93480140
 Site: sulmail.com/pogorelsky
 E-mail: j...@sulmail.com


 --
 To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive: https://lists.debian.org/54f9bc2b.2020...@openmailbox.org




-- 
Jack Pogorelsky Junior
Engº Mecânico
Tel: +55 (51) 8124-8132
Site: sulmail.com/pogorelsky
E-mail: j...@sulmail.com


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAHuXeO3JzrS4TYnmeqLZ1DA-GEXbOTFG=bqveq5+kvjcxle...@mail.gmail.com



Re: Debian 8 - Lightspark

2015-03-06 Thread Humberto A. Sousa

Tiago,

Faço minhas as suas palavras.

Saudações,


Humberto Araujo de Sousa
humbe...@dontec.com.br

On 06/03/2015 12:06, Tiago Rocha wrote:
Gostaria de ver o html5 substituir o Flash e Silverlight, nem que 
fosse só nos vídeos.
Já estou de saco cheio de tentarem me empurrar goela abaixo esses 
plugins:(


Ultimamente eu tenho preferido abrir mão do conteúdo/serviço do que 
ser obrigado a instalar essas coisas no meu sistema.


On 06-03-2015 11:39, Éder Saraiva Grigório wrote:

Olá, Jack, Luís e demais membros da lista de discussão
debian-user-portuguese.

Bom dia!

Como vocês estão? Espero que estejam bem.

Caros, gostaria de contribuir nesta thread com a sugestão do programa
chamado pipelight. Ele é, na verdade, um software que disponibiliza
vários plugins para os navegadores Iceweasel, Chrome e outros browsers
do Debian GNU Linux.

Segue abaixo alguns screenshots:
  http://pipelight.net/cms/about.html

E para quem quiser instalá-lo, basta acessar:
  http://pipelight.net/cms/install/installation-debian.html

No mais, desejo-lhes uma excelente sexta-feira!

Atenciosamente,

--
  Éder Saraiva Grigório .''`.
  Telefone: (32) 8869 4930 (Oi): :'  :
  E-mail: eder.grigo...@ufjf.edu.br`. `'`
  Site: http://edersg.wordpress.com  `--
  Técnico de laboratório em computação Debian GNU Linux
  Universidade Federal de Juiz de Fora (UFJF) www.debian.org




On 03/03/2015 07:18 PM, Luís Cláudio A. Gama wrote:

   com o Debian 8, alguns sites não funcionaram corretamente ( ex. chat
uol com vídeo)...tentei o lightspark e não consegui resultados...não
sei se fiz alguma besteira...

  consegui somente com o flashpluguin-nonfree...mas mesmo assim:

apt-get install --reinstall flashplugin-nonfree
update-flashplugin-nonfree --install

   Peguei essa dica em
http://linuxdicasesuporte.blogspot.com.br/2015/01/erro-flash-player-debian-jessie.html 



   []s
Luís Cláudio A. Gama
Fones: TIM:  11-9 8452-4087   Res: 11-4602-3400
Skype: luisclaudiogama   http://luisgama.googlepages.com

br.linkedin.com/in/luisclaudiogama

||\|_
|  Voto Distrital !|||'|\__
|__|||_||)
!(@)'(@)*!(@)(@)*!(@)




Em 3 de março de 2015 17:22, Jack Jr cska1...@gmail.com escreveu:

No Jessie não encontrei o Gnash que eu sempre utilizei.

Não gosto de habilitar os repositórios non-free (no máximo para 
driver em

algum PC que seja única alternativa).

Estou utilizando então o lightspark e está quebrando o galho, não vejo
nenhuma diferença para Adobe Flash Player uu Gnash, nem para 
melhor, nem

para pior,

apt-get install lightspark lightspark-common lightspark-dbg
browser-plugin-lightspark

Jack Pogorelsky Junior
Engº Mecânico
Tel: +55 (51) 93480140
Site: sulmail.com/pogorelsky
E-mail: j...@sulmail.com








--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54f9d171.5020...@dontec.com.br



Re: Faille de sécurité Freak

2015-03-06 Thread Vincent Lefevre
On 2015-03-06 12:57:50 +0100, andre_deb...@numericable.fr wrote:
 On Thursday 05 March 2015 20:06:35 Vincent Lefevre wrote:
  On 2015-03-05 19:16:29 +0100, andre_deb...@numericable.fr wrote:
   Le seul message alarmant est que mon certificat officiel SSL,
   non autosigné, serait weak (faible).
   Il s'agit d'un certificat gratuit StartSSL.
   (sa gratuité en serait la  cause ?)
 
  Non, c'est le cas de tous les anciens certificats.
 
 Mais il date de 9 mois...
 (c'est pas si ancien)

Si. :-) La véritable transition de SHA-1 vers SHA-2 semble avoir
débuté en septembre 2014, donc il y a 6 mois:

  
http://googleonlinesecurity.blogspot.fr/2014/09/gradually-sunsetting-sha-1.html
  
https://community.qualys.com/blogs/securitylabs/2014/09/09/sha1-deprecation-what-you-need-to-know

Note que certains navigateurs web pouvaient avoir des problèmes avec
certains sites utilisant des certificats SHA-2:

  
https://www.gandi.net/news/en/2014-10-21/2460-sha-2_certificates_are_now_available/

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: https://www.vinc17.net/
100% accessible validated (X)HTML - Blog: https://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

-- 
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: https://lists.debian.org/20150306160127.gb10...@ypig.lip.ens-lyon.fr



Re: [OT] - SQL caracter ñ

2015-03-06 Thread Carlos Zuniga
2015-03-06 11:11 GMT-05:00 Guido Ignacio guidoigna...@gmail.com:
 Gente me topé con una base la cual en una de sus bases tiene una
 columna con ñ, más precisamente la columna se llama Año_registro

 La cuestión es que al correr para sacar un listado:

 SELECT CONCAT(usuario,'-- ',Año_registro)
 FROM usuarios

 No me encuentra la columna Año_registro.

 Estuve buscando y no encontré info al respecto

 Alguien tiene idea?


¿Qué base de datos? Si es mysql prueba colocar el nombre de tus
columnas entre backticks (`): `Año_registro`. Mysql convierte los
identificadores a unicode internamente.

Si es otra... revisa la documentación.


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



Re: apt-offline usage

2015-03-06 Thread peter
From:   Chris Bannister cbannis...@slingshot.co.nz
Date:   Sat, 7 Mar 2015 01:36:50 +1300
 If you are only going to install one package, why not just 
 download the deb file and use dpkg to install it?

When apt-offline is being used to update a system and 
an additional package is needed, --install is efficacious.

Also, apt-offline claims to solve dependancies automatically.
peter@armada:~$ man apt-offline | grep depend
   based system.  It can be used to download packages and its dependencies

 The tip I can offer is follow the directions. 

See above.

Regards,   ... Peter E.

-- 
123456789 123456789 123456789 123456789 123456789 123456789 123456789 12
Tel +1 360 639 0202   http://carnot.yi.org/   Bcc: peter at easthope. ca


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/E1YTv4C-LA-QK@armada



Re: xhost + ssh -X import/export fenétres graphiques

2015-03-06 Thread Vincent Lefevre
On 2015-03-06 10:37:20 +0100, Patrice Go wrote:
 malgré des recherches, je n'ai pas trouvé de solutions à cette question.
 je voulais savoir si il y avait moyen d'importer/exporter par ssh (avec
 xhost et ssh option -X)

Ne pas utiliser xhost pour utilisation avec ssh: c'est inutile et cela
peut poser des problèmes de sécurité. Ma seule utilisation de xhost
est:

  xhost +si:localuser:root

afin que root puisse avoir accès au display (par exemple, j'en ai
besoin pour un script de /etc/pm/sleep.d gérant la config du clavier).

 une application X déjà ouverte (sans récupérer toute la fenetre, par
 export DISPLAY) d'un ordinateur ?

Je ne comprends pas bien la question. Si c'est pour changer le display
d'une application qui tourne, il y a le paquet teleport si l'application
supporte le protocole de migration (je ne l'ai jamais testé).

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: https://www.vinc17.net/
100% accessible validated (X)HTML - Blog: https://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

-- 
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: https://lists.debian.org/20150306154506.ga10...@ypig.lip.ens-lyon.fr



Re: [OT] - SQL caracter ñ

2015-03-06 Thread Camaleón
El Fri, 06 Mar 2015 13:11:04 -0300, Guido Ignacio escribió:

 Gente me topé con una base la cual en una de sus bases tiene una
 columna con ñ, más precisamente la columna se llama Año_registro
 
 La cuestión es que al correr para sacar un listado:
 
 SELECT CONCAT(usuario,'-- ',Año_registro)
 FROM usuarios
 
 No me encuentra la columna Año_registro.

¿Qué error te saca exactamente? ¿O no te devuelve nada?

 Estuve buscando y no encontré info al respecto
 
 Alguien tiene idea?

Pues si la bdd/tabla y el terminal desde donde ejecutas la consulta están 
en utf-8 no debería tener problemas. 

¿Te funciona la consulta usando caracteres comodín (p. ej., filtrando por 
la columna *_registro)? ¿O qué te devuelve una consulta por tablas 
(show columns from table;).

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: https://lists.debian.org/pan.2015.03.06.16.34...@gmail.com



Re: xhost + ssh -X import/export fenétres graphiques

2015-03-06 Thread mrr

On 03/06/2015 04:50 PM, Vincent Lefevre wrote:

On 2015-03-06 10:37:20 +0100, Patrice Go wrote:



une application X déjà ouverte (sans récupérer toute la fenetre, par
export DISPLAY) d'un ordinateur ?


J'allais aussi poser cette question donc c'est cool que tu l'ai déjà fait.
Enfin presque la même, moi j'ai besoin de contrôler à distance une 
session, la même qu'une autre qui tourne en local.
C'est à dire que quand je bouge la souris (sur l'ordinateur distant), un 
observateur (en local, devant l'écran) verrait la souris bouger et 
vice-versa.
Je crois que c'est pas exactement la même question que toi (moi je veux 
tout le bureau, pas seulement une application) mais quelques soient les 
réponses, je suis preneur!


Pour commencer je crois qu'il faut exporter les variables DISPLAY et 
XAUTHORITY de sorte qu'elles aient la même valeur à distance qu'en 
local, c'est ça?


Et/ou (??) peut être qu'il faut copier le fichier sur l'ordinateur local 
~/.xauthority et le mettre sur l'ordinateur distant et ensuite faire 
pointer la variable XAUTHORITY dessus?


Est-il *absolument* nécessaire que les 2 sessions (local + à distance) 
soient lancées par le *même* utilisateur??

Je suis _quasi_ sûr que c'est *OUI* mais j'aimerais enlever le _quasi_!

--
mrr

--
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: https://lists.debian.org/54f9d939$0$3058$426a7...@news.free.fr



xhost + ssh -X import/export fenétres graphiques

2015-03-06 Thread Patrice Go
Bonjour,

malgré des recherches, je n'ai pas trouvé de solutions à cette question.
je voulais savoir si il y avait moyen d'importer/exporter par ssh (avec
xhost et ssh option -X) une application X déjà ouverte (sans récupérer
toute la fenetre, par export DISPLAY) d'un ordinateur ?
ceci avec le pid ? juste pour savoir...

l'idée étant de ne pas utiliser VNC.

merci.

pat G


Re: IO Problems (USB) seem to hang on Boot (AMD64)

2015-03-06 Thread Darac Marjal
On Thu, Mar 05, 2015 at 02:01:38PM -0600, Micheal Smith wrote:
To all Glorious Saviors:
Installation goes smooth.  When asked, during installation, I install
device-specific drivers.  For the record, this is the AMD64 distribution. 
So, whenever my IOMMU Contoller is enabled on the UEFI of the motherboard,
I get this error: [  1.669503] AMD-Vi: Event Logged [IO_PAGE_FAULT
device=2:00.0 domain=0x0017 address=0xbe9f9880 flags=0x0010]
filling my screen.

Apparently, this is a known issue with the AMD-VI IOMMU. The solution
(according to the interwebs) is to add iommu=soft to the kernel
command line (and disable the hardware IOMMU). Hopefully, the errors
below are due to the lack of proper IOMMU and using the software IOMMU
will help.

When IOMMU is disabled, I get along the lines of [    2 OR 3 OR 4 OR 5 .
(randomnumber)]usb 3-5 device descriptor read/64, error -32.  
Somehow, I've also generated an error along the lines of: [   20.979743]
 nouveau :01:00.0: PMC unhandled INTR 0x4400
The only success I've had in dealing with this is when I tried to use
clonezilla, it was having serious problems.  I was able to get *it*
working (the Ubuntu-based version) with the following command in the boot
parameters: quiet splash usbcore.old_scheme_first=1.  However, no such
luck with Debian
The install process is fine.  I just *can't* get it to boot.
Sincerely, 
A User


signature.asc
Description: Digital signature


Re: Faille de sécurité Freak

2015-03-06 Thread andre_debian
On Thursday 05 March 2015 20:06:35 Vincent Lefevre wrote:
 On 2015-03-05 19:16:29 +0100, andre_deb...@numericable.fr wrote:
  puis j'ai testé mon serveur https : https://freakattack.com/

 Il y a 2 tests: le SSL Labs et le Freak.

  Le seul message alarmant est que mon certificat officiel SSL,
  non autosigné, serait weak (faible).
  Il s'agit d'un certificat gratuit StartSSL.
  (sa gratuité en serait la  cause ?)

 Non, c'est le cas de tous les anciens certificats.

Mais il date de 9 mois...
(c'est pas si ancien)

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: https://lists.debian.org/201503061257.50425.andre_deb...@numericable.fr



Re: A suggestion for a new programme in Debian 8?

2015-03-06 Thread Lisi Reisz
On Friday 06 March 2015 10:13:22 Darac Marjal wrote:
 On Thu, Mar 05, 2015 at 08:36:39PM +, ludo0...@dbmail.com wrote:
 Dear Sirs and Madames,
 
 Could I allow myself to express a wish for the next version of Debian:
  it would be to have the DVD authoring programme bombono (see
 [1]http://www.bombono.org) on the distribution.
 
 Very many thanks for this in advance.

 The correct way to log this is to report a bug against the wnpp
 pseudo-package, of thetype RFP (Request for Package) or, more
 helpfully, ITP (Intent To Package).

 Fortunately for you, someone has already done this:
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690032

 If you like, you might want to contact the original author of the bug
 report and see if they'd like any help packaging the application.

For 9, of course.

Lisi


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/201503061158.10509.lisi.re...@gmail.com



Re: A suggestion for a new programme in Debian 8?

2015-03-06 Thread Darac Marjal
On Thu, Mar 05, 2015 at 08:36:39PM +, ludo0...@dbmail.com wrote:
Dear Sirs and Madames,
 
Could I allow myself to express a wish for the next version of Debian: it
would be to have the DVD authoring programme bombono (see
[1]http://www.bombono.org) on the distribution.
 
Very many thanks for this in advance.

The correct way to log this is to report a bug against the wnpp
pseudo-package, of thetype RFP (Request for Package) or, more
helpfully, ITP (Intent To Package).

Fortunately for you, someone has already done this:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690032

If you like, you might want to contact the original author of the bug
report and see if they'd like any help packaging the application.

 
ludo
 
 References
 
Visible links
1. http://www.bombono.org)/


signature.asc
Description: Digital signature


webcam

2015-03-06 Thread franiortiz hotmail
Buenas lista, 
lo primero perdon por el formato, a mi me dice que no tiene.
Es la 2º webcam integrada en portatil que se  rompe.
Hace años en asus eeepc 904hd, mientras usaba skype desde un knoppix live en 
microsd.  
Recientemente me ha vuelto ha ocurrir en asus pro50n (nvidia geforce 7000m), 
restaurado. 
Los sintomas eran que la webcam durante el arranque y esporadicamente  encendia 
el led, si iniciaba vlc y capturaba de la webcam funcionaba bien aunque me 
mostraba la imagen al reves, al parar vlc el led tambien se apagaba, hasta 
otros 30 minutos que solo volvia a encender y tocaba repetir con  vlc para 
detener cam. 
Tras algunas instalaciones y actualizaciones, (me falto instalar algo como 
xserver-xorg-video-nvidia, no sabia cual), ya no encendió más, pero no para 
bien, si no para dejar de funcionar definitivamente incluido sobre win2, con  
quien estuvo funcionando perfectamente, durante meses, algunos logs:   

@debian:~$ lsusb 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 
Bus 001 Device 002: ID 0951:1666 Kingston Technology 
Bus 001 Device 003: ID 0bda:0116 Realtek Semiconductor Corp. Mass Storage 
Device 
Bus 004 Device 002: ID 04f3:0235 Elan Microelectronics Corp.  

@debian:~$ ls /dev/v* 
/dev/vboxdrv /dev/vcs2  /dev/vcs6   /dev/vcsa2  /dev/vcsa6 /dev/vboxnetctl  
/dev/vcs3  /dev/vcs7   /dev/vcsa3  /dev/vcsa7 /dev/vcs /dev/vcs4  
/dev/vcsa   /dev/vcsa4  /dev/vga_arbiter /dev/vcs1/dev/vcs5  /dev/vcsa1 
 /dev/vcsa5  

@debian:~$ dmesg | grep video* 
[0.00] BIOS-provided physical RAM map: [0.292529] pci :00:12.0: 
Boot video device [5.819583] asus_laptop: Backlight controlled by ACPI 
video driver  

@debian:~$ vlc v4l2:///dev/video0 
VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e) [0x9dd18f0] main 
libvlc: Ejecutar vlc con la interfaz predeterminada. Use «cvlc» para usar vlc 
sin interfaz. [0x9e5d520] v4l2 demux error: cannot open device '/dev/video0': 
No such file or directory [0x9e606f8] v4l2 access error: cannot open device 
'/dev/video0': No such file or directory [0xb5100718] main input error: open of 
`v4l2:///dev/video0' failed  

Me quedo sin saber que ocurrio, deberia haber un /dev/video0 ahi no? 
Murio definitivamente entonces? 
a alguien mas le ha pasado ? --googleando solo veo como linux reconoce tu 
webcam pero nada util por si la cruje.
es un bug ? 
el usuario puede romper la webcam? puede debian crujir una webcam??  -- de 
alguna manera le estaba metiendo corriente, quiza demasiada, a destiempo (el 
led se encendia cada 15-30 minutos) hasta que la crujio.
Saludos
  

Gnome 3 svår ?

2015-03-06 Thread Rolf Edlund

Hej!

Skrev ju för ett tag sedan om att killarna i programmet Linux Action 
Show (LAS), att dom sagt att Gnome 3 skulle vara svår att hantera. 
Hittar inte just den video, där killarna hade uttryckt sig så.


Däremot har jag hittat en annan video, där samma killar på nytt säger 
att Gnome3 inte är något för nybörjaren. Den ena killen (Chris) använder 
själv Gnome 3.


Om ni vill se videon, så finns den här: In Defense of Gnome 3 
https://www.youtube.com/watch?v=WMTwVsIWu6Q och börjar ca 42 minuter in 
i videon.


Jag gillar Gnome3. Vad tycker ni andra ? Håller ni med om vad dom säger ?

--
Rolf


--
To UNSUBSCRIBE, email to debian-user-swedish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54f97b7c.6050...@gmail.com



Re: Servidor WEB web rápido, leve e simple para servir apenas 1 arquivo.

2015-03-06 Thread Adiel de Lima Ribeiro

Boa tarde.
Lighthttp ou Apache compilado na mão com apenas os módulos necessários.
Fica bem leve.

On 03/06/2015 02:34 PM, Guilherme Moraes wrote:

Ops. link errado:

Corrigindo: http://www.lighttpd.net/

2015-03-06 14:25 GMT-03:00 hamacker sirhamac...@gmail.com
mailto:sirhamac...@gmail.com:

Ola pessoal,

Estou montando um servidor proxy e por razões de automação
precisarei manter squid e web juntos, mas o servidor web é apenas
para servir um unico arquivo: wpad.dat que será baixado por navegadores.

Acontece que só sei usar apache e talvez o apache seja tiro de
canhão para matar mosquito, alguém aí usa ou conhece um servidor web
rápido, leve e simples para ser usado apenas para esse propósito?




--
---
At.

Guilherme Moraes Da Fonseca
*LPIC1 - Linux Professional Institute Certified*
*CLA - Novell Certified Linux Administrator*
*DCTS - Novell Data Center Technical Specialist*
**
Analista de Suporte Gnu/Linux



--
Adiel de Lima Ribeiro
(31) 8961-5984
Pós graduação em Administração
de redes Linux - UFLA - MG
MCSA - Microsoft Certified Systems Administrator
facebook.com/bsdworld


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54f9f9f3.6080...@gmail.com



Re: upgrade versus update.

2015-03-06 Thread Joe
On Fri, 06 Mar 2015 08:53:33 -0800
pe...@easthope.ca wrote:

 I get that dist-upgrade is the replacement of a distribution 
 by the subsequent distribution.  Replacement of wheezy by jessie 
 for example.  What is meant by upgrade?  In many places it
 appears to be synonymous with update.
 
 For example, googling site:debian.org update upgrade yields, 
 https://wiki.debian.org/UnattendedUpgrades 
 Running unattended-upgrades:
 Its[sic] purpose is to keep the computer current with the latest
 security (and other) updates automatically.
 

In Debian apt terms, 'update' means to refresh the local list of
current packages, and to notify the user if some installed packages are
no longer the current versions. 'Upgrade' using apt-get is equivalent to
'safe-upgrade' using aptitude, and it means replacing as many packages
as possible with the latest versions without removing packages other
than those actually being replaced. 'Dist-upgrade' with apt-get, or
'full-upgrade' with aptitude does permit removal of packages. They are
not used only to upgrade to another distribution.

Many packages must always be removed in order to move to a 'newer'
distribution (though not necessarily every one), but it is also
sometimes necessary to remove packages in order to upgrade one package,
if for example the functionality of two packages have been merged, or
if a package set is being replaced by a version with a significantly
different architecture, with differently-named component packages. Many
major pieces of software are composed of a number of packages, and
different versions of the software are not always composed of the same
set.

The non-removal types of upgrade will warn if, on completion, they have
not been able upgrade everything, and investigation will usually show
that a removal-type upgrade is necessary to do finish the job. It is
quite rare for stable to need a removal-type upgrade, as its software
is frozen in version terms unless a really serious security problem has
been discovered which cannot be resolved by modifying any current
packages. Using dist-upgrade on stable is pretty much only done to
upgrade to the new stable, but it is used much more often on testing and
unstable, neither of which are ever replaced with newer versions.

-- 
Joe


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150306191044.0e9cc...@jresid.jretrading.com



Re: Servidor WEB web rápido, leve e simple para servir apenas 1 arquivo.

2015-03-06 Thread Guilherme Moraes
Tem esse cara aqui: http://lightwebdesign.com/web-design/

2015-03-06 14:25 GMT-03:00 hamacker sirhamac...@gmail.com:

 Ola pessoal,

 Estou montando um servidor proxy e por razões de automação precisarei
 manter squid e web juntos, mas o servidor web é apenas para servir um unico
 arquivo: wpad.dat que será baixado por navegadores.

 Acontece que só sei usar apache e talvez o apache seja tiro de canhão para
 matar mosquito, alguém aí usa ou conhece um servidor web rápido, leve e
 simples para ser usado apenas para esse propósito?




-- 
---
At.

Guilherme Moraes Da Fonseca
*LPIC1 - Linux Professional Institute Certified*
*CLA - Novell Certified Linux Administrator*
*DCTS - Novell Data Center Technical Specialist*
Analista de Suporte Gnu/Linux


Re: Problems with Helvetica font in ps-print files (was: Environment variables affecting postscript files?)

2015-03-06 Thread Rodolfo Medina
Rodolfo Medina rodolfo.med...@gmail.com writes:

 I'm having troubles with ps files generated by Emacs ps-print package -
 footers are partially cut off.  Is it possibile that some environment
 variable causes the weird?  And how can I know (and work it out)?

The problem is worked out simply changing the font used for footers from
Helvetica to anyone else, e.g. Times.  So it seems to be related only with that
particular font.  What could it be?  I have Debian Sid.

Thanks,

Rodolfo


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87pp8mggmy@gmail.com



Re: upgrade versus update.

2015-03-06 Thread Lisi Reisz
On Friday 06 March 2015 16:53:33 pe...@easthope.ca wrote:
 I get that dist-upgrade is the replacement of a distribution
 by the subsequent distribution. 

No, this is wrong.  It will only upgrade to the next version if you change 
your sources list to make it do so.  It will just completely upgrade to be as 
up to date as possible on the version in your sources list.

 Replacement of wheezy by jessie 
 for example.  

No - see above.

 What is meant by upgrade?  In many places it 
 appears to be synonymous with update.

Again, no.  Update in Debian is to get your database of packages and available 
upgrades/patches to packages up to date.  Upgrade is to install said updates.

 For example, googling site:debian.org update upgrade yields,
 https://wiki.debian.org/UnattendedUpgrades
 Running unattended-upgrades:
 Its[sic] purpose is to keep the computer current with the latest security
 (and other) updates automatically.

Yes.   Updates exist, and you can add them to your database.  Upgrade installs 
them.  If they are in your database.

NOTE .rpm distributions are different.

Lisi


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/201503061901.07525.lisi.re...@gmail.com



Re: For which package should I submit this bug report related to WebRTC's GetUserMedia?

2015-03-06 Thread Ric Moore

On 03/06/2015 07:23 AM, guti...@runbox.com wrote:

Hi,

I want to submit a bug report concerning presumably WebRTC's GetUserMedia. I'm normally able to use 
my built-in microphone and web camera without problems, including automatically switching between 
the built-in microphone and any microphone i plug in (I'm running wheezy; my sound card is a 
Realtek ALC269). In Iceweasel, the audio output works like a charm, but when a website makes a 
WebRTC' GetUserMedia request, the prompt (for sharing devices) lists apart from default 
seemingly just a list of all (virtual) sound output possibilities (screenshot: 
https://img.bi/#/322PDTF!f1lGEAzGLq1GVswRfm25Av8Rkx2o6En5pKXzJzgX ), none of which works (other 
programs, like jitsi, mainly just display a default option, which works out of the 
box). The webcam, on the other hand, works like a charm. I get no errors.

No matter whether I use Tunderbird, Chromium or Firefox Nightly, the problem 
presists, so obviously it is not isolated to any one web browser.

Of course, I'd be really happy if anyone could help me fix the problem. But if 
this is not the right place, please tell me where I should submit the bug 
report.


If you have pavucontrol open, you should be able to pick and chose the 
output. 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


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

Archive: https://lists.debian.org/54f9f299.9070...@gmail.com



Re: Faille de sécurité Freak

2015-03-06 Thread andre_debian
On Friday 06 March 2015 17:01:27 Vincent Lefevre wrote:
 On 2015-03-06 12:57:50 +0100, andre_deb...@numericable.fr wrote:
Le seul message alarmant est que mon certificat officiel SSL,
non autosigné, serait weak (faible).
Il s'agit d'un certificat gratuit StartSSL.
(sa gratuité en serait la  cause ?)

   Non, c'est le cas de tous les anciens certificats.
 
  Mais il date de 9 mois...
  (c'est pas si ancien)

 Si. :-) La véritable transition de SHA-1 vers SHA-2 semble avoir
 débuté en septembre 2014, donc il y a 6 mois:
 http://googleonlinesecurity.blogspot.fr/2014/09/gradually-sunsetting-sha-1.
html
 https://community.qualys.com/blogs/securitylabs/2014/09/09/sha1-deprecation
-what-you-need-to-know
 Note que certains navigateurs web pouvaient avoir des problèmes avec
 certains sites utilisant des certificats SHA-2:
  https://www.gandi.net/news/en/2014-10-21/2460-sha-2_certificates_are_now_av
ailable/

Y a t-il une action à faire sur le serveur pour passer de SHA-1 vers SHA-2 ?
(ou c'est un problème de navigateur ?)

Merci.

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: https://lists.debian.org/201503061937.02628.andre_deb...@numericable.fr



Re: Instalador de jessie y ext4

2015-03-06 Thread Camaleón
El Fri, 06 Mar 2015 18:44:35 +0100, José Miguel (sio2) escribió:

 El Thu, 05 de Mar de 2015, a las 07:57:01PM +0100, José Miguel (sio2)
 dijo:
 
 Probó con la iso para instalación por red, como yo. Estoy bajándome el
 primer cedé a ver si da problemas; y si no miraré a ver si la iso
 diaria funciona.
 
 El primer cedé daba el mismo problema. La iso diaria, en cambio, no; y
 ya la tengo instalada en disco virtual. Además, por ahora parece que no
 me da los problemas que me daba el sistema de ficheros en mi antigua
 instalación. Veremos a ver.
 
 Por cierto, poco después de grub e imagino que tras cargar la imagen
 initrd (el mensaje sale en castellano y dice Cargando imagen de memoria
 inicial), se queda unos cinco segundos esperando con el mensaje Pulse
 cualquier tecla para continuar Luego continúa el arranque sin
 contratiempos. Si se pulsa, continue el arranque de inmediato.
 
 ¿Sabe alguien a qué se debe esto? ¿Hay forma de eliminar esa estúpida
 espera?

Ese mensaje de pulse cualquier tecla... suele aparecer en grub cuando 
tiene algún problema para cargar la imagen del kernel o no encuentra una 
partición o una ruta (hum... ¿usas cifrado?), pero suele presentar el 
error antes del mensaje y en tu caso parece que no sucede nada, así que 
no sabría decirte... prueba regenerando de nuevo grub (update-grub) pero 
no creo que tenga ningún efecto.

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: https://lists.debian.org/pan.2015.03.06.18.36...@gmail.com



Servidor WEB web rápido, leve e simple para servir apenas 1 arquivo.

2015-03-06 Thread hamacker
Ola pessoal,

Estou montando um servidor proxy e por razões de automação precisarei
manter squid e web juntos, mas o servidor web é apenas para servir um unico
arquivo: wpad.dat que será baixado por navegadores.

Acontece que só sei usar apache e talvez o apache seja tiro de canhão para
matar mosquito, alguém aí usa ou conhece um servidor web rápido, leve e
simples para ser usado apenas para esse propósito?


Re: Jessie sufficiently stable for general use?

2015-03-06 Thread Patrick Bartek
On Fri, 06 Mar 2015, Ken Heard wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Thanks everybody for the collected wisdom.  So for me now Jessie RC1
 is it.

FYI: Do daily updates using dist-upgrade, instead of upgrade (or the
equivalent with aptitude, if you use that). Things change quickly and
sometimes majorly on the path to Stable.  You'll want to get ALL those
changes -- minor and major. Upgrade won't do that. This is
recommended by Debian.  Once Jessie is Stable, revert to upgrade for
the most part.


B  


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150306092723.782d8...@debian7.boseck208.net



Re: Servidor WEB web rápido, leve e simple para servir apenas 1 arquivo.

2015-03-06 Thread Guilherme Moraes
Ops. link errado:

Corrigindo: http://www.lighttpd.net/

2015-03-06 14:25 GMT-03:00 hamacker sirhamac...@gmail.com:

 Ola pessoal,

 Estou montando um servidor proxy e por razões de automação precisarei
 manter squid e web juntos, mas o servidor web é apenas para servir um unico
 arquivo: wpad.dat que será baixado por navegadores.

 Acontece que só sei usar apache e talvez o apache seja tiro de canhão para
 matar mosquito, alguém aí usa ou conhece um servidor web rápido, leve e
 simples para ser usado apenas para esse propósito?




-- 
---
At.

Guilherme Moraes Da Fonseca
*LPIC1 - Linux Professional Institute Certified*
*CLA - Novell Certified Linux Administrator*
*DCTS - Novell Data Center Technical Specialist*
Analista de Suporte Gnu/Linux


Re: Instalador de jessie y ext4

2015-03-06 Thread sio2
El Thu, 05 de Mar de 2015, a las 07:57:01PM +0100, José Miguel (sio2) dijo:

 Probó con la iso para instalación por red, como yo. Estoy bajándome el
 primer cedé a ver si da problemas; y si no miraré a ver si la iso diaria
 funciona.

El primer cedé daba el mismo problema. La iso diaria, en cambio, no; y
ya la tengo instalada en disco virtual. Además, por ahora parece que no
me da los problemas que me daba el sistema de ficheros en mi antigua
instalación. Veremos a ver.

Por cierto, poco después de grub e imagino que tras cargar la imagen
initrd (el mensaje sale en castellano y dice Cargando imagen de memoria
inicial), se queda unos cinco segundos esperando con el mensaje Pulse
cualquier tecla para continuar Luego continúa el arranque sin
contratiempos. Si se pulsa, continue el arranque de inmediato.

¿Sabe alguien a qué se debe esto? ¿Hay forma de eliminar esa estúpida
espera?

Un saludo y gracias.

-- 
   La juventud es un defecto que se cura con el tiempo
  --- Enrique Jardiel Poncela ---


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150306174435.ga13...@cubo.casa



upgrade versus update.

2015-03-06 Thread peter
I get that dist-upgrade is the replacement of a distribution 
by the subsequent distribution.  Replacement of wheezy by jessie 
for example.  What is meant by upgrade?  In many places it
appears to be synonymous with update.

For example, googling site:debian.org update upgrade yields, 
https://wiki.debian.org/UnattendedUpgrades 
Running unattended-upgrades:
Its[sic] purpose is to keep the computer current with the latest security 
(and other) updates automatically.

Regards,  ... Peter E.

-- 
123456789 123456789 123456789 123456789 123456789 123456789 123456789 12
Tel +1 360 639 0202   http://carnot.yi.org/   Bcc: peter at easthope. ca


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/E1YTvVF-Mf-EK@armada



Re: USB keyboard required replugging--how to avoid?

2015-03-06 Thread Joe
On Fri, 6 Mar 2015 12:26:40 + (UTC)
Dr. Jennifer Nussbaum bg271...@yahoo.com wrote:


 
 At the (obvious in retrospect) suggestion of someone elsethread, I
 did just get a 6 extention cable, thus making it trivial to re-plug
 it when this happens. I'd rather it just works in the first place,
 but this will have to do. (The keyboard is a custom build and cannot
 be replaced.)
 

A long shot: try plugging the keyboard via a USB hub, and if you have a
few hubs lying around, try all of them. There is supposedly a USB
standard, but not all implementations are created equal, and you might
find a hub with which your keyboard is happier, and which has no
problems with your computer USB port. USB is a moderately complex
networking protocol, and there are definitely compatibility issues with
some ports and peripherals.

-- 
Joe


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150306173010.7a6d5...@jresid.jretrading.com



Re: upgrade versus update.

2015-03-06 Thread John Hasler
man apt-get
-- 
John Hasler 
jhas...@newsguy.com
Elmwood, WI USA


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/8761aec77h@thumper.dhh.gt.org



Re: Servidor WEB web rápido, leve e simple para servir apenas 1 arquivo.

2015-03-06 Thread Gabriel Fedel
Pode tentar esse também:

http://lwan.ws/

Abraços

On 06-03-2015 14:34, Guilherme Moraes wrote:
 Ops. link errado:

 Corrigindo: http://www.lighttpd.net/

 2015-03-06 14:25 GMT-03:00 hamacker sirhamac...@gmail.com:

 Ola pessoal,

 Estou montando um servidor proxy e por razões de automação precisarei
 manter squid e web juntos, mas o servidor web é apenas para servir um unico
 arquivo: wpad.dat que será baixado por navegadores.

 Acontece que só sei usar apache e talvez o apache seja tiro de canhão para
 matar mosquito, alguém aí usa ou conhece um servidor web rápido, leve e
 simples para ser usado apenas para esse propósito?




-- 
Gabriel Fedel

Linux User #548809


-- 
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54f9ee99.2030...@fedel.net.br



Re: Servidor WEB web rápido, leve e simple para servir apenas 1 arquivo.

2015-03-06 Thread Diego Rabatone
Você também pode usar python para expor o arquivo via http. Tem várias
soluções bem levinhas em python.
Em 06/03/2015 14:34, Guilherme Moraes guimfons...@gmail.com escreveu:

 Ops. link errado:

 Corrigindo: http://www.lighttpd.net/

 2015-03-06 14:25 GMT-03:00 hamacker sirhamac...@gmail.com:

 Ola pessoal,

 Estou montando um servidor proxy e por razões de automação precisarei
 manter squid e web juntos, mas o servidor web é apenas para servir um unico
 arquivo: wpad.dat que será baixado por navegadores.

 Acontece que só sei usar apache e talvez o apache seja tiro de canhão
 para matar mosquito, alguém aí usa ou conhece um servidor web rápido, leve
 e simples para ser usado apenas para esse propósito?




 --
 ---
 At.

 Guilherme Moraes Da Fonseca
 *LPIC1 - Linux Professional Institute Certified*
 *CLA - Novell Certified Linux Administrator*
 *DCTS - Novell Data Center Technical Specialist*
 Analista de Suporte Gnu/Linux




Re: Servidor WEB web rápido, leve e simple para servir apenas 1 arquivo.

2015-03-06 Thread Diego Rabatone
Nesse caso,  melhor que o apache é ir com o nginx...
Em 06/03/2015 16:03, Adiel de Lima Ribeiro adiel.netad...@gmail.com
escreveu:

 Boa tarde.
 Lighthttp ou Apache compilado na mão com apenas os módulos necessários.
 Fica bem leve.

 On 03/06/2015 02:34 PM, Guilherme Moraes wrote:

 Ops. link errado:

 Corrigindo: http://www.lighttpd.net/

 2015-03-06 14:25 GMT-03:00 hamacker sirhamac...@gmail.com
 mailto:sirhamac...@gmail.com:

 Ola pessoal,

 Estou montando um servidor proxy e por razões de automação
 precisarei manter squid e web juntos, mas o servidor web é apenas
 para servir um unico arquivo: wpad.dat que será baixado por
 navegadores.

 Acontece que só sei usar apache e talvez o apache seja tiro de
 canhão para matar mosquito, alguém aí usa ou conhece um servidor web
 rápido, leve e simples para ser usado apenas para esse propósito?




 --
 ---
 At.

 Guilherme Moraes Da Fonseca
 *LPIC1 - Linux Professional Institute Certified*
 *CLA - Novell Certified Linux Administrator*
 *DCTS - Novell Data Center Technical Specialist*
 **
 Analista de Suporte Gnu/Linux


 --
 Adiel de Lima Ribeiro
 (31) 8961-5984
 Pós graduação em Administração
 de redes Linux - UFLA - MG
 MCSA - Microsoft Certified Systems Administrator
 facebook.com/bsdworld


 --
 To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive: https://lists.debian.org/54f9f9f3.6080...@gmail.com




Re: Servidor WEB web rápido, leve e simple para servir apenas 1 arquivo.

2015-03-06 Thread Francisco C Soares
On 06-03-2015 16:01, Diego Rabatone wrote:

 Você também pode usar python para expor o arquivo via http. Tem várias
 soluções bem levinhas em python.



Saudações,

Também concordo com o Diego sobre o Python.

Acesse https://docs.python.org/2/library/simplehttpserver.html

Crie um aquivo chamado SimpleHTTPServer e dentro coloque:

import SimpleHTTPServer
import SocketServer

PORT = 8000

Handler = SimpleHTTPServer.SimpleHTTPRequestHandler

httpd = SocketServer.TCPServer((, PORT), Handler)

print serving at port, PORT
httpd.serve_forever()

Salve o arquivo e carregue o servidor http:

python -m SimpleHTTPServer 8000

Acesse no seu navegador o seu-ip:8000.

Pronto!


Sucesso,
___
Francisco C Soares ( *Junior* )
403790c89847cdbe5a262146de8fb93139c4

BLOG dotjunior.blogspot.com http://dotjunior.blogspot.com/ 


Re: Jessie sufficiently stable for general use?

2015-03-06 Thread Brian
On Fri 06 Mar 2015 at 09:27:23 -0800, Patrick Bartek wrote:

 On Fri, 06 Mar 2015, Ken Heard wrote:
 
  Thanks everybody for the collected wisdom.  So for me now Jessie RC1
  is it.
 
 FYI: Do daily updates using dist-upgrade, instead of upgrade (or the
 equivalent with aptitude, if you use that). Things change quickly and
 sometimes majorly on the path to Stable.  You'll want to get ALL those
 changes -- minor and major. Upgrade won't do that. This is
 recommended by Debian.  Once Jessie is Stable, revert to upgrade for
 the most part.

I agree with everything but the final sentence. Stable is unlikely to
pull in any new packages but if it does you will likely need them.
In other words, 'dist-upgrade' should be the norm for stable.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/06032015200627.a6337c4e1...@desktop.copernicus.demon.co.uk



[OT] Its vs it's [Was: Re: upgrade versus update.]

2015-03-06 Thread Liam O'Toole
On 2015-03-06, pe...@easthope.ca pe...@easthope.ca wrote:
 Its[sic] purpose is to keep the computer current with the latest security 
 (and other) updates automatically.

The use of Its in the original is correct. It's not a mistake. ;-)

-- 

Liam



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/slrnmfk258.quu.liam.p.otoole@dipsy.tubbynet



Re: Jessie sufficiently stable for general use?

2015-03-06 Thread Erwan David
Le 06/03/2015 21:22, Miles Fidelman a écrit :
 Brian wrote:
 On Fri 06 Mar 2015 at 09:27:23 -0800, Patrick Bartek wrote:

 On Fri, 06 Mar 2015, Ken Heard wrote:

 Thanks everybody for the collected wisdom.  So for me now Jessie RC1
 is it.
 FYI: Do daily updates using dist-upgrade, instead of upgrade (or the
 equivalent with aptitude, if you use that). Things change quickly and
 sometimes majorly on the path to Stable.  You'll want to get ALL those
 changes -- minor and major. Upgrade won't do that. This is
 recommended by Debian.  Once Jessie is Stable, revert to upgrade for
 the most part.
 I agree with everything but the final sentence. Stable is unlikely to
 pull in any new packages but if it does you will likely need them.
 In other words, 'dist-upgrade' should be the norm for stable.


 Somehow, anything that needs daily updates, or upgrades, does not meet
 any definition of stable that I'm familiar with.

 Miles Fidelman




It does not need daily update. But some update must be done ASAP...


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54fa0cfd.4020...@rail.eu.org



Re: Servidor WEB web rápido, leve e simple para servir apenas 1 arquivo.

2015-03-06 Thread Fabricio Cannini

On 06-03-2015 15:14, Gabriel Fedel wrote:

Pode tentar esse também:

http://lwan.ws/

Abraços

On 06-03-2015 14:34, Guilherme Moraes wrote:

Ops. link errado:

Corrigindo: http://www.lighttpd.net/

2015-03-06 14:25 GMT-03:00 hamacker sirhamac...@gmail.com:


Ola pessoal,

Estou montando um servidor proxy e por razões de automação precisarei
manter squid e web juntos, mas o servidor web é apenas para servir um unico
arquivo: wpad.dat que será baixado por navegadores.

Acontece que só sei usar apache e talvez o apache seja tiro de canhão para
matar mosquito, alguém aí usa ou conhece um servidor web rápido, leve e
simples para ser usado apenas para esse propósito?


http://www.acme.com/software/micro_httpd/


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54fa004b.6020...@gmail.com



Re: Jessie sufficiently stable for general use?

2015-03-06 Thread Miles Fidelman

Brian wrote:

On Fri 06 Mar 2015 at 09:27:23 -0800, Patrick Bartek wrote:


On Fri, 06 Mar 2015, Ken Heard wrote:


Thanks everybody for the collected wisdom.  So for me now Jessie RC1
is it.

FYI: Do daily updates using dist-upgrade, instead of upgrade (or the
equivalent with aptitude, if you use that). Things change quickly and
sometimes majorly on the path to Stable.  You'll want to get ALL those
changes -- minor and major. Upgrade won't do that. This is
recommended by Debian.  Once Jessie is Stable, revert to upgrade for
the most part.

I agree with everything but the final sentence. Stable is unlikely to
pull in any new packages but if it does you will likely need them.
In other words, 'dist-upgrade' should be the norm for stable.



Somehow, anything that needs daily updates, or upgrades, does not meet 
any definition of stable that I'm familiar with.


Miles Fidelman




--
In theory, there is no difference between theory and practice.
In practice, there is.    Yogi Berra


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

Archive: https://lists.debian.org/54fa0c7d.9050...@meetinghouse.net



Re: upgrade versus update.

2015-03-06 Thread Pascal Hambourg
Joe a écrit :
 
 'Upgrade' using apt-get is equivalent to
 'safe-upgrade' using aptitude, and it means replacing as many packages
 as possible with the latest versions without removing

or installing

 packages other
 than those actually being replaced. 'Dist-upgrade' with apt-get, or
 'full-upgrade' with aptitude does permit removal of packages.

Or installation of new packages. Both in order to comply with dependency
changes.

 It is
 quite rare for stable to need a removal-type upgrade, as its software
 is frozen in version terms unless a really serious security problem has
 been discovered which cannot be resolved by modifying any current
 packages.

I have never seen a stable or oldstable dist-upgrade remove a package.
However I have seen a few dist-upgrades installing new packages due to
dependencies changes in updated packages. Recently it happened with the
bind9 package update in squeeze-lts.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54fa0eb0.4050...@plouf.fr.eu.org



Re: [OT] Its vs it's [Was: Re: upgrade versus update.]

2015-03-06 Thread Lisi Reisz
On Friday 06 March 2015 20:06:00 Liam O'Toole wrote:
 On 2015-03-06, pe...@easthope.ca pe...@easthope.ca wrote:
  Its[sic] purpose is to keep the computer current with the latest security
  (and other) updates automatically.

 The use of Its in the original is correct. It's not a mistake. ;-)

:-)

It's its problem, of course. ;-)

Lisi


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/201503062104.04788.lisi.re...@gmail.com



Re: Jessie sufficiently stable for general use?

2015-03-06 Thread Lisi Reisz
On Friday 06 March 2015 20:11:52 Brian wrote:
 On Fri 06 Mar 2015 at 09:27:23 -0800, Patrick Bartek wrote:
  On Fri, 06 Mar 2015, Ken Heard wrote:
   Thanks everybody for the collected wisdom.  So for me now Jessie RC1
   is it.
 
  FYI: Do daily updates using dist-upgrade, instead of upgrade (or the
  equivalent with aptitude, if you use that). Things change quickly and
  sometimes majorly on the path to Stable.  You'll want to get ALL those
  changes -- minor and major. Upgrade won't do that. This is
  recommended by Debian.  Once Jessie is Stable, revert to upgrade for
  the most part.

 I agree with everything but the final sentence. Stable is unlikely to
 pull in any new packages but if it does you will likely need them.
 In other words, 'dist-upgrade' should be the norm for stable.

I agree.  I always use full-upgrade (I use aptitude), unless there is a 
compelling reason why not.

Lisi


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/201503062105.32932.lisi.re...@gmail.com



Re: Re: For which package should I submit this bug report related to WebRTC's GetUserMedia?

2015-03-06 Thread gutinna
Thanks for the tip, but audio output is not the issue. I need to know where 
WebRTC's GetUserMedia gets its audio input sources from to find out where to 
submit a bug report.

Thomas

--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1ytzln-000767...@rmm6prod02.runbox.com



Re: USB keyboard required replugging--how to avoid?

2015-03-06 Thread Pascal Hambourg
Joe a écrit :
 
 USB is a moderately complex networking protocol

USB is not a networking protocol.
It is a master-slave peripheral communication bus, just like PCI or SATA.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54fa19ff.1000...@plouf.fr.eu.org



Re: USB keyboard required replugging--how to avoid?

2015-03-06 Thread Glenn English

 On Fri, 6 Mar 2015 12:26:40 + (UTC)
 Dr. Jennifer Nussbaum bg271...@yahoo.com wrote:
 
 
 The keyboard is a custom build and cannot
 be replaced.

I don't know what was done to customize the keyboard. But can it be replaced 
for a few days/weeks (longer that it takes the regular one to crash), to see if 
another one will work reliably? I keep thinking it's gotta be the USB circuitry 
in the keyboard -- I'm assuming there's nothing but a USB cable between the 
keyboard and your computer. 

Maybe whoever customized the keyboard could diagnose/fix it. It may just be a 
bad chip or a loose connection inside the KB. 

-- 
Glenn English




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/2c21f1f0-2629-4019-aac4-f806f6f34...@slsware.net



Re: USB keyboard required replugging--how to avoid?

2015-03-06 Thread Joe
On Fri, 06 Mar 2015 22:19:59 +0100
Pascal Hambourg pas...@plouf.fr.eu.org wrote:

 Joe a écrit :
  
  USB is a moderately complex networking protocol
 
 USB is not a networking protocol.
 It is a master-slave peripheral communication bus, just like PCI or
 SATA.
 
 

It is not peer to peer, but neither is it simple master to slave. It is
hierarchical: each intermediate slave hub must engage in speed and
bandwidth negotiation both up and down the line. I thought it simpler
to say 'networking'.

-- 
Joe


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150306215426.0fbaa...@jresid.jretrading.com



Re: [OT] - SQL caracter ñ

2015-03-06 Thread Gerardo Diez García
El 06/03/15 17:11, Guido Ignacio escribió:
 Gente me topé con una base la cual en una de sus bases tiene una
 columna con ñ, más precisamente la columna se llama Año_registro
 
 La cuestión es que al correr para sacar un listado:
 
 SELECT CONCAT(usuario,'-- ',Año_registro)
 FROM usuarios
 
 No me encuentra la columna Año_registro.
 
 Estuve buscando y no encontré info al respecto
 
 Alguien tiene idea?
 
 
Un compañero con un problema similar lo soluciona empleando:
SET character_set_client = utf8;
A ver qué tal te funciona.


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



Re: Jessie sufficiently stable for general use?

2015-03-06 Thread Patrick Bartek
On Fri, 06 Mar 2015, Miles Fidelman wrote:

 Brian wrote:
  On Fri 06 Mar 2015 at 09:27:23 -0800, Patrick Bartek wrote:
 
  On Fri, 06 Mar 2015, Ken Heard wrote:
 
  Thanks everybody for the collected wisdom.  So for me now Jessie
  RC1 is it.
  FYI: Do daily updates using dist-upgrade, instead of upgrade (or
  the equivalent with aptitude, if you use that). Things change
  quickly and sometimes majorly on the path to Stable.  You'll want
  to get ALL those changes -- minor and major. Upgrade won't do
  that. This is recommended by Debian.  Once Jessie is Stable,
  revert to upgrade for the most part.
  I agree with everything but the final sentence. Stable is unlikely
  to pull in any new packages but if it does you will likely need
  them. In other words, 'dist-upgrade' should be the norm for stable.
 
 
 Somehow, anything that needs daily updates, or upgrades, does not
 meet any definition of stable that I'm familiar with.

As far a Debian is concerned, you have the incorrect definition of
stable.  With Debin Stable means unchanging, without serious
bugs, not less prone to crash.  It's confusing, I agree.  I wish a
different term had been chosen.

Security and bug fixes are a part of every OS and app.  I update my
system database daily, that is I check daily for any fixes.  Some do
so weekly.  In any case, this may require upgrading, i.e. something
new is installed replacing something old that needs the fix, about
every week or two.  Sometimes, it can be one tiny library; other times
it can be a dozen system files, including the kernel.

B


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150306220427.53857...@debian7.boseck208.net



Re: Jessie sufficiently stable for general use?

2015-03-06 Thread Patrick Bartek
On Fri, 06 Mar 2015, Brian wrote:

 On Fri 06 Mar 2015 at 09:27:23 -0800, Patrick Bartek wrote:
 
  On Fri, 06 Mar 2015, Ken Heard wrote:
  
   Thanks everybody for the collected wisdom.  So for me now Jessie
   RC1 is it.
  
  FYI: Do daily updates using dist-upgrade, instead of upgrade (or the
  equivalent with aptitude, if you use that). Things change quickly
  and sometimes majorly on the path to Stable.  You'll want to get
  ALL those changes -- minor and major. Upgrade won't do that. This
  is recommended by Debian.  Once Jessie is Stable, revert to
  upgrade for the most part.
 
 I agree with everything but the final sentence. Stable is unlikely to
 pull in any new packages but if it does you will likely need them.
 In other words, 'dist-upgrade' should be the norm for stable.

It depends on whether you want an unchanging system -- what Stable
means in Debian-speak -- as opposed to less prone to crash.  Upgrade
only brings in bug and security fixes for what's installed.  Only
necessary changes. Dist-upgrade brings in that plus more extensive
changes.

In my experience with Wheezy after it went Stable, I've only needed
dist-upgrade, maybe, 3 or 4 times, and that's solely due to a couple
apps from backports.  If you only use upgrade and something needs a
major fix that only dist-upgrade can handle, you're notified during
the update part.


B


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150306213758.71042...@debian7.boseck208.net



Re: Faille de sécurité Freak

2015-03-06 Thread Jean-Marc
Thu, 5 Mar 2015 20:06:35 +0100
Vincent Lefevre vinc...@vinc17.net écrivait :

 On 2015-03-05 19:16:29 +0100, andre_deb...@numericable.fr wrote:
  puis j'ai testé mon serveur https : https://freakattack.com/
 
 Il y a 2 tests: le SSL Labs et le Freak.
 

Et un self-test :

$ openssl s_client -connect linuxfr.org:443 -cipher EXPORT
CONNECTED(0003)
140334384354960:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert 
handshake failure:s23_clnt.c:770:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 111 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
---

Si ce test échoue, vous êtes OK puisque FREAK est basé, entre autre, sur le 
fait de forcer une renégociation utilisant un chiffrement plus faible.

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


pgpRSQ9AJw8Zf.pgp
Description: PGP signature


Re: A suggestion for a new programme in Debian 8?

2015-03-06 Thread Floris
Op Thu, 05 Mar 2015 23:13:21 +0100 schreef Martin Read  
zen75...@zen.co.uk:



On 05/03/15 20:36, ludo0...@dbmail.com wrote:

Could I allow myself to express a wish for the next version of Debian:
it would be to have the DVD authoring programme bombono (see
http://www.bombono.org) on the distribution.


No new software will be added to Debian 8 at this point; it has been in  
freeze since 2014.11.05.


You are free to suggest software to be introduced into Debian unstable  
with a view to it being included in Debian *9*, of course.





it is already on deb-multimedia.org

Installation instructions:
http://www.bombono.org/cgi-bin/wiki/Download/Debian

Success,

floris


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

Archive: https://lists.debian.org/op.xu2h9qqk5k9...@jessica.jkfloris.demon.nl



Re: Instalador de jessie y ext4

2015-03-06 Thread sio2
El Fri, 06 de Mar de 2015, a las 06:36:40PM +, Camaleón dijo:

  Por cierto, poco después de grub e imagino que tras cargar la imagen
  initrd (el mensaje sale en castellano y dice Cargando imagen de memoria
  inicial), se queda unos cinco segundos esperando con el mensaje Pulse
  cualquier tecla para continuar Luego continúa el arranque sin
  contratiempos. Si se pulsa, continue el arranque de inmediato.
  
  ¿Sabe alguien a qué se debe esto? ¿Hay forma de eliminar esa estúpida
  espera?
 
 Ese mensaje de pulse cualquier tecla... suele aparecer en grub cuando 
 tiene algún problema para cargar la imagen del kernel o no encuentra una 
 partición o una ruta (hum... ¿usas cifrado?),

Pues tenías razón: era cosa de grub y de que fallaba: fallaba al
intentar leer de un floppy inexistente. Resulta que para que no se
produzca ese error hay que decirle a la BIOS que no le diga a grub que
existe floppy.

Uso qemu y encontré el modo de hacer esto con la opción:

-global isa-fdc.driveA=

Arrancado qemu así, no se produce el error con el floppy y grub no
muestra el mensaje.

-- 
   Hay dos sistemas de conseguir la felicidad: uno, hacerse
el idiota; otro, serlo.
  --- Enrique Jardiel Poncela. --


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150306220422.ga27...@cubo.casa