Re: Deleting i386 packages

2015-09-28 Thread Chris Bannister
On Sun, Sep 27, 2015 at 01:21:12PM +0300, Eliezer Croitoru wrote:
> Hey Martin,
> 
> I was reading your note and it is not the reality or something that should
> be done but rather another side to consider when working with software
> vendors.
> I do agree that there is a benefit when the sources are open but companies
> like MS(just as an example) do not just vanish.

Some wish they would 'just vanish.'

> The above would be said for many other vendors that are committed to the
> client to support him.

They're not committed to the client, they're committed to PROFIT. It
doesn't take much googling to see some of the abysmal practices MS have
done over the years to see where their heart is.

-- 
"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: Re: Question about "reportbug" tool and -B / --bts option

2015-09-28 Thread kamaraju kusumanchi
On Tue, Sep 15, 2015 at 7:21 PM, vochor  wrote:
> Hi Riley,
>
>
> Thanks for your answer.
>
> Obviously, I have already used the manual prior to posting here.
>
> The manual is very short about this option. It only references
> "/etc/reportbug.conf" config file. And this file references 'reportbug --bts
> help' like I said in my first message.
>
> But I don't know yet how to send a bug report to another BTS server
> different than servers recognized for 'reportbug --bts help' (guug, debian,
> ubuntu).
>
> Something like the following command doesn't work:
> $ reportbug --bts="sub...@bugs.x2go.org"
> Ignored bogus setting for --bts: sub...@bugs.x2go.org
>
> Is there anything that I am overlooking?
>

I do not know anything about x2go. But I think your best bet for this
type of queries is to look at the source code (especially since you
have not got any replies on your original query).

% apt-get source reportbug
% cd reportbug-6.6.3
% grep -sirn "\-\-bts" *
...
conf/reportbug.conf:9:# See 'reportbug --bts help' for a current list
of supported BTSes

Let's open this file and see if we can find something interesting.

% gvim conf/reportbug.conf
...
  8 # BTS to use
  9 # See 'reportbug --bts help' for a current list of supported BTSes
 10 # bts debian

Let's run that command and see what happens.

% reportbug --bts help
Valid bug tracking systems:
 default
 guug
 debian
 ubuntu

The guug is an uncommon word. Let's see how it is defined in the code.

% grep -sirn guug *
...
reportbug/debbugs.py:760:'guug' :
reportbug/debbugs.py:761:{ 'name' : 'GUUG (German Unix User Group)',
reportbug/debbugs.py:762:  'email' : '%s...@bugs.guug.de',
'query-dpkg' : False },
...

Aha! So reportbug/debbugs.py has something interesting. Opening that file, I see

 736
 737 # Supported servers
 738 # Theoretically support for GNATS and Jitterbug could be added here.
 739 SYSTEMS = { 'debian' :
 740 { 'name' : 'Debian', 'email': '%s...@bugs.debian.org',
 741   'btsroot' : 'http://www.debian.org/Bugs/',
 742   'otherpkgs' : debother,
 743   'nonvirtual' : ['linux-image', 'kernel-image'],
 744   'specials' :
 745 { 'wnpp': handle_wnpp,
 746   'ftp.debian.org': handle_debian_ftp,
 747   'release.debian.org': handle_debian_release },
 748   # Dependency packages
 749   'deppkgs' : ('gcc', 'g++', 'cpp', 'gcj', 'gpc', 'gobjc',
 750'chill', 'gij', 'g77', 'python', 'python-base',
 751'x-window-system-core', 'x-window-system'),
 752   'cgiroot' : 'http://bugs.debian.org/cgi-bin/',
 753   'infofunc' : debian_infofunc,
 754   },
 755 'ubuntu' :
 756 { 'name' : 'Ubuntu', 'email' : 'ubuntu-us...@lists.ubuntu.com',
 757   'type' : 'mailto',
 758   'infofunc' : ubuntu_infofunc,
 759   },
 760 'guug' :
 761 { 'name' : 'GUUG (German Unix User Group)',
 762   'email' : '%s...@bugs.guug.de', 'query-dpkg' : False },
 763 }


Jackpot! Now you can try adding a stanza for your server, compile
reportbug and see if it works. If you think this is something other
Debian users would benefit from, file a bug report and send your
patch. If the maintainer likes it, he will include it in the next
versions.

FWIW, I did a similar exercise a while ago to figure out how to open a
konsole with multiple tabs at start up. More details at
http://raju.shoutwiki.com/wiki/Open_a_bunch_of_tabs_in_konsole_at_startup

hope that helps
raju
-- 
Kamaraju S Kusumanchi | http://raju.shoutwiki.com/wiki/Blog



Re: No system d after update wheezy -> jessie?

2015-09-28 Thread Markus Grunwald
Hello,

> Did you use "aptitude upgrade" when upgrading your system from wheezy to
> jessie?


Yes, I did. I'm using aptitude since it was the preferred method ages ago and
didn't see any reason to change this.

Well, now it has changed ;)

Thanks for your help!
-- 
Markus Grunwald
https://www.the-grue.de

Fragen zur Mail? https://www.the-grue.de/mail_und_co
https://www.the-grue.de/~markus/markus_grunwald.gpg



Re: Configuración fstab luego de separar directorios de sistema en distintas particiones

2015-09-28 Thread Camaleón
El Mon, 28 Sep 2015 12:21:00 -0430, Frederit Mogollon escribió:

> Ahora, otra pregunta, tal vez tonta, pero de interés. He leído en varios
> sitios que no es buena práctica dar permisos de ejecución a todo en el
> directorio /tmp, puesto que en el mismo tiene acceso todo el mundo,
> imagino se refiere a los que tienen acceso físico al ordenador.

Dependiendo de la configuración del equipo, puede ser un acceso físico o 
remoto. Se supone que /tmp es una especie de "estercolero", un directorio 
de deshecho al que todos (y todo) tienen acceso con limitaciones.
 
> Aquí el sticky bit, "permite evitar que un usuario pueda borrar
> ficheros/directorios de otro usuario dentro de ese directorio, ya que
> todos tienen permiso de escritura" (tomado desde
> http://rm-rf.es/permisos-especiales-setuid-setgid-sticky-bit/).
> 
> Es una forma de proteger a todos de todos?

Una cosa es el "sticky bit" y otra los permisos. 

Prevenir cambios en el directorio /tmp es una medida de seguridad, aunque 
el hecho de que los usuarios tengan permisos de escritura puede no ser 
una buena idea y de hecho quien tiene una partición dedicada para "/tmp" 
usa opciones más restrictivas en su montaje (como "nosuid, noexec y/o 
odev") o usa un sistema de archivos "volátil" mediante tmpfs.

Saludos,

-- 
Camaleón



Re: adobe flash player in iceweasel does not work anymore in jessie

2015-09-28 Thread Staszek
On 2015-09-08 18:25, Lisi Reisz wrote:
> On Sunday 06 September 2015 22:16:09 Jimmy Johnson wrote:
>> On 09/06/2015 12:54 PM, Staszek wrote:
>>> On 2015-08-03 13:17, MENGUAL Jean-Philippe wrote:
 Hi,

 Likely the upgrade broke your manual installation. You should install
 the flashplugin-nonfree package from non-free repo. Anyway be careful,
 you probably will need to enable manually when needed in Iceweasel, as
 it is disabled by default due to various security problems. Maybe they
 are now fixed but it was this before I remove it. To upgrade the plugin,
 issue: update-flashplugin-nonfree --install

 regards


 Jean-Philippe MENGUAL

 HYPRA, progressons ensemble

 Tél.: 01 84 73 06 61

 Mail: cont...@hypra.fr

 Site Web: http://www.hypra.fr

 - Staszek  a écrit :
> Hi
>
> I have upgraded from Wheezy to Jessie and my Adobe Flash Player in
> Iceweasel stopped working:
>
> $ iceweasel
>
> (process:6255): GLib-CRITICAL **: g_slice_set_config: assertion
> 'sys_page_size == 0' failed
>
> ###!!! [Parent][MessageChannel::Call] Error: Channel timeout: cannot
> send/recv
>
> $
>
> When on Wheezy, I installed it manually by just copying
> libflashplayer.so to .mozilla/plugins .
> It doesn't work anymore, why?
>
> Thanks!
>
> I prefer to avoid non-free, therefore I created a separate user for
> libflashplayer.so which I downloaded from adobe.com. The page:
> http://www.adobe.com/uk/software/flash/about/ shows that I am having
> the latest version installed (11.2.202.491).
>>>
>>> This is not just an upgrade problem, because on fresh Jessie simply
>>> copying libflashplayer.so to .mozilla/plugins doesn't work either.
>>>
>>> Why?
>>
>> Installing 'flashplayer-mozilla' that is in Debian main will solve the
>> flash problem.
> 
> Immediately on reading this I installed flashplayer-mozilla on the computer I 
> was working on - my desktop - which is running Wheezy and TDE 3.5.13.2.  It 
> installed successfully and I have used it.

Ok so you installed non-free. What changes did it make to your system
or, more specifically, to your .mozilla directory?
Perhaps I could apply those changes manually and thus avoid granting
non-free the root access...

-- 
http://people.eisenbits.com/~stf/
http://www.eisenbits.com/

OpenPGP: 9EC2 5620 2355 B1DC 4A8F  8C79 0EC7 C214 E5AE 3B4E



Re: Debian on Dlink DNS-320

2015-09-28 Thread Andrew McGlashan
Hi,

On 28/09/2015 7:32 PM, Alexandre GRIVEAUX wrote:
> I want to install debian on DNS-320, i can start debian installer but at
> the end i'm stuck at installing the kernel.
> I'm missing a partition scheme, i guess the file system is on sda(sata
> or usb) and the kernel on nand but the last is not show on screen.
> This Dlink DNS-320 having a broken firmware (unable to upgrade from 
> dlink or debian).
> If you have a working Debian on Dlink DNS-320 with denx uboot please
> send me the printenv values.

IIRC, Debian won't work on these older devices any longer; there was
something in release notes about it.  I could be wrong though, not about
to search out the reference.

The problem, from memory, was that the installation needed more space
than which is available on that very old device.

I was running funplug on some old DNS-343 units, actually one is still
running; but I haven't done any update for a long time on it.

Kind Regards
AndrewM



Re: Problemas de memoria

2015-09-28 Thread sio2
El Mon, 28 de Sep de 2015, a las 07:21:31PM +0200, Manolo Díaz dijo:

>> Eso sí, insisto en que por mucho oom-killer, cuando a mí se me produjo
>> la situación, no podía usar el servicio ssh, porque aunque éste estaba
>> activo, no era capaz de abrir sesión.
> 
> Si he entendido bien lo básico sobre el tema, oom-killer solo funciona
> en el modo overcommit = 0.

Ya, pero yo no me refiero a la situación de ayer, si no a otra que se
produjo hace poco menos de un año. En esas circunstancias estaba a 0 el
parámetro.

-- 
   Todo el mundo se suicidaría si después de suicidarse se
pudiera seguir viviendo.
  --- Enrique Jardiel Poncela ---



Terminal Madness?

2015-09-28 Thread Bob Bernstein

I run alpine, built from source, on my Jessie:

$ uname -a
Linux debian.localdomain 3.16.0-4-amd64 #1 SMP Debian 
3.16.7-ckt11-1+deb8u4 (2015-09-19) x86_64 GNU/Linux


Alpine lately seems to have trouble "remembering" changes made 
by me to its config, e.g. adding new folders for additional 
remote imap hosts. That is, I make a change, such as adding a 
new folder, but if for some reason I have to exit alpine, when I 
re-launch it the changes are not there.


My fix was to delete .pinerc and launch alpine from "scratch," 
rebuilding the config I need "by hand." NOW, here you may well 
ask,


"But Bob! Surely this is a question for the alpine list, not a 
debian list, n'est-ce pas?"


But wait! Now I see my new hand-cranked config is not behaving; 
changes made are not working. I close alpine, and as I edit in 
jed the .pinerc lines that are misbehaving I notice they have 
been altered ("corrupted"). Then (my hand to God I) AS I STARE 
AT THE LINES IN JED CHARACTERS ARE CHANGING "ON THEIR OWN" 
WITHOUT ME TOUCHING A KEY.


I am in an xterm window running in icewm, and its config looks 
like this:


xterm -fg white -bg black -geometry x26 -fa 'Deja vu Sans Bold' 
-fs 24


(I've since changed to Luxi Mono just as a test of sorts.)

===> Has anyone EVA seen text file characters in an editor just 
change before their eyes without any intervention from the 
operator?




--
Bob Bernstein



Re: Configuración fstab luego de separar directorios de sistema en distintas particiones

2015-09-28 Thread Frederit Mogollon
2015-09-28 6:27 GMT-04:30, Santiago Vila :

>
> El directorio /tmp debe ser escribible por todo el mundo y tener el
> bit "sticky". Se corrige así, mientras está montado:
>
> chmod 1777 /tmp
>
> Eso es todo.

-

Gracias por responder.

Sí, era eso. :)

Fue la primera vez que hice esta operación, de usar /tmp en otra
partición manualmente. Antes, cuando lo había hecho era con el
instalador de Debian.
Aprendí sobre el sticky bit.



2015-09-28 8:50 GMT-04:30, Camaleón :

> Cuando hay discos duros de poca capacidad, yo prefiero seguir otra
> estrategia en cuanto al particionados:
>
> 1/ Unirlos antes que separarlos, es decir, conectar los dos discos y
> crean un volumen de 10+3=13 GiB (con LVM y sin RAID, si se trata de un
> equipo casero). La ventaja de este esquema es que podrás añadir/quitar
> discos de mayor capacidad en caso de que lo necesites sin tener que
> volver a reinstalar/reparticionar todo de nuevo.
>
> 2/ Evitar el uso de particiones. Cuando hay poco espacio para repartir,
> usar sólo 2 particiones: una para la raíz "/" y otra para la "swap", nada
> más porque no es necesario.
>

-
Gracias por responder.

Gracias por el dato, lo tomaré en cuenta. :)

-

> Como bien apuntas, parece que tienes problemas con los permisos del
> directorio /tmp, te pongo tal y como están los míos en Wheezy:
>
> sm01@stt008:~$ ls -la / | grep tmp
> drwxrwxrwt   6 root root  504 sep 28 15:11 tmp
>
> Saludos,
>
> --
> Camaleón
>
>

--

Si, efectivamente, era problemas de permisos sobre el directorio /tmp.
Se aprecia en la letra "t"asignada en la línea que colocaste.



Ahora, otra pregunta, tal vez tonta, pero de interés. He leído en
varios sitios que no es buena práctica dar permisos de ejecución a
todo en el directorio /tmp, puesto que en el mismo tiene acceso todo
el mundo, imagino se refiere a los que tienen acceso físico al
ordenador.

Aquí el sticky bit, "permite evitar que un usuario pueda borrar
ficheros/directorios de otro usuario dentro de ese directorio, ya que
todos tienen permiso de escritura" (tomado desde
http://rm-rf.es/permisos-especiales-setuid-setgid-sticky-bit/).

Es una forma de proteger a todos de todos?

fdm



Re: After update to debian jessie: 404 on all drupal sub-pages

2015-09-28 Thread Markus Grunwald
Hello,

The drupal guys have found out, that apaches mod_rewrite is not working any
more.

This uses rewrite and fails:
http://www.goldschmiede-grunwald.de/impressum

This doesn't use rewrite and works:
http://www.goldschmiede-grunwald.de/?q=impressum

mod_rewrite is enabled. What could be wrong?

-- 
Markus Grunwald
https://www.the-grue.de

Fragen zur Mail? https://www.the-grue.de/mail_und_co
https://www.the-grue.de/~markus/markus_grunwald.gpg



Re: NFS rename sometimes hangs for 15 seconds after upgrade to Debian 8

2015-09-28 Thread Peter Ludikovsky
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Am 28.09.2015 um 18:59 schrieb Mike Kupfer:
> Peter Ludikovsky wrote:
> 
>> The big difference happens at packets 58/54 (Deb7/Deb8). For
>> Deb7, the RENAME call is immediately answered by an NFS4_OK,
>> whereas for Deb8 as the client it's an NFS4ERR_DELAY. I haven't
>> seen any reason on the client communication that would explain
>> that, however this is far beyond my knowledge of the NFS
>> internals.
> 
> The DELAY response in the deb8 trace is likely so that the server
> can ask the .3 client to return its delegation, which it does at
> packets 56-57.  (The .3 client obtained its delegation at packet 39
> as part of the reply to the OPEN op.)
> 
> In the deb7 trace, the other client is .4, not .3.  It does not get
> a delegation when it opens file2 (see packet 39), so the server
> can process the RENAME immediately.
> 
> mike
> 

Hang on, the two traces haven't been made at the same time, but rather
separate. As in:

* mount the share on 2 machines
* create the files on one
* cat it on the other
* time mv again on the first
* umount the share

However, the captures omit the mount/umount part, since that doesn't
appear to affect the outcome.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (MingW32)

iQIcBAEBAgAGBQJWCXahAAoJEM+6Ng5pbtyZJ1IP/3QJi8sJPPfGvLBxwKK8h2lx
ywnVGRzZhM90ILND6JjIBXmlgKEdGf6fHxdu9cjLDYri3CzfL/oM2T/X3CPmCn3s
23T8x2P6Yp3jGhR8HgxV/HWlUAt3wKpzfkYiQFGHVmjR78nEE61Do027p/Z2M31E
nBy8yNUoINjY0RGfiHVm0zzU+CrPG/CVUmWNFTB+Z9xkz96svqdudttoa5HMEON+
QHzNYtyw2dsg9EI2VxxDe/Uv1MJz7CIy41cTsQCZYaQOhBw+ywExNRww6IZcDg4R
QpLNv2Vo2NvQpuENQyqgEgx22opTuKbNLFoCN2DUDWPXhjRN1sqVuWgjWvX3+7X7
et3EqddZRZosjSOSI1sTMfWixQUIvimg9qnlovBh4qzZXmsyPUKC6852qhoHk/IN
JyHggEff/u3TeMmJqnyHgI1Gys08kXyCql3DGMyhIii4xJ2bLK//JvyhuGe6JzOn
Zo5UQt1nr+M5t0xwCKX0HvpnSbKhC04HDYxaTZ/DAgT9t3yOMFstM0vn8m0M4z2C
W3ry8itJf5PP9bWCeI3XbgsZkwrcg57oK4VfXE3hGQjzZQ+Bkina1vLQcDRywcrx
7ENbUQH7QbzmheM/ezzw6Vz+AdRvWwus1CSJ0fqeBTdSU+lDGUKQpLVbtY1yQfvL
XK5RL1TmemDp5VkrRDPT
=+m/o
-END PGP SIGNATURE-



Re: Configuración fstab luego de separar directorios de sistema en distintas particiones

2015-09-28 Thread BasaBuru
El Lunes, 28 de septiembre de 2015 13:20:38 Camaleón escribió:


Para que le sueltas una chapa "desenfocada" como esa a alguien de este pelo.?

Cuando santi ya le ha dado la solución correcta en tres líneas.

tres horas después de que santi posteara la respuesta, que pasa no sabes leer 
las respuestas que se han producido antes???

Entre otras cosas lias la manta. donde le has dicho que /tmp tiene que 
tener el bit "sticky"???

Y luego no eres capaz ver que máquina esta usando. Ala tu le sueltas lo de LVM 
para que se funda los 512Mb de memoria, si, si, no se come mucho LVM pero si 
tienes tan poco.. Sin contar que será un i386 pequeñito


Solo metes ruido


Estoy empezando a pensar que tienes un problema narcisista. Y puede 
convertirse en un trastorno grave.


-- 
Agur bero bat / a greeting

BasaBuru

  BASATU 

~  
basatia bihur zaitez
~

gako ID gnupg: F9044F8FC64B2544
hatz-aztarna: 13FF 7B28 D999 B957 F837 D566 F904 4F8F C64B 2544

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


Re: No system d after update wheezy -> jessie?

2015-09-28 Thread Lisi Reisz
On Monday 28 September 2015 18:38:35 Michael Biebl wrote:
> Since at least wheezy, apt-get dist-upgrade is the recommended method
> for a dist upgrade.

Yes, I did apt-get for Wheezy - it was in the release notes.  I haven't done 
an upgrade to Jessie yet (only a fresh install), and I hadn't taken in that 
apt-get was forever.  In fact, I doubt that it is.  

Anyhow, I clearly want to use two stage aptitude when/if I do upgrade this 
machine to Jessie!!

Lisi



Re: Problemas de dependencia(actualización emacs24 debian testingI

2015-09-28 Thread Camaleón
El día 28 de septiembre de 2015, 18:54, Cesar  
escribió:

> Buen día a todos.
>
> Saludos Camaleón.
>
> Gracias por tu ayuda. :-D
>
> Pero como te comentaba, no pude desinstalar el paquete de emacs24, lo
> intente con apt purge --remove emacs24, apt remove emacs24, con
> synaptic.

Cuando quieras eliminar un paquete y te dé problemas puedes intentar 
forzarlo con "dpkg --purge --force-all [paquete]" pero sin ver los 
registros de error no te podría decir más. Es posible que te falle algún 
script que se ejecuta post-instalación pero en este caso también podrías 
haberlo editado a mano... en fin, hay varias opciones para eliminar los 
paquetes conflictivos.

> Y hasta trate de evitar que se actualizara.
>
> echo "emacs24 hold" | dpkg --set-selections
>
> Pero todo fue inútil; por lo que he decidido reinstalar mi ordenador sin
> instalar emacs, para que no me vuelva a dar el mismo error.
> No se lo que paso, pero se me hace extraño que este error que tuve en
> Sid, también me ocurriera dos días después en testing.
>
> Pero bueno. :|

Es normal porque ambos tienen la misma versión de paquete :-)

Ya dije que testing es una sid con 1 mes de retraso, al menos hasta que 
se congela.

> Esperare unos días para tratar de ocupar emacs y ojala que no vuelva a
> tener este mismo problema.
>
> Muchas gracias por todo.
>
> :-)

No tendría que volver a pasar porque el paquete está actualizado, pero 
oye, ¡es testing! te puede pasar esas cosas y peores así que más valdría 
que aprendieras a resolverlas para no estar reinstalando cada poco :-P

Saludos,

-- 
Camaleón



Re: NFS rename sometimes hangs for 15 seconds after upgrade to Debian 8

2015-09-28 Thread Mike Kupfer
Peter Ludikovsky wrote:

> The big difference happens at packets 58/54 (Deb7/Deb8). For Deb7, the
> RENAME call is immediately answered by an NFS4_OK, whereas for Deb8 as
> the client it's an NFS4ERR_DELAY. I haven't seen any reason on the
> client communication that would explain that, however this is far
> beyond my knowledge of the NFS internals.

The DELAY response in the deb8 trace is likely so that the server can
ask the .3 client to return its delegation, which it does at packets
56-57.  (The .3 client obtained its delegation at packet 39 as part of
the reply to the OPEN op.)

In the deb7 trace, the other client is .4, not .3.  It does not get a
delegation when it opens file2 (see packet 39), so the server can
process the RENAME immediately.

mike



Re: After update to debian jessie: 404 on all drupal sub-pages

2015-09-28 Thread Markus Grunwald

That helped:
https://www.drupal.org/node/2143621

-- 
Markus Grunwald
https://www.the-grue.de

Fragen zur Mail? https://www.the-grue.de/mail_und_co
https://www.the-grue.de/~markus/markus_grunwald.gpg



Re: Configuración fstab luego de separar directorios de sistema en distintas particiones

2015-09-28 Thread Manolo Díaz
El lunes, 28 sep 2015 a las 16:51 UTC
Frederit Mogollon escribió:

> Aquí el sticky bit, "permite evitar que un usuario pueda borrar
> ficheros/directorios de otro usuario dentro de ese directorio, ya que
> todos tienen permiso de escritura" (tomado desde
> http://rm-rf.es/permisos-especiales-setuid-setgid-sticky-bit/).
> 
> Es una forma de proteger a todos de todos?

Sí, tal como se explica arriba. Si tienes un fichero con los permisos
restringidos en un directorio modificable por todos, un tercero no
podría leer ni modificar ese fichero, pero sí borrarlo. Puede parecer
contrario a la intuición, pero al borrarlo en realidad estás
modificando el directorio padre, para lo cual todos tienen permiso.
Este es el tipo de situación que soluciona el "sticky bit".

-- 
Manolo Díaz



Re: Problemas de memoria

2015-09-28 Thread Manolo Díaz
El lunes, 28 sep 2015 a las 14:13 UTC
José Miguel (sio2) escribió:

> Eso sí, insisto en que por mucho oom-killer, cuando a mí se me produjo
> la situación, no podía usar el servicio ssh, porque aunque éste estaba
> activo, no era capaz de abrir sesión.

Si he entendido bien lo básico sobre el tema, oom-killer solo funciona
en el modo overcommit = 0.

Saludos.
-- 
Manolo Díaz



Re: After update to debian jessie: 404 on all drupal sub-pages

2015-09-28 Thread Franz Iberl
Hello,

Am 28.09.15 18:50, schrieb Markus Grunwald:
> Hello,
> 
> The drupal guys have found out, that apaches mod_rewrite is not working any
> more.
 ...

> 
> mod_rewrite is enabled. What could be wrong?
> 

Maybe you have checked this already, but here:

I was worried a moment too. In my case I found, that the default apache2.conf 
contains an "AllowOverride None" at the respective position, which got reset 
with the update, if this idea is applicable. I had to change to "All", that 
worked.

Servus
  Franz

.. just started with Debian on Macbooks white and first Drupal 8 Experiments :)



Re: NVIDIA driver installation on Debian 8.2

2015-09-28 Thread real bas
Hi Liu,
if your system is Optimus you need install bumblebee and configure it, I
had same problem recently.
Steps:
kill lightdm
install nvidia-driver
install nvidia-xconf
run nvidia-xconf
reboot
install bumblebee
configure bumblebee
restart service of bumblebee

I also archieve this steps using nvidia PPA in debian with codename trusty,
I hope it helps you.

2015-09-28 1:12 GMT-04:00 Liu Gengdai :

> Hi
>
> I'm a debian newbie. I installed latest Debian with xfce on my laptop. I
> used official DVD-ROM. My graphics card is NV Geforce GT 640M LE. I
> installed 360.65 driver for my graphics card following the instructions on
> wiki:
> https://wiki.debian.org/NvidiaGraphicsDrivers#Debian_8_.22Jessie.22
>
> The installation process went well. But once I created Xorg server
> configuration file and restarted, I cannot enter xfce. It says there are
> X-window server errors. If I delete the conf file, I can enter. But nvidia
> configuration setting reports the driver is not working.
>
> Can anybody help me? Thank you very much.
>
> Best regards,
> Gengdai
>
>


Re: No system d after update wheezy -> jessie?

2015-09-28 Thread Lisi Reisz
On Monday 28 September 2015 17:06:55 Michael Biebl wrote:
> Am 28.09.2015 um 18:04 schrieb Markus Grunwald:
> > Hello Brian,
> >
> >> Actually, the decision was the opposite of this. A dist-upgrade will
> >> install systemd-sysv unless steps are taken to prevent it happening.
> >
> > I'm the original poster. I did nothing to prevent systemd-sysv being
> > installed (no pinning, no hold or the like), yet there's no systemd after
> > my update...
>
> Did you use "aptitude upgrade" when upgrading your system from wheezy to
> jessie?
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780028

What happens if you do aptitude update, aptitude upgrade, aptitude 
full-upgrade?  Which I would normally do.

Yes, I know that I could suck it and see, but this is my workhorse.

Lisi



Re: No system d after update wheezy -> jessie?

2015-09-28 Thread Michael Biebl
Am 28.09.2015 um 18:36 schrieb Lisi Reisz:
> On Monday 28 September 2015 17:06:55 Michael Biebl wrote:
>> Am 28.09.2015 um 18:04 schrieb Markus Grunwald:
>>> Hello Brian,
>>>
 Actually, the decision was the opposite of this. A dist-upgrade will
 install systemd-sysv unless steps are taken to prevent it happening.
>>>
>>> I'm the original poster. I did nothing to prevent systemd-sysv being
>>> installed (no pinning, no hold or the like), yet there's no systemd after
>>> my update...
>>
>> Did you use "aptitude upgrade" when upgrading your system from wheezy to
>> jessie?
>>
>> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780028
> 
> What happens if you do aptitude update, aptitude upgrade, aptitude 
> full-upgrade?  Which I would normally do.

As you can read from the bug report, this will install sysvinit-core,
and once sysvinit-core is installed, aptitude full-upgrade won't install
systemd-sysv.

> Yes, I know that I could suck it and see, but this is my workhorse.

Since at least wheezy, apt-get dist-upgrade is the recommended method
for a dist upgrade.

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: Terminal Madness?

2015-09-28 Thread Mike McGinn
I am not an alpine user, but I would make sure that there are no
instances of alpine running.

ps -ef | grep alpine

Sometimes the bear wins.

Mike

On 09/28/2015 04:26 PM, John L. Ries wrote:
> 1.  Do you see any of what you describe with Debian's stock Alpine?
> 2.  What version of Alpine are you compiling?
> 
> I've been a regular Alpine user on all platforms (to include several
> Linux distros) since before the 1.0 release and have never seen what you
> describe.  I'm now typing this message in Alpine 2.11 under Debian/Jessie.
> 
> --|
> John L. Ries  |
> Salford Systems   |
> Phone: (619)543-8880 x107 |
> or (435)867-8885  |
> --|
> 
> 
> On Mon, 28 Sep 2015, Bob Bernstein wrote:
> 
>> I run alpine, built from source, on my Jessie:
>>
>> $ uname -a
>> Linux debian.localdomain 3.16.0-4-amd64 #1 SMP Debian
>> 3.16.7-ckt11-1+deb8u4 (2015-09-19) x86_64 GNU/Linux
>>
>> Alpine lately seems to have trouble "remembering" changes made
>> by me to its config, e.g. adding new folders for additional
>> remote imap hosts. That is, I make a change, such as adding a
>> new folder, but if for some reason I have to exit alpine, when I
>> re-launch it the changes are not there.
>>
>> My fix was to delete .pinerc and launch alpine from "scratch,"
>> rebuilding the config I need "by hand." NOW, here you may well
>> ask,
>>
>> "But Bob! Surely this is a question for the alpine list, not a
>> debian list, n'est-ce pas?"
>>
>> But wait! Now I see my new hand-cranked config is not behaving;
>> changes made are not working. I close alpine, and as I edit in
>> jed the .pinerc lines that are misbehaving I notice they have
>> been altered ("corrupted"). Then (my hand to God I) AS I STARE
>> AT THE LINES IN JED CHARACTERS ARE CHANGING "ON THEIR OWN"
>> WITHOUT ME TOUCHING A KEY.
>>
>> I am in an xterm window running in icewm, and its config looks
>> like this:
>>
>> xterm -fg white -bg black -geometry x26 -fa 'Deja vu Sans Bold'
>> -fs 24
>>
>> (I've since changed to Luxi Mono just as a test of sorts.)
>>
>> ===> Has anyone EVA seen text file characters in an editor just
>> change before their eyes without any intervention from the
>> operator?
>>
>>
>>
>> -- 
>> Bob Bernstein
>>
>>
> 
> 

-- 
Mike McGinn KD2CNU
President, UU Congregation at Rock Tavern
More kidneys than eyes ** Registered Linux User 377849



Re: Terminal Madness?

2015-09-28 Thread John L. Ries

1.  Do you see any of what you describe with Debian's stock Alpine?
2.  What version of Alpine are you compiling?

I've been a regular Alpine user on all platforms (to include several Linux 
distros) since before the 1.0 release and have never seen what you 
describe.  I'm now typing this message in Alpine 2.11 under Debian/Jessie.


--|
John L. Ries  |
Salford Systems   |
Phone: (619)543-8880 x107 |
or (435)867-8885  |
--|


On Mon, 28 Sep 2015, Bob Bernstein wrote:


I run alpine, built from source, on my Jessie:

$ uname -a
Linux debian.localdomain 3.16.0-4-amd64 #1 SMP Debian
3.16.7-ckt11-1+deb8u4 (2015-09-19) x86_64 GNU/Linux

Alpine lately seems to have trouble "remembering" changes made
by me to its config, e.g. adding new folders for additional
remote imap hosts. That is, I make a change, such as adding a
new folder, but if for some reason I have to exit alpine, when I
re-launch it the changes are not there.

My fix was to delete .pinerc and launch alpine from "scratch,"
rebuilding the config I need "by hand." NOW, here you may well
ask,

"But Bob! Surely this is a question for the alpine list, not a
debian list, n'est-ce pas?"

But wait! Now I see my new hand-cranked config is not behaving;
changes made are not working. I close alpine, and as I edit in
jed the .pinerc lines that are misbehaving I notice they have
been altered ("corrupted"). Then (my hand to God I) AS I STARE
AT THE LINES IN JED CHARACTERS ARE CHANGING "ON THEIR OWN"
WITHOUT ME TOUCHING A KEY.

I am in an xterm window running in icewm, and its config looks
like this:

xterm -fg white -bg black -geometry x26 -fa 'Deja vu Sans Bold'
-fs 24

(I've since changed to Luxi Mono just as a test of sorts.)

===> Has anyone EVA seen text file characters in an editor just
change before their eyes without any intervention from the
operator?



--
Bob Bernstein






Re: Terminal Madness?

2015-09-28 Thread Stuart Longland
On 29/09/15 06:44, Mike McGinn wrote:
> I am not an alpine user, but I would make sure that there are no
> instances of alpine running.
> 
> ps -ef | grep alpine

Or alternatively, see what users/processes have the file open:

$ fuser -u .pinerc

-- 
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: Panduan Bisnis Properti

2015-09-28 Thread dimassseto

Sebelumnya, Mohon Maaf Jika Anda tidak berkenan dengan email ini, Saya
hanya ingin Mengajak Anda untuk Menjadi Lebih BAIK 



Disini saya menawarkan sebuah Paket DVD Belajar Bisnis properti lengkap
bahasa indonesia. 


info lengkap : http://j.mp/1PJLS6i (klik atau Copy paste di browser)


Terima Kasih


Salam Dahsyat

Powered by Hairyspire



Re: postfix (sender_bcc_maps) (recipient_bcc_maps)

2015-09-28 Thread Camaleón
El Mon, 28 Sep 2015 10:40:48 -0400, Ariel escribió:

> Hola lista actualmente tengo postfix+dovecot corriendo en debian 8
> correctamente y añadido utilizo las variables (sender_bcc_maps)
> (recipient_bcc_maps) para hacer una copia al carbon de todo el correo
> entrante y saliente, sucede que en cada archivo los cuales contienen las
> tablas relacionadas con estas variables tengo que poner por ejemplo:
> 
> usua...@midominio.com co...@midominio.com
> 
> es decir poner uno por uno de los usuarios y declarar a su lado a que
> buzon se debe hacer la copia tanto del correo entrante como el saliente.
> 
> existe alguna forma de crear estas tablas sin necesidad de poner uno por
> uno de los usuarios con el buzon donde se debe hacer la copia?

En la documentación de los parámetros¹ (recipient_bcc_maps, 
sender_bcc_maps) tienes definida la tabla y su formato, mira a ver si te 
sirve alguna de las opciones.

¹http://www.postfix.org/postconf.5.html

Saludos,

-- 
Camaleón



Re: NFS rename sometimes hangs for 15 seconds after upgrade to Debian 8

2015-09-28 Thread Vincent Lefevre
On 2015-09-28 11:30:27 +0200, Peter Ludikovsky wrote:
> Maybe attach that information to your bug report as a point for
> investigation.

Thanks. I have pasted the message contents and added a link to it
(in the mailing-list archives).

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



Re: postfix (sender_bcc_maps) (recipient_bcc_maps)

2015-09-28 Thread sio2
El Mon, 28 de Sep de 2015, a las 10:40:48AM -0400, Ariel dijo:

> usua...@midominio.com co...@midominio.com
> 
> es decir poner uno por uno de los usuarios y declarar a su lado a que buzon
> se debe hacer la copia tanto del correo entrante como el saliente.

Si puede establecerse alguna regla de conversión entre los nombres de
los dos buzones puedes usar expresiones regulares. Por ejemplo:

(.*)@midominio.com $1-co...@micodminio.com

Creo que se escribiría, si no, al menos es la idea.

-- 
   El hombre que se ríe de todo es que todo lo desprecia. La
mujer que se ríe de todo es que sabe que tiene una
dentadura bonita.
  --- Enrique Jardiel Poncela ---



Re: [OT] Felicitats nous "Debian maintainers"

2015-09-28 Thread Alex Muntada
Robert Marsellés:

> Si no estic molt equivocat, em sembla que l'Àlex Muntada pertany a
> aquesta llista. He trobat el seu nom a una pàgina de Debian on citen els
> contribuïdors al projecte que han estat recentment nomenats com a
> "Debian Maintainers" [1].

\o/

> Ells el feliciten, doncs jo, tot i que no el conec personalment, també.
> I, a més a més, agraeixo la feina que fan tots ells.

Moltes gràcies. Potser sóc el DM més recent però en aquesta
llista n'hi ha uns quants més. Aprofito per agrair-vos també
la feina que feu.

Salut!
Alex



signature.asc
Description: Digital signature


problem with goagent

2015-09-28 Thread Li Wei
when I run python proxy.py, it warns that 

WARNING ... Load Crypto.cipher.ARC4 Failed. Use Pure Python Instead
certuitl: function failed: security library: bad database
certuitl: function failed: security library: bad database
WARNING ... install root certificate failed, Please run as 
administrator/root/sudo

how to do with warning above??
Thanks



Re: No system d after update wheezy -> jessie?

2015-09-28 Thread Lisi Reisz
On Monday 28 September 2015 17:04:07 Markus Grunwald wrote:
> Hello Brian,
>
> > Actually, the decision was the opposite of this. A dist-upgrade will
> > install systemd-sysv unless steps are taken to prevent it happening.
>
> I'm the original poster. I did nothing to prevent systemd-sysv being
> installed (no pinning, no hold or the like), yet there's no systemd after
> my update...
>
> Strange, really.

Had you previously done any pinning, say to a dependency, that you had 
forgotten about?

Lisi



Re: Error al enviar mensajes de correo.

2015-09-28 Thread Camaleón
El Mon, 28 Sep 2015 15:50:21 +0200, Óscar Triana escribió:

> Buenas tardes,

Ese html...

> He instalado postfix mas dovecot, y el problema está que no puedo enviar
> correo desde outlook, pero si desde el webmail. Error es
> 
> Error del servidor: '454 4.7.1  Tnego que alojar 3 vhost y siempre me a funcionado las veces que lo he
> configurado, pero hoy no.

(...)

Manda a la lista el mensaje de error que te registra Postfix, quitando si 
quieres los datos sensibles (dominio, etc...). Aunque te adelanto que los 
errores de ese tipo los suelen generar alguna variable mal puesta 
dependiendo del tipo de gestión de cuentas virtuales que estés usando:

http://www.postfix.org/VIRTUAL_README.html

Saludos,

-- 
Camaleón



Re: Problemas de memoria

2015-09-28 Thread sio2

Un saludo a todos ya he dejado la cosa funcionando y esperaré
acontecimientos.

Sobre algunas respuestas que me habéis dado:

@Camaleon:
Sí, normalmente la SWAP está a 0. Pero es que lo de ayer era la
situación post-apocalipsis. Después de lograr entrar dejé el sistema que
parecía funcionar, pero había cosas que no lo hacían perfectamente.
Por ejemplo, el sistema de logs no funcionaba bien: en /var/log sí se
escribían los eventos, pero si los pedía a través de journalctl (que por
cierto es bastante cómodo) no se mostraban aquellos que se habían
producido después de la hecatombe. Eso es fácil de solucionar, pero como
no sabía si habría otros vicios ocultos, mandé reiniciar. Hoy, en una
situación normal, la SWAP sí está a cero.

En cuanto a la memoria cacheada, siempre me pasa: va aumentando
lentamente y nunca me ha dado problemas ello. De hecho, si la mando
liberar:

# sync ; echo 1 > /proc/sys/vm/drop_caches

Lo hace sin problemas y, casi toda, pasa otra vez a memoria libre.

@Satiago y @Manolo:
En cuanto a la estrategia de la memoria, no sé, sin discusiones que
podría mantener sin controlar mucho. Entiendo que lo suyo es no
llegar a situaciones extremas y tener siempre memoria libre. Pero en un
caso extremo en que falte memoria, hay dos posibilidades:

+ No ejecutar nada más (que era lo que me pasaba a mí).
+ Sacrificar algo supuestamente poco importante, y poder ejecutar otra
  cosa, que quizás va encaminada a paliar la situación.

QUizás es mejor lo segundo que lo primero: eyectar al pasajero para
salvar el avión.

Eso sí, insisto en que por mucho oom-killer, cuando a mí se me produjo
la situación, no podía usar el servicio ssh, porque aunque éste estaba
activo, no era capaz de abrir sesión.

Un saludo.

-- 
   ¿No ha de haber un espíritu valiente?
¿Siempre se ha de sentir lo que se dice?
¿Nunca se ha de decir lo que se siente?
  --- Francisco de Quevedo ---



Re: need help on mtp config

2015-09-28 Thread Darac Marjal
On Mon, Sep 28, 2015 at 05:24:01AM -0700, Li Wei wrote:
> I have Samsung GT-S7572 cell phone
> and connect to debian by usb line, lsusb:
> 
> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 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 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 004 Device 002: ID 25a7:2402  
> Bus 001 Device 004: ID 04e8:6860 Samsung Electronics Co., Ltd GT-I9100 Phone 
> [Galaxy S II], GT-P7500 [Galaxy Tab 10.1]
> 
> then I run mtp-detect as root:
> 
> Device 0 (VID=04e8 and PID=6860) is a Samsung GT 
> P7310/P7510/N7000/I9070/I9100/I9300 Galaxy Tab 7.7/10.1/S2/S3/Nexus/Note/Y.

This means that the device is running normally (i.e. not in bootloader 
etc mode), and that your computer detected it.

> PTP_ERROR_IO: failed to open session, trying again after resetting USB 
> interface

This probably means that the device isn't in PTP mode.

> LIBMTP libusb: Attempt to reset device
> LIBMTP PANIC: failed to open session on second attempt

And this probably means that the device isn't in MTP mode.

According to the Samsung Website, when connected, you should see a 
notification on your device "Connected as a ". Tap this to bring up 
the USB Storage settings. Tap "Media Device (MTP)" to use MTP mode.  

> Unable to open raw device 0
> libmtp version: 1.1.3
> 
> Listing raw device(s)
>Found 1 device(s):
>Samsung: GT P7310/P7510/N7000/I9070/I9100/I9300 Galaxy Tab 
> 7.7/10.1/S2/S3/Nexus/Note/Y (04e8:6860) @ bus 1, dev 4
> Attempting to connect device(s)
> OK.
> 
> then what should I do next?
> do I have to upgrade from wheezy to jessie?
> Thanks!!!
> 

-- 
For more information, please reread.


signature.asc
Description: PGP signature


Re: No system d after update wheezy -> jessie?

2015-09-28 Thread Michael Biebl
Am 28.09.2015 um 18:04 schrieb Markus Grunwald:
> Hello Brian,
> 
>> Actually, the decision was the opposite of this. A dist-upgrade will
>> install systemd-sysv unless steps are taken to prevent it happening.
> 
> I'm the original poster. I did nothing to prevent systemd-sysv being installed
> (no pinning, no hold or the like), yet there's no systemd after my update...
> 

Did you use "aptitude upgrade" when upgrading your system from wheezy to
jessie?

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780028

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: No system d after update wheezy -> jessie?

2015-09-28 Thread Markus Grunwald
Hello Brian,

> Actually, the decision was the opposite of this. A dist-upgrade will
> install systemd-sysv unless steps are taken to prevent it happening.

I'm the original poster. I did nothing to prevent systemd-sysv being installed
(no pinning, no hold or the like), yet there's no systemd after my update...

Strange, really.
-- 
Markus Grunwald
https://www.the-grue.de

Fragen zur Mail? https://www.the-grue.de/mail_und_co
https://www.the-grue.de/~markus/markus_grunwald.gpg



Re: libvirt kvm qemu - partage de données

2015-09-28 Thread steve

 Salut,

 Merci pour ton message.

 Est-ce que ta solution marche pour une cible windows ? Parce que 
 d'après ce que j'ai lu, ça n'en a pas l'air. Que faudrait-il mettre 
 dans  dans ce cas ? Et ensuite, comment le faire 
 apparaître dans windows ? 

 La solution Samba me paraît un poil overkill pour un truc si simple.  
 Pour le moment, le transfert hôte -> cible se fait par un serveur web.  
 Dans l'autre sens, c'est plus compliqué, je n'ai pas envie d'en 
 installer un juste pour ça.


 Merci d'avance.

Le 27-09-2015, à 12:23:39 +0200, David Cure a écrit :


Bonjour,

Le Fri, Sep 25, 2015 at 02:25:41PM +, BOITEUX, Frederic ecrivait :


Pour faire cela, le plus simple que j'ai trouvé est d'utiliser Samba 
: tu déclares un répertoire comme un disque partagé, et tu y accèdes 
comme tel dans ton image virtuelle !


Une autre solution est d'utiliser le tag filesystem de
libvirt pour partager un répertoire de l'hôte (à mettre dans la section
device). Exemple :

   
 
 
   

A voir l'accessmode en fonction de la sécurité souhaitée.

David.

--
Chronique, Articles, Projets "libre"  ->  http://www.cure.nom.fr/
   @tdjfr on Identi.ca / Twitter / Diaspora
Association FINIX : Finistere *nix->  http://www.Finix.EU.Org/
"Le temps est sans importance, seule la vie est importante" L5E





Re: NVIDIA driver installation on Debian 8.2

2015-09-28 Thread Floris
Op Mon, 28 Sep 2015 07:12:40 +0200 schreef Liu Gengdai  
:



Hi

I'm a debian newbie. I installed latest Debian with xfce on my laptop. I  
used official DVD-ROM. My graphics card is NV Geforce GT 640M LE. I  
installed 360.65 driver for my graphics card following the instructions  
on wiki:

https://wiki.debian.org/NvidiaGraphicsDrivers#Debian_8_.22Jessie.22

The installation process went well. But once I created Xorg server  
configuration file and restarted, I cannot enter xfce. It says there are  
X-window server errors.


Can you post the output of
journalctl -e _COMM=Xorg
so we can read the errors

If I delete the conf file, I can enter. But nvidia configuration setting  
reports the driver is not working.




without a xorg.conf file the nvidia driver doesn't work (jet)


Can anybody help me? Thank you very much.

Best regards,
Gengdai



success,

floris



Configuración fstab luego de separar directorios de sistema en distintas particiones

2015-09-28 Thread Frederit Mogollon
Buenas  compañeros listeros.

Tiempo sin pasar por aquí.

Esta vez, solicito su ayuda con respecto al fichero fstab. Es un poco
largo, así que trataré de darme a entender.

Primero el contexto.

Les escribo desde un sistema Debian Wheezy + IceWM + SpaceFM + SLiM.

Inicialmente fue instalado en una PC de escritorio viejito, con 512 MB
de RAM y 10 GB de HD IDE. Este último estaba particionado de la
siguiente forma:
1 partición primaria 4,8 GB para /
1 partición extendida
1 partición lógica 0,5 GB para swap
1 partición lógica 4,7 GB para /home

y su respectivo fichero /etc/fstab:
---
#
  
# / was on /dev/sda1 during installation
UUID=7437b2c5-67cd-4c93-9e62-503ae6725b01  /   ext4
errors=remount-ro  0 1
# /home was on /dev/sda6 during installation
UUID=231fedce-f93b-46f0-a60b-5ac147b5a465 /home   ext4defaults
   0   2
# swap was on /dev/sda5 during installation
UUID=f844c8a0-2201-4b05-a925-de36ab021f28 noneswapsw
   0   0
/dev/sr0/media/cdrom0   udf,iso9660 user,noauto 0   0
/dev/sr1/media/cdrom1   udf,iso9660 user,noauto 0   0
/dev/fd0  /media/floppy0  auto  rw,user,noauto  0   0
---

Todo funcionaba bien. Pero, obviamente lo menos malo que cabría
esperar sucedió, el disco se llenó.
Monté como esclavo otro disco duro IDE de 3 GB que conseguí en otra
máquina viejita ya no usada.
Para no reinstalar el sistema, decidí transferir los directorios /opt,
/var, /tmp y la swap a este disco duro "nuevo", dejando un par de GBs
disponibles para / y /home en el disco duro "viejo". Siguiendo varios
minitutoriales que hallé en la Internet, seguí los siguientes pasos:

1) Usando una distribución Puppy Linux corriendo desde la RAM,
particioné el disco duro de 3 GB, de la siguiente forma:
/dev/sdb1  0,5 GB
/dev/sdb2  1 GB
/dev/sdb3  1 GB
/dev/sdb4  0,5 GB

2) El contenido de los directorios antes mencionados en /dev/sda1,
fueron copiados hasta las nuevas particiones, de la siguiente forma:
/opt  >  /dev/sdb1
/var  >  /dev/sdb2
/tmp  >  /dev/sdb3
y
swap en /dev/sda5 >  /dev/sdb4

3) Los directorios en cuestión en /dev/sda1, fueron renombrados para
conservarlos (por si acaso..!),  y movidos a una unidad usb externa.
/opt  >  /opt-old
/var  >  /var-old
/tmp  >  /tmp-old

4) Se crearon nuevos directorios /opt, /var, /tmp vacíos en /dev/sda1.

5) Se modificó el fichero /etc/fstab, para indicarle al sistema donde
buscar en el inicio, de la siguiente forma:
---
#
   
#
# / was on /dev/sda1 during installation
UUID=7437b2c5-67cd-4c93-9e62-503ae6725b01 /ext4
errors=remount-ro0   1
#
# /opt was on /dev/sdb1 during secondary hard disk installation
UUID=4c02b4db-c7c8-4efc-a04f-e48e2bbba6f6  /optext4
defaults0   2
#
# /var was on /dev/sdb2 during secondary hard disk installation
UUID=ce476a9b-047b-474b-bf04-320f2f7d292e  /varext4
defaults0   2
#
# /tmp was on /dev/sdb3 during secondary hard disk installation
UUID=663a04f9-e8d0-49ee-96d0-2f9f4627865c /tmp ext4
defaults0   2
#
# /home was on /dev/sda6 during installation
UUID=231fedce-f93b-46f0-a60b-5ac147b5a465  /home   ext4
defaults0   2
#
# swap was /dev/sdb4 during secondary hard disk installation
/dev/sdb4 noneswap
sw0   0
#
/dev/sr0/media/cdrom0   udf,iso9660
user,noauto   0   0
/dev/sr1/media/cdrom1   udf,iso9660
user,noauto   0   0
# /dev/fd0  /media/floppy0   auto
rw,user,noauto   0   0
---
Se guardaron los cambios y se cerró el fichero.


6) Se reinició el sistema, cruzando los dedos. Todo bien.


Ahora, el problema.


Bien, todo andubo perfecto hasta que me cercioré que 2 aplicaciones
(Opera-developer 32-bit y programas para MS-Windows instalados en
PlayOnLinux), no se ejecutaban cabalmente al hacer clic desde el menú,
cuando antes de las modificaciones lo hacían bien.

Al intentar ejecutarlas desde una terminal de usuario, se obtienen los
siguientes mensajes;
---
tesistas@Tesistas:~$ opera-developer
Failed to create random directory /tmp/pulse-S5Y2v7FilcE6: Permiso denegado
Failed to symlink
/home/tesistas/.pulse/918262357ad06d602d3d474a55318f1f-runtime.tmp:
Permiso denegado
[0928/005850:ERROR:process_singleton_posix.cc(975)] Failed to create
socket directory.
[0928/005850:ERROR:opera_browser_main_parts.cc(682)] Failed to create
a ProcessSingleton for your profile directory. This means that running
multiple instances would start multiple browser processes rather 

Re: Touchpad not working properly on ASUS T300LA

2015-09-28 Thread Arief M Utama
Doesn't worked,
Touchpad is not detected at all.

I'm looking at kernel drivers now.

Thanks for your advice.
On Sep 28, 2015 14:47, "Himanshu Shekhar"  wrote:

> You don't need to have synaptics software installed. You just need to
> enable two finger scroll, and tap to click from mouse settings from GNOME
> settings. That's simple.
>
> On Sun, Sep 27, 2015 at 8:03 PM, Arief M Utama 
> wrote:
>
>> Hi all,
>>
>> Installed debian (sid/unstable) on an ASUS T300LA, a nice tablet-laptop
>> and debian works like a charm there except for touchpad.
>>
>> Somehow I can't get the mouse (which is an ASUS Wireless Keyboard+Mice
>> device) works with two fingers and three fingers scrolling like a synaptics
>> mouse.
>>
>> Synaptics module is not loaded and X also does not detect it.
>>
>> Any hints/ideas?
>>
>> I'm prepared to try kernel modules, or debugging X/kernel if necessary.
>> Still have windows on dualboot, mouse and touchpad is working alright there.
>>
>> note: please cc me on replies, I'm not on the list.
>>
>> Thanks in advance.
>>
>> All the best.
>> -arief
>>
>>
>
>
> --
> Himanshu Shekhar
> IIIT-Allahabad
> IRM2015006
>


Re: Touchpad not working properly on ASUS T300LA

2015-09-28 Thread Himanshu Shekhar
You don't need to have synaptics software installed. You just need to
enable two finger scroll, and tap to click from mouse settings from GNOME
settings. That's simple.

On Sun, Sep 27, 2015 at 8:03 PM, Arief M Utama 
wrote:

> Hi all,
>
> Installed debian (sid/unstable) on an ASUS T300LA, a nice tablet-laptop
> and debian works like a charm there except for touchpad.
>
> Somehow I can't get the mouse (which is an ASUS Wireless Keyboard+Mice
> device) works with two fingers and three fingers scrolling like a synaptics
> mouse.
>
> Synaptics module is not loaded and X also does not detect it.
>
> Any hints/ideas?
>
> I'm prepared to try kernel modules, or debugging X/kernel if necessary.
> Still have windows on dualboot, mouse and touchpad is working alright there.
>
> note: please cc me on replies, I'm not on the list.
>
> Thanks in advance.
>
> All the best.
> -arief
>
>


-- 
Himanshu Shekhar
IIIT-Allahabad
IRM2015006


nosh version 1.20

2015-09-28 Thread Jonathan de Boyne Pollard

Joe Maloney:

do you have a source code  repository somewhere for nosh?


* 
http://homepage.ntlworld.com./jonathan.deboynepollard/Softwares/nosh/source-package.html


The source package and how to build from source are here.



Re: [OT] Felicitats nous "Debian maintainers"

2015-09-28 Thread Quim Gil

On 09/28/2015 12:22 PM, Robert Marsellés wrote:

Hola,

Si no estic molt equivocat, em sembla que l'Àlex Muntada pertany a
aquesta llista. He trobat el seu nom a una pàgina de Debian on citen els
contribuïdors al projecte que han estat recentment nomenats com a
"Debian Maintainers" [1].

Ells el feliciten, doncs jo, tot i que no el conec personalment, també.
I, a més a més, agraeixo la feina que fan tots ells.


Qualsevol lloc és un bon lloc per a felicitar (i agrair) un nou Debian 
maintainer!


Moltes felicitats, Àlex.



Salut,

robert

--
[1] https://bits.debian.org/

PS: Demano disculpes si aquesta llista no era el lloc per dir això.





Re: [OT] Felicitats nous "Debian maintainers"

2015-09-28 Thread papapep


On 28 setembre de 2015 13:30:17 CEST, Quim Gil  wrote:
>On 09/28/2015 12:22 PM, Robert Marsellés wrote:
>> Hola,
>>
>> Si no estic molt equivocat, em sembla que l'Àlex Muntada pertany a
>> aquesta llista. He trobat el seu nom a una pàgina de Debian on citen
>els
>> contribuïdors al projecte que han estat recentment nomenats com a
>> "Debian Maintainers" [1].
>>
>> Ells el feliciten, doncs jo, tot i que no el conec personalment,
>també.
>> I, a més a més, agraeixo la feina que fan tots ells.
>
>Qualsevol lloc és un bon lloc per a felicitar (i agrair) un nou Debian 
>maintainer!
>
>Moltes felicitats, Àlex.

Felicitats, company!! 


-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



Re: No system d after update wheezy -> jessie?

2015-09-28 Thread Brian
On Mon 28 Sep 2015 at 10:39:29 +0100, Joe wrote:

> On 28/09/2015 10:11, Brian wrote:
> >On Sun 27 Sep 2015 at 22:56:38 +0100, Joe wrote:
> >
> >>I believe there was a deliberate decision not to include systemd in an
> >>upgrade, only in new installations.
> >
> >Actually, the decision was the opposite of this. A dist-upgrade will
> >install systemd-sysv unless steps are taken to prevent it happening.
> >
> >   
> > https://www.debian.org/releases/stable/amd64/release-notes/ch-whats-new.en.html#systemd
> >
> >   
> > https://www.debian.org/releases/stable/amd64/release-notes/ch-information.en.html#systemd-upgrade-default-init-system
> >
> Thanks, I haven't yet upgraded a wheezy to jessie.
> 
> I had been under the impression, from previous systemd discussions, that an
> upgrade of stable would not by default switch to a systemd init. Clearly
> this is not the case, and it will.
> 
> I'm not at all keen on doing that, I still favour a clean systemd-based
> installation for my server, with the associated configuration work. An
> upgraded stable will never be quite identical with a clean installation with
> the same requested packages, and I'm not planning on asking for more trouble
> than is absolutely necessary.

Telling you that my server upgrade went well isn't much consolation
because no doubt we have different setups. I'd suggest sticking with
a sysvinit based dist-upgrade so any problems with that can be sorted
out without any systemd anxiety. Then install systemd-sysv.

After updating, either carry out the suggested pinning or install
sysvinit-core to satisfy the dependency of the init package. You can
always roll-back to sysvinit-core from systemd-sysv.



Re: need help on mtp config

2015-09-28 Thread Sven Arvidsson
On Mon, 2015-09-28 at 05:24 -0700, Li Wei wrote:
> Device 0 (VID=04e8 and PID=6860) is a Samsung GT
> P7310/P7510/N7000/I9070/I9100/I9300 Galaxy Tab
> 7.7/10.1/S2/S3/Nexus/Note/Y.
> PTP_ERROR_IO: failed to open session, trying again after resetting
> USB interface
> LIBMTP libusb: Attempt to reset device
> LIBMTP PANIC: failed to open session on second attempt
> Unable to open raw device 0
> libmtp version: 1.1.3


Try this:

https://bbs.archlinux.org/viewtopic.php?pid=1121607#p1121607

Also, make sure that the phone is unlocked, it can't be mounted if
locked!

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 6FAB5CD5





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


virtualbox

2015-09-28 Thread Manoel Pedro de Araújo
Como instalar o virtualbox no debian.

Ontem eu tentei mas nao consegui

-- 
Manoel


Re: Configuración fstab luego de separar directorios de sistema en distintas particiones

2015-09-28 Thread Santiago Vila
On Mon, Sep 28, 2015 at 02:19:59AM -0430, Frederit Mogollon wrote:

> Failed to create random directory /tmp/pulse-S5Y2v7FilcE6: Permiso denegado

El directorio /tmp debe ser escribible por todo el mundo y tener el
bit "sticky". Se corrige así, mientras está montado:

chmod 1777 /tmp

Eso es todo.



Re: [OT] Felicitats nous "Debian maintainers"

2015-09-28 Thread Joan Cervan
Em sumo a les felicitacions.

Joan Cervan

El Mon, 28 Sep 2015 12:22:35 +0200
Robert Marsellés  va escriure:

> Hola,
> 
> Si no estic molt equivocat, em sembla que l'Àlex Muntada pertany a
> aquesta llista. He trobat el seu nom a una pàgina de Debian on citen
> els contribuïdors al projecte que han estat recentment nomenats com a
> "Debian Maintainers" [1].
> 
> Ells el feliciten, doncs jo, tot i que no el conec personalment,
> també. I, a més a més, agraeixo la feina que fan tots ells.
> 
> Salut,
> 
> robert
> 
> --
> [1] https://bits.debian.org/
> 
> PS: Demano disculpes si aquesta llista no era el lloc per dir això.
> 



-- 
Joan Cervan Andreu
+34 635 40 31 04
calbasi.net - Desenvolupament web



Re: Debian on Dlink DNS-320

2015-09-28 Thread Sven Arvidsson
On Mon, 2015-09-28 at 11:32 +0200, Alexandre GRIVEAUX wrote:
> Hello,
> 
> I want to install debian on DNS-320, i can start debian installer but
> at
> the end i'm stuck at installing the kernel.
> I'm missing a partition scheme, i guess the file system is on
> sda(sata
> or usb) and the kernel on nand but the last is not show on screen.
> This Dlink DNS-320 having a broken firmware (unable to upgrade from 
> dlink or debian).
> If you have a working Debian on Dlink DNS-320 with denx uboot please
> send me the printenv values.
> Thanks.

Hi,

Have you tried asking this guy? 
http://jamie.lentin.co.uk/devices/dlink-dns325/

Or asking on this forum? http://dns323.kood.org/dns-320

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 6FAB5CD5





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


Re: NFS rename sometimes hangs for 15 seconds after upgrade to Debian 8

2015-09-28 Thread Peter Ludikovsky
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Am 25.09.2015 um 14:04 schrieb Vincent Lefevre:
> On 2015-09-25 10:11:10 +0200, Peter Ludikovsky wrote:
>> My guess is: Due to the rather large wsize/rsize, the clients
>> create a rather large attribute cache. As a result, when you cat
>> a file on the second machine it updates the atime in the cache,
>> but doesn't yet transfer that information to the server. When you
>> do the mv on the first machine, the client tries to get the
>> current attributes on the files involved, which prompts the
>> server to wait until the second client runs into some kind of
>> timeout and updates the attributes. Only then is the second file
>> "unlocked" to be overwritten.
>> 
>> Further proof of that: when setting noatime as a mount option,
>> instead of noac, there's also no delay on the mv.
> 
> Thanks for the explanations. But the second client, though it
> doesn't update the attributes immediately, seems to do it quickly
> when asked by the server, otherwise the problem would also be
> visible on Debian 7 machines. I think that on Debian 8, when the
> rename cannot be done immediately, the client retries after 15
> seconds instead of retrying earlier.
> 
> Is this related to the following patch?
> 
> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=8478eaa16e701ecfe054b62ec764bc1291b79e19
>
> 
Can't say if it's related. I have, however, managed to capture the
related network traffic (see attachments).

The big difference happens at packets 58/54 (Deb7/Deb8). For Deb7, the
RENAME call is immediately answered by an NFS4_OK, whereas for Deb8 as
the client it's an NFS4ERR_DELAY. I haven't seen any reason on the
client communication that would explain that, however this is far
beyond my knowledge of the NFS internals.

Maybe attach that information to your bug report as a point for
investigation.

Regards
/peter
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (MingW32)

iQIcBAEBAgAGBQJWCQizAAoJEM+6Ng5pbtyZxBUQAIp/OIHN4SM1N6DnS1GjN31Q
8i0eDFw3PNd/LoFBuQ8CUPK7U1ts8II2z0hBqCSFVj8VGGnxOVgkqYPEh2+Ovz4G
1SkeDmlo79POIwfXIhL8ORG/0svr2bbZ81L4ciFAQyF2xiRLq8Y+fNTgS5qNAjm2
xSFwnno7rXyKkT/U1oufjoCD65u263UpBCYgDeNs/pgbay+q3CEmYJOerd10cue7
fkgzysdRTYKQ9G9LqPsWPspMo+TMxzr415ln0bYcBmN/R0mQx4+lPzZsacSX4Hjh
FO5y8j0xyJKUE9BS3dCDW7me9SMQl2fbCoS9eDTs5LocwnvhggVVbtVc1iAHL8te
S06Fq8c2Pj5WNQlCP1cY42drJnqYOZdTirk2aAGAdklbRP1CBAvecld2r0vdAHFv
2tvSeyIYNVR5eGDT4tbpx94Dzy/MOM66d1Cxlu5lBk/pPOw1/gHwgxCIeHAXXV1d
5i1OYenFN988JQbr8kpyBwBVBuCK4IiGnOkZRECIdTS1VV6YzlpMH8LeRvKs8OiO
t09O8LBoHvA9Zgy7Fz8c3mDlHhcRqJXRH7ArspMM519eFaXaxIzA0o1vQfHUzDB/
yPfVsnX0oCRF9VwfpIMOCg0RJBb/XZB3Iiotou+Uj8QOrcyY0Hw3NBOy1kQjtvUh
bGysI2qLKAcggJ3P7k4n
=3edq
-END PGP SIGNATURE-


nfs_deb7.pcap
Description: Binary data


nfs_deb8.pcap
Description: Binary data


Re: No system d after update wheezy -> jessie?

2015-09-28 Thread Brian
On Sun 27 Sep 2015 at 22:56:38 +0100, Joe wrote:

> On Sun, 27 Sep 2015 21:00:09 +0200
> Markus Grunwald  wrote:
> 
> > Hello,
> > 
> > after the update from wheezy to jessie, there is no systemd running
> > on my machine. I had the impression, that systemd is installed
> > automatically...?
> > 
> > % dpkg -l \*systemd\* | egrep \^ii
> > ii  libsystemd0:amd64215-17+deb8u2 amd64systemd
> > utility library
> > 
> > % ps ax | grep system
> >  3441 ?Ss 0:00 /usr/bin/dbus-daemon --system
> > 16669 pts/1S+ 0:00 grep --color=auto system
> > 
> > % ps ax | head -n 2
> >   PID TTY  STAT   TIME COMMAND
> > 1 ?Ss 0:02 init [2] 
> > 
> >  % dpkg -S /sbin/init
> > sysvinit-core: /sbin/init
> > 
> > I have to add that  the machine is a vserver where I have influence
> > on the kernel
> > 
> > % cat /proc/cmdline
> > root=/dev/xvda1
> > ip=95.129.55.223:127.0.255.255:95.129.55.193:255.255.255.192:vsrv28769.customer.xenway.de:eth0:off
> >  
> > 
> 
> I believe there was a deliberate decision not to include systemd in an
> upgrade, only in new installations.

Actually, the decision was the opposite of this. A dist-upgrade will
install systemd-sysv unless steps are taken to prevent it happening.

  
https://www.debian.org/releases/stable/amd64/release-notes/ch-whats-new.en.html#systemd

  
https://www.debian.org/releases/stable/amd64/release-notes/ch-information.en.html#systemd-upgrade-default-init-system



Re: No system d after update wheezy -> jessie?

2015-09-28 Thread Joe

On 28/09/2015 10:11, Brian wrote:

On Sun 27 Sep 2015 at 22:56:38 +0100, Joe wrote:


On Sun, 27 Sep 2015 21:00:09 +0200
Markus Grunwald  wrote:


Hello,

after the update from wheezy to jessie, there is no systemd running
on my machine. I had the impression, that systemd is installed
automatically...?

% dpkg -l \*systemd\* | egrep \^ii
ii  libsystemd0:amd64215-17+deb8u2 amd64systemd
utility library

% ps ax | grep system
  3441 ?Ss 0:00 /usr/bin/dbus-daemon --system
16669 pts/1S+ 0:00 grep --color=auto system

% ps ax | head -n 2
   PID TTY  STAT   TIME COMMAND
 1 ?Ss 0:02 init [2]

  % dpkg -S /sbin/init
sysvinit-core: /sbin/init

I have to add that  the machine is a vserver where I have influence
on the kernel

% cat /proc/cmdline
root=/dev/xvda1
ip=95.129.55.223:127.0.255.255:95.129.55.193:255.255.255.192:vsrv28769.customer.xenway.de:eth0:off



I believe there was a deliberate decision not to include systemd in an
upgrade, only in new installations.


Actually, the decision was the opposite of this. A dist-upgrade will
install systemd-sysv unless steps are taken to prevent it happening.

   
https://www.debian.org/releases/stable/amd64/release-notes/ch-whats-new.en.html#systemd

   
https://www.debian.org/releases/stable/amd64/release-notes/ch-information.en.html#systemd-upgrade-default-init-system


Thanks, I haven't yet upgraded a wheezy to jessie.

I had been under the impression, from previous systemd discussions, that 
an upgrade of stable would not by default switch to a systemd init. 
Clearly this is not the case, and it will.


I'm not at all keen on doing that, I still favour a clean systemd-based 
installation for my server, with the associated configuration work. An 
upgraded stable will never be quite identical with a clean installation 
with the same requested packages, and I'm not planning on asking for 
more trouble than is absolutely necessary.


--
Joe



Re: Upgrade de testing

2015-09-28 Thread Pierre Crescenzo
Bonjour,

Oui, j'ai pu faire la transition mais avec quelques paquets qui, jusqu'à
maintenant, restent non installables. J'ai noté : easytag-nautilus,
filezilla, gimp (et paquets associés), gnome (métapaquet seulement),
gnome-photos, goplay, icedove-l10n-fr, iceowl-l10n-fr,
libreoffice-style-crystal, tortoisehg-nautilus, pdf2djvu et rapidsvn.

Amitiés,

Pierre Crescenzo
  mailto:pie...@crescenzo.nom.fr
  http://www.crescenzo.nom.fr/


Le 27 septembre 2015 20:10, Gaëtan PERRIER  a écrit
:

> Salut,
>
> Je me demande comment tu as fait. Moi il veut m'enlever 87 paquets dont des
> logiciels importants comme The Gimp, filezilla, gnome-photos, etc.
>
> A+
>
> Gaëtan
>
> Le Tue, 15 Sep 2015 09:31:26 +0200
> Pierre Crescenzo  a écrit:
>
> > Bonjour,
> >
> > Je m'y suis mis sérieusement hier et, au prix de l'abandon (temporaire
> :-))
> > de quelques paquets importants par encore prêts ("gnome" mais seulement
> le
> > métapaquet, "filezilla"...), ça passe désormais bien. J'ai agis peu à peu
> > avec synaptic, en lisant bien la liste de ce qu'il enlevait.
> >
> > Amitiés,
> >
> > Pierre Crescenzo
> >   mailto:pie...@crescenzo.nom.fr
> >   http://www.crescenzo.nom.fr/
> >
> > Le 12 septembre 2015 10:15, Franck Delage  a écrit :
> >
> > > Bonjour à tous,
> > >
> > > Quelqu'un a-t-il réussi à être à jour en Testing aujourd'hui ?
> > >
> > > Cela fait des jours que je suis bloqué par une résolution des
> dépendances
> > > interminable...
> > >
> > > Aujourd'hui petite amélioration, avec l'option --full-resolver,
> aptitude
> > > me propose une solution, mais qui ne met pas grand chose à jour, des
> > > centaines de paquets à conserver dans leur situation actuelle,
> d'autres à
> > > downgrader, etc...
> > >
> > > J'ai lu ici même que c'était sans doute dû à l'arrivée de gcc5...
> > >
> > > Avez-vous une idée ou dois-je attendre encore que tout se stabilise ?
> > >
> > > Merci à vous,
> > >
> > > Franck.
> > >
>
>


Debian on Dlink DNS-320

2015-09-28 Thread Alexandre GRIVEAUX
Hello,

I want to install debian on DNS-320, i can start debian installer but at
the end i'm stuck at installing the kernel.
I'm missing a partition scheme, i guess the file system is on sda(sata
or usb) and the kernel on nand but the last is not show on screen.
This Dlink DNS-320 having a broken firmware (unable to upgrade from 
dlink or debian).
If you have a working Debian on Dlink DNS-320 with denx uboot please
send me the printenv values.
Thanks.

Greetings.




[OT] Felicitats nous "Debian maintainers"

2015-09-28 Thread Robert Marsellés
Hola,

Si no estic molt equivocat, em sembla que l'Àlex Muntada pertany a
aquesta llista. He trobat el seu nom a una pàgina de Debian on citen els
contribuïdors al projecte que han estat recentment nomenats com a
"Debian Maintainers" [1].

Ells el feliciten, doncs jo, tot i que no el conec personalment, també.
I, a més a més, agraeixo la feina que fan tots ells.

Salut,

robert

--
[1] https://bits.debian.org/

PS: Demano disculpes si aquesta llista no era el lloc per dir això.



Re: Debian on Dlink DNS-320

2015-09-28 Thread Alexandre GRIVEAUX
Le 28/09/2015 14:36, Sven Arvidsson a écrit :
> On Mon, 2015-09-28 at 11:32 +0200, Alexandre GRIVEAUX wrote:
>> Hello,
>>
>> I want to install debian on DNS-320, i can start debian installer but
>> at
>> the end i'm stuck at installing the kernel.
>> I'm missing a partition scheme, i guess the file system is on
>> sda(sata
>> or usb) and the kernel on nand but the last is not show on screen.
>> This Dlink DNS-320 having a broken firmware (unable to upgrade from 
>> dlink or debian).
>> If you have a working Debian on Dlink DNS-320 with denx uboot please
>> send me the printenv values.
>> Thanks.
> Hi,
>
> Have you tried asking this guy? 
> http://jamie.lentin.co.uk/devices/dlink-dns325/
>
> Or asking on this forum? http://dns323.kood.org/dns-320
>
Hi,
No, because it's no related to debian installer stuff:
https://www.debian.org/devel/debian-installer/News/2014/20140813
http://ftp.nl.debian.org/debian/dists/jessie/main/installer-armel/current/images/kirkwood/network-console/d-link/dns-320/

Thanks.



Re: Terminal Madness?

2015-09-28 Thread Joel Rees
2015/09/29 5:18 "Bob Bernstein" :
> [...]
>
> ===> Has anyone EVA seen text file characters in an editor just change
before their eyes without any intervention from the operator?
>

I have seen that, on failing hardware (Dying RAM and/or buffers). But I
assume your terminal is software on the machine in question, so that kind
of failure would be rather obvious in other ways.

Interesting what you find when you search the web for "EVA". (Extra
Vehicular Activity?)

As others suggest, check for parallel processes.

But change in what way, is an important question, as is whether someone in
the same physical location as you is prone to pranks.

Joel Rees


Re: virtualbox

2015-09-28 Thread Rafael Bedendo

Bom dia, veja a Wiki abaixo:

https://wiki.debian.org/VirtualBox#Debian_8_.22Jessie.22

Abraço

Rafael Bedendo

Em 28/09/2015 09:40, Manoel Pedro de Araújo escreveu:

Como instalar o virtualbox no debian.

Ontem eu tentei mas nao consegui

--
Manoel




Re: Problemas de dependencia(actualización emacs24 debian testingI

2015-09-28 Thread Camaleón
El Sun, 27 Sep 2015 19:56:01 +0200, Manolo Díaz escribió:

> El domingo, 27 sep 2015 a las 17:46 UTC Camaleón escribió:
> 
>> > En Debian sid hay más errores de dependencias y hacen que el sistema
>> > se rompa en cualquier momento; se supone que debian testing tiene un
>> > poco más de estabilidad que sid.
>> 
>> Testing es una sid con 1 mes de retraso, vamos, que se puede romper de
>> la misma manera, aunque es verdad que eso sucede menos.
> 
> No. En testing no debe haber problemas de dependencia. Las veces que
> ocurre son contadas y se considera fuera de lo normal, al contrario que
> en unstable.
> 
> https://www.debian.org/doc/manuals/debian-faq/ch-ftparchives#s-testing

No sé durante cuánto tiempo has tenido alguna versión testing instalada.

Yo llevo desde Squeeze con un testing perpetua y ten por seguro que los 
paquetes se rompen (no funcionan, dan errores...), generan dependencias y 
crean conflictos entre ellos que no siempre se pueden resolver 
directamente y toca esperar a que suban un paquete actualizado y 
corregido.

Y no estoy hablando de bibliotecas base del sistema ni de migraciones de 
versiones de paquetes que obviamente generan problemas mayores, estoy 
hablando de paquetes normalitos como gnome-control-center o aptitude.

Saludos,

-- 
Camaleón



Re: Configuración fstab luego de separar directorios de sistema en distintas particiones

2015-09-28 Thread Camaleón
El Mon, 28 Sep 2015 02:19:59 -0430, Frederit Mogollon escribió:

> Buenas  compañeros listeros.
> 
> Tiempo sin pasar por aquí.
> 
> Esta vez, solicito su ayuda con respecto al fichero fstab. Es un poco
> largo, así que trataré de darme a entender.
> 
> Primero el contexto.

(...)

Tremendos los detalles, se agradecen :-)

Cuando hay discos duros de poca capacidad, yo prefiero seguir otra 
estrategia en cuanto al particionados:

1/ Unirlos antes que separarlos, es decir, conectar los dos discos y 
crean un volumen de 10+3=13 GiB (con LVM y sin RAID, si se trata de un 
equipo casero). La ventaja de este esquema es que podrás añadir/quitar 
discos de mayor capacidad en caso de que lo necesites sin tener que 
volver a reinstalar/reparticionar todo de nuevo.

2/ Evitar el uso de particiones. Cuando hay poco espacio para repartir, 
usar sólo 2 particiones: una para la raíz "/" y otra para la "swap", nada 
más porque no es necesario.

(...)

> Ahora, el problema.

(...)

> Al intentar ejecutarlas desde una terminal de usuario, se obtienen los
> siguientes mensajes;
> ---
> tesistas@Tesistas:~$ opera-developer Failed to create random directory
> /tmp/pulse-S5Y2v7FilcE6: Permiso denegado Failed to symlink
> /home/tesistas/.pulse/918262357ad06d602d3d474a55318f1f-runtime.tmp:
> Permiso denegado [0928/005850:ERROR:process_singleton_posix.cc(975)]
> Failed to create socket directory.

(...)

> ---
(...)
> wineserver: mkdir /tmp/.wine-1000: Permission denied [POL_Wine] Error:
> Wine parece haber fallado

(...)

> Los intentos de resolver.
> 
> Leyendo en distintos sitios sobre fstab, entre ellos Debian,
> ArchiLinux, Ubuntu, CentOS,
> hice modificaciones al campo de  del fichero /etc/fstab,
> reiniciando cada vez, para dar un vistazo rápido a los mensajes en el
> startup.
> 
> Los cambios se hicieron sobre las líneas de:
> /dev/sdb3 /tmp /dev/sdb2  /var /dev/sdb1  /opt
> 
> y probé con las opciones:
> defaults rw,auto,user,async rw,auto,users,async
> rw,auto,nosuid,nodev,async errors=remount-ro
> 
> y en todos los casos, los resultados fueron similares, a los mensajes de
> permiso denegado, al intentar ejecutarlos desde una terminal de usuario.

(...)

Como bien apuntas, parece que tienes problemas con los permisos del 
directorio /tmp, te pongo tal y como están los míos en Wheezy:

sm01@stt008:~$ ls -la / | grep tmp
drwxrwxrwt   6 root root  504 sep 28 15:11 tmp

Saludos,

-- 
Camaleón



Re: virtualbox

2015-09-28 Thread Alcione Ferreira

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Em 28-09-2015 08:40, Manoel Pedro de Araújo escreveu:
> Como instalar o virtualbox no debian.
>
> Ontem eu tentei mas nao consegui
>
> --
> Manoel
Nessa pagina https://www.virtualbox.org/wiki/Linux_Downloads  na sessão


  Debian-based Linux distributions

Tem as instruções pelo repositório que acho ser mais viável

Att.


- -- 
Paz e Bem!
Alcione Ferreira
Sombra®
101080
[http://www.alcionesytes.net/]
- 
Liberdade e conhecimento ao alcance de todos.

Office Escritório - http://www.libreoffice.org/
Navegador Firefox - http://www.mozilla.org.br/
Email Thunderbird - http://www.mozilla.org.br/
- ---
Linux user number 432030 of http://counter.li.org/
- ---
ICQ: 377035698
Jabber: ksomb...@jabber.org
MSN: alcione.som...@hotmail.com
- ---
Curriculum: http://lattes.cnpq.br/0545256741852110
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iEYEARECAAYFAlYJOZgACgkQ3m8gMw0vje/txwCeL2DfjanDTS0+29O/MDeqlxtD
DusAn3Vpo5PuCVRewrJKa2n6HcjWSpuS
=O+rf
-END PGP SIGNATURE-



0x0D2F8DEF.asc
Description: application/pgp-keys


Re: Problemas de dependencia(actualización emacs24 debian testingI

2015-09-28 Thread Camaleón
El Sun, 27 Sep 2015 13:42:03 -0500, Cesar escribió:

> Hola Camaleón.
> No se que pasa que yo tampoco veo los mensajes que envío y tardan en
> aparecer.

Sí, es raro :-?

> Acabo de comentar las lineas de mi archivo sources.list, y seguí las
> instrucciones.
> 
> http://pastebin.com/snuV1AT0

Gracias :-)

Rescato dos cosas que me llaman la atención:

***
sudo apt list --upgradable
(...)
emacs24/testing 24.5+1-2 amd64 [actualizable desde: 24.5+1-1]

Los siguientes paquetes tienen dependencias incumplidas:
 emacs24 : Depende: emacs24-bin-common (= 24.5+1-1) pero 24.5+1-2 está 
instalado
E: Dependencias incumplidas. Pruebe de nuevo utilizando -f.
***

Pues veo que te sigue dando problemas el mismo paquete y por el mismo 
motivo, así que empiezo a pensar que la versión que tienes instalada, y 
que según indica el primer registro que mandas es la "24.5+1-1" tiene 
algún problema o simplemente se trata de que tienes versiones de paquetes 
diferentes (p. ej. "emacs24-bin-common" parece que lo tienes en su 
versión más actualizada), así que te recomendaría que eliminaras el 
paquete emacs24 completo y volvieras a instalarlo, ya en su versión 
actual "24.5+1-2".

Saludos,

-- 
Camaleón



Re: NFS rename sometimes hangs for 15 seconds after upgrade to Debian 8

2015-09-28 Thread Mike Kupfer
Peter Ludikovsky wrote:

> Am 28.09.2015 um 18:59 schrieb Mike Kupfer:

> > In the deb7 trace, the other client is .4, not .3.  It does not get
> > a delegation when it opens file2 (see packet 39), so the server
> > can process the RENAME immediately.

> Hang on, the two traces haven't been made at the same time, but rather
> separate. As in:
> 
> * mount the share on 2 machines
> * create the files on one
> * cat it on the other
> * time mv again on the first
> * umount the share

Okay, but I don't understand why you mention that.  In the deb7 trace,
the "other" client is not granted a delegation.  In the deb8 trace, the
"other" client *is* granted a delegation.  And it's almost certainly the
presence of this delegation that causes the server to stall the RENAME
request.

I looked at the traces some more.  In the deb7 trace, the open of file2
by the .4 client is followed by an OPEN_CONFIRM handshake.  This means
this is the first open that the .4 client is doing using that particular
open_owner (one of the state objects that NFSv4 introduced).  The
callback information in the SETCLIENTID call (packet 34) looks sane, so
I think this is why the server did not grant a delegation in the deb7
trace case.  That is, subsequent OPEN requests from the .4 client might
be granted delegations.  (I say "might" because the server is free to
use various heuristics in deciding when to grant a delegation, and I
don't know what logic the Linux v4 server uses.)

I think it would be best to see packet traces from Vincent, if that's
possible.  (The trace should include traffic between the server and both
clients.)  I can think of a couple possible reasons why his Deb7 client
behaves better than the Deb8 clients, and having traces from his rig
would reduce the guesswork.

mike



postfix (sender_bcc_maps) (recipient_bcc_maps)

2015-09-28 Thread Ariel
Hola lista actualmente tengo postfix+dovecot corriendo en debian 8 
correctamente y añadido utilizo las variables (sender_bcc_maps) 
(recipient_bcc_maps) para hacer una copia al carbon de todo el correo 
entrante y saliente, sucede que en cada archivo los cuales contienen las 
tablas relacionadas con estas variables tengo que poner por ejemplo:


usua...@midominio.com co...@midominio.com

es decir poner uno por uno de los usuarios y declarar a su lado a que 
buzon se debe hacer la copia tanto del correo entrante como el saliente.


existe alguna forma de crear estas tablas sin necesidad de poner uno por 
uno de los usuarios con el buzon donde se debe hacer la copia?


gracias de antemano por su acostumbrada ayuda.



Error al enviar mensajes de correo.

2015-09-28 Thread Óscar Triana
 

Buenas tardes, 

He instalado postfix mas dovecot, y el problema está que no puedo enviar
correo desde outlook, pero si desde el webmail. Error es 

Error del servidor: '454 4.7.1 
    
    

67 matches