Re: Emacs info documentation missing in Debian Unstable

2018-01-21 Thread Ben Finney
Nishan Singh Mann  writes:

> Hello, on Ubuntu 17.10 which to my knowledge is based on Debian unstable,
> installing Emacs via $sudo apt install emacs and then trying to view the
> Emacs manual using C-h r fails with error "Info file emacs does not
> exist"

The Emacs manual is distributed subject to the GNU FDL, which imposes
non-free restrictions on modification and redistribution. (Yes, it's
very misleading to have non-free restrictions in a so-called “free
documentation license”, but that's what the FSF have chosen.)

Manoj Srivastava has summarised effectively
 why
the GNU FDL makes a work non-free.

So, Emacs under condition of the GNU GPL is free, and is in Debian; but
the Emacs manual under condition of the GNU FDL is non-free, so it
cannot be in Debian.

You can either view the manual online
 or get it from outside
Debian (for example, the ‘non-free’ area which is not part of Debian).

-- 
 \“Ubi dubium, ibi libertas.” (“Where there is doubt, there is |
  `\freedom.”) |
_o__)  |
Ben Finney



Re: Emacs info documentation missing in Debian Unstable

2018-01-21 Thread Davor Balder


On 22/01/18 15:33, Nishan Singh Mann wrote:
Hello, on Ubuntu 17.10 which to my knowledge is based on Debian 
unstable, installing Emacs via $sudo apt install emacs and then trying 
to view the Emacs manual using C-h r fails with error "Info file emacs 
does not exist" The same set of instructions on Ubuntu 16.04 works and 
one ends up with a local copy of the GNU emacs manual. Did the 
documentation get delegated to another package or am I missing something?

Thanks,
Nishan



You might be missing a package:


apt install *emacs24-common-non-dfsg*

Core documentation has been split due to dfsg issues.

Refer to:

https://www.emacswiki.org/emacs/EmacsForDebian

for some light bedtime reading :-)

Kind regards,

D


Emacs info documentation missing in Debian Unstable

2018-01-21 Thread Nishan Singh Mann
Hello, on Ubuntu 17.10 which to my knowledge is based on Debian unstable,
installing Emacs via $sudo apt install emacs and then trying to view the
Emacs manual using C-h r fails with error "Info file emacs does not exist"
The same set of instructions on Ubuntu 16.04 works and one ends up with a
local copy of the GNU emacs manual. Did the documentation get delegated to
another package or am I missing something?
Thanks,
Nishan


-- 
Nishan Singh Mann


Re: IPv6 SLAAC and RFC 7217

2018-01-21 Thread Andy Smith
Hi John,

On Sun, Jan 21, 2018 at 07:29:23PM +0100, John Naggets wrote:
> I was wondering if there is a "standard" way in Debian 9 through the
> /etc/network/interfaces file to enable/force using a stable private
> IPv6 address using SLAAC as specified in RFC 7217?

I have never tried it but 
seems to suggest that you would set the stable_secret sysctl and
then it would work automatically after that.

You could set the sysctl from /etc/network/interfaces or from
/etc/sysctl.d/ or just by some other script.

Cheers,
Andy

-- 
https://bitfolk.com/ -- No-nonsense VPS hosting



Re: looking for drawing program to inscribe a square in a circle and label items

2018-01-21 Thread Dan Hitt
On Sat, Jan 20, 2018 at 6:10 AM,   wrote:
> On Friday, January 19, 2018 10:50:11 PM Dan Hitt wrote:
>> So, something like xfig, except that it should have geometrically
>> describable grouping or linking options.  (You can glue objects
>> together with xfig, but afaik not link them loosely, like through a
>> point of tangency.)
>>
>> I.e., if i draw two primitives (like a square and a circle), then it
>> should be possible to demand that they stay tangent, or that the
>> corners of the square be on the cricle (inscription), and these
>> relations will continue to hold if one primitive or the other is
>> resized or scaled or moved (and the relations should be recorded as
>> some kind of constraints in the file format).
>>
>> Maybe some kind of svg editor is capable of doing this?
>
> (I'm not familiar with xfig, maybe it is somewhat like Visio / dia?)
>
> I don't know if dia is capable of all you want or not, but I mention it just
> because it is the Linux drawing tool that I am slightly familiar with, use
> (very rarely), and I think of as (a partial?) equivalent of Visio.  (I used to
> use Visio (Windows only, afaik) for quite a few things, since then I've had
> much less need for drawing things (or avoided drawing the things I should have
> ;-).
>
> Anyway, I am subscribed to a dia mail list and see some of the discussions
> about various problems.
>
> If I wanted to do what you described in Visio, I'd proceed something like this
> (forgetting some of the Visio terms for things)--for example, for the square
> inscribed in a circle:
>
> Create a "template" (mcow (my choice of words)) starting with a circle.
>
> Create connection points on the circle at 0, 90, 180, and 270 degrees.
>
> (That might be all I put in the template, or I might include line segments
> connecting the various points to make the square, diagonals, and so forth.  If
> I want to connect the midpoints of the square with other line segments, I'd
> include connection points at the midpoints of the lines in the template (which
> obviously means I'd include the lines making the square in the template).
>
> Then I would use the template to create an "instance" (again, MCOW) of that
> object which I could place anywhere on the drawing and resize as desired.
>
> For the square tangent to the circle, I'd do something similar, as a template,
> create a square, put a connection point at the midpoint of one of the sides,
> add a circle with a connection point, connect the circle to the square at the
> connection points.  Then create an instance of that template and place it on
> the drawing.
>
> (If the tangent point should be elsewhere on the side of the square, I'd put
> the connection point there--if it needs to vary the position, I'd have to
> understand how it should vary and think some more.)
>
> I'm fairly sure all of this could be done in Visio.  I'm not as sure about
> dia--a recent thread on the dia list talked about some difficulty connecting 
> two
> lines together, but at least one workaround was suggested..
>

Thanks RH for these detailed instructions on how to do this with dia.
I think this might be a canonical linux solution.

Thanks also David and Curt for the suggestion to use geogebra.  This
is also interesting software, and has the appeal of maintaining some
structural information in visible text form (no doubt because of the
educational applications).

Thanks Joe for the reference to librecad, which provides yet another
way of putting circles in the plane.

And thanks Chris for the reference to inkscape, which i also tried out.

All four of these packages look good to me, and i was able to apt-get
all of them.  (The cabri thing also looks interesting, but i like to
work locally for anything that does not require remote data.)

dan



Re: IPv6 SLAAC and RFC 7217

2018-01-21 Thread Sven Hartge
Ulf Volmer  wrote:
> On 21.01.2018 19:29, John Naggets wrote:

>> I was wondering if there is a "standard" way in Debian 9 through the
>> /etc/network/interfaces file to enable/force using a stable private
>> IPv6 address using SLAAC as specified in RFC 7217?

> no personal experience, but you should look at dhcpcd, with support
> for RFC 7217. AFAIK enabled in the default configuration.

Side note, to avoid confusion:

  dhcpcd is a different software than isc-dhcp-client.

Grüße,
Sven.

-- 
Sigmentation fault. Core dumped.



Re: Iptables at boot

2018-01-21 Thread Ben Caradoc-Davies

On 21/01/18 16:05, Mark Fletcher wrote:

To get you started [addressing the OP], here is the service file I use:


Mine is slightly different and has the commands inline:


$ cat /etc/iptables/iptables.service
[Unit]
Description=iptables rules
After=network.target

[Service]
Type=oneshot
ExecStart=/bin/bash -c "/sbin/iptables-restore < 
/etc/iptables/iptables.rules"
ExecStart=/bin/bash -c "/sbin/ip6tables-restore < 
/etc/iptables/ip6tables.rules"

RemainAfterExit=yes
ExecStop=/sbin/iptables -F
ExecStop=/sbin/ip6tables -F

[Install]
WantedBy=multi-user.target


You can make your initial rules file with iptables-save.

Kind regards,

--
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand



Re: IPv6 SLAAC and RFC 7217

2018-01-21 Thread Ulf Volmer
On 21.01.2018 19:29, John Naggets wrote:

> I was wondering if there is a "standard" way in Debian 9 through the
> /etc/network/interfaces file to enable/force using a stable private
> IPv6 address using SLAAC as specified in RFC 7217?

no personal experience, but you should look at dhcpcd, with support
for RFC 7217. AFAIK enabled in the default configuration.

best regards
Ulf



IPv6 SLAAC and RFC 7217

2018-01-21 Thread John Naggets
Hi,

I was wondering if there is a "standard" way in Debian 9 through the
/etc/network/interfaces file to enable/force using a stable private
IPv6 address using SLAAC as specified in RFC 7217?

Any one already managed to do that on a Debian 9 client? or know how to do that?

Cheers,
John



Re: kernel panic

2018-01-21 Thread Frederic MASSOT

Le 21/01/2018 à 13:47, Jean louis Giraud-Desrondiers a écrit :




Le 21 janv. 2018 à 10:41, Christophe De Natale  a 
écrit :



Le 21/01/2018 à 09:40, Jean louis Giraud-Desrondiers a écrit :


> > > Afin de mettre de côté un éventuel problème matériel => memtest


Memtest a tourné toute la nuit : résultat : pass complète, no errors,
cependant il y a quelque chose qui m’intrigue car Memtest affiche : « CPU found 
: 4, CPU started : 2, CPU active : 1 »

1 cpu ; 2 cœurs physiques ; 4 cœurs virtuels

ok



Sinon, en relisant votre premier message, il se passe quoi finalement au boot :
* on a le choix des versions de noyaux

oui j’ai le choix entre Debian Gnu/linux et dessous « options avancées pour 
Debian Gnu/linux » si je vais sur cette option j’ai le choix entre le noyau 
4.14 et 4.13 et pour chacun choix entre sysvinit et recovery mode
ensuite
nouvelle page qui passe très vite  avec 2 lignes :
chargement de Linux 4.14…. pas le temps de lire la suite
puis une page qui ressemble à ceci :
[2.972887]  dump_stack….
etc….
dernière ligne
[2.974414] — [ end Kernel panic - not syncing : Attempted to kil init ! 
exit code = 0x000b


Est-ce que tu peux booter sur un Live CD ou sur une clé USB contenant 
une archive Netinst de Debian ?


Il faudrait tester avec des noyaux plus ancien pour éliminer la cause 
matériel.


--
==
|  FRÉDÉRIC MASSOT   |
| http://www.juliana-multimedia.com  |
|   mailto:frede...@juliana-multimedia.com   |
| +33.(0)2.97.54.77.94  +33.(0)6.67.19.95.69 |
===Debian=GNU/Linux===



Re: kernel panic

2018-01-21 Thread Frederic MASSOT

Le 21/01/2018 à 09:40, Jean louis Giraud-Desrondiers a écrit :



Le 20 janv. 2018 à 18:08, Giraud Jean-Louis 
> a 
écrit :







> Message du 20/01/18 16:05
> De : "Christophe De Natale" >
> A : debian-user-french@lists.debian.org

> Copie à :
> Objet : Re: kernel panic
>
> Le 20/01/2018 à 12:13, Giraud Jean-Louis a écrit :
> >
> > >
> > > Afin de mettre de côté un éventuel problème matériel => memtest

Memtest a tourné toute la nuit : résultat : pass complète, no errors,
cependant il y a quelque chose qui m’intrigue car Memtest affiche : 
« CPU found : 4, CPU started : 2, CPU active : 1 »


De mémoire c'est normal, Memtest n'utilise qu'un CPU. Je crois qu'il y a 
un option ou une touche Fx pour le faire fonctionner sur plusieurs coeurs.



--
==
|  FRÉDÉRIC MASSOT   |
| http://www.juliana-multimedia.com  |
|   mailto:frede...@juliana-multimedia.com   |
| +33.(0)2.97.54.77.94  +33.(0)6.67.19.95.69 |
===Debian=GNU/Linux===



Re: kernel panic

2018-01-21 Thread Christophe De Natale



Le 21/01/2018 à 17:15, Jean louis Giraud-Desrondiers a écrit :



Le 21 janv. 2018 à 16:59, Christophe De Natale  a 
écrit :



Le 21/01/2018 à 13:47, Jean louis Giraud-Desrondiers a écrit :

cependant il y a quelque chose qui m’intrigue car Memtest affiche : « CPU found 
: 4, CPU started : 2, CPU active : 1 »

1 cpu ; 2 cœurs physiques ; 4 cœurs virtuels

ok


Du coup c'est quoi le processeur de cette machine svp ?

un Intel core i5

Quelle est la raison 686-pae et pas amd64 dans ce cas ?
Une idée qui a été suggérée serait de créer une partition (ubcd => 
parted magic)

et voir ce que cela donne sur une installation avec le noyau amd64

Démarrer sur ubcd permettrait aussi de tester la communication 
matérielle avec le ssd

et de re-vérifier les logs smart

Si vous n'avez pas eu l'occasion de tester, choisir "parted magic" vous 
fera parvenir

dans un environnement graphique



Re: Radiotray fails in stretch

2018-01-21 Thread Frank

Op 21-01-18 om 14:53 schreef tony:

Well, let's put this to bed. Thanks to those who responded; Eike at
least tried to help, his symptoms precisely match mine, thus confirming
it's a bug, despite the developer being unable to replicate it. Ah, well...


Radiotray failed for me like that when stretch was testing. Installing 
python-xdg fixed it (that package is now a dependency of the radiotray 
package).



It's NOT a shit program;


Indeed.


However, it no longer works, so must be consigned to the shit-heap.


Nope. Still works here (Xfce/testing/buster).

Regards,
Frank



Re: Radiotray fails in stretch

2018-01-21 Thread David Wright
On Sun 21 Jan 2018 at 15:11:14 (+0100), deloptes wrote:
> Curt wrote:
> 
> > Of course if the application isn't working that does qualify as a major
> > point in its disfavor.
> > 
> > I just read that 'python-xdg' should be a hard dependency, the
> > installation of which has fixed some folks' mortal bugs.
> 
> I understand the purpose of this application, however the benefit is
> marginal as the browser is the thing used most of the time (and from the
> said above, problems expected).

Marginal to you, maybe. But there are people who are happy to
spend more on a standalone internet radio than I would pay for
a reasonably specified computer. They don't want the complication.

> I just wonder why it would be the best internet radio player. I recommend to
> add an i infront of "RadioTray" -> "iRadioTray".

Yes, this is important for people who don't get as far as the one-line
description of the package (Description: online radio streaming player),
let alone the paragraph:

"Description-en: online radio streaming player
 This is a simple music streaming player that lives on the system tray.
 By clicking on the RadioTray icon, you'll be presented with a list of
 pre-configured online radios. By selecting one of those radios, it will
 start playing."

> It  would not be
> pretending to be something it is not, because radio is something that is
> being broadcasted on air. the one from the internet is internet radio.

Um, you just wrote, without a hint of proscription:

"When I read first this post I was thinking there is an app for controlling
radio receiver but it turns out it is online radio - WTF! online radio is
not a radio like terrestrial broadcast. Each online radio offers nowdays a
HTML5 stream, which can be automatically played by any HTML5 compatible
browser."

Cheers,
David.



Re: kernel panic

2018-01-21 Thread Jean louis Giraud-Desrondiers


> Le 21 janv. 2018 à 16:59, Christophe De Natale  
> a écrit :
> 
> 
> 
> Le 21/01/2018 à 13:47, Jean louis Giraud-Desrondiers a écrit :
 cependant il y a quelque chose qui m’intrigue car Memtest affiche : « CPU 
 found : 4, CPU started : 2, CPU active : 1 »
>>> 1 cpu ; 2 cœurs physiques ; 4 cœurs virtuels
>> ok
>> 
> Du coup c'est quoi le processeur de cette machine svp ?
un Intel core i5
> 



Re: kernel panic

2018-01-21 Thread Christophe De Natale



Le 21/01/2018 à 13:47, Jean louis Giraud-Desrondiers a écrit :

cependant il y a quelque chose qui m’intrigue car Memtest affiche : « CPU found 
: 4, CPU started : 2, CPU active : 1 »

1 cpu ; 2 cœurs physiques ; 4 cœurs virtuels

ok


Du coup c'est quoi le processeur de cette machine svp ?



Re: Demarrage Debian 8 impossible suite mise à jour.

2018-01-21 Thread hamster

Le 21/01/2018 à 09:56, elekaj 34 a écrit :
Oui aucune partition n'est saturée et l'espace disque est largement 
bon (36% d'utilisation pour le /home, partition la plus "utilisée")


Il y a un problème récurrent que j'ai rencontré sous ubuntu. D'habitude 
débian le fait pas mais tu perds rien a essayer. La partition racine 
semble ne pas etre pleine, et en effet elle ne l'est pas en termes 
d'octets, par contre elle l'est en terme d'inodes. C'est les différentes 
versions des noyaux qui bouffent tous les inodes disponibles.


Le diagnostic se fait avec df -i
Le curatif se fait en supprimant les anciennes versions des noyaux sauf 
les deux dernières et ca remarche pour un certain nombre de mises a jour 
jusqu'a ce ca replante. J'avais donc fait un script qui fait le ménage 
automatiquement tout les mois pour régler le problème de facon définitive.

http://www.suna.fdn.fr/liens/menage-noyaux



Re: kernel panic

2018-01-21 Thread Christophe De Natale



Le 21/01/2018 à 14:29, Jean louis Giraud-Desrondiers a écrit :

[...]

Et si vous démarrez sur le noyau 4.13, kernel panic? Si oui je pencherai pour 
un problème matériel


Éventuellement un port sata ou une nappe de connexion (?)


  car le 4.13 a déjà du démarrer sans souci auparavant.


Un kernel panic semble avoir eu lieu il y a 15 jours (ce qui a forcé 
l'op à forcer l'extinction du portable)



So what ?


Le "etc..." de ceci (une photo déposée qq part ?) ; désolé je ne sais 
pas comment récupérer ce type de message (d'ailleurs c'était bête de ma 
part de demander le kernel.log puisque le système ne démarre pas :D) :


[2.972887]  dump_stack….
etc….
dernière ligne
[2.974414] — [ end Kernel panic - not syncing : Attempted to kil init ! 
exit code = 0x000b



Re: Radiotray fails in stretch

2018-01-21 Thread deloptes
Curt wrote:

> Of course if the application isn't working that does qualify as a major
> point in its disfavor.
> 
> I just read that 'python-xdg' should be a hard dependency, the
> installation of which has fixed some folks' mortal bugs.

I understand the purpose of this application, however the benefit is
marginal as the browser is the thing used most of the time (and from the
said above, problems expected).

I just wonder why it would be the best internet radio player. I recommend to
add an i infront of "RadioTray" -> "iRadioTray". It  would not be
pretending to be something it is not, because radio is something that is
being broadcasted on air. the one from the internet is internet radio.










Re: kernel panic

2018-01-21 Thread Pascal Hambourg

Le 21/01/2018 à 13:47, Jean louis Giraud-Desrondiers a écrit :


oui j’ai le choix entre Debian Gnu/linux et dessous « options avancées pour 
Debian Gnu/linux » si je vais sur cette option j’ai le choix entre le noyau 
4.14 et 4.13 et pour chacun choix entre sysvinit et recovery mode
ensuite
nouvelle page qui passe très vite  avec 2 lignes :
chargement de Linux 4.14…. pas le temps de lire la suite
puis une page qui ressemble à ceci :
[2.972887]  dump_stack….
etc….
dernière ligne
[2.974414] — [ end Kernel panic - not syncing : Attempted to kil init ! 
exit code = 0x000b


"Attempted to kill init" = quelque chose a provoqué la terminaison du 
processus init (PID 1), qui ne doit jamais se terminer.
Ça pourrait aider de voir les lignes qui suivent "dump stack". Au moins 
les noms des fonctions.




Re: kernel panic

2018-01-21 Thread Pascal Hambourg

Le 17/01/2018 à 14:09, Giraud Jean-Louis a écrit :
  
oui  mais quand meme dans la colonne type la ligne 231 affiche pre fail ce qui veut dire je crois quelque chose comme juste avant de casser non ?


"Pre-fail" ou "Old_age" désigne seulement le type d'attribut, selon que 
la grandeur mesurée est un indicateur de défaillance de vieillissement.




Re: Radiotray fails in stretch

2018-01-21 Thread tony
On 21/01/18 14:20, Curt wrote:
> On 2018-01-20, Eike Lantzsch  wrote:
>>>
>>> looks like a shit program to me - just wondering how it got it into debian
>>> packages.
>>> When I read first this post I was thinking there is an app for controlling
>>> radio receiver but it turns out it is online radio - WTF! online radio is
>>> not a radio like terrestrial broadcast. Each online radio offers nowdays a
>>> HTML5 stream, which can be automatically played by any HTML5 compatible
>>> browser.
>>>
>>> correct me if I am wrong
>>>
>>> regards
>>
>> No, I think you're right either way.
> 
> Just to be clear this python program is a small utility that sits in
> your system tray and allows you to select and listen to online radio
> streams, as decoded by the gstreamer librairies--the only dependency
> other than some python stuff, it seems.
> 
> Why this is invalid because you can also listen to online radio from an
> HTML5 compatible browser, I am uncertain (this app is ostensibly
> designed to be minimal, whereas HTML5 compatible browsers generally
> have maximal tendencies).
> 
> Of course if the application isn't working that does qualify as a major
> point in its disfavor.
> 
> I just read that 'python-xdg' should be a hard dependency, the installation
> of which has fixed some folks' mortal bugs.
> 
> 
>> kind regards and have a nice day
>>

Well, let's put this to bed. Thanks to those who responded; Eike at
least tried to help, his symptoms precisely match mine, thus confirming
it's a bug, despite the developer being unable to replicate it. Ah, well...

It's NOT a shit program; it's been happily fulfilling my needs for many
years (certainly since Wheezy); it sits unobtrusively in the system
tray, without much overhead. I'm not in the habit of running a
resource-hungry web browser all the time.

However, it no longer works, so must be consigned to the shit-heap.
Thanks, anyway




Re: kernel panic

2018-01-21 Thread Jean louis Giraud-Desrondiers


> Le 21 janv. 2018 à 14:21, Daniel Huhardeaux  a écrit :
> 
> Le 21/01/2018 à 13:47, Jean louis Giraud-Desrondiers a écrit :
>> [...]
>>> Sinon, en relisant votre premier message, il se passe quoi finalement au 
>>> boot :
>>> * on a le choix des versions de noyaux
>> oui j’ai le choix entre Debian Gnu/linux et dessous « options avancées pour 
>> Debian Gnu/linux » si je vais sur cette option j’ai le choix entre le noyau 
>> 4.14 et 4.13 et pour chacun choix entre sysvinit et recovery mode
>> ensuite
>> nouvelle page qui passe très vite  avec 2 lignes :
>> chargement de Linux 4.14…. pas le temps de lire la suite
>> puis une page qui ressemble à ceci :
>> [2.972887]  dump_stack….
>> etc….
>> dernière ligne
>> [2.974414] — [ end Kernel panic - not syncing : Attempted to kil init ! 
>> exit code = 0x000b
> [...]
> 
> Et si vous démarrez sur le noyau 4.13, kernel panic? Si oui je pencherai pour 
> un problème matériel car le 4.13 a déjà du démarrer sans souci auparavant.
oui kernel panic dans tous les cas quel que soit le noyau et que ce soit en 
mode normal, ou sysvinit ou recovery mode. Du coup je pensais aussi à un 
problème matériel mais j’ai fait tourner smartmontools qui semble montrer que 
le DD est OK et Memtest n’a rien trouvé au niveau CPU. 
So what ? 

> 
> -- 
> daniel
> 
JLouis



Re: Radiotray fails in stretch

2018-01-21 Thread Curt
On 2018-01-20, Eike Lantzsch  wrote:
>> 
>> looks like a shit program to me - just wondering how it got it into debian
>> packages.
>> When I read first this post I was thinking there is an app for controlling
>> radio receiver but it turns out it is online radio - WTF! online radio is
>> not a radio like terrestrial broadcast. Each online radio offers nowdays a
>> HTML5 stream, which can be automatically played by any HTML5 compatible
>> browser.
>> 
>> correct me if I am wrong
>> 
>> regards
>
> No, I think you're right either way.

Just to be clear this python program is a small utility that sits in
your system tray and allows you to select and listen to online radio
streams, as decoded by the gstreamer librairies--the only dependency
other than some python stuff, it seems.

Why this is invalid because you can also listen to online radio from an
HTML5 compatible browser, I am uncertain (this app is ostensibly
designed to be minimal, whereas HTML5 compatible browsers generally
have maximal tendencies).

Of course if the application isn't working that does qualify as a major
point in its disfavor.

I just read that 'python-xdg' should be a hard dependency, the installation
of which has fixed some folks' mortal bugs.


> kind regards and have a nice day
>
>


-- 
“True terror is to wake up one morning and discover that your high school class
is running the country.” – Kurt Vonnegut



Re: kernel panic

2018-01-21 Thread Daniel Huhardeaux

Le 21/01/2018 à 13:47, Jean louis Giraud-Desrondiers a écrit :

[...]

Sinon, en relisant votre premier message, il se passe quoi finalement au boot :
* on a le choix des versions de noyaux

oui j’ai le choix entre Debian Gnu/linux et dessous « options avancées pour 
Debian Gnu/linux » si je vais sur cette option j’ai le choix entre le noyau 
4.14 et 4.13 et pour chacun choix entre sysvinit et recovery mode
ensuite
nouvelle page qui passe très vite  avec 2 lignes :
chargement de Linux 4.14…. pas le temps de lire la suite
puis une page qui ressemble à ceci :
[2.972887]  dump_stack….
etc….
dernière ligne
[2.974414] — [ end Kernel panic - not syncing : Attempted to kil init ! 
exit code = 0x000b

[...]

Et si vous démarrez sur le noyau 4.13, kernel panic? Si oui je pencherai 
pour un problème matériel car le 4.13 a déjà du démarrer sans souci 
auparavant.


--
daniel



Re: kernel panic

2018-01-21 Thread Jean louis Giraud-Desrondiers


> Le 21 janv. 2018 à 10:41, Christophe De Natale  
> a écrit :
> 
> 
> 
> Le 21/01/2018 à 09:40, Jean louis Giraud-Desrondiers a écrit :
>>> 
>>>> > > Afin de mettre de côté un éventuel problème matériel => memtest
>>> 
>> Memtest a tourné toute la nuit : résultat : pass complète, no errors,
>> cependant il y a quelque chose qui m’intrigue car Memtest affiche : « CPU 
>> found : 4, CPU started : 2, CPU active : 1 »
> 1 cpu ; 2 cœurs physiques ; 4 cœurs virtuels
ok

> 
> Sinon, en relisant votre premier message, il se passe quoi finalement au boot 
> :
> * on a le choix des versions de noyaux
oui j’ai le choix entre Debian Gnu/linux et dessous « options avancées pour 
Debian Gnu/linux » si je vais sur cette option j’ai le choix entre le noyau 
4.14 et 4.13 et pour chacun choix entre sysvinit et recovery mode
ensuite 
nouvelle page qui passe très vite  avec 2 lignes : 
chargement de Linux 4.14…. pas le temps de lire la suite
puis une page qui ressemble à ceci : 
[2.972887]  dump_stack….
etc….
dernière ligne
[2.974414] — [ end Kernel panic - not syncing : Attempted to kil init ! 
exit code = 0x000b 

> * grub charge et ensuite ? Il y a des messages à l'écran ou c'est tout noir ?
> * y a-t'il une indication "kernel panic" ?
> 
> Si message il y a, quelles sont les dernières lignes au moment du blocage ?
> Le log fourni hier ne contient que 27 lignes qui ne contiennent rien laissant 
> penser à un kernel panic
le kernel.log ne contient pas les lignes indiquées ci-dessus
> 
> Et un démarrage en mode recovery puisque le menu est accessible ?
donne la même chose
> 
> Bon courage,
merci 
> 
> —
> Christophe
> 
JLouis
> 



Re: INFO - Google adopte Debian Testing à la place d'Ubuntu

2018-01-21 Thread Pierre Malard

> Le 21 janv. 2018 à 01:53, Haricophile  a écrit :
> 
> Le Sat, 20 Jan 2018 13:26:25 +0100,
> David Pinson  a écrit :
> 
>> Une bonne chose pour Debian ?
>> 
>> https://www.developpez.com/actu/183361/Goobuntu-Google-abandonne-sa-distribution-Linux-basee-sur-Ubuntu-pour-Debian-en-tant-qu-OS-de-bureau-pour-ses-machines-en-interne/
>> 
>> https://itsfoss.com/goobuntu-glinux-google/
>> 
> 
> Je ne sais pas si ça va changer beaucoup pour Debian, Ubuntu et Debian
> ça n'est pas étanche ni dans un sens ni dans l'autre. Je pense que c'est
> surtout une perte pour Ubuntu en terme d'image de marque.

Effectivement, et une autre interrogation pour ubuntu vu que le fait de
partir d'une testing pour baser sa propre distribution c’est exactement
la démarche d’Ubuntu.
En gros Gogole préfère voler de ses propres ailes et se sent assez fort
pour porter tout l’effort de développement fait sur Ubuntu ; ce qui est
vrai.

Cordialement

> 
> 

--
Pierre Malard

   |\  _,,,---,,_
   /,`.-'`'-.  ;-;;,_
  |,4-  ) )-,_. ,\ (  `'-'
 '---''(_/--'  `-'\_) πr

perl -e '$_=q#: 3|\ 5_,3-3,2_: 3/,`.'"'"'`'"'"' 5-.  ;-;;,_:  |,A-  ) )-,_. ,\ 
(  `'"'"'-'"'"': '"'"'-3'"'"'2(_/--'"'"'  `-'"'"'\_): 
24πr::#;y#:#\n#;s#(\D)(\d+)#$1x$2#ge;print'
- --> Ce message n’engage que son auteur <--



signature.asc
Description: Message signed with OpenPGP


Re: Configuring WebHTTrack as I WANT

2018-01-21 Thread Richard Owlett

On 01/21/2018 04:15 AM, Curt wrote:

On 2018-01-20, Richard Owlett  wrote:


at line 7:  SRCHBROWSEREXE="x-www-browser www-browser iceape mozilla
firefox ...
edited to:  SRCHBROWSEREXE="x-www-browser www-browser iceape mozilla
seamonkey firefox ...



I'm not in agreement with this edit, as you have left 'x-www-browser' at
the head of the list, and the x-www-browser symlink is probably pointing
to firefox and chosen first (finding itself as it does at the head of
the list of possibilities).

I would have put seamonkey at the head of the list, myself.  Could be
wrong, though.


You weren't! 
As I replied to davidson, "Having just done a web search for 
"x-www-browser" I should have searched for the first unknown in what was 
obviously a prioritized list."




Now, I believe davidson suggested modifying your system-wide default
browser to reflect your seamonkey shenanigans.


Using his directions and with man page open it not only worked but I 
learned details of what I was doing.




  update-alternatives --config x-www-browser

I guess is the way to do that correctly.

https://wiki.debian.org/HOWTO/DefaultWebBrowser






[SUCCESS!] Re: Configuring WebHTTrack as I WANT

2018-01-21 Thread Richard Owlett

On 01/21/2018 04:39 AM, Richard Owlett wrote:

On 01/20/2018 04:42 PM, davidson wrote:

On Sat, 20 Jan 2018, Richard Owlett wrote:

[snip]
  # update-alternatives --install /usr/bin/x-www-browser x-www-browser 
/path/to/seamonkey 20




Worked like a charm. Now to re-read the WebHTTrack documentation. I've 
forgotten a lot since I last used it.


Thanks again.




Re: Configuring WebHTTrack as I WANT

2018-01-21 Thread Richard Owlett

On 01/20/2018 04:42 PM, davidson wrote:

On Sat, 20 Jan 2018, Richard Owlett wrote:

Caveat: I know nothing about seamonkey,


No problem, I've been using its predecessors since Netscape 4.


and I have never used httrack/webhttrack.


I chose it primarily because I was familiar with its Windows version.




WebHTTrack insists on using Firefox as the User Interface.


Are you certain webhttrack isn't just using x-www-browser, which
happens to be set, via the links in your /etc/alternatives directory,
to firefox?

What does the following tell you?

  $ update-alternatives --display x-www-browser


It verbosely tells I'm using Firefox ;)




That *VERY* annoying as I use SeaMonkey > 99.9% of the time.


If in fact firefox is the currently selected alternative for
x-www-browser, you can choose another one (interactively) with

  # update-alternatives --config x-www-browser

If seamonkey is not presently one of the available alternatives for
x-www-browser, you can register it as an alternative like so[1]:

  # update-alternatives --install /usr/bin/x-www-browser x-www-browser 
/path/to/seamonkey 20


If you do in fact need to register seamonkey as an alternative for
x-www-browser, and if you have a seamonkey man page installed, you'll
probably want to register its man page too. You could extend the
command above like so, to accomplish this:

  # update-alternatives --install /usr/bin/x-www-browser x-www-browser
    /path/to/seamonkey 20 --slave
    /usr/share/man/man1/x-www-browser.1.gz x-www-browser.1.gz
    /path/to/man-page/for/seamonkey.1.gz

You will need to replace /path/to/seamonkey, in the above commands,
with the path to your seamonkey program,

  $ type -P seamonkey # print path to seamonkey executable

and replace /path/to/man-page/for/seamonkey.1.gz with the appropriate
path to the man page file:

  $ man -w seamonkey # display the path to seamonkey's man page

I went to the website  and did not find 
anything even somewhat relevant.


I attempted to edit usr/bin/webhttrack without benefit.
Searching suggest these locations for possible edits.

Contains:
at line 6:    BROWSEREXE=""
edited to:    BROWSEREXE="seamonkey"

at line 7:    SRCHBROWSEREXE="x-www-browser www-browser iceape mozilla 
firefox ...
edited to:    SRCHBROWSEREXE="x-www-browser www-browser iceape mozilla 
seamonkey firefox ...


My line of questioning/suggestions above was inspired by the prominent
position of "x-www-browser" in the list immediately above.


I saw browser names I recognized and ignored the ones I didn't.
Having just done a web search for "x-www-browser" I should have searched 
for the first unknown in what was obviously a prioritized list.


Preliminary searches for "BROWSEREXE" and "SRCHBROWSEREXE" indicates 
pursuing them will be educational.




Lastly, regarding the change below, does a *directory*
/usr/bin/seamonkey/ exist on your system?


Yepp. I put it there, so to speak.
When Debian and Mozilla where at odds over browser names I said 
"Phooey." I've been using SeaMonkey direct from 
.



Looks a little weird to me. (Not that I would know.)


I do do weird things. Sometimes for valid reasons. Other times it causes 
an 'educational experience'.




at line 20:    SRCHPATH="$BINWD /usr/local/bin /usr/share/bin 
/usr/bin  ...
edited to:    SRCHPATH="$BINWD /usr/bin/seamonkey/ /usr/local/bin 
/usr/share/bin /usr/bin ...


Good luck with your project.

NOTES

1. "20" is a priority. Relatively high numbers mean relatively high
priority. Replace it with whatever numeric priority you fancy. But
note that with "update-alternatives --config" you can manually select
any alternative, regardless of its priority.


Thank you.







Re: Usuarios unilogin debian

2018-01-21 Thread Cristian Mitchell
El 21 de enero de 2018, 00:59, Dainel Fdezz escribió:

> Hola lista, quisiera saber cómo podría crear un usuario que solo pueda
> hacer una sola conexión a través de ssh.
> Gracias de antemano
>

Editar el archivo /etc/security/limits.conf y agregar la siguiente linea
para limitar el numero maximo de sesiones concurrentes para el usuario
pirulo:

pirulo hardmaxlogins   2



-- 
MrIX
Linux user number 412793.
http://counter.li.org/

las grandes obras,
las sueñan los santos locos,
las realizan los luchadores natos,
las aprovechan los felices cuerdo,
y las critican los inútiles crónicos,


Re: Configuring WebHTTrack as I WANT

2018-01-21 Thread Curt
On 2018-01-20, Richard Owlett  wrote:
>
> at line 7:SRCHBROWSEREXE="x-www-browser www-browser iceape mozilla 
> firefox ...
> edited to:SRCHBROWSEREXE="x-www-browser www-browser iceape mozilla 
> seamonkey firefox ...
>

I'm not in agreement with this edit, as you have left 'x-www-browser' at
the head of the list, and the x-www-browser symlink is probably pointing
to firefox and chosen first (finding itself as it does at the head of
the list of possibilities).

I would have put seamonkey at the head of the list, myself.  Could be
wrong, though.

Now, I believe davidson suggested modifying your system-wide default
browser to reflect your seamonkey shenanigans.

 update-alternatives --config x-www-browser

I guess is the way to do that correctly.

https://wiki.debian.org/HOWTO/DefaultWebBrowser

-- 
“True terror is to wake up one morning and discover that your high school class
is running the country.” – Kurt Vonnegut



Re: (deb-cat) Detectar switch ethernet

2018-01-21 Thread Narcis Garcia
Parlo de «salts» d'enllaç, del protocol ethernet.
Hi ha Switches «de consum» que s'anomenen «no gestionables» que no tenen
adreça IP ni són configurables per programari. Només fan de «lladre»
ethernet per unir cables d'una xarxa física i fer de repetidor del
transit IP.
Que jo sàpiga, aquests Switches tampoc no porten adreça MAC.



__
I'm using this express-made address because personal addresses aren't
masked enough at this mail public archive. Public archive administrator
should fix this against automated addresses collectors.
El 21/01/18 a les 10:32, Josep Lladonosa ha escrit:
> Si parles de salts, parles de protocol que permet 'saltar', és a dir IP.
> És per això que el que s'usa és traceroute.
> 
> He mirat i els equips Cisco, per exemple, tenen una cosa que podria ser
> semblant al que demanes (fer traceroute a adreces MAC) però donat que
> usen el protocol CDP propietari Cisco no és un estàndard...
> 
> 2018-01-21 10:14 GMT+01:00 Narcis Garcia  >:
> 
> Bon dia,
> 
> Algú sap com detectar els salts que hi ha entre 2 equips, a nivell
> d'ethernet? És a dir, si per exemple entre un ordinador i el Router hi
> ha un Switch (sense IP).
> 
> La comanda «traceroute» sondeja els salts que hi ha sempre i quan
> aquests salts tinguin adreça IP, és a dir, que siguin passarel·les entre
> xarxes IP.
> El què jo busco són els salts de cable a cable: només ethernet i dins
> una mateixa xarxa local.
> 
> Gràcies.
> 
> --
> 
> 
> __
> I'm using this express-made address because personal addresses aren't
> masked enough at this mail public archive. Public archive administrator
> should fix this against automated addresses collectors.
> 
> 
> 
> 
> -- 
> --
> Salutacions...Josep
> --



Re: Libreoffice eats 100%cpu

2018-01-21 Thread Hans
Am Sonntag, 21. Januar 2018, 10:34:45 CET schrieb Frank:
Hi,

looks like one has to deinstall libreoffice-gtk2, too.

However, after doing so, the 100% issue was gone - and the libreoffice 
quickstarter, too.

I also discovered, that just running the libreoffice quickstarter is also 
using 100 % cpu power (a it is just running the "soffice.bin" process).

Hope, libreoffice 6 will come soon.

Best

Hans   
> Op 15-01-18 om 10:38 schreef Kamil Jońca:
> > libreoffice started to eat whole core of my cpu, the same is on fresh
> > profile.
> > Any hints?
> 
> The same thing here. Found this thread:
> https://bugs.documentfoundation.org/show_bug.cgi?id=108246
> 
> The suggestion to remove the lot and just keep what you need seemed to
> work, but it also removed the GTK appearance (Xfce desktop). When I
> reinstalled that, the CPU issue came back. So I ended up reinstalling
> all of libreoffice, with one exception: libreoffice-gtk3.
> 
> Regards,
> Frank




Re: [1/2HS] Installation WiFi dans une résidence

2018-01-21 Thread Yann Serre



Le 21/01/2018 à 10:09, Pierre L. a écrit :


Le 21/01/2018 à 08:33, Yann Serre a écrit :

On tient peut-être là un bout d'explication du débit décevant et des
déconnexions intempestives de la plupart des réseaux WiFi publics:)
... Si le "pirate" ne parvient pas à récupérer facilement une
"oeuvre", il se découragera et ira ailleurs...


Le débit est effectivement un peu pourri les quelques fois où j'ai
testé, c'est comme les douches du camping aux heures de pointe... :p
Je ne sais pas si le "pirate" se découragera ou pas... pendant l'heure
de cafét' son téléchargement s'effectuera en fond, c'est toujours ça de
pris...


Et si l'utilisateur (avec de mauvaises intentions) ne sait pas masquer
son adresse MAC, son terminal est inscrit dans les logs de connexion
du service WiFi communautaire. Ce n'est pas une identification
stricte, mais c'est une trace qui désigne l'utilisateur habituel du
terminal.

L'accès par login et mot de passe est lié à une adresse mail (donnée
personnelle) et à des Conditions Générales de Service qui ont été
validées par un utilisateur précis. Le gestionnaire du WiFi Public
peut donc désigner ("dénoncer") une adresse mail en cas de demande.

D'où les adresses mails "jetables", et/ou hébergées à l'étranger, sous
d'autres lois qui peuvent ne pas "forcer" le fournisseur à désigner un
propriétaire physique derrière une adresse mail.

En établissement scolaire, j'ai souvenir que la gestion (et son
flicage...) de l'utilisateur était réalisée par un contrôle login/pass,
c'était assez simple car les personnes étaient toutes présentes
physiquement pour échanger ces données. Tous les accès vers les sites
étaient logués via un proxy Squid (si mes souvenirs sont bons), il était
donc aisé de désigner une personne (heuhh un identifiant) étant allée
sur tel site, tel jour, telle heure... à la demande des autorités.
Cependant l'utilisateur qui "prêtait" ses identifiants à son pote,
pouvait devenir le méchant à tort.
Comme ta voiture que tu aurais prêtée à un ami, et qui se fait flasher
en excès de vitesse. C'est sur le proprio de cette plaque
d'immatriculation que ca retombe.


Donc pour fournir une solution "responsable" à un groupe
d'appartements, il faudrait un routeur et une cellule WiFi par
appartement...

Avec cette réponse, je me place du point de vue d'un gestionnaire
d'immeubles qui ne veut pas être tenu pour responsable de l'usage que
les utilisateurs finaux font d'internet, pas du point de vue d'une
communauté qui aurait envie de tout partager et de contourner les
règles qui tentent d'empêcher de télécharger illégalement:)

Bon dimanche !


Oui c'est à mon avis devenu un vaste sujet qu'est ce flicage des
utilisateurs sur cette toile qui est à la base un espace libre, rendu
apparemment "nécessaire" par des ayants-droits qui demandent justice
face à des méchants contrevenants... (je n'évoque que le sujet des
copies d’œuvres dans ces lignes)

Bon dimanche aussi:)

oops, ca dérape sur le flicage...



On change le sujet en [9/10 HS] ?  :)

On sera d'accord que si un technophile veut s'approprier une oeuvre 
numérique, il trouvera un moyen !


Pour cette résidence, si on part du principe que les habitants ne sont 
pas un groupe d'amis ou une famille, il faut donc :

- leur délivrer un vrai haut débit, fiable,
- différencier les utilisateurs logement par logement.

Ce qui explique probablement les prix plus élevés de certains 
prestataires qui prennent en compte tous les aspects de ce dossier...




Re: kernel panic

2018-01-21 Thread Christophe De Natale



Le 21/01/2018 à 09:40, Jean louis Giraud-Desrondiers a écrit :


> > > Afin de mettre de côté un éventuel problème matériel => memtest


Memtest a tourné toute la nuit : résultat : pass complète, no errors,
cependant il y a quelque chose qui m’intrigue car Memtest affiche : 
« CPU found : 4, CPU started : 2, CPU active : 1 »

1 cpu ; 2 cœurs physiques ; 4 cœurs virtuels

Sinon, en relisant votre premier message, il se passe quoi finalement au 
boot :

* on a le choix des versions de noyaux
* grub charge et ensuite ? Il y a des messages à l'écran ou c'est tout 
noir ?

* y a-t'il une indication "kernel panic" ?

Si message il y a, quelles sont les dernières lignes au moment du blocage ?
Le log fourni hier ne contient que 27 lignes qui ne contiennent rien 
laissant penser à un kernel panic


Et un démarrage en mode recovery puisque le menu est accessible ?

Bon courage,

--
Christophe




Re: Libreoffice eats 100%cpu

2018-01-21 Thread Frank

Op 15-01-18 om 10:38 schreef Kamil Jońca:

libreoffice started to eat whole core of my cpu, the same is on fresh
profile.
Any hints?


The same thing here. Found this thread:
https://bugs.documentfoundation.org/show_bug.cgi?id=108246

The suggestion to remove the lot and just keep what you need seemed to 
work, but it also removed the GTK appearance (Xfce desktop). When I 
reinstalled that, the CPU issue came back. So I ended up reinstalling 
all of libreoffice, with one exception: libreoffice-gtk3.


Regards,
Frank



Re: (deb-cat) Detectar switch ethernet

2018-01-21 Thread Josep Lladonosa
Si parles de salts, parles de protocol que permet 'saltar', és a dir IP. És
per això que el que s'usa és traceroute.

He mirat i els equips Cisco, per exemple, tenen una cosa que podria ser
semblant al que demanes (fer traceroute a adreces MAC) però donat que usen
el protocol CDP propietari Cisco no és un estàndard...

2018-01-21 10:14 GMT+01:00 Narcis Garcia :

> Bon dia,
>
> Algú sap com detectar els salts que hi ha entre 2 equips, a nivell
> d'ethernet? És a dir, si per exemple entre un ordinador i el Router hi
> ha un Switch (sense IP).
>
> La comanda «traceroute» sondeja els salts que hi ha sempre i quan
> aquests salts tinguin adreça IP, és a dir, que siguin passarel·les entre
> xarxes IP.
> El què jo busco són els salts de cable a cable: només ethernet i dins
> una mateixa xarxa local.
>
> Gràcies.
>
> --
>
>
> __
> I'm using this express-made address because personal addresses aren't
> masked enough at this mail public archive. Public archive administrator
> should fix this against automated addresses collectors.
>
>


-- 
--
Salutacions...Josep
--


(deb-cat) Detectar switch ethernet

2018-01-21 Thread Narcis Garcia
Bon dia,

Algú sap com detectar els salts que hi ha entre 2 equips, a nivell
d'ethernet? És a dir, si per exemple entre un ordinador i el Router hi
ha un Switch (sense IP).

La comanda «traceroute» sondeja els salts que hi ha sempre i quan
aquests salts tinguin adreça IP, és a dir, que siguin passarel·les entre
xarxes IP.
El què jo busco són els salts de cable a cable: només ethernet i dins
una mateixa xarxa local.

Gràcies.

-- 


__
I'm using this express-made address because personal addresses aren't
masked enough at this mail public archive. Public archive administrator
should fix this against automated addresses collectors.



Re: [1/2HS] Installation WiFi dans une résidence

2018-01-21 Thread Pierre L.


Le 21/01/2018 à 08:33, Yann Serre a écrit :
> On tient peut-être là un bout d'explication du débit décevant et des
> déconnexions intempestives de la plupart des réseaux WiFi publics :)
> ... Si le "pirate" ne parvient pas à récupérer facilement une
> "oeuvre", il se découragera et ira ailleurs...
>
Le débit est effectivement un peu pourri les quelques fois où j'ai
testé, c'est comme les douches du camping aux heures de pointe... :p
Je ne sais pas si le "pirate" se découragera ou pas... pendant l'heure
de cafét' son téléchargement s'effectuera en fond, c'est toujours ça de
pris...

> Et si l'utilisateur (avec de mauvaises intentions) ne sait pas masquer
> son adresse MAC, son terminal est inscrit dans les logs de connexion
> du service WiFi communautaire. Ce n'est pas une identification
> stricte, mais c'est une trace qui désigne l'utilisateur habituel du
> terminal.
>
> L'accès par login et mot de passe est lié à une adresse mail (donnée
> personnelle) et à des Conditions Générales de Service qui ont été
> validées par un utilisateur précis. Le gestionnaire du WiFi Public
> peut donc désigner ("dénoncer") une adresse mail en cas de demande.
D'où les adresses mails "jetables", et/ou hébergées à l'étranger, sous
d'autres lois qui peuvent ne pas "forcer" le fournisseur à désigner un
propriétaire physique derrière une adresse mail.

En établissement scolaire, j'ai souvenir que la gestion (et son
flicage...) de l'utilisateur était réalisée par un contrôle login/pass,
c'était assez simple car les personnes étaient toutes présentes
physiquement pour échanger ces données. Tous les accès vers les sites
étaient logués via un proxy Squid (si mes souvenirs sont bons), il était
donc aisé de désigner une personne (heuhh un identifiant) étant allée
sur tel site, tel jour, telle heure... à la demande des autorités.
Cependant l'utilisateur qui "prêtait" ses identifiants à son pote,
pouvait devenir le méchant à tort.
Comme ta voiture que tu aurais prêtée à un ami, et qui se fait flasher
en excès de vitesse. C'est sur le proprio de cette plaque
d'immatriculation que ca retombe.

> Donc pour fournir une solution "responsable" à un groupe
> d'appartements, il faudrait un routeur et une cellule WiFi par
> appartement...
>
> Avec cette réponse, je me place du point de vue d'un gestionnaire
> d'immeubles qui ne veut pas être tenu pour responsable de l'usage que
> les utilisateurs finaux font d'internet, pas du point de vue d'une
> communauté qui aurait envie de tout partager et de contourner les
> règles qui tentent d'empêcher de télécharger illégalement :)
>
> Bon dimanche !
>
Oui c'est à mon avis devenu un vaste sujet qu'est ce flicage des
utilisateurs sur cette toile qui est à la base un espace libre, rendu
apparemment "nécessaire" par des ayants-droits qui demandent justice
face à des méchants contrevenants... (je n'évoque que le sujet des
copies d’œuvres dans ces lignes)

Bon dimanche aussi :)

oops, ca dérape sur le flicage...



signature.asc
Description: OpenPGP digital signature


Re: Iptables at boot

2018-01-21 Thread Dejan Jocic
On 21-01-18, Mark Fletcher wrote:
> On Sun, Jan 21, 2018 at 02:02:07AM +0100, Dejan Jocic wrote:
> > On 20-01-18, Jacques Rodary wrote:
> > > Hi
> > > How can I start iptables at boot. I don't find  an equivalent to  " 
> > > service
> > > iptables start" with systemd and does'nt know how to create a new
> > > iptables.service. The manpages aren't quite clear for me. Thanks for any
> > > help.
> > >   Jacques
> > > 
> > 
> > There are two options. One would be to learn to write systemd service
> > units. There are many tutorials on net for how to write those with
> > examples. Other would be to install iptables-persistent package. You can
> > find more about using iptables-persistent package if you google it, you
> > will surly run on few quick howtos.
> > 
> > 
> 
> To get you started [addressing the OP], here is the service file I use:
> 
> [Unit]
> Description=Load Iptables Rules
> ConditionFileIsExecutable=/etc/systemd/scripts/iptables
> After=network.target
> 
> [Service]
> Type=forking
> ExecStart=/etc/systemd/scripts/iptables
> TimeoutSec=0
> RemainAfterExit=yes
> 
> [Install]
> WantedBy=multi-user.target
> 
> This goes in /lib/systemd/system/iptables.service and assumes your 
> iptables commands are in a script which is called iptables, is 
> executable, and is located in /etc/systemd/scripts
> 
> I must point out there may be Debian policies of which I am not aware 
> about where the files should ideally go; I lifted this configuration 
> from a non-Debian box. There is nothing about it that will _not work_ on 
> Debian, but there may be a preferred Debian location for such files, 
> which hopefully my contribution will encourage someone knowledgable to 
> add.
> 
> then to run it once, as root:
> systemctl start iptables
> 
> and to set it up so it runs at boot, as root:
> systemctl enable iptables
> 
> HTH
> 
> Mark
> 

Location for local custom unit files should be /etc/systemd/system but
it can be on several more places, if you desire so. It is just that
those in /etc/systemd/system take precedence over others.





Re: Demarrage Debian 8 impossible suite mise à jour.

2018-01-21 Thread elekaj 34
Le 20 janvier 2018 à 19:19, Alban Vidal  a écrit :

> Bonjour,
>
>  Le 20/01/2018 à 15:09, elekaj 34 a écrit :
>
>
>
> J'ai refait la procédure apt-get update suivi d'un apt-get upgrade et là
> j'ai l'erreur suivante :
> Vous pouvez lancer apt-get -f install pour corriger ces problèmes
> Les paquets suivants contiennent des dépendances non satisfaites :
>  bind 9 : Dépend: libbind9-90 (= 1:9.9.5.dfsg-9+deb8u14) mais
> 1:9.9.5.dfsg-9+deb8u15 est installé
>  Dépend: libdns100 (= 1:9.9.5.dfsg-9+deb8u14) mais
> 1:9.9.5.dfsg-9+deb8u15 est installé
>  Dépend: libics95 (= 1:9.9.5.dfsg-9+deb8u14) mais
> 1:9.9.5.dfsg-9+deb8u15 est installé
>  Dépend: libisccc90 (= 1:9.9.5.dfsg-9+deb8u14) mais
> 1:9.9.5.dfsg-9+deb8u15 est installé
>  Dépend: libisccfg90 (= 1:9.9.5.dfsg-9+deb8u14) mais
> 1:9.9.5.dfsg-9+deb8u15 est installé
>  Dépend: liblwres90 (= 1:9.9.5.dfsg-9+deb8u14) mais
> 1:9.9.5.dfsg-9+deb8u15 est installé
>  Dépend: bind9utils (= 1:9.9.5.dfsg-9+deb8u14) mais
> 1:9.9.5.dfsg-9+deb8u15 est installé
>
> Évidemment lors d'un apt-get -f install je me fait insulter :
>
> Dépaquetage de bind9 (1:9.9.5.dfsg-9+deb8u15) sur
> (1:9.9.5.dfsg-9+deb8u14) ...
> dpkg: erreur de traitement de l'archive /var/cache/apt/archives/bind9-
> 1%3a9.9.5.dfsg-9+deb8u15_amd64.deb (--unppack)
> tentative de remplacement de /var/run, qui appartient aussi au paquet
> base-files 8+deb8u10
> dpkg-deb : erreur : le sous-processus coller a été tué par le signal
> Relais brisé (pipe)
> Des erreurs ont été rencontrées pendant l'éxécution :
> /var/cache/apt/archives/bind9-1%3a9.9.5.dfsg-9+deb8u15_amd64.deb
> E: Sub-process /usr/bin/dpkg returned an error code (1)
>
> La volumétrie est bonne ? Surtout sur la racine et la partition /var ?
>
> As-tu essayé la commande suivante :
> dpkg --configure -a
>
> Si toujours rien, j'essayerai :
> apt-get clean
> apt install --reinstall bind9
>
> Cordialement,
>
> Alban
>

Bonjour,

Oui aucune partition n'est saturée et l'espace disque est largement bon
(36% d'utilisation pour le /home, partition la plus "utilisée")

J'ai désinstallé bind9 puis réinstallé. Cela a résolu pas mal de soucis
mais pas tous !
Tous les services démarrent correctement, y compris D-BUS mais munin refuse
de démarrer (pour l'instant c'est pas un soucis).

Mais au boot j'ai toujours les messages relatif à random-seed et
various-fixup !

J'ai vérifié sur d'autres VM, elles aussi en debian 8 (et à jour) et je
n'ai pas les problèmes relatif au random-seed et various-fixup.

Je continue mes recherches et tentatives de dépannages.

Alain

Lumières d'Ici ... et d'Ailleurs 


Re: kernel panic

2018-01-21 Thread Jean louis Giraud-Desrondiers


> Le 20 janv. 2018 à 18:08, Giraud Jean-Louis  a 
> écrit :
> 
>  
>  
>  
>  
>  
> > Message du 20/01/18 16:05
> > De : "Christophe De Natale" 
> > A : debian-user-french@lists.debian.org
> > Copie à : 
> > Objet : Re: kernel panic
> > 
> > Le 20/01/2018 à 12:13, Giraud Jean-Louis a écrit :
> > >
> > > >
> > > > Afin de mettre de côté un éventuel problème matériel => memtest
Memtest a tourné toute la nuit : résultat : pass complète, no errors, 
cependant il y a quelque chose qui m’intrigue car Memtest affiche : « CPU found 
: 4, CPU started : 2, CPU active : 1 » 
> > >
> > > je ne reussis pas a l installer 
> > >
> > Avec un live-cd de type ubcd (c'est mon outil préféré, il y a tout ce 
> > qu'il faut pour diagnostiquer la machine):http://www.ultimatebootcd.com/ 
> > oui très  bien cet outil mais il faut 
> > prendre la version 5.3.6, chez moi la version 5.3.7 n’a pas voulu passer 
> > dans le graveur. 
> 
JLouis