Re: détecter un nouveau répertoire

2015-07-24 Thread Stéphane Trainel
Bonjour, un simple tr ne suffit pas ? cat file | tr '\n' ':' Le ven. 24 juil. 2015 à 09:07, David Martin damart.vi...@gmail.com a écrit : Salut, Je continue ma petite moulinette, est-ce que vous savez comment je peux faire pour faire un cat de mon fichier de resultat contenant les lignes

Re: détecter un nouveau répertoire

2015-07-24 Thread Bernard Schoenacker
Le Fri, 24 Jul 2015 09:23:32 +0200, David Martin damart.vi...@gmail.com a écrit : ah ça serait si simple que ça, suis-je une buze ? je crois ben que oui ;-) Je teste tout de suite. Le 24 juillet 2015 09:18, Stéphane Trainel stephane.trai...@gmail.com a écrit : Bonjour, un simple

Re: détecter un nouveau répertoire

2015-07-24 Thread David Martin
Salut, Je continue ma petite moulinette, est-ce que vous savez comment je peux faire pour faire un cat de mon fichier de resultat contenant les lignes de mes noms de dossier : dossier 1 dossier 2 dossier 3 . sur une seule ligne ? Dossier en erreur : dossier1 : dossier2 : dossier3.

Re: détecter un nouveau répertoire

2015-07-24 Thread David Martin
ah ça serait si simple que ça, suis-je une buze ? je crois ben que oui ;-) Je teste tout de suite. Le 24 juillet 2015 09:18, Stéphane Trainel stephane.trai...@gmail.com a écrit : Bonjour, un simple tr ne suffit pas ? cat file | tr '\n' ':' Le ven. 24 juil. 2015 à 09:07, David Martin

Re: détecter un nouveau répertoire

2015-07-24 Thread David Martin
Ah, re ok, je garde aussi, par contre comme ça fonctionne je testerai sur autre chose ;-) Merci en tout cas Le 24 juillet 2015 09:32, Bernard Schoenacker bernard.schoenac...@free.fr a écrit : Le Fri, 24 Jul 2015 09:23:32 +0200, David Martin damart.vi...@gmail.com a écrit : ah ça serait si

Re: détecter un nouveau répertoire

2015-07-24 Thread David Martin
Comme j'aimerai avoir ta rapidité de resolution. Quelle claire-voyance ! Chapeau bas, Merci ça passe nickel !!! ;-) Le 24 juillet 2015 09:23, David Martin damart.vi...@gmail.com a écrit : ah ça serait si simple que ça, suis-je une buze ? je crois ben que oui ;-) Je teste tout de suite. Le

alpine mail client with gmx.net as mail provider

2015-07-24 Thread Thomas Schmitt
Hi, after a few weeks of settling i got my Debian 8.1 nearly into the shape of its deceased predecessor (antique SuSE which died from southbridge radiator pop-off due to material fatigue). Two problems remain: alpine with mail provider GMX and /dev/sr1 trying to bite my fingers. As for the

Re: error al hacer update e instalar

2015-07-24 Thread Santiago Vila
On Thu, Jul 23, 2015 at 05:24:25PM +, Reyder Hidalgo wrote: gracias camaleón, pero no es el caso. Lo que te ha dicho Camaleón es lo que debes hacer, pero tienes que mirar también aquí: /etc/apt/sources.list.d -- To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org with a

Moteur de lecteur de flux RSS sur Debian

2015-07-24 Thread Philippe Gras
Bonjour à toutes et à tous, savez-vous s'il existe un paquet semblable à ce que produit le moteur de Yahoo! Pipes avant qu'on ne définisse 1 input? Un système semblable à celui-ci : http://www.open-tickr.net/download.php Mais sans machin graphique, ni output. Soit, un truc dont je pourrais

Re: détecter un nouveau répertoire

2015-07-24 Thread David Martin
voici la moulinette terminée comme demandé. #!/bin/bash # # Creation de la liste actuelle des dossiers du répertoire indiqué find /app2/nagios -type d | sed 's/^.//' | sed '1d' new.list # Fait un diff entre deux fichiers un de référence, et un nouveau diff --side-by-side

What pulls in the tray of my /dev/sr1 ?

2015-07-24 Thread Thomas Schmitt
Hi, one of my optical drives automatically pulls in its tray if it stands out for a few minutes. The four others do not try to byte my fingers. The waiting time between manual tray eject and automatic tray load is quite reliably 195 to 200 seconds. Optical driving is one of my sports. So i am

Re: Instalar Gnome desde la ISO

2015-07-24 Thread Santiago Vila
On Thu, Jul 23, 2015 at 04:36:52PM -0430, Yair De la cruz wrote: Me gustaria saber como hago para instalar Gnome desde la imagen ISO que me descarge desde la pagina official https://www.gnome.org/. No lo hagas así. https://wiki.debian.org/DontBreakDebian -- To UNSUBSCRIBE, email to

Re: What pulls in the tray of my /dev/sr1 ?

2015-07-24 Thread Lisi Reisz
On Friday 24 July 2015 11:31:52 Thomas Schmitt wrote: Any idea what automat gropes my cheap DVD drive and ignores all my expensive Blurays ? I would expect it to be the DVD drive itself, designed to prevent people forgetting to shut it. Don't forget that it needs power to do anything, so if

Re: What pulls in the tray of my /dev/sr1 ?

2015-07-24 Thread Michael Biebl
Am 24.07.2015 um 16:37 schrieb Thomas Schmitt: Hi, Michael Biebl wrote: Not sure if the in-kernel polling enabled in /lib/udev/rules.d/60-block.rules triggers this specific behaviour for this particular drive. Can you comment out the following two lines: ACTION==add, SUBSYSTEM==module,

Re: Moteur de lecteur de flux RSS sur Debian

2015-07-24 Thread David Martin
;-) désolé pour l'orthaugrafe Zatané langue françaize Le 24 juillet 2015 15:18, Philippe Gras ph.g...@worldonline.fr a écrit : Le 24 juil. 2015 à 15:12, David Martin damart.vi...@gmail.com a écrit : J'avais lu une explication d'un incompétent sur le site de tromblon 01 .net ou Comment

Re: What pulls in the tray of my /dev/sr1 ?

2015-07-24 Thread Thomas Schmitt
Hi, Michael Biebl wrote: Not sure if the in-kernel polling enabled in /lib/udev/rules.d/60-block.rules triggers this specific behaviour for this particular drive. Can you comment out the following two lines: ACTION==add, SUBSYSTEM==module, KERNEL==block,

Re: alpine mail client with gmx.net as mail provider

2015-07-24 Thread David Wright
Quoting Thomas Schmitt (scdbac...@gmx.net): I cannot get alpine mail client to send mail via mail.gmx.net:465. It reports Bad sequence of commands which is probably SMTP error 503. My own primitive SMTP client does work (by help of stunnel for SSL). I'm wondering if there's a mismatch in

Re: Help-Install not compatible with my PC

2015-07-24 Thread Brian
On Fri 24 Jul 2015 at 21:03:21 +0200, Nicolas George wrote: Le sextidi 6 thermidor, an CCXXIII, Erwan David a écrit : I thiink you should dd the .iso to the stick, not cp Both work, and dd will give terrible performance without extra options. What advice do you intend suggest including in

logiciel de gestion de photos

2015-07-24 Thread MERLIN Philippe
Bonjour, Existe t'il sous linux un logiciel pour gestion de photos ou l'on puisse librement classer les photos , je m'explique les critères de classement sont souvent soit un classement alphabétique ou par date et heure et impossible de modifier ces classement or lorsque pour un évènement on

Re: Help-Install not compatible with my PC

2015-07-24 Thread Robert Crawford
On Fri, Jul 24, 2015 at 3:10 PM, Brian a...@cityscape.co.uk wrote: On Fri 24 Jul 2015 at 21:03:21 +0200, Nicolas George wrote: Le sextidi 6 thermidor, an CCXXIII, Erwan David a écrit : I thiink you should dd the .iso to the stick, not cp Both work, and dd will give terrible performance

Re: alpine mail client with gmx.net as mail provider

2015-07-24 Thread Thomas Schmitt
Hi, David Wright wrote: Port 465 should be encrypted straightaway, I get a connection to the SMTP server directly by this line in ~/.pinerc: smtp-server=mail.gmx.net/ssl/user=my_user...@gmx.net or via stunnel to mail.gmx.net:465 at port NNN by

Boot Error on new PowerPC Mac Mini Installation

2015-07-24 Thread Nathaniel Nelson
Hello! I hope this is the proper way to seek Debian support, and that I'm not making a mistake/emailing the wrong list/whatever. I've never used Debian before, and I'm trying to install it on an old Mac Mini with a PowerPC G4 processor. I downloaded the PowerPC iso file

Re: What pulls in the tray of my /dev/sr1 ?

2015-07-24 Thread Thomas Schmitt
Hi, Michael Biebl wrote: /lib/udev/rules.d/60-block.rules I wrote: There is no such file in my still quite vanilla 8.1. Michael Biebl wrote: Ok, it wasn't clear which Debian version you were using. I was referring to unstable/testing. Sorry, i mentioned it in my other thread about

Re: logiciel de gestion de photos

2015-07-24 Thread Bernard Schoenacker
Le Fri, 24 Jul 2015 22:57:28 +0200, MERLIN Philippe phil-deb1.mer...@laposte.net a écrit : Bonjour, Existe t'il sous linux un logiciel pour gestion de photos ou l'on puisse librement classer les photos , je m'explique les critères de classement sont souvent soit un classement alphabétique ou

Debian Jessie click derecho y botones

2015-07-24 Thread luis
Buenas tardes Tengo isntalado Debian Jessie 64 bit con Gnome 1. El caso es que en Archivos no puedo dar click-derecho para crear archivo texto como hacia en Debian Wheezy con Gnome. Tengo instalado Gdit. 2. En las ventanas no me aparecen los botones de minimizar y maximizar, alguna idea

Re: Moteur de lecteur de flux RSS sur Debian

2015-07-24 Thread Bernard Schoenacker
Le Fri, 24 Jul 2015 15:29:20 +0200, Philippe Gras ph.g...@worldonline.fr a écrit : Le 24 juil. 2015 à 15:16, honeyshell honeysh...@honeyshell.com a écrit : Tu recherches quelque chose dans ce style : https://github.com/nikic/PHP-Parser Oui, on dirait bien :-) Il faut que j'y regarde

Re: Moteur de lecteur de flux RSS sur Debian

2015-07-24 Thread Philippe Gras
Le 24 juil. 2015 à 16:02, Bernard Schoenacker bernard.schoenac...@free.fr a écrit : bonjour, apt-cache search News Aggregator libxml-rss-feed-perl - Perl module for Persistent XML RSS (RDF Site Summary) Encapsulation liferea-data - architecture independent data for liferea rawdog -

Re: Help-Install not compatible with my PC

2015-07-24 Thread Brian
On Fri 24 Jul 2015 at 20:59:12 +0200, Erwan David wrote: Le 24/07/2015 20:55, Gary Dale a écrit : On 24/07/15 02:11 PM, Chris wrote: Hi, I've looked every where but cant find anything other than people saying try the net install I've tried the net install and it still has the same

Re: Help-Install not compatible with my PC

2015-07-24 Thread Nicolas George
Le sextidi 6 thermidor, an CCXXIII, Erwan David a écrit : I thiink you should dd the .iso to the stick, not cp Both work, and dd will give terrible performance without extra options. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: Help-Install not compatible with my PC

2015-07-24 Thread Brian
On Fri 24 Jul 2015 at 15:05:59 -0400, Whit Hansell wrote: On 07/24/2015 02:55 PM, Gary Dale wrote: On 24/07/15 02:11 PM, Chris wrote: Hi, I've looked every where but cant find anything other than people saying try the net install I've tried the net install and it still has the same problem.

Re: Help-Install not compatible with my PC

2015-07-24 Thread Erwan David
Le 24/07/2015 20:55, Gary Dale a écrit : On 24/07/15 02:11 PM, Chris wrote: Hi, I've looked every where but cant find anything other than people saying try the net install I've tried the net install and it still has the same problem. The problem is when the installer gets to Detect and mount

Re: Help-Install not compatible with my PC

2015-07-24 Thread Whit Hansell
On 07/24/2015 02:55 PM, Gary Dale wrote: On 24/07/15 02:11 PM, Chris wrote: Hi, I've looked every where but cant find anything other than people saying try the net install I've tried the net install and it still has the same problem. The problem is when the installer gets to Detect and

Re: Help-Install not compatible with my PC

2015-07-24 Thread Gary Dale
On 24/07/15 03:15 PM, Brian wrote: On Fri 24 Jul 2015 at 20:59:12 +0200, Erwan David wrote: Le 24/07/2015 20:55, Gary Dale a écrit : On 24/07/15 02:11 PM, Chris wrote: Hi, I've looked every where but cant find anything other than people saying try the net install I've tried the net install

Re: Help-Install not compatible with my PC

2015-07-24 Thread Gary Dale
On 24/07/15 02:11 PM, Chris wrote: Hi, I've looked every where but cant find anything other than people saying try the net install I've tried the net install and it still has the same problem. The problem is when the installer gets to Detect and mount CD-Rom it keeps saying no common cdrom

Re: Help-Install not compatible with my PC

2015-07-24 Thread Gary Dale
On 24/07/15 03:21 PM, Gary Dale wrote: On 24/07/15 03:15 PM, Brian wrote: On Fri 24 Jul 2015 at 20:59:12 +0200, Erwan David wrote: Le 24/07/2015 20:55, Gary Dale a écrit : On 24/07/15 02:11 PM, Chris wrote: Hi, I've looked every where but cant find anything other than people saying try the

Re: Help-Install not compatible with my PC

2015-07-24 Thread Brian
On Fri 24 Jul 2015 at 15:21:46 -0400, Gary Dale wrote: On 24/07/15 03:15 PM, Brian wrote: On Fri 24 Jul 2015 at 20:59:12 +0200, Erwan David wrote: Le 24/07/2015 20:55, Gary Dale a écrit : https://www.debian.org/releases/stable/i386/install.txt.en cp debian.iso /dev/sdX cat

Debian 8 problems w/ ASUS H61M-plus MB

2015-07-24 Thread Bob McKittrick
I tries all 7 bios's for this mb and all stop booting after the file check w/ message 7.??? bios ? (unmounts) the drive. I reinstalled 7.2 and no problems. using bios 903 now. bob McKittrick

Help-Install not compatible with my PC

2015-07-24 Thread Chris
Hi, I've looked every where but cant find anything other than people saying try the net install I've tried the net install and it still has the same problem. The problem is when the installer gets to Detect and mount CD-Rom it keeps saying no common cdrom how can I mount my cdrom and tell the

Re: Boot Error on new PowerPC Mac Mini Installation

2015-07-24 Thread Joel Rees
2015/07/25 1:42 Nathaniel Nelson nelson.nle...@gmail.com: Hello! I hope this is the proper way to seek Debian support, and that I'm not making a mistake/emailing the wrong list/whatever. There is a better list. I've cross-posted, but I haven't set the reply header. I've never used Debian

Re: Boot Error on new PowerPC Mac Mini Installation

2015-07-24 Thread Joel Rees
Should have re-read before I posted. On Sat, Jul 25, 2015 at 1:36 PM, Joel Rees joel.r...@gmail.com wrote: [...] but I've generally had the best success using the Mac OS 10 partitioning tool to set up the three Mac OS style partitions I use for debian, one for yaboot, one for the root

Re: Moteur de lecteur de flux RSS sur Debian

2015-07-24 Thread Philippe Gras
Le 24 juil. 2015 à 15:12, David Martin damart.vi...@gmail.com a écrit : J'avais lu une explication d'un incompétent sur le site de tromblon 01 .net ou Comment ça marche (t-il) pour les grosses buze concernant le delta entre efi et le bios, c'était toi ? Probablement, puisque ça n'a rien à

Re: error al hacer update e instalar

2015-07-24 Thread Camaleón
El Thu, 23 Jul 2015 17:24:25 +, Reyder Hidalgo escribió: gracias camaleón, pero no es el caso. Aca te copio mi sources.list (...) Cuando una máquina te dice algo conviene hacerle caso¹ ;-) Si no tienes el repositorio de Google en el archivo /etc/apt/ sources.list lo tendrás definido en

Re: What pulls in the tray of my /dev/sr1 ?

2015-07-24 Thread Michael Biebl
Am 24.07.2015 um 13:48 schrieb Thomas Schmitt: But here i suspect to be victim of some fancy new feature of udev or kernel. My list of usual suspects is empty now. So i ask for new ones. Not sure if the in-kernel polling enabled in /lib/udev/rules.d/60-block.rules triggers this specific

Re: Moteur de lecteur de flux RSS sur Debian

2015-07-24 Thread Philippe Gras
Le 24 juil. 2015 à 15:16, honeyshell honeysh...@honeyshell.com a écrit : Tu recherches quelque chose dans ce style : https://github.com/nikic/PHP-Parser Oui, on dirait bien :-) Il faut que j'y regarde de plus près. -- Lisez la FAQ de la liste avant de poser une question :

Re: Instalar Gnome desde la ISO

2015-07-24 Thread Camaleón
El Thu, 23 Jul 2015 16:36:52 -0430, Yair De la cruz escribió: (ese html...) Buenas tardes Comunidad Me gustaria saber como hago para instalar Gnome desde la imagen ISO que me descarge desde la pagina official https://www.gnome.org/. Quiero hacerlo via consola Saludos. Hum... a ver, si te

Re: Moteur de lecteur de flux RSS sur Debian

2015-07-24 Thread David Martin
J'avais lu une explication d'un incompétent sur le site de tromblon 01 .net ou Comment ça marche (t-il) pour les grosses buze concernant le delta entre efi et le bios, c'était toi ? Ajoute les backports si ce n'est déjà fait, et recherche dedans. Le 24 juillet 2015 15:03, Philippe Gras

Re: Moteur de lecteur de flux RSS sur Debian

2015-07-24 Thread honeyshell
Tu recherches quelque chose dans ce style : https://github.com/nikic/PHP-Parser -- 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

cups/cups-browsed: only advertise online network printers

2015-07-24 Thread Tuxo Holic
Hi list, I' have a HP LaserJet 1020 USB - plugged to my server running debian/stable with cups, the clients connect to it using cups-browsed and the cups network protocol. The server does *not* run 24/7 nor does my printer: I usually switch on the LaserJet as soon as I need it and disable it

Openvpn com 2 links (um para VPN outro para navegar)

2015-07-24 Thread Keppler
Olá pessoal, tudo bem? Tenho o seguinte cenário: Na Matriz: - Um link dedicado (4 megas full) por onde pretendo criar uma VPN para comunicação com a filial. - Um link ADSL que será utilizado para os usuários navegarem (também será implementado um proxy) - O Servidor tem 3 placas de rede:

Re: Debian Jessie click derecho y botones

2015-07-24 Thread Juan Lavieri
Hola Luis. El 24/07/15 a las 17:27, l...@ida.cu escibió: Buenas tardes Tengo isntalado Debian Jessie 64 bit con Gnome Entiendo que usas gnome-shell ¿Cierto? 1. El caso es que en Archivos no puedo dar click-derecho para crear archivo texto como hacia en Debian Wheezy con Gnome. Cierto

Re: Openvpn com 2 links (um para VPN outro para navegar)

2015-07-24 Thread Keppler
Olá Fábio, obrigado pelo retorno. Mas essa documentação trata do caso clássico de interligar 2 REDES via VPN. No meu caso, SIM, eu tenho duas redes!mas eu também 2 LINKS em cada ponta. É essa minha dúvida sobre como trabalhar com esses 2 links na situação que descrevi abaixo. grato,

Re: détecter un nouveau répertoire#

2015-07-24 Thread Daniel Caillibaud
Le 23/07/15 à 11:39, (•‿•) Dhénin Jean-Jacques dhe...@gmail.com a écrit : (DJJ $ more Vazy (DJJ find . -newer Fantome -type d | egrep -v '^\.$' (DJJ touch Fantome (DJJ (DJJ (DJJ (DJJ Le fichier Fantome sert de sentinelle. (DJJ Si un répertoire a été créé find le signale (DJJ et de

Re: alpine mail client with gmx.net as mail provider

2015-07-24 Thread Thomas Schmitt
Hi, Celejar wrote: https://github.com/deanproxy/eMail/issues/7 Yes. Some client glitch like this one combined with increased pickiness on server side would explain the problem. A sequence that works is for example EHLO scdbackup.webframe.org MAIL FROM:scdbac...@gmx.net AUTH PLAIN MAIL

Re: alpine mail client with gmx.net as mail provider

2015-07-24 Thread Celejar
On Fri, 24 Jul 2015 11:49:51 +0200 Thomas Schmitt scdbac...@gmx.net wrote: Hi, after a few weeks of settling i got my Debian 8.1 nearly into the shape of its deceased predecessor (antique SuSE which died from southbridge radiator pop-off due to material fatigue). Two problems remain:

Re: What pulls in the tray of my /dev/sr1 ?

2015-07-24 Thread Thomas Schmitt
Hi, Lisi Reisz wrote: I would expect it to be the DVD drive itself, That would be the first one to do this since i began to operate them on SCSI level in 2006. (I'm developer of libburn.) The drive is new. An LG GH24NSC0. Regrettably it is built-in to the computer. So i cannot easily make