Re: optimaliseren ssd en hdd

2015-12-12 Thread Wouter Verhelst
On Fri, Nov 27, 2015 at 10:41:17AM +0100, Diederik de Haas wrote:
> On Thursday 26 November 2015 20:04:17 Frank Voncken wrote:
> > Kijk eens wat 'findmnt --target /tmp' aangeeft. 
> > 
> > Mijn output is:
> > findmnt --target /tmp
> > TARGET SOURCEFSTYPE OPTIONS
> > /  /dev/sda2 ext4   rw,relatime,errors=remount-ro,data=ordered
> > 
> > Wat betekent dit?
> 
> Dat /tmp gemount is als onderdeel van / op de 2e partitie van je SSD en (dus) 
> geen tmpfs gebruikt. Als je de volgende regel aan /etc/fstab toevoegt en 
> reboot, dan zou je wel tmpfs moeten gebruiken.
> 
> tmpfs /tmp tmpfs defaults,nodev,nosuid 0 0

Dat is één manier, maar misschien niet de beste. De andere is:

$EDITOR /etc/default/tmpfs

daarin vind je:

#RAMTMP=no

verander dat naar:

RAMTMP=yes

Voordeel van deze methode is dat je (in datzelfde bestand) ook kan
aangeven wat de maximumgrootte moet zijn voor je tmpfs (die op /tmp, of
een andere).

-- 
It is easy to love a country that is famous for chocolate and beer

  -- Barack Obama, speaking in Brussels, Belgium, 2014-03-26



Re: gufw problem

2015-12-12 Thread Lisi Reisz
On Saturday 12 December 2015 08:49:51 Chris Bannister wrote:
> On Fri, Dec 11, 2015 at 11:49:19PM +, Lisi Reisz wrote:
> > On Friday 11 December 2015 23:33:52 Chris Bannister wrote:
> > > On Tue, Dec 08, 2015 at 09:20:38PM -0500, Francis Gerund wrote:
>
> [...]
>
> > > > "What's wrong with just using a launcher anyway, if it comes up that
> > > > way?", maybe I am just autistic.  It just bothers me when things
> > > > don't work CORRECTLY.
> > >
> > > Me too, that's why I stopped using Gnome. (Disclaimer: Maybe things
> > > have changed since then.)
> >
> > Why is using the menu the correct way?
>
> To clarify, my post. I wasn't explicitly referring to the
> 'use of a menu' but the phrase 'It just bothers me when things don't
> work CORRECTLY.', and by correctly, I mean 'the way I expect, seems
> logical to me, ...'

Ah!!  So the *launcher* is the correct way, ;-)  After all, I never use the 
menu.  So gfw works "correctly".  Glad we have sorted that out. ;-)

I must remember that "correctly" is a subjective word.  I suppose it is bound 
to be. ;-)

Lisi



Re: gufw problem

2015-12-12 Thread Chris Bannister
On Fri, Dec 11, 2015 at 11:49:19PM +, Lisi Reisz wrote:
> On Friday 11 December 2015 23:33:52 Chris Bannister wrote:
> > On Tue, Dec 08, 2015 at 09:20:38PM -0500, Francis Gerund wrote:

[...]

> > > "What's wrong with just using a launcher anyway, if it comes up that
> > > way?", maybe I am just autistic.  It just bothers me when things don't
> > > work CORRECTLY.
> >
> > Me too, that's why I stopped using Gnome. (Disclaimer: Maybe things have
> > changed since then.)
> 
> Why is using the menu the correct way?

To clarify, my post. I wasn't explicitly referring to the 
'use of a menu' but the phrase 'It just bothers me when things don't
work CORRECTLY.', and by correctly, I mean 'the way I expect, seems
logical to me, ...' 

-- 
"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



recherche png2svg en ligne de commande

2015-12-12 Thread Bernard Schoenacker
bonjour,

comment convertir en ligne de commande une image bitmap ( png ) en svg ?

https://www.npmjs.com/package/png2svg

pour l'instant j'arrive à le faire via inkscape en mode graphique

slt
bernard



Re: apt-get error messages

2015-12-12 Thread Chris Bannister
On Fri, Dec 11, 2015 at 11:27:15AM -0500, kamaraju kusumanchi wrote:
> On Tue, Dec 8, 2015 at 8:47 AM, Tony van der Hoff  wrote:
> > On 08/12/15 13:41, Chris Bannister wrote:
> >
> >> *groan* *sigh* ... I wonder why there's not a 'dpkg
> >> --print-architectures' which prints out *all* the architectures it knows
> >> about.
> >>
> > Because you haven't written it yet?
> 
> IMHO this is an inappropriate response. Not all users can be expected
> to write software and submit patches. It is one thing to ask them to
> file a wishlist bug, it is another thing to demand a patch from every
> user who suggests a way to improve user experience.

I was approaching the issue more from a design perspective (I
could/should have left out the '*groan* *sigh* ...' and may be it would
have read better?)

e.g.

--print-architecture  lists the current, and
--print-foreign-architectures lists the extras

and no doubt (on reflexion) it was a consious decision not to also have
a '--print-architectures' for all of them. I guess,
'--print-architecture' which lists the one which dpkg was built for has
more value being a separate option so that when used in a scripting context 
you won't get confused just because of an 's'.

Perhaps there could be an option --print-all-architectures which would
save having to concatenating the output of '--print-architecture' and
'--print-foreign-architectures'? Is it used/needed by the end user often
enough to warrant it? e.g. is it asked of a poster to debian-user regularly 
enough?

-- 
"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



Re: recherche png2svg en ligne de commande

2015-12-12 Thread Denis Mugnier

On 12/12/2015 11:18, Bernard Schoenacker wrote:

bonjour,

comment convertir en ligne de commande une image bitmap ( png ) en svg ?


convert du paquet imagemagick le fait.

A+

Denis



Re: recherche png2svg en ligne de commande

2015-12-12 Thread Bernard Schoenacker
Le Sat, 12 Dec 2015 11:49:59 +0100,
Denis Mugnier  a écrit :

> On 12/12/2015 11:18, Bernard Schoenacker wrote:
> > bonjour,
> >
> > comment convertir en ligne de commande une image bitmap ( png ) en
> > svg ? 
> convert du paquet imagemagick le fait.
> 
> A+
> 
> Denis
> 

bonjour,

merci pour l'info 

https://stackoverflow.com/questions/18725411/imagemagick-png-to-svg-image-size

slt
bernard



Re: Cambio de Apache prefork a worker en Debian - Consideraciones

2015-12-12 Thread Camaleón
El Fri, 11 Dec 2015 21:51:48 +0100, Maykel Franco escribió:

> El día 30 de noviembre de 2015, 17:33, Camaleón 
> escribió:

(...)

>>> Tenemos la versión de apache prefork con mod_php y queremos cambiar
>>> apache worker...
>>
>> (...)
>>
>>> Habéis realizado alguien esta migración?
>>>
>>> Gracias de antemano.
>>
>> ¿No has preguntado a Google? >:-P
>>
>> https://www.google.com/webhp?
complete=0=en_rd=cr,ssl#complete=0=en=debian+change+apache
+prefork++to+worker+
>>
>> No parece muy traumático.
>>
>>
>>
> Umm, eso pienso yo, pero cierto es que apache prefork usa mod_php, y
> mod_php es thread safe... Tenemos entornos programados en php para a
> mod_php, intuyo que sí que habrá cosas que no funcione...
>
> Pregunta, cambiar apache prefork por apache worker implica si o si usar
> php-fpm no??

Creo que lo deja bien claro la descripción¹ del paquete (mod_php):

"(...) Please note that this package ONLY works with Apache's prefork MPM, 
as it is not compiled thread-safe."

En cuanto a alternativas a php-fpm (p. ej. "mod_fcgid") no parece que  
tenga ventajas.

¹https://packages.debian.org/wheezy/libapache2-mod-php5

Saludos,

-- 
Camaleón



Re: [SOLUCIONADO] Re: Controladora smart array b140i no detectada

2015-12-12 Thread Camaleón
El Fri, 11 Dec 2015 21:48:14 +0100, Maykel Franco escribió:

> El día 4 de diciembre de 2015, 19:47, Camaleón 
> escribió:
>> El Fri, 04 Dec 2015 19:01:46 +0100, Maykel Franco escribió:
>>
>>> El 4 dic. 2015 6:51 p. m., "Camaleón"  escribió:
>>
>> (...)
>>
 > O me va a tocar usar sata ahci y mdadm?? :(
 >
 > Gracias de antemano.

 Me temo que sí... eso pasa por no hacer los deberes. Y mira que
 estuvimos hablando largo y tendido en otro hilo sobre las
 controladoras RAID para el equipo de tu amigo.
> 
> Los deberes los hice, pero no me dan más presupuesto y no es coña.
> Demasiado que conseguí sacar 12 GB de RAM en vez de 8 GB...

Si hubieras hecho los deberes sabrías que esa controladora era "caca-raid" 
y no habrías preguntado en la lista. Que tengas o no presupuesto es 
indiferente ;-)

>> Pero vamos, antes de lanzarte a comprar un servidor tienes que
>> documentarte *siempre* al máximo sobre el soporte de sus componentes,
>> especialmente si quieres montar un RAID aunque como ya hemos comentado
>> varias veces, para cosas normalitas te va a sobrar con el mdadm. Al
>> menos ponle buenos discos duros...
> 
> Si claro, discos duros SAS de 15 RPMy encima me sobraba
> presupuesto!! (ironía)
> 
> No enserio, le puse 2 discos sata 3 a 7200 RPM, no da para más el
> presupuesto...

(...)

Más importante que la velocidad del disco es la garantía. Merece la pena 
pagar unas decenas de euros más por la gama empresarial.

Saludos,

-- 
Camaleón



Re: optimaliseren ssd en hdd

2015-12-12 Thread Diederik de Haas
On Saturday 12 December 2015 14:56:59 Wouter Verhelst wrote:
> > tmpfs /tmp tmpfs defaults,nodev,nosuid 0 0
> 
> Dat is één manier, maar misschien niet de beste. De andere is:
> 
> $EDITOR /etc/default/tmpfs
> 
> daarin vind je:
> 
> #RAMTMP=no
> 
> verander dat naar:
> 
> RAMTMP=yes
> 
> Voordeel van deze methode is dat je (in datzelfde bestand) ook kan
> aangeven wat de maximumgrootte moet zijn voor je tmpfs (die op /tmp, of
> een andere).

Probleem met die methode is dat het niet onder alle init systems werkt, maar 
de regel in /etc/fstab wel.
Zie https://github.com/debian-pi/raspbian-ua-netinst/pull/264 

signature.asc
Description: This is a digitally signed message part.


Re: Repositorios Debian Francia...

2015-12-12 Thread Camaleón
El Fri, 11 Dec 2015 15:40:33 -0300, Walter O. Dari escribió:

> Hola Eduardo:
> 
> El 11/12/15 a las 15:18, Eduardo Rios escribió:
>> El 11/12/15 a las 19:08, Walter O. Dari escribió:
>>> Hola gente:
>>>
>>> Puede ser que estos repositorios (aquí en Argentina eran de los más
>>> rápidos) se encuentren demasiado "lentos" ?
>>>
>>> La conexión al descargar paquetes no supera los 20 kB por segundo,
>>> antes superaba los 240 kB.
>>>
>>> A alguien más le pasa ?

Si quieres una respuesta técnica, echa un ojo a estas opciones:

How To Find The Fastest Mirror In Debian And Derivatives
http://www.unixmen.com/find-fastest-mirror-debian-derivatives/

Pero yo no me preocuparía mucho, seguramente se trate de un problema 
puntual (bien por parte de tu proveedor como de los servidores europeos).

>> Yo tenía definidos los repos de Suecia y desde hace unos días tengo
>> problemas también. De momento he definido los de España...
> 
> 
> Se me ocurre que puede ser por el tema de los atentados. Posiblemente
> controlen más exhaustivamente el tráfico de Internet y eso provoque
> retardo y menor ancho de banda... digo, por ahí es una pavada... :-)

Es posible, pero la verdad es que desde España no he notado nada raro 
(uso los servidores alemanes).

Mira, estos son los datos en bruto:

***
sm01@stt008:~$ wget http://ftp.de.debian.org/debian/dists/testing/main/
installer-amd64/current/images/netboot/mini.iso
--2015-12-12 16:41:06--  http://ftp.de.debian.org/debian/dists/testing/
main/installer-amd64/current/images/netboot/mini.iso
Resolviendo ftp.de.debian.org (ftp.de.debian.org)... 141.76.2.4
Conectando con ftp.de.debian.org (ftp.de.debian.org)[141.76.2.4]:80... 
conectado.
Petición HTTP enviada, esperando respuesta... 200 OK
Longitud: 32505856 (31M) [application/x-iso9660-image]
Grabando a: “mini.iso”

100%[>] 32.505.856  23,5M/
s   en 1,3s

2015-12-12 16:41:07 (23,5 MB/s) - “mini.iso” guardado [32505856/32505856]
***

:-D

Saludos,

-- 
Camaleón



Re: [Résolu] firewall, iptables et ses front-ends

2015-12-12 Thread Benoit B
Bonjour à tous,

Merci pour ces infos.

Je viens de regarder pour Tails, «toutes les connexions sortantes vers
Internet sont obligées de passer par le réseau Tor ;», c'est une bonne
idée, mais le débit est généralement assez lent sur les wifi non
sécurisés...
Passer par Tor, ralentirait d'avantage.

Y a-t-il des configurations de base à effectuer pour sécuriser(sécurité de
base) un système (installation par défaut + lxdeTask et quelques logiciels
)?


Merci d'avance.

--
Benoit


Le 11 décembre 2015 à 10:01, steve  a écrit :

> Le 10-12-2015, à 19:30:14 +0100, Benoit B a écrit :
>
>
>>   Jusqu'à la lecture de ce post j'utilisais une Debian live sur USB avec
>>   persistance(garde la config du clavier, etc), pour surfer sur les wifi
>> non
>>   sécurisés. Ce n'est donc pas nécessaire ?
>>
>
> La question n'est pas facile. Tails¹ est une réponse possible.
>
>
> ¹ https://tails.boum.org/
>
>
>


Re: gufw problem

2015-12-12 Thread Andreas Ronnquist
On Thu, 10 Dec 2015 14:43:00 -0500
Francis Gerund  wrote:

>[re:  "Most people who post here subscribe to the list, so they will
>receive any response you make to the debian-user list. If you send to
>the list and to them, they get two copies of each message."]
>
>
>
>Just a note on email addressing:
>
>I was using gmail, with it's built-in interface.  Although the default
>reply setting was set to "reply all", for some reason it automatically
>adds the email address of the last person to reply to a thread, in
>addition to ALSO replying to the whole list.
>
>If I don't remember to manually edit the "send to" address line,
>someone gets an extra treat in their inbox.
>
>If anyones does get this sent to their own address in addition to the
>one sent to the list, please say so on the list, so that I will know
>and try to find some way to fix it "automatically".
>

This has been discussed with google, but they don't seem very eager to
fix the problem at all.

Some fruitless discussions can be found here:

https://productforums.google.com/forum/#!msg/gmail/-Lc4hn9DuJg/1G3eqiEYJ6AJ

/Andreas
gusnan.mailingli...@openmailbox.org



Backports

2015-12-12 Thread Tony van der Hoff
What is the coorect way to request the inclusion of a backport of a 
package in testing (python3-pygame) to stable?

--
Tony van der Hoff| mailto:t...@vanderhoff.org
Buckinghamshire, England |



Re: [OT] Re: carpetas ocultas en dvd

2015-12-12 Thread Camaleón
El Fri, 11 Dec 2015 15:26:12 -0300, Jorge A. Secreto escribió:

> Hola Camaleon
> 
> El día 10 de diciembre de 2015, 13:15, Camaleón 
> escribió:

(...)

>>> Es que, efectivamente, en la carpeta no estaban los archivos que
>>> buscaba el instalador.
>>
>> Ya, quieres decir que el corta/pega no funcionó y tuviste que usar dd
>> para crear una imagen exacta del DVD para poder instalarlo ¿no? Si es
> 
> Nop, no es que el corta y pega no funcione, es que hay carpetas y
> archivos que directamente no veo en linux.
> Y obviamente no puedo copiar :-)

A eso me refería con "no funcionó". Que no se copiaba toda la estructura  
del directorio cuando copiabas/pegabas (obviamente porque desde linux no 
accedías a todo el contenido). Supongo que utilizarías el explorador de 
archivos de tu entorno gráfico para realizar esta operación.

>> así, es posible que el DVD tuviera alguna protección anticopia que el
>> dd pasó por alto... pero oye, ahora que pienso ¿por qué no compartiste
>> simplemente la unidad lectora para poder instalar el programa desde
>> windows?
> 
> Corto:
> Incapacidad :-(
> Completo:
> No tengo el servidor samba instalado, no tenía internet y no se hacerlo
> de otra manera :-(

Entendido :-)

(...)

>>> Con el winrar se veían archivos y carpetas que en debian no veo.
>>
>> ¿Por qué winrar? ¿No podías acceder al contenido de la la imagen
>> montada directamente o es que generaste un archivo IMG/ISO?
> 
> Cuando hice la imagen con dd, esperaba que win la montara
> automágicamente, como linux ;-) pero me ofreció abrirla con winrar, y
> como con probar no perdía nada (salvo el tiempo que tardó en extraer la
> imagen antes de instalarse) me dije "ma' si! a ver que pasa..." y se
> instaló. Eso fué casi un final feliz :-D La imagen la hice con "dd
> if=/dev/sr0 of=k.iso" nada mas.

Ah, vale, era una imagen iso. Windows (al menos en versiones antiguas) no 
reconoce ese formato de manera predeterminada, necesita aplicaciones de 
terceros pero pensaba que la habías montado (loop) en linux y compartido 
en windows.

Saludos,

-- 
Camaleón



Re: Modificaciones persistentes en xkb/rules

2015-12-12 Thread Camaleón
El Fri, 11 Dec 2015 14:56:15 -0430, Emilio Lazo Zaia escribió:

> Hola
> 
> On 11/12/15 11:16, Camaleón wrote:

(...)

>> No he encontrado documentación oficial de Debian respecto a esto pero
>> te puede servir esta página:
>>
>> Creating custom keyboard layouts for X11 using XKB
>> http://michal.kosmulski.org/computing/articles/custom-keyboard-layouts-
xkb.html
>>
>> Y la documentación de X:
>>
>> The XKB Configuration Guide
>> http://www.x.org/releases/X11R7.6/doc/xorg-docs/input/XKB-Config.html
>>
>>
> Creo que el primer enlace fue el que me ayudó a construir mis archivos
> personalizados de símbolos,
> y los archivos evdev*; esa parte ya está lista, ahora el problema es,
> como decía en el primer correo,
> la integración a Debian. Actualmente aplico un parche mío a
> /usr/share/X11/xkb/rules/evdev* pero cuando se actualiza el paquete
> dueño de ese archivo, pierdo las modificaciones y tengo que aplicar otra
> vez el parche.
> 
> Lo ideal sería que hubiera alguna forma de tener una estructura paralela
> en /etc/X11/xkb tal cual como es /etc/X11 respecto a /usr/share/X11 como
> lo indicas, pero eso requeriría de más cosas. Creo que no existe eso
> todavía.

Creo que no me has entendido. La estructura la tienes que crear tú, es 
decir, lo que tengas bajo "/usr/share/X11/xkb/rules/evdev*" lo pones en "/
etc/X11/xkb/rules/evdev*" y listo.

Si te fijas, el archivo "/usr/share/X11/xorg.conf.d/50-synaptics.conf" 
dice:

# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.

Lo que me da a entender que el servidor X tiene en cuenta ambos 
directorios.

Saludos,

-- 
Camaleón



Re: Purger la corbeille en root

2015-12-12 Thread Sylvain L. Sauvage
Le samedi 12 décembre 2015, 16:23:31 Alex PADOLY a écrit :
> Bonsoir,

’soir,

> Les messages que j'envoie à la corbeille apparaissent
> avec un cadenas et je ne peux pas purger ou effacer des
> fichiers de la corbeille.

  Dans quelle application ?

  On peut voir que ton courriel est passé par Roundcube. C’est 
toi qui le gères ?

> Existerait-il une commande en super-utilisateur pour purger
> la corbeille.

  rm ?

>[…]
> PS: quelle le chemin
> d'accès d'un utilisateur?

  Pour aller où ?

-- 
 Sylvain Sauvage



Purger la corbeille en root

2015-12-12 Thread Alex PADOLY
 

Bonsoir, 

Les messages que j'envoie à la corbeille apparaissent
avec un cadenas et je ne peux pas purger ou effacer des fichiers de la
corbeille. 

Existerait-il une commande en super-utilisateur pour purger
la corbeille. 

Je vous remercie. 

Alex PADOLY 

PS: quelle le chemin
d'accès d'un utilisateur? 
 

Re: Install MSWindz 7 as Virtual Machine on Debian 8

2015-12-12 Thread Peter Hillier-Brook
On 09/11/15 22:01, Alan Chandler wrote:
[cut]

> Up until last April, I ran Windows 7 under virtual Box on my Debian 
> machine for my daily work almost every day for about 2 years.  I
> have cut down now to one day a week, and generally do that on a
> Macbook Air, also running Virtual Box.  It worked perfectly.
> 
> I updated to Windows 10, through the upgrade program, and that was a 
> little dodgy until I updated Virtual Box to version 5 and removed 3d 
> Video acceleration.
> 
> The only issue to be careful of, is that the drivers get properly 
> rebuilt when the linux kernel changes.

[cut]
I would be very interested as to how you got past the "The Virtual Box
Graphics Adapter is not compatible with Windows 10" blockage I've
experienced. Following your comments above I removed 3D AND 2D
acceleration in my Windows settings to no avail. I'm guessing that the
128 MB maximum video memory might be related?

Peter HB




signature.asc
Description: OpenPGP digital signature


Re: Backports

2015-12-12 Thread Brian
On Sat 12 Dec 2015 at 17:36:32 +, Tony van der Hoff wrote:

> What is the coorect way to request the inclusion of a backport of a package
> in testing (python3-pygame) to stable?

A wishlist bug against the package in question. Preferably with a
convincing argument.



Re: Purger la corbeille en root

2015-12-12 Thread Sylvain L. Sauvage
Le samedi 12 décembre 2015, 18:59:26 Alex PADOLY a écrit :
>[…]
> Mon bureau est xfce, je
> consulte les documents qui sont à l'intérieur de la corbeille
> en cliquant sur ''corbeille''.

  Je ne vois pas ce que ça a à voir avec les « messages » dont 
il était question dans le premier message.  Mettre des 
« messages » à la corbeille, ça concerne le MUA, ça ne va pas 
dans la corbeille du bureau / système de fichiers local, celle 
qui est visible dans un gestionnaire de fichiers.

> Ce n'est pas moi qui gère Roundcube mais
> Hostinger.
> 
> Dans l' arborescence du système de fichier Débian ou se
> trouve la corbeille (Trash) d'un utilisateur.

  La corbeille du bureau est au même endroit pour Debian que 
pour les autres distributions, c’est une spécification 
FreeDesktop.org :

  ~/.local/share/Trash

  Tu peux y faire un joli 'rm' ou utiliser trash-empty du paquet 
trash-cli…

-- 
 Sylvain Sauvage



Re: Backports

2015-12-12 Thread Thomas Schmitt
Hi,

Tony van der Hoff wrote:
> What is the coorect way to request the inclusion of a backport of a package
> in testing (python3-pygame) to stable?

I would ask such a question rather at
  debian-ment...@lists.debian.org


Have a nice day :)

Thomas



Re: Purger la corbeille en root

2015-12-12 Thread Alex PADOLY
 

Bonsoir, 

Merci pour votre réponse. 

Mon bureau est xfce, je
consulte les documents qui sont à l'intérieur de la corbeille en
cliquant sur ''corbeille''. 

Ce n'est pas moi qui gère Roundcube mais
Hostinger. 

Dans l' arborescence du système de fichier Débian ou se
trouve la corbeille (Trash) d'un utilisateur. 

Je vous remercie. 

Alex
PADOLY 

Le 2015-12-12 16:52, Sylvain L. Sauvage a écrit : 

> Le samedi
12 décembre 2015, 16:23:31 Alex PADOLY a écrit :
> 
>> Bonsoir,
> 
>
'soir,
> 
>> Les messages que j'envoie à la corbeille apparaissent avec
un cadenas et je ne peux pas purger ou effacer des fichiers de la
corbeille.
> 
> Dans quelle application ?
> 
> On peut voir que ton
courriel est passé par Roundcube. C'est 
> toi qui le gères ?
> […] PS:
quelle le chemin d'accès d'un utilisateur? 
> 
> Pour aller où ?>

 

Re: My web site is back

2015-12-12 Thread Stuart Longland
On 09/12/15 02:58, Darac Marjal wrote:
> On Tue, Dec 08, 2015 at 11:15:50AM -0500, Stephen Powell wrote:
> 
>> Old site: h t t p : / / u s e r s . w o w w a y . c o m / ~ z l i n u
>> x m a n /
>>
>> New site: http://www.stevesdebianstuff.org/
>>
>> If you have bookmarks set for the old site you should update your
>> bookmarks. Some pages from the old site are not on the new site
>> because I judged them to be obsolete.
> 
> To which, the venerable W3C replied "Cool URIs don't change":
> http://www.w3.org/Provider/Style/URI.html

The W3C clearly haven't considered the case of a hosting provider
pulling the plug on a customer.

The same happened to countless Geocities users years ago.

I had to change uRLs myself just recently.  I had my own hosting, but
used a free dynamic DNS service (yi.org) to provide the hostname.  That
was set up years ago when I had no income and was at university.

They started acting up this year, with failed DNS resolution issues, and
a management site that was really misbehaving badly.  I now earn an
income, so I figured it was high time for me to move.  Hence the new domain.

In my case, I was fortunate the old domain still intermittently worked
(and still does work), and so I was able to put the redirects in place.
 Had yi.org just folded altogether however, I'd be stuck in the same way
that Stephen was.
-- 
Stuart Longland (aka Redhatter, VK4MSL)

I haven't lost my mind...
  ...it's backed up on a tape somewhere.



signature.asc
Description: OpenPGP digital signature


Re: My web site is back

2015-12-12 Thread Stuart Longland
On 10/12/15 01:48, Stephen Powell wrote:
> So far, I haven't
> yet figured out how to upload files via their control panel,
> but the account comes with FTP service, so I was able to upload
> my files via FTP.

Probably for the better, a superior option of course would be sftp or
rsync/ssh if they permit that.

I'm always a bit leery of web-based file upload facilities.

Regards,
-- 
Stuart Longland (aka Redhatter, VK4MSL)

I haven't lost my mind...
  ...it's backed up on a tape somewhere.



signature.asc
Description: OpenPGP digital signature


Re: optimaliseren ssd en hdd

2015-12-12 Thread Frank Voncken
Diederik de Haas schreef op za 12-12-2015 om 22:05 [+0100]:
> On Saturday 12 December 2015 21:34:20 Frank Voncken wrote:
> > Aan de hand van aanwijzingen in https://wiki.debian.org/SSDOptimiza
> > tion
> >  (onder kopje "reduction of SSD write frequency via RAMDISK) heb ik
> > al
> > in /etc/default/tmpfs onder andere RAMTMP op "yes" gezet. 
> 
> Het lijkt erop dat de wiki moet worden bijgewerkt voor systemd.
> De instructies die er staan die kloppen voor sysv-init.

Moet ik nu RAMTMP (en andere RAM-gevallen) nu terugzetten op "no"?

> 
> De variant die ik eerder heb aangegeven, met de regel in /etc/fstab,
> werkt 
> zowel in sysv-init als systemd. Het is zeer waarschijnlijk dat jij
> systemd 
> gebruikt. Met het commando "findmnt --target /tmp" kan je zien hoe
> bij jou /tmp 
> gemount is.

resultaat van het commando is: 

familie@Envy:~$ findmnt --target /tmp
TARGET SOURCE FSTYPE OPTIONS
/tmp   tmpfs  tmpfs  rw,nosuid,nodev,relatime

Is het goed gemount?

Frank



Re: optimaliseren ssd en hdd

2015-12-12 Thread Frank Voncken
Sjoerd Hiemstra schreef op za 12-12-2015 om 22:24 [+0100]:
> Frank Voncken schreef:
> > [# systemctl enable tmp.mount] invoeren levert bij mij als
> > resultaat
> > op: "failed to execute operation: No such file or directory"
> >  
> > Is dat normaal? Nogmaals, ik heb Debian Testing.
> 
> Heb ook Testing. Kun je zeggen of je sysvinit of systemd hebt lopen?
> Komt de output van deze twee commando's overeen?
> 
> $ systemctl | grep tmp.mount
> tmp.mount   loaded active mounted   Temporary Directory
> 
> $ systemctl status tmp.mount
> ● tmp.mount - Temporary Directory
>    Loaded: loaded (/etc/systemd/system/tmp.mount; enabled; vendor
> preset: enabled)
>    Active: active (mounted) since za 2015-12-12 20:51:47 CET; 1h
> 26min ago
> Where: /tmp
>  What: tmpfs
>  Docs: man:hier(7)
>    http://www.freedesktop.org/wiki/Software/systemd/APIFileSy
> stems
> 

Mijn resultaten:
familie@Envy:~$ systemctl | grep tmp.mount
tmp.mount  
   loaded active mounted   /tmp
familie@Envy:~$ systemctl status tmp.mount
● tmp.mount - /tmp
   Loaded: loaded (/etc/fstab; bad; vendor preset: enabled)
   Active: active (mounted) since za 2015-12-12 19:02:07 CET; 3h 33min
ago
Where: /tmp
 What: tmpfs
 Docs: man:fstab(5)
   man:systemd-fstab-generator(8)
  Process: 367 ExecMount=/bin/mount tmpfs /tmp -t tmpfs -o
defaults,nodev,nosuid (code=exited, status=0/SUCCESS)

Twee verschillen: /tmp in plaats van "Temporary Directory". Docs ziet
hier anders uit. En toevoeging van "Process".

Wat wil dat zeggen?

Frank



Re: optimaliseren ssd en hdd

2015-12-12 Thread Sjoerd Hiemstra
Frank Voncken:
> Sjoerd Hiemstra: 
> > $ systemctl | grep tmp.mount
> > tmp.mount   loaded active mounted   Temporary Directory
> > 
> > $ systemctl status tmp.mount
> > ● tmp.mount - Temporary Directory
> >    Loaded: loaded (/etc/systemd/system/tmp.mount; enabled; vendor preset: 
> > enabled)
> >    Active: active (mounted) since za 2015-12-12 20:51:47 CET; 1h 26min ago
> > Where: /tmp
> >  What: tmpfs
> >  Docs: man:hier(7)
> >    http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
> 
> Mijn resultaten:
>
> $ systemctl | grep tmp.mount
> tmp.mount   loaded active mounted    /tmp

> $ systemctl status tmp.mount
> ● tmp.mount - /tmp
>    Loaded: loaded (/etc/fstab; bad; vendor preset: enabled)
>    Active: active (mounted) since za 2015-12-12 19:02:07 CET; 3h 33min ago
> Where: /tmp
>  What: tmpfs
>  Docs: man:fstab(5)
>    man:systemd-fstab-generator(8)
>   Process: 367 ExecMount=/bin/mount tmpfs /tmp -t tmpfs -o 
> defaults,nodev,nosuid (code=exited, status=0/SUCCESS)
> 
> Twee verschillen: /tmp in plaats van "Temporary Directory".
> Docs ziet hier anders uit. En toevoeging van "Process".
> 
> Wat wil dat zeggen?

Ik heb niets met tmpfs in fstab staan, jij zo te zien wel.
En voorzover ik begrijp, als er een regel in fstab staat, krijgt die
voorrang boven de settings van systemd.



Re: optimaliseren ssd en hdd

2015-12-12 Thread Diederik de Haas
On Saturday 12 December 2015 22:24:47 Frank Voncken wrote:
> Moet ik nu RAMTMP (en andere RAM-gevallen) nu terugzetten op "no"?

Nee, dat bestand wordt genegeerd, dus of er "yes" of "no" staat, maakt niet 
uit.

> > De variant die ik eerder heb aangegeven, met de regel in /etc/fstab,
> > werkt zowel in sysv-init als systemd. Het is zeer waarschijnlijk dat jij
> > systemd  gebruikt. Met het commando "findmnt --target /tmp" kan 
> > je zien hoe bij jou /tmp  gemount is.
> 
> resultaat van het commando is: 
> 
> familie@Envy:~$ findmnt --target /tmp
> TARGET SOURCE FSTYPE OPTIONS
> /tmp   tmpfs  tmpfs  rw,nosuid,nodev,relatime
> 
> Is het goed gemount?

Ja.

signature.asc
Description: This is a digitally signed message part.


Re: Repositorios Debian Francia...

2015-12-12 Thread juan carlos Rebate
ahora soy yo quien tiene problemas para conectar con los de epaña,
concretamente con los security

El día 12 de diciembre de 2015, 16:42, Camaleón  escribió:
> El Fri, 11 Dec 2015 15:40:33 -0300, Walter O. Dari escribió:
>
>> Hola Eduardo:
>>
>> El 11/12/15 a las 15:18, Eduardo Rios escribió:
>>> El 11/12/15 a las 19:08, Walter O. Dari escribió:
 Hola gente:

 Puede ser que estos repositorios (aquí en Argentina eran de los más
 rápidos) se encuentren demasiado "lentos" ?

 La conexión al descargar paquetes no supera los 20 kB por segundo,
 antes superaba los 240 kB.

 A alguien más le pasa ?
>
> Si quieres una respuesta técnica, echa un ojo a estas opciones:
>
> How To Find The Fastest Mirror In Debian And Derivatives
> http://www.unixmen.com/find-fastest-mirror-debian-derivatives/
>
> Pero yo no me preocuparía mucho, seguramente se trate de un problema
> puntual (bien por parte de tu proveedor como de los servidores europeos).
>
>>> Yo tenía definidos los repos de Suecia y desde hace unos días tengo
>>> problemas también. De momento he definido los de España...
>>
>>
>> Se me ocurre que puede ser por el tema de los atentados. Posiblemente
>> controlen más exhaustivamente el tráfico de Internet y eso provoque
>> retardo y menor ancho de banda... digo, por ahí es una pavada... :-)
>
> Es posible, pero la verdad es que desde España no he notado nada raro
> (uso los servidores alemanes).
>
> Mira, estos son los datos en bruto:
>
> ***
> sm01@stt008:~$ wget http://ftp.de.debian.org/debian/dists/testing/main/
> installer-amd64/current/images/netboot/mini.iso
> --2015-12-12 16:41:06--  http://ftp.de.debian.org/debian/dists/testing/
> main/installer-amd64/current/images/netboot/mini.iso
> Resolviendo ftp.de.debian.org (ftp.de.debian.org)... 141.76.2.4
> Conectando con ftp.de.debian.org (ftp.de.debian.org)[141.76.2.4]:80...
> conectado.
> Petición HTTP enviada, esperando respuesta... 200 OK
> Longitud: 32505856 (31M) [application/x-iso9660-image]
> Grabando a: “mini.iso”
>
> 100%[>] 32.505.856  23,5M/
> s   en 1,3s
>
> 2015-12-12 16:41:07 (23,5 MB/s) - “mini.iso” guardado [32505856/32505856]
> ***
>
> :-D
>
> Saludos,
>
> --
> Camaleón
>