Re: gnats user

2018-03-06 Thread tv.deb...@googlemail.com

On 07/03/2018 11:46, Reco wrote:

Hi.

On Wed, Mar 07, 2018 at 05:57:36AM +, Adam Weremczuk wrote:

Thanks, a useful read.
But all it says regarding gnats is "." :)


Nothing's perfect ☺. I suggest thinking about it this way:

Along with other uid<100 users, 'gnats' is there for a long time,
nobody's sure what will break if it's removed from passwd(5), and it's
not that someone will use uid=41 for anything else.

Reco



A quick "find" on a Sid system for -user gnats and -gid 41 brings back 
only one result : /var/spool/cron/crontabs/gnats


dpkg -S knows nothing of this file, which incidentally dates back to 
2012 and has no actual code in it. apt-file search knows nothing about 
it either. So I went ahead and removed user gnats and group 41, trashed 
the lone empty file, and nothing breaks so far. If I ever install a 
package that needs this group it will be recreated by a post-install 
script anyway. If something complains in the logs I'll recreate it, no 
big deal.

Rinse and repeat for every unwanted group/user, just keep backups ;-)



Re: Origin of /var/run contents

2018-03-06 Thread deloptes
Jonathan de Boyne Pollard wrote:

>> Wheezy used sysvinit and related pacakges, not systemd. Jessie does
>> have the file-hierarchy(7) man page that Jonathan mentioned.
>>
> Debian 7 had systemd, and the sharp-eyed who read the URL will have
> noticed that I pointed to the Debian 7 version of that manual page.

$ ls /usr/share/man/man
man1/ man2/ man3/ man4/ man5/ man6/ man7/ man8/

for the record those (1...8) are not the debian version

man man

DESCRIPTION
   man is the system's manual pager.  Each page argument given to man is
normally the name of a program, utility  or  function.   The  manual  page
   associated  with  each  of these arguments is then found and
displayed.  A section, if provided, will direct man to look only in that
section of
   the manual.  The default action is to search in all of the available
sections following a pre-defined order ("1 n l 8 3 2 3posix 3pm 3perl 3am 5
   4  9  6  7"  by default, unless overridden by the SECTION directive
in /etc/manpath.config), and to show only the first page found, even if
page
   exists in several sections.

   The table below shows the section numbers of the manual followed by
the types of pages they contain.

   1   Executable programs or shell commands
   2   System calls (functions provided by the kernel)
   3   Library calls (functions within program libraries)
   4   Special files (usually found in /dev)
   5   File formats and conventions eg /etc/passwd
   6   Games
   7   Miscellaneous (including macro packages and conventions), e.g.
man(7), groff(7)
   8   System administration commands (usually only for root)
   9   Kernel routines [Non standard]


regards



Re: gnats user

2018-03-06 Thread Reco
Hi.

On Wed, Mar 07, 2018 at 05:57:36AM +, Adam Weremczuk wrote:
> Thanks, a useful read.
> But all it says regarding gnats is "." :)

Nothing's perfect ☺. I suggest thinking about it this way:

Along with other uid<100 users, 'gnats' is there for a long time,
nobody's sure what will break if it's removed from passwd(5), and it's
not that someone will use uid=41 for anything else.

Reco



Re: gnats user

2018-03-06 Thread Adam Weremczuk

Thanks, a useful read.
But all it says regarding gnats is "." :)


On 2018-03-06 16:57, Reco wrote:

[1], chapter 12.1.12.1.

Reco

[1]https://www.debian.org/doc/manuals/securing-debian-howto/ch12.en.html




Re: adsl bridge mode

2018-03-06 Thread Pascal Hambourg

Le 06/03/2018 à 23:17, Gokan Atmaca a écrit :


I got ADSL bridge mode. I can get ip address from DHCP from the
service provider.
How do I  configure it ?


Configure what ?
Please elaborate.



Multifunction (printer + scanner) recommendation?

2018-03-06 Thread Kamil Jońca

I am not sure if it is best group for this question but I am tired with
searching over numerous web pages :(

I need to buy device to scan and print which:
- can scan with sane
- can print from my debian box (strongly prefer without binary/closed
drivers[1], I'm not sure about hplip[2])
- no bigger than ~ (H x D x W) 308 mm x 363 mm x 437 mm [3]
- can be shared to Windows machines (with HP 1120MFP I could not do that)


Any suggestions?

KJ

[1] - like Brother, but I heard that they give source code for driver too?
[2] - hplip has a lot of bloat in his dependecies
[3] - sizes of my current hp 1120 MFP device




-- 
http://wolnelektury.pl/wesprzyj/teraz/
You feel a whole lot more like you do now than you did when you used to.



Re: How to use a particular kernel for only one boot

2018-03-06 Thread Marc Auslander
Roberto C. Sánchez  writes:

>On Tue, Mar 06, 2018 at 07:35:37PM +, John wrote:
>> I am still looking for a clean way to upgrade my Debian box.
>> 
>> Background is that the m/c is the interface to the world from the LAN,
>> runs headless, and is fairly difficult to access physically.  My
>> attempt to upgrade from Whezzy to Jessie broke as it would not
>> run/load the 3.16.0-4-amd64 kernel, and after a painful period I
>> managed to get Jessie running with the Whezzy 3.2.0-4-amd64 kernel.  I
>> have uploaded the 3.16.0-5-amd64.  What I would like would be to try a
>> boot into the new kernel, but if that fails for the next and
>> subsequent boots to be to the (working) Whezzy kernel.  I think I
>> heard once that there was such a mechanism but  have not found it.
>> BTW it is running grub.
>> 
>grub-reboot (8)  - set the default boot entry for GRUB, for the next
>boot only
>
>Regards,
>
>-Roberto
A caveat - if your boot directory is in a raid parition grub will not
reset the boot environment - it knows how to read but not write raid
partitions.

If you boot successfully you can reset it yourself - but if the boot fails
you will be stuck.



Re: File and directory permissions

2018-03-06 Thread epsilon491
On 07/03/18 13:56, epsilon...@tutanota.com wrote:

 

> Do you have any network filesystems involved in this test?

No network fs.
It is a local LUKS encrypted disk with ext4 filesystem.
Kernel is latest.
Debian 9.3



Re: File and directory permissions

2018-03-06 Thread Ben Caradoc-Davies

On 07/03/18 13:56, epsilon...@tutanota.com wrote:

On terminal A,
chown root:root /opt/experiment/
chmod 700 /opt/experiment
On terminal B,
whoami #aristo
touch bbb
# OK bbb is created in /opt/experiment/
cd /opt/experiment/
# Gives permission denied
ls -la
# Gives correct listing
pwd
# Gives /opt/experiment


I cannot reproduce this behaviour on a local ext4 filesystem. As soon as 
access is removed, a nonprivileged user cannot cd to or list contents of 
the test directory.


Do you have any network filesystems involved in this test?

Kind regards,

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



File and directory permissions

2018-03-06 Thread epsilon491
For example, on terminal window A,

su
whoami # root
mkdir /opt/experiment/
chown aristo:aristo /opt/experiment/

Now on another terminal window, B,

su aristo
whoami # aristo
cd /opt/experiment/
touch aaa
# OK aaa is created

On terminal A,

chown root:root /opt/experiment/
chmod 700 /opt/experiment

On terminal B,

whoami #aristo
touch bbb
# OK bbb is created in /opt/experiment/
cd /opt/experiment/
# Gives permission denied
ls -la
# Gives correct listing
pwd
# Gives /opt/experiment

But on a new terminal C,

su aristo
whoami # aristo
cd /opt/experiment/
# Gives permission denied

In the above scenario, note that on terminal B user aristo can still access the 
directory even after the permission is set to 700 by root. Can you clarify the 
reason? Is it an expected behavior? If so why? It looks non-intuitive and 
invites unexpected security issues. If it is not intentional then what is the 
reason of this behavior?



Origin of /var/run contents

2018-03-06 Thread Jonathan de Boyne Pollard

Greg Wooledge:

Wheezy used sysvinit and related pacakges, not systemd. Jessie does 
have the file-hierarchy(7) man page that Jonathan mentioned.


Debian 7 had systemd, and the sharp-eyed who read the URL will have 
noticed that I pointed to the Debian 7 version of that manual page.


Have a manual page from Ubuntu 14, which likewise did in fact have 
systemd, to go with it:


* http://manpages.ubuntu.com/manpages/trusty/man8/pam_systemd.8.html

This stuff does go back quite a number of years, now.

* 
https://lists.freedesktop.org/archives/systemd-devel/2010-October/000686.html



Greg Wooledge:


All of the stuff Jonathan is describing is from systemd,

The sharp-eyed will have also spotted that that is untrue.  At least one 
of the things that I pointed to most definitely is not systemd.




adsl bridge mode

2018-03-06 Thread Gokan Atmaca
Hello

I got ADSL bridge mode. I can get ip address from DHCP from the
service provider.
How do I  configure it ?

thanks...



Re: (solved) Re: wireless fail after stretch installation

2018-03-06 Thread Charlie S
On Tue, 6 Mar 2018 13:46:24 -0500 (EST) bw sent:

> On Tue, 6 Mar 2018, Ian Jackson wrote:
> 
> > Brian writes ("Re: (solved) Re: wireless fail after stretch
> > installation"):  
> > > #694068, #696755, #727740 and #777439.  
> > 
> > Thanks.
> > 
> > I have read the bug logs and Trent Buck's message here
> >   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694068#47
> > seems to suggest a way forward.
> > 
> > Perhaps someone would care to write and test a patch to d-i's
> > network configuration arrangements, to implement Trent's
> > suggestion ?  I think that the people who don't have
> > network-manager would probably prefer this to use ifupdown, and
> > making a whole new udeb will be work, so Trent's second suggestion
> > seems sensible. 
> 
> Second suggestion being networkd preferred over ifupdown?  yeah, I
> had thought this was going to come up eventually.  State it in plain
> english, if ifupdown is to be replaced, then let's get on with it.
> 


Let's not get rid of ifupdown or that way to bring the connection, wifi
or otherwise, up or down.

[disclaimer] Ifup/down is a personal preference [end disclaimer]

I do not do a "guided" or automagic install. Though I dislike the term,
because I am not, I used the expert install. So the following may be a
stupid suggestion.

The root of the problem appears to be: for someone who has installed
Debian on more machines, through a wifi connection and wants to
continue using that connection type, will know that the actual
connection requirement used by the installer is removed. No surprise.

Then write the /etc/network/interfaces file as required if that's the
way they wish to connect [ifup/down].

Maybe that should just be documented [exampled choices] in the
installer for anyone who doesn't install a Debian O/S all that often or
only once?

Never having used network manager or similar am not certain how they
work. However, the documentation during install at the appropriate time
could read something like: if you wish to continue using a wifi
connection after reboot, please edit /etc/network/interfaces [give an
example] or install network manager or whatever helper to do this?

Just a thought
Charlie



Re: blocage installeur debian : "please insert the disc"

2018-03-06 Thread yahoo
Bonsoir,

je viens de tomber sur une doc qui semble correspondre à ton soucis,

(mais je peux me tromper),

c'est la première phrase qui me fais penser à cela :

/"""///

/Parfois, particulièrement avec d'anciens lecteurs, l'installateur ne
peut s'amorcer à partir d'un CD. Il arrive aussi, même après un amorçage
réussi, que l'installateur ne reconnaisse pas le lecteur ou bien signale
des erreurs de lecture pendant l'installation. """ /

https://www.debian.org/releases/stable/i386/ch05s04.html.fr



Le 26/02/2018 à 23:20, kevin a écrit :
> Bonsoir,
>
>
> tentative d'install de stretch sur un machine pas récente, un portable ACER 
> Aspire 1641WLMi.
>
> Install par cdrom netinst (le bios de cette machine ne propose pas d'option 
> de boot sur USB).
>
>
> Vers la fin de l'étape « installer le système de base », alors que 72% de 
> cette phase se sont déroulés sans pb (récupération, décompression, 
> configuration de tout un tas de paquets, blocage sur le message :
>  -
> [!!] Installer le système de base
> /media/cdrom: Please insert the dis labeled 'Debian GNU/Linux 9.3.0 -Stretch- 
> -Official i386 NETINSNT 20171209-13:03' in the drive '/media/cdrom' ans press 
> [Enter].
> Media change
>    
> -
>
>
>
> Appuyer sur l'un ou l'autre des boutons ne change rien. 
> Le cdrom est bien dans son lecteur depuis le début de l'install.
>
> Même comportement avec des cd « netinst » pour buster, jessie, wheezy (gravés 
> à vitesse lente) ; idem avec wheezy cd1 d'installation sans réseau
>
> Sortir le cdrom du lecteur avec un trombonne (pas possible autrement), puis 
> le réinsérer ne change rien.
>
> Changer de schéma de partitionnement ne change rien donc il semble que ce ne 
> soit pas un problème de partition saturée.
>
>
> Juste avant tentatives de réinstall, a machine tournait très bien sous 
> wheezy. Un vieux cdrom netinst de squeeze installe sans problème.
>
> Une idée de l'origine de ce blocage ?
>
>



Re: NUC7i3DNKE + écrans qui clignotent

2018-03-06 Thread JF Straeten

Re,

On Tue, Mar 06, 2018 at 07:23:07PM +0100, Christophe De Natale wrote:

[...]
> C'est marrant car dans ton premier post, lorsque j'ai lu que l'aspect ltsp
> étaitindifférent, je me suis dit le problème est là :D (ou pas)
> Tes clients sont "fat" ou "thin" et sur quelle architecture ?

Tous "thin". En i386 jusqu'ici, le NUC étant la seule machine amd64.
Mais je comptais paresseusement la lancer en 32bit aussi... jusqu'à
devoir investiguer :-) Et là, j'ai créé rapido un chroot amd64, puis
deux (buster), puis trois (sid), et de nouveau un jessie (que je
venais de supprimer pour faire de la place, soit dit en passant)...


> Une fois que tu es sûr que le matos est ok avec le test en "local", ce sera
> peut-être la piste à creuser...

Tout à fait. Je vais encore faire quelques tests, dont celui-là, si je
sais...

Encore merci en tout cas & A+,

-- 

JFS.



Re: WTF does Firefox 58?

2018-03-06 Thread deloptes
Michelle Konzack wrote:

> My systems are since 11 years on UTF-8

well, there is characater mangling - called double conversion, which we've
seen and then some HTML entities. Usually it happens when you have wrong
iconv or whatever translation mechanism from one charset to another
implemented in the application - this should be (most probably) your mail
client.

regards






Re: Beeping after power irregularities?

2018-03-06 Thread James H. H. Lampert

It's the RAID controller card.

Naturally.

--
JHHL



Re: Beeping after power irregularities?

2018-03-06 Thread Roger Price

On Tue, 6 Mar 2018, Dan Ritter wrote:


On Tue, Mar 06, 2018 at 10:50:52AM -0800, James H. H. Lampert wrote:

Our AC power just blinked several times.
one-second beeps, approximately every two seconds


That really sounds like a UPS. Do you have diagnostics access
for it?


Sounds to me like a UPS buck-boost in action.  What is your UPS unit?

Roger



Re: (solved) Re: wireless fail after stretch installation

2018-03-06 Thread Brian
On Tue 06 Mar 2018 at 18:34:27 +, Ian Jackson wrote:

> bw writes ("Re: (solved) Re: wireless fail after stretch installation"):
> > I think the idea needs to be talked over a little better, because using 
> > e/n/i for wireless by default after first boot has implications if the 
> > user (who is clueless) later installs a desktop environment.
> 
> If installing a desktop environment, after putting the wireless in
> /e/n/i, does not work, then that is a bug in the desktop environment,
> surely ?

Most probably. But desktop environments were not the subject of this
thread. (Sorry for trying to keep on-topic).

> In practice I would expect the config in /e/n/i to keep working
> because nowadays network-manager will ignore things in /e/n/i.  The
> difficulty would only come if you
>   - used the installer to install a bare system over wifi

That difficulty is  exactly the subject of this thread. The rest of this
post is snipped because it side-steps addressing the issue. What is put
in /e/n/i ceases to work because it is obliterated by the installer for
reasons unknown.

One user calls it a "sick joke". After five years and with no attempt
to rectify the situation, I'm beginning to have sympathy with that view.

(Yes, I know we are all volunteers).

-- 
Brian.




>   - later install network-manager or wicd
>   - then expect the system to give you a gui prompt for new wifi
> networks, rather than expect to have to edit /e/n/i
> 
> It would be possible for the n-m and wicd packages to spot when this
> is happening and offer to take over the interface.  And I do think
> that in the absence of code to do that, it would be more important to
> make the barebones system work in the first place, than to improve the
> behaviour you later install n-m.
> 
> (I'm not sure if what I say about wicd is right.  I use n-m on
> machines I have where the user needs to switch between various network
> connections, wifi networks, etc.)
> 
> > I'd hate to see the bug tracker turned into a discussion forum though.  
> 
> The bug tyracker is precisely the right place to discuss how to solve
> a particular bug.  So I have CC'd it.
> 
> Ian.
> 
> -- 
> Ian Jackson    These opinions are my own.
> 
> If I emailed you from an address @fyvzl.net or @evade.org.uk, that is
> a private address which bypasses my fierce spamfilter.
> 



Re: Beeping after power irregularities?

2018-03-06 Thread Dan Ritter
On Tue, Mar 06, 2018 at 10:50:52AM -0800, James H. H. Lampert wrote:
> Our AC power just blinked several times. More or less concurrently with
> that, something in our server cage (we think it's a Debian box); it doesn't
> appear to be an AS/400, any network gear, or our UPS) began emitting
> one-second beeps, approximately every two seconds (i.e., a one-second beep
> alternating with a one-second silence).
> 
> Any insights?

That really sounds like a UPS. Do you have diagnostics access
for it?

Alternatively: do you have machines with redundant power
supplies? You may have just burnt one out. (Or it needs to be
reset.)

-dsr-



Re: Beeping after power irregularities?

2018-03-06 Thread Joe
On Tue, 06 Mar 2018 10:50:52 -0800
"James H. H. Lampert"  wrote:

> Our AC power just blinked several times. More or less concurrently
> with that, something in our server cage (we think it's a Debian box);
> it doesn't appear to be an AS/400, any network gear, or our UPS)
> began emitting one-second beeps, approximately every two seconds
> (i.e., a one-second beep alternating with a one-second silence).
> 
> Any insights?

Just a little story...

Beeps and other tones of a kilohertz or so within a room with hard walls
are most amazingly non-directional, and can be remarkably hard to
locate. I spent a couple of hours over several days trying to work out
why my server seemed to have acquired an alarm set for midnight. I
eventually found that I had picked up my radio clock/weather station
and had inadvertently pushed a button which enabled an alarm which
defaulted to midnight, which I didn't know the thing could even do...

-- 
Joe



Re: How to use a particular kernel for only one boot

2018-03-06 Thread Roberto C . Sánchez
On Tue, Mar 06, 2018 at 07:35:37PM +, John wrote:
> I am still looking for a clean way to upgrade my Debian box.
> 
> Background is that the m/c is the interface to the world from the LAN,
> runs headless, and is fairly difficult to access physically.  My
> attempt to upgrade from Whezzy to Jessie broke as it would not
> run/load the 3.16.0-4-amd64 kernel, and after a painful period I
> managed to get Jessie running with the Whezzy 3.2.0-4-amd64 kernel.  I
> have uploaded the 3.16.0-5-amd64.  What I would like would be to try a
> boot into the new kernel, but if that fails for the next and
> subsequent boots to be to the (working) Whezzy kernel.  I think I
> heard once that there was such a mechanism but  have not found it.
> BTW it is running grub.
> 
grub-reboot (8)  - set the default boot entry for GRUB, for the next
boot only

Regards,

-Roberto

-- 
Roberto C. Sánchez



How to use a particular kernel for only one boot

2018-03-06 Thread John
I am still looking for a clean way to upgrade my Debian box.

Background is that the m/c is the interface to the world from the LAN,
runs headless, and is fairly difficult to access physically.  My
attempt to upgrade from Whezzy to Jessie broke as it would not
run/load the 3.16.0-4-amd64 kernel, and after a painful period I
managed to get Jessie running with the Whezzy 3.2.0-4-amd64 kernel.  I
have uploaded the 3.16.0-5-amd64.  What I would like would be to try a
boot into the new kernel, but if that fails for the next and
subsequent boots to be to the (working) Whezzy kernel.  I think I
heard once that there was such a mechanism but  have not found it.
BTW it is running grub.

Can it be done?
==John ffitch



Re: blocage installeur debian : "please insert the disc"

2018-03-06 Thread Pascal Hambourg

Le 06/03/2018 à 17:23, kevin a écrit :


Depuis la squeeze, il fallait 3 étapes. Et d'autre part, l'installeur
squeeze partitionne en ext3 et non pas en ext4 comme le font les
distributions plus récentes. Je ne pense pas que l'installeur squeeze
aurait accepté d'installer sur des partitions ext4 (que j'aurais créées
au préalable), si ?


Le noyau 2.6.32 de Squeeze supporte ext4. Par contre il supporterait pas 
les nouvelles options par défaut d'un système de fichiers ext4 créé sous 
Stretch ; même le noyau 3.2 de Wheezy ne les supporte pas. 
L'installateur de Squeeze proposait ext3 par défaut, je ne me souviens 
plus s'il supporte ext4 aussi. Mais quelle importance ? Tu ne vas pas 
réinstaller Squeeze pour faire la migration vers Stretch.



J'ai l'impression qu'en partant de la squeeze, une piste intéressante
serait, comme on me l'a suggéré, de modifier grub, d'installer l'iso de
la stretch sur le dd (à la place du home ?), puis faire booter sur cette
iso.


GRUB ne peut pas amorcer une image ISO (sur un CD ou dans un fichier 
image) comme le ferait un BIOS via l'extension "El Torito". Il peut au 
mieux monter un fichier image contenant un système de fichier ISO et 
amorcer un noyau et un initramfs à partir de celui-ci. Mais ce serait 
vain dans le cas d'un fichier image : l'initramfs contenu dans les 
images d'installation pour CD/USB n'est pas capables d'utiliser un 
fichier image pour la suite de l'installation. Il faut utiliser 
l'initramfs de l'installateur prévu pour support "hd-media".


En revanche si l'image ISO est transférée dan une partition brute (comme 
sur une clé USB), alors l'installateur pour CD/USB peut la monter et 
l'utiliser. Au pire il faudra la monter manuellement depuis un shell de 
l'installateur.


Par contre il peut y avoir un léger souci : il m'est arrivé que 
l'installateur refuse d'utiliser pour l'installation le disque qui le 
contient.




Re: (solved) Re: wireless fail after stretch installation

2018-03-06 Thread Brian Potkin
On Tue 06 Mar 2018 at 18:27:29 +, Ian Jackson wrote:

> Brian writes ("Re: (solved) Re: wireless fail after stretch installation"):
> > #694068, #696755, #727740 and #777439.
> 
> Thanks.
> 
> I have read the bug logs and Trent Buck's message here
>   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694068#47
> seems to suggest a way forward.
> 
> Perhaps someone would care to write and test a patch to d-i's network
> configuration arrangements, to implement Trent's suggestion ?  I think
> that the people who don't have network-manager would probably prefer
> this to use ifupdown, and making a whole new udeb will be work, so
> Trent's second suggestion seems sensible.

I would hazard a guess and say that 100% of users would expect to be
able to use the network they have set up during installation, afterwards.
Without an ethernet interface on the machine it becomes resorting to
setting it up again (5%), resorting to -user or the internet from
another machine (20%) or some head-scratching followed by walking away.
(The percentages are rough estimates).
 
> > > > The plain and simple fact is that a user who installs over a wireless
> > > > link and does not have network-manager does not have any connectivity
> > > > to the internet after first boot. Long Wind solved the issue by taking
> > > > the advice given and Charlie S used his initiative and knowledge to
> > > > devise an /e/n/i file which replaced the one the installer had wiped
> > > > out.
> > > > 
> > > > This has been going on since Debian 7.0.0 and is not the first time the
> > > > issue has arisen here. Debian must be the only OS which deliberately
> > > > removes connectivity present during installation.
> 
> I have to say that the tone of this message is rather unfortunate.
> You make it sound like someone is deliberately breaking stuff.  That
> doesn't seem to be the case.

The message was written to -user. Besides having a really helpful bunch
of users, there can sometimes be a robustness and directness to the
exchanges. Don't let it put you off if you are used to a more gentile
environment.

I hadn't realised the breakage was accidental and unplanned. OTOH, I am
not in possession of the reasons behind it; apart from some conjecture,
they still remain unknown. As you will see from the bug record, even
Debian developers are mystified.

> Comparing to other distros can be very helpful but generalised
> statements that they don't have this bug is less useful than looking
> into how they solve the problem.

We don't know what the problem is.

-- 
Brian.



Re: Multichannel audio listening (was: Live recording)

2018-03-06 Thread Joel Roth
On Mon, Mar 05, 2018 at 10:39:19AM +0100, Rodolfo Medina wrote:
> Hi all.
> 
> After learning, some months ago, thanks to listers' help, how to live record
> into a multi channel audio file, I was wondering about the reverse problem: 
> now
> I have my multi channel audio file, e.g. composed by three different channels.
> Is it possibile (I guess it is), and how?, to send each of the three outputs
> into a different loud speaker and so listen to the song...?
> 

Hi Rodolfo,

Ecasound is pretty convenient for routing audio.

If you connect three powered speakers to the first three
channels of a (sufficiently capable) soundcard and you're
using ALSA (the default low-level linux audio API), it's
pretty simple:

For example,

ecasound -i:3ch.wav -f:16,3,44100 -o:alsa,default
 
If you need to fool around with the routing, you can do
almost anything. For example, assuming  you have an
8-channel soundcard and want to route ch1 to ch5, ch2 to ch6
and ch3 to ch7:

ecasound -i:3ch.wav \
-f:16,8,44100  \
-chmove:1,5 \
-chmove:2,6 \
-chmove:3,7 \
-o:alsa,default

Maybe you need to add separate effects (e.g. volume control) to each channel:

ecasound \
-a:in -i:3ch.wav -o:loop,3ch \
-a:ch1,ch2,ch3 -i:loop,3ch \
-a:ch1 -chmove:1,5 -ea:80 \
-a:ch2 -chmove:2,6 -ea:70 \
-a:ch3 -chmove:3,7 -ea:60 \
-a:ch1,ch2,ch3 -f:16,8,44100 -o:alsa,default

There's a lot more you can do with ecasound, and there are
various front ends that provide a higher level of
abstraction.

Hope this helps,

> I hope I was clear enough...

> Thanks for any help.
> 
> Rodolfo
> 

-- 
Joel Roth
  



Re: blocage installeur debian : "please insert the disc"

2018-03-06 Thread Pascal Hambourg

Le 06/03/2018 à 17:43, kevin a écrit :

:~$ free -h
          total    used     free       shared
buff/cache   available
Mem:   994M    288M    311M 71M
395M    497M
Swap:  1,0G         0B      1,0G

Je ne sais pas à partir de combien tu considères qu'il y a peu de mémoire.


Beaucoup moins que 1 Go en tout cas.


Mais les options « graphique » et « expert install » ne permettent pas
de s'arrêter juste avant le blocage, ie avant la phase « configuration
des sources d'apt », ce qui aurait été bien intéressant.


Dans ton message initial tu écrivais que c'était durant la phase 
d'installation du système de base ?



Mon idée aurait
été alors de sauter la configuration d'apt, installer grub, puis faire
booter la machine sur cette install.
Il y a peut-être une piste dans cette direction-là ?


Si le système de base est installé, il doit être est possible de 
redémarrer l'installateur en mode rescue, chrooter le système installé, 
configurer apt si nécessaire et installer GRUB et le reste manuellement. 
Mais il manquera quelques étapes qui sont réalisées juste avant la fin 
de l'installation.




Re: blocage installeur debian : "please insert the disc"

2018-03-06 Thread Pascal Hambourg

Le 06/03/2018 à 17:58, kevin a écrit :


Je n'ai pas résolu le problème en ce sens que je n'ai toujours pas
compris le phénomène.

Je l'ai seulement contourné en suivant la piste que m'a indiquée
bernard.schoenac...@free.fr en mail privé : plop.


Bernard aurait pu envoyer sa réponse à la liste pour en faire profiter 
tout le monde et la soumettre à la critique publique.


Je vais répéter en public, mais trop tard, ce que je lui ai répondu en 
privé : plop peut être fort utile, mais dans le cas présent il était 
superflu. En effet il était possible de démarrer l'installateur Debian 
depuis le CD-ROM puis de l'éjecter et poursuivre l'installation avec une 
clé USB. L'installateur se moque de savoir qu'il a été lancé depuis un 
CD-ROM ou une clé USB ; lorsqu'il cherche son support, il scanne tous 
les volumes présents : disques, partitions, clés USB, CD-ROM...




Re: Beeping after power irregularities?

2018-03-06 Thread Greg Wooledge
On Tue, Mar 06, 2018 at 10:50:52AM -0800, James H. H. Lampert wrote:
> Our AC power just blinked several times. More or less concurrently with
> that, something in our server cage (we think it's a Debian box); it doesn't
> appear to be an AS/400, any network gear, or our UPS) began emitting
> one-second beeps, approximately every two seconds (i.e., a one-second beep
> alternating with a one-second silence).

Find the model number of the computer (guessing it's a rack-mounted server
of some kind) and find its manual and see if it has diagnostic beep codes.



Beeping after power irregularities?

2018-03-06 Thread James H. H. Lampert
Our AC power just blinked several times. More or less concurrently with 
that, something in our server cage (we think it's a Debian box); it 
doesn't appear to be an AS/400, any network gear, or our UPS) began 
emitting one-second beeps, approximately every two seconds (i.e., a 
one-second beep alternating with a one-second silence).


Any insights?

--
James H. H. Lampert



Re: desktop icons locked

2018-03-06 Thread rv riveravaldez
>> Desktop icons on Debian 4.9.65-3+deb9u2 are locked.
>>
>> Please provide work around on how to fix this problem.
>>
>> Thanks,
>>
>>
>> Eugenia Lemberg
>>
On Tue, Mar 6, 2018 at 3:29 PM, Hans  wrote:
> Am Dienstag, 6. März 2018, 18:10:01 CET schrieb Eugenia:
> Please check your windowmanager settings.
>
> Good luck!
>
> Hans

Right-click on desktop and check preferences.
Usually the icon's behaviour can be set by there.
Regards



Re: (solved) Re: wireless fail after stretch installation

2018-03-06 Thread Ian Jackson
bw writes ("Re: (solved) Re: wireless fail after stretch installation"):
> I think the idea needs to be talked over a little better, because using 
> e/n/i for wireless by default after first boot has implications if the 
> user (who is clueless) later installs a desktop environment.

If installing a desktop environment, after putting the wireless in
/e/n/i, does not work, then that is a bug in the desktop environment,
surely ?

In practice I would expect the config in /e/n/i to keep working
because nowadays network-manager will ignore things in /e/n/i.  The
difficulty would only come if you
  - used the installer to install a bare system over wifi
  - later install network-manager or wicd
  - then expect the system to give you a gui prompt for new wifi
networks, rather than expect to have to edit /e/n/i

It would be possible for the n-m and wicd packages to spot when this
is happening and offer to take over the interface.  And I do think
that in the absence of code to do that, it would be more important to
make the barebones system work in the first place, than to improve the
behaviour you later install n-m.

(I'm not sure if what I say about wicd is right.  I use n-m on
machines I have where the user needs to switch between various network
connections, wifi networks, etc.)

> I'd hate to see the bug tracker turned into a discussion forum though.  

The bug tyracker is precisely the right place to discuss how to solve
a particular bug.  So I have CC'd it.

Ian.

-- 
Ian Jackson    These opinions are my own.

If I emailed you from an address @fyvzl.net or @evade.org.uk, that is
a private address which bypasses my fierce spamfilter.



Re: desktop icons locked

2018-03-06 Thread Hans
Am Dienstag, 6. März 2018, 18:10:01 CET schrieb Eugenia:
Please check your windowmanager settings.

Good luck!

Hans
> Desktop icons on Debian 4.9.65-3+deb9u2 are locked.
> 
> Please provide work around on how to fix this problem.
> 
> Thanks,
> 
> 
> Eugenia Lemberg
> 
>  elemb...@yahoo.com 408 541 03 34 - Land Line
> 408 480 21 74 - CellskypeID - elemberg7
>  *Protection, Prosperity, Sound Money




Re: (solved) Re: wireless fail after stretch installation

2018-03-06 Thread Ian Jackson
Brian writes ("Re: (solved) Re: wireless fail after stretch installation"):
> #694068, #696755, #727740 and #777439.

Thanks.

I have read the bug logs and Trent Buck's message here
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694068#47
seems to suggest a way forward.

Perhaps someone would care to write and test a patch to d-i's network
configuration arrangements, to implement Trent's suggestion ?  I think
that the people who don't have network-manager would probably prefer
this to use ifupdown, and making a whole new udeb will be work, so
Trent's second suggestion seems sensible.

> > > The plain and simple fact is that a user who installs over a wireless
> > > link and does not have network-manager does not have any connectivity
> > > to the internet after first boot. Long Wind solved the issue by taking
> > > the advice given and Charlie S used his initiative and knowledge to
> > > devise an /e/n/i file which replaced the one the installer had wiped
> > > out.
> > > 
> > > This has been going on since Debian 7.0.0 and is not the first time the
> > > issue has arisen here. Debian must be the only OS which deliberately
> > > removes connectivity present during installation.

I have to say that the tone of this message is rather unfortunate.
You make it sound like someone is deliberately breaking stuff.  That
doesn't seem to be the case.

Comparing to other distros can be very helpful but generalised
statements that they don't have this bug is less useful than looking
into how they solve the problem.

Ian.

-- 
Ian Jackson    These opinions are my own.

If I emailed you from an address @fyvzl.net or @evade.org.uk, that is
a private address which bypasses my fierce spamfilter.



Re: NUC7i3DNKE + écrans qui clignotent

2018-03-06 Thread Christophe De Natale

Le 06/03/2018 à 17:23, JF Straeten a écrit :

Sinon, toutes les tentatives le sont en ltsp ?

Oui : la machine est appelée à faire office de client léger et tous
les boots le sont en NFS sur des chroot LTSP (passer d'un à l'autre
est beaucoup plus rapide que de faire des installs locales
évidemment).

[...]
C'est marrant car dans ton premier post, lorsque j'ai lu que l'aspect 
ltsp étaitindifférent, je me suis dit le problème est là :D (ou pas)

Tes clients sont "fat" ou "thin" et sur quelle architecture ?

Une fois que tu es sûr que le matos est ok avec le test en "local", ce 
sera peut-être la piste à creuser...


Bonne soirée,

--
Christophe De Natale



cant configure drawing tablet in debian stretch cinnamon

2018-03-06 Thread Thomas Waldl

Hello there!


I  just installed the latest debian stretch net installer with cinnamon, 
and I happen to not be able to configure my wacom tablet throught the 
menu options. Configuring it manually via console and xsetwacom commands 
works perfectly.


I have not found something online to help me with this issue yet, maybe 
you guys know more.



Best regards, Thomas.



Re: WTF does Firefox 58?

2018-03-06 Thread Michelle Konzack
Good evening deloptes,

Am 2018-03-05 hackte deloptes in die Tasten:
> I think you should check your setup or your client - perhaps older
> libs
> still somewhere.
>
> look forward to setup UTF-8 and keep it consistent

My systems are since 11 years on UTF-8

> regards

Thanks in advance

-- 
Michelle KonzackMiila ITSystems @ TDnet
GNU/Linux Developer 00372-54541400



Re: blocage installeur debian : "please insert the disc"

2018-03-06 Thread Bernard Schoenacker


- Mail original -
> De: "kevin" 
> À: debian-user-french@lists.debian.org
> Envoyé: Mardi 6 Mars 2018 17:58:11
> Objet: Re: blocage installeur debian : "please insert the disc"
> 
> Le 03/03/2018 à 10:50, Pascal Hambourg a écrit :
> > Le 03/03/2018 à 10:17, didier gaumet a écrit :
> >> - de démarrer l'installateur avec le paramètre noyau forcepae
> >
> > Le noyau de l'installateur i386 n'est pas PAE.
> >
> >> - de démarrer l'installateur en mode expert plutôt que normal, il
> >> y a
> >> toujours plus d'infos
> >
> > Non, juste plus de choix.
> >
> >> - si ça ne suffit pas à résoudre ton problème: recommencer
> >> l'installation puis tant que le CDROM est reconnu, basculer sur
> >> une
> >> console (il me semble que par défaut la 2ème par CTRL-ALT-F2 est
> >> dispo
> >> pour ça), taper mount pour voir où est monté le CDROM, poursuivre
> >> l'installation jusqu'au problème puis rebasculer dans une console
> >> et
> >> tenter de monter le CDROM là où il était monté précédemment) et en
> >> cas
> >> de succès terminer l'install
> >
> > Bonne suggestion. De mémoire, c'est /cdrom ou /media/cdrom.
> > Avant cela, refaire mount ou df pour voir s'il est toujours monté,
> > et
> > si c'est le cas, si le contenu est lisible.
> > Au passage, voir les messages détaillés dans la console n° 4.
> >
> >
> Lorsque j'ai regardé, je n'ai rien vu en tty qui m'ait paru anormal.
> Au
> passage, j'ai fait quelques tentatives d'installation avec l'option «
> ssh », que je n'avais jamais utilisée. Elle fonctionne fort bien et
> offre l'avantage de permettre de copier commodément les infos par
> copier-coller.
> 
> Je n'ai pas essayé cette solution : je l'essaierai si je trouve le
> temps
> pour refaire toute l'installation.
> 
> ===
> 
> Je n'ai pas résolu le problème en ce sens que je n'ai toujours pas
> compris le phénomène.
> 
> Je l'ai seulement contourné en suivant la piste que m'a indiquée
> bernard.schoenac...@free.fr en mail privé : plop.
> 
> Merci à tous ceux qui m'ont aidé.
> 
> 
bonjour,

pour ceux que ça intéresse :

https://www.pendrivelinux.com/boot-from-usb-without-bios-support-via-plop-cd/
http://liveusb.info/multisystem/cd-boot-liveusb.iso

c'est basé sur plop boot cd (usb)

slt
bernard



Re: (solved) Re: wireless fail after stretch installation

2018-03-06 Thread Brian
On Tue 06 Mar 2018 at 15:01:03 +, Ian Jackson wrote:

> Brian writes ("Re: (solved) Re: wireless fail after stretch installation"):
> > The plain and simple fact is that a user who installs over a wireless
> > link and does not have network-manager does not have any connectivity
> > to the internet after first boot. Long Wind solved the issue by taking
> > the advice given and Charlie S used his initiative and knowledge to
> > devise an /e/n/i file which replaced the one the installer had wiped
> > out.
> > 
> > This has been going on since Debian 7.0.0 and is not the first time the
> > issue has arisen here. Debian must be the only OS which deliberately
> > removes connectivity present during installation.
> 
> Can someone point me to the bug report about this ?
> 
> Ian.

#694068, #696755, #727740 and #777439.

-- 
Brian.



Re: blocage installeur debian : "please insert the disc"

2018-03-06 Thread kevin
Le 03/03/2018 à 10:50, Pascal Hambourg a écrit :
> Le 03/03/2018 à 10:17, didier gaumet a écrit :
>> - de démarrer l'installateur avec le paramètre noyau forcepae
>
> Le noyau de l'installateur i386 n'est pas PAE.
>
>> - de démarrer l'installateur en mode expert plutôt que normal, il y a
>> toujours plus d'infos
>
> Non, juste plus de choix.
>
>> - si ça ne suffit pas à résoudre ton problème: recommencer
>> l'installation puis tant que le CDROM est reconnu, basculer sur une
>> console (il me semble que par défaut la 2ème par CTRL-ALT-F2 est dispo
>> pour ça), taper mount pour voir où est monté le CDROM, poursuivre
>> l'installation jusqu'au problème puis rebasculer dans une console et
>> tenter de monter le CDROM là où il était monté précédemment) et en cas
>> de succès terminer l'install
>
> Bonne suggestion. De mémoire, c'est /cdrom ou /media/cdrom.
> Avant cela, refaire mount ou df pour voir s'il est toujours monté, et
> si c'est le cas, si le contenu est lisible.
> Au passage, voir les messages détaillés dans la console n° 4.
>
>
Lorsque j'ai regardé, je n'ai rien vu en tty qui m'ait paru anormal. Au
passage, j'ai fait quelques tentatives d'installation avec l'option «
ssh », que je n'avais jamais utilisée. Elle fonctionne fort bien et
offre l'avantage de permettre de copier commodément les infos par
copier-coller.

Je n'ai pas essayé cette solution : je l'essaierai si je trouve le temps
pour refaire toute l'installation.

===

Je n'ai pas résolu le problème en ce sens que je n'ai toujours pas
compris le phénomène.

Je l'ai seulement contourné en suivant la piste que m'a indiquée
bernard.schoenac...@free.fr en mail privé : plop.

Merci à tous ceux qui m'ont aidé.




Re: gnats user

2018-03-06 Thread Reco
Hi.

On Tue, Mar 06, 2018 at 04:32:03PM +, Adam Weremczuk wrote:
> Hi all,
> 
> Can somebody explain why gnats user comes even with a minimalistic
> netinstall Debian?

[1], chapter 12.1.12.1.

Reco

[1] https://www.debian.org/doc/manuals/securing-debian-howto/ch12.en.html



gnats user

2018-03-06 Thread Adam Weremczuk

Hi all,

Can somebody explain why gnats user comes even with a minimalistic 
netinstall Debian?


I briefly used Gnats Bug-Reporting System long time ago but AFAIR this 
project died in 2005.


It just feels weird for me to see it in /etc/passwd all the time.

Thanks
Adam



Re: blocage installeur debian : "please insert the disc"

2018-03-06 Thread kevin
Le 03/03/2018 à 10:17, didier gaumet a écrit :
> comme ton portable a l'air d'être un Pentium M 32 bits avec
> potentiellement peu de mémoire, 
:~$ free -h
         total    used     free       shared 
buff/cache   available
Mem:   994M    288M    311M 71M   
395M    497M
Swap:  1,0G         0B      1,0G

Je ne sais pas à partir de combien tu considères qu'il y a peu de mémoire.
Je peux dire que :
=> l'installeur stretch, une fois le problème contourné, a fonctionné
sans problème
=> j'avais envisagé un blocage dû à une limitation de taille mémoire, et
j'ai tenté au moins une install avec l'option « lowmem », et le blocage
était le même.


> il se pourrait que tes problèmes soient
> causés par PAE: si je me souviens bien à une époque le noyau linux par
> défaut pour x86 dans Debian était non-PAE et est devenu PAE dans la
> version suivante. Or les Pentium M (ou au moins certains d'entre eux)
> rapportent généralement qu'ils sont incompatibles PAE alors qu'en
> réalité ils sont compatibles. Donc je suggérerais:
> - de démarrer l'installateur avec le paramètre noyau forcepae
> - si tu n'as pas beaucoup de mémoire, de démarrer l'installateur avec
> l'option lowmem
> - de démarrer l'installateur en version texte plutôt que graphique (ça
> doit consommer moins de mémoire)
c'est ce que je fais toujours. J'ai quand même aussi, cette fois-ci,
tenté aussi des installs via graphique.
> - de démarrer l'installateur en mode expert plutôt que normal, il y a
> toujours plus d'infos
c'est aussi toujours avec cette option que j'installe. Il me semble
qu'on n'a pas vraiment plus d'infos au sens strict, mais plutôt des
choix plus détaillés.
Mais les options « graphique » et « expert install » ne permettent pas
de s'arrêter juste avant le blocage, ie avant la phase « configuration
des sources d'apt », ce qui aurait été bien intéressant. Mon idée aurait
été alors de sauter la configuration d'apt, installer grub, puis faire
booter la machine sur cette install.
Il y a peut-être une piste dans cette direction-là ?
> - si ça ne suffit pas à résoudre ton problème: recommencer
> l'installation puis tant que le CDROM est reconnu, basculer sur une
> console (il me semble que par défaut la 2ème par CTRL-ALT-F2 est dispo
> pour ça), taper mount pour voir où est monté le CDROM, poursuivre
> l'installation jusqu'au problème puis rebasculer dans une console et
> tenter de monter le CDROM là où il était monté précédemment) et en cas
> de succès terminer l'install
>



Re: NUC7i3DNKE + écrans qui clignotent

2018-03-06 Thread JF Straeten

Salut,


On Mon, Mar 05, 2018 at 07:15:50PM +0100, Bernard Schoenacker wrote:

> serait il possible de faire un essai avec x2go server
> et x2go client (pyHoca) ?
> 
> sources.list en pièce jointe
> 
> lien :
> 
> https://wiki.x2go.org/doku.php

Je peux si j'ai le temps, mais tu voudrais mettre quoi de particulier
en évidence avec ce test ?

J'ai déjà voulu tester ça par ailleurs, donc ce ne serait pas du temps
totalement perdu ;)

Mais ça s'installe facilement sur une Debian ? Y a pas de paquets
Debian, à ce que j'ai vu...

Merci & A+,



-- 

JFS.



Re: NUC7i3DNKE + écrans qui clignotent

2018-03-06 Thread JF Straeten

Salut,


On Mon, Mar 05, 2018 at 06:59:51PM +0100, Christophe De Natale wrote:

[...]
> Le bios ne comporte pas d'options qui aideraient ?

Je n'ai rien vu de sexy par rapport à mon problème, même si je
conviens que c'est très zoli, le Visual Bios d'Intel.

J'ai essayé d'augmenter et de diminuer la taille de la RAM centrale
affectée à l'IGP, pour voir, mais sans succès...


> Sinon, toutes les tentatives le sont en ltsp ?

Oui : la machine est appelée à faire office de client léger et tous
les boots le sont en NFS sur des chroot LTSP (passer d'un à l'autre
est beaucoup plus rapide que de faire des installs locales
évidemment).


> Pas moyen d'essayer en plus "direct" (live-cd ou clé bootable) ?

Et bien, tu n'as pas tort et j'en viens à me dire que le test du
live-cd peut être intéressant. Si j'y arrive, j'essayerai ça ce soir,
entre choses comme changer les câbles, essayer d'autres sorties, ou
sur un projo, etc...

Parce que quand on y pense... En LTSP, c'est le client léger qui lance
le serveur X et le serveur LTSP vient présenter une session dessus.
Peut-être qu'il y a une interaction problématique ?

Actuellement, ils tournent tous avec LDM_DIRECTX=true, c.-à-d. que la
connexion entre client et serveur n'est pas chiffrée par SSH. Mais je
pourrais aussi essayer en chiffrant pour voir si ça fait une
différence...


Ceci dit, je me souviens qu'au moment de flasher le bios, la clé USB
insérée avec le fichier .BIO dessus contenait l'installateur de
stretch, lequel s'est lancé parce que je n'ai pas tapé assez vite sur
F7 pour flasher... L'affichage n'a pas duré longtemps, certes, mais il
ne clignotait pas. Serait-ce une piste ? Les résolutions d'affichage
sont quand même très différentes et ça ne le fait peut-être qu'en
sollicitant un peu la carte ? Si je sais, je retesterai tiens.


> Comment être certain que le standard est respecté ou compatible sur
> le câble dvi/hdmi ?

Ah ça bien sûr... Je ne peux que faire confiance aux câbles que j'ai.

Mais la question est pertinente parce que ce sont les deux mêmes,
achetés en même temps, et neufs, donc par définition non testés ou du
moins on n'en a pas de preuve... Si ça se trouve, ils viennent d'un
même lot qui pourrait être défectueux ?

En outre, je me suis fait la réflexion en les ouvrant que le fabricant
ne s'est pas foulé sur le blindage, vu la taille du câble ; en tout
cas par rapport à mes purs DVI-D d'avant, y a pas photo : la section
et la "dureté" du câble sont moindres, peut-être même nettement.


> Bon courage,

Merci ;) 

Ça devient surtout le temps, le problème. Ces tests sont chronophages
à mort et d'autres trucs n'avancent pas, alors que je m'attendais à
swaper simplement les machines et à pointer la macaddress de la
nouvelle sur le bon chroot dans le DHCP. Là, c'est raté du coup :-[

Mais merci à tous les intervenants de la liste sur le problème ; c'est
précieux dans l'adversité numérique ;)

A+

-- 

JFS.



Re: blocage installeur debian : "please insert the disc"

2018-03-06 Thread kevin
Bonjour
>
> Je ne sais pas mais pourquoi ne pas tenter le dist-upgrade de squeeze
> vers jessie puis jessie vers la version voulue?
>
>
La liste exacte est squeeze < wheezy < jessie < stretch.

J'aurais pu, dès le départ, dist-upgrader depuis la wheezy, en 2 étapes
successives. De manière générale, je préfère les réinstallation à partir
de rien.

Depuis la squeeze, il fallait 3 étapes. Et d'autre part, l'installeur
squeeze partitionne en ext3 et non pas en ext4 comme le font les
distributions plus récentes. Je ne pense pas que l'installeur squeeze
aurait accepté d'installer sur des partitions ext4 (que j'aurais créées
au préalable), si ?

J'ai l'impression qu'en partant de la squeeze, une piste intéressante
serait, comme on me l'a suggéré, de modifier grub, d'installer l'iso de
la stretch sur le dd (à la place du home ?), puis faire booter sur cette
iso.



Re: [testing] problème avec HUB USB 3 TP-LINK UH720

2018-03-06 Thread baal

bonjour,

je pense plus à un défaut matériel il faudrait peut être voir pour la 
garantie.


j'ai vu sur internet pas mal de retour


cdt




Le 03/03/2018 à 00:46, Gaëtan Perrier a écrit :

Bonjour,

Je rencontre un problème avec un HUB TP-LINK UH720 V1. Celui-ci est bien
reconnu par ma testing mais si je branche un périphérique USB 3 dessus celui-ci
n'est pas détecté. Mais une une clé USB 2 est bien détecté. Si je branche ce
même périphérique non détecté sur un port USB 2 il est bien détecté.
Bref je n'y comprends rien. Auriez-vous une idée de la cause ?

Gaëtan




Re: (solved) Re: wireless fail after stretch installation

2018-03-06 Thread Ian Jackson
Brian writes ("Re: (solved) Re: wireless fail after stretch installation"):
> The plain and simple fact is that a user who installs over a wireless
> link and does not have network-manager does not have any connectivity
> to the internet after first boot. Long Wind solved the issue by taking
> the advice given and Charlie S used his initiative and knowledge to
> devise an /e/n/i file which replaced the one the installer had wiped
> out.
> 
> This has been going on since Debian 7.0.0 and is not the first time the
> issue has arisen here. Debian must be the only OS which deliberately
> removes connectivity present during installation.

Can someone point me to the bug report about this ?

Ian.

-- 
Ian Jackson    These opinions are my own.

If I emailed you from an address @fyvzl.net or @evade.org.uk, that is
a private address which bypasses my fierce spamfilter.



Re: nagios

2018-03-06 Thread Gokan Atmaca
> show us your nagios host definition

Hello

as follows:

define host {
use linux-server
host_nameexampletest0
alias exampletest0
address 88.99.84.60
contactsnagiosadmin,gokhan,gokhanmail
max_check_attempts  1
check_period24x7
notification_interval   30
notification_period 24x7
}

define service {
use generic-service
host_name  exampletest0
service_description CPU load
check_command   check_nrpe!check_load
}

define service {
use generic-service
host_name   exampletest0
service_description Total Progress
check_command   check_nrpe!check_total_procs
}



On Tue, Mar 6, 2018 at 4:44 PM, emmanuel segura  wrote:
> show us your nagios host definition
>
> 2018-03-06 14:26 GMT+01:00 Gokan Atmaca :
>>
>> > Been a while since I've dealt with nagios, but don't you have to restart
>> > / reload it in order for it to read teh config files again?
>>
>> hello
>>
>> I restarted and reloaded. Nothing changed.
>>
>> thanks.
>>
>> On Tue, Mar 6, 2018 at 2:40 PM, Dan Purgert  wrote:
>> > Gokan Atmaca wrote:
>> >> hello
>> >>
>> >> I added 5 servers to Nagios. When I add the sixth, I can not see it in
>> >> the web interface. But when I check it, it seems to exist. What would
>> >> be the reason ?
>> >
>> > Been a while since I've dealt with nagios, but don't you have to restart
>> > / reload it in order for it to read teh config files again?
>> >
>> >
>> > --
>> > |_|O|_| Registered Linux user #585947
>> > |_|_|O| Github: https://github.com/dpurgert
>> > |O|O|O| PGP: 05CA 9A50 3F2E 1335 4DC5  4AEE 8E11 DDF3 1279 A281
>> >
>>
>
>
>
> --
>   .~.
>   /V\
>  //  \\
> /(   )\
> ^`~'^



Re: there’s something wrong with your site :(

2018-03-06 Thread Louise Levine
Hi, 
 
I understand you are a busy person and your time is valuable but did you have 
some time to look at my last email? (see above). 
 
Would be great to hear from you. If you’re short on time right now — no 
worries. I won’t bug you about it again. 
 
Many thanks 
 
Louise Levine 
UKWebHostReview.com 
 
 
 -Original Message- 
 Hi, 
 
I hope this email finds the correct person. One week ago I sent you an email 
regarding your web page (copy of email below) and I haven’t yet heard back from 
anyone. 
 
I would still love for my site UKWebHostReview.com to be placed as another 
beneficial resource on your page here 
http://www.kangry.com/topics/viewcomment.php?index=323. 
 
Please let me know the correct person to contact regarding my request or if you 
can help me out! I look forward to hearing from you. 
 
Many thanks. 
 
Louise Levine 
UKWebHostReview.com 
 
 
 -Original Message- 
 Hi, 
 
I am Louise Levine and I hope you are well. I was browsing through your great 
list of links on http://www.kangry.com/topics/viewcomment.php?index=323 as I 
was looking through a list of web development-related sources and was 
impressed. Thanks for putting it together – really helpful! Specially the 
http://www.dragon-labs.com/articles/octopus/ and 
http://www.webmaster-toolkit.com/css-menu-generator.shtml ones!! 
 
I'm reaching out today because I thought you might want to know about a few 
broken links on your page- specificaly 
http://www.webreference.com/authoring/style/sheets/layout/advanced/. Other than 
that, it's a great list - thanks! 
 
I co-founded a hosting research site UKWebHostReview.com- which has basically 
been an on-going case study of hosting companies which I have tested (on a 
weekly basis) to try and determine the best performing providers. I have also 
created a number of in-depth articles to help webmasters like yourself improve 
and optimise their site. 
 
I'd love to know your feedback on my site, and I thought your audience would 
find it helpful. 
 
Might be a great replacement for that broken URL. :) 
 
Looking for hearing back from you. 
 
Best Regards, 
 
Louise Levine 
UKWebHostReview.com

Re: nagios

2018-03-06 Thread emmanuel segura
show us your nagios host definition

2018-03-06 14:26 GMT+01:00 Gokan Atmaca :

> > Been a while since I've dealt with nagios, but don't you have to restart
> > / reload it in order for it to read teh config files again?
>
> hello
>
> I restarted and reloaded. Nothing changed.
>
> thanks.
>
> On Tue, Mar 6, 2018 at 2:40 PM, Dan Purgert  wrote:
> > Gokan Atmaca wrote:
> >> hello
> >>
> >> I added 5 servers to Nagios. When I add the sixth, I can not see it in
> >> the web interface. But when I check it, it seems to exist. What would
> >> be the reason ?
> >
> > Been a while since I've dealt with nagios, but don't you have to restart
> > / reload it in order for it to read teh config files again?
> >
> >
> > --
> > |_|O|_| Registered Linux user #585947
> > |_|_|O| Github: https://github.com/dpurgert
> > |O|O|O| PGP: 05CA 9A50 3F2E 1335 4DC5  4AEE 8E11 DDF3 1279 A281
> >
>
>


-- 
  .~.
  /V\
 //  \\
/(   )\
^`~'^


Re: nagios

2018-03-06 Thread Gokan Atmaca
> Been a while since I've dealt with nagios, but don't you have to restart
> / reload it in order for it to read teh config files again?

hello

I restarted and reloaded. Nothing changed.

thanks.

On Tue, Mar 6, 2018 at 2:40 PM, Dan Purgert  wrote:
> Gokan Atmaca wrote:
>> hello
>>
>> I added 5 servers to Nagios. When I add the sixth, I can not see it in
>> the web interface. But when I check it, it seems to exist. What would
>> be the reason ?
>
> Been a while since I've dealt with nagios, but don't you have to restart
> / reload it in order for it to read teh config files again?
>
>
> --
> |_|O|_| Registered Linux user #585947
> |_|_|O| Github: https://github.com/dpurgert
> |O|O|O| PGP: 05CA 9A50 3F2E 1335 4DC5  4AEE 8E11 DDF3 1279 A281
>



Re: Falta pouco para a meta do financiamento coletivo da MinIDebConf

2018-03-06 Thread Paulo Henrique de Lima Santana
Olá

Com a ajuda da comunidade brasileira de software livre conseguimos atingir a 
meta da nossa campanha de financiamento coletivo!
Agradecemos a todos(as) que doaram e assim que ajudaram a garantir o sucesso da 
3a. MiniDebConf Curitiba.

Aproveito para lembrar que exista uma campanha de financiamento coletivo 
organizado por mulheres para ajudar a trazer um grupo para a MiniDebConf.
Você pode contribuir para que essa iniciativa também atinja o seu objetivo e 
assim tenhamos mais diversidade em nosso evento.
Mais informações:
https://www.catarse.me/mulheres_na_minidebconf

Abraços,

-- 
Paulo Henrique de Lima Santana (phls)
Curitiba - Brasil
Membro da Comunidade Curitiba Livre
Site: http://www.phls.com.br
GNU/Linux user: 228719  GPG ID: 0443C450

Apoie a campanha pela igualdade de gênero #HeForShe (#ElesPorElas)  
http://www.heforshe.org/pt



Re: nagios

2018-03-06 Thread Dan Purgert
Gokan Atmaca wrote:
> hello
>
> I added 5 servers to Nagios. When I add the sixth, I can not see it in
> the web interface. But when I check it, it seems to exist. What would
> be the reason ?

Been a while since I've dealt with nagios, but don't you have to restart
/ reload it in order for it to read teh config files again?


-- 
|_|O|_| Registered Linux user #585947
|_|_|O| Github: https://github.com/dpurgert
|O|O|O| PGP: 05CA 9A50 3F2E 1335 4DC5  4AEE 8E11 DDF3 1279 A281



Re: NUC7i3DNKE + écrans qui clignotent

2018-03-06 Thread Yann Serre
Oui, c'est pour cette famille de panne que j'ai fait remonter une 
remarque sur 6 Samsung 244T dont 4 qui se sont mis à clignoter dans le 
même trimestre. Une bonne adresse parisienne de composants électroniques 
a identifié un circuit intégré à changer sur les Samsung suite à un 
bouche à oreille de clients. Mais comme ces écrans consomment beaucoup, 
j'ai préféré les changer sans faire la réparation.


Le 06/03/2018 à 12:22, daniel huhardeaux a écrit :


En fait non. Je viens de faire le test sous W8.1 c'est encore pire: le 
phénomène apparaît toutes les 3 secondes, peu importe que quelque chose 
soit affiché ou non.




Re: NUC7i3DNKE + écrans qui clignotent

2018-03-06 Thread daniel huhardeaux

Le 06/03/2018 à 11:39, daniel huhardeaux a écrit :


[...]
Je pense qu'un rapport de bug s'impose


En fait non. Je viens de faire le test sous W8.1 c'est encore pire: le 
phénomène apparaît toutes les 3 secondes, peu importe que quelque chose 
soit affiché ou non.


--
Daniel



Re: NUC7i3DNKE + écrans qui clignotent

2018-03-06 Thread daniel huhardeaux

Le 04/03/2018 à 22:03, JF Straeten a écrit :

Chère Liste,


Je me permets de vous soumettre le problème que je rencontre sur une
nouvelle machine, après avoir essayé une série de choses qui ne le
résolvent pas, en espérant que quelqu'un aurait une expérience utile
en la matière, ou déjà une idée ou deux :-)

La machine est un NUC Intel, modèle NUC7i3DNKE.

Son processeur est un Intel(R) Core(TM) i3-7100U CPU @ 2.40GHz

Sa carte graphique, selon lspci : Intel Corporation HD Graphics 620 (rev 02)

Elle a 4GB de RAM de marque 2-Power dans le slot inférieur et est
couplée à deux écrans DELL U3011 par des câbles HDMI to DVI-D Dual
Link (ce barebone n'a que deux connecteurs HDMI 2.0). Ça fait donc 2x
2560x1600 en résolution (et il peut aller jusqu'à 2x 4k, @60 Hz).

Enfin, elle est utilisée comme client léger sous LTSP, bootant sur un
serveur LTSP en NFS, mais l'aspect LTSP est indifférent.

Question OS, a priori tout est du stretch pur jus, à jour (donc tant
le serveur LTSP que l'OS utilisé par le client léger, c.-à-d. ici le
NUC).


Le souci rencontré est que les écrans clignotent de temps en temps :
ils s'éteignent (l'un ou l'autre ou les deux) une à deux secondes,
voire parfois 4-5, et puis se rallument...

Jusqu'ici, j'ai lancé le NUC sous stretch 32bits et amd64, sans et
puis avec le microcode Intel (avec, ça améliore sensiblement les
choses, bien que ça ne soit pas encore parfait), pour finir enfin en
buster, avec le noyau 4.14.

Toujours avec le microcode, les résultats varient en fonction de la
version du noyau : avec le 4.9 de stretch, c'est inutilisable
tellement ça clignote. C'est un poil mieux avec le 4.14 des backports,
toujours en stretch et ça devient utilisable, mais encore gênant avec
le 4.14 de buster.

Pour voir, j'ai booté aussi, toujours sous buster, avec le noyau
4.15.7 de sid, mais là c'est catastrophique (et pour cause : le noyau
désactive une partie du microcode Intel en signalant qu'il ne résout
pas Spectre (j'ai oublié les termes exacts, mais le microcode est
pourtant la dernière version de chez Intel : 20171117).

Enfin, à part en 4.15.7, j'ai chaque fois essayé avec les pilotes
graphiques modesetting et Intel. On ne peut toutefois pas dire que ça
fait une différence notable de comportement, et comme modesetting est
recommandé et semble (mais c'est subjectif) un poil plus rapide à
l'affichage, je tourne avec ce pilote, sous buster pour le moment.

Enfin encore, je viens aussi d'upgrader le bios du NUC à la dernière
version (039) du 22/02/2018.

Mais même si ça n'a plus rien à voir avec les débuts sous stretch, les
clignotements persistent quand même encore, sur l'un ou l'autre des
écrans, au point que j'hésite à laisser ça comme poste de travail en
l'état...

Inverser les écrans ne change rien ; un à la fois ou deux, c'est tout
à fait pareil ; les connecteurs sont bien vissés aux écrans, etc.

Rien n'y fait : c'est totalement erratique. L'un ou l'autre s'éteint
puis se rallume, jusqu'à parfois 10x sur quelques minutes, et puis
plus rien pendant un moment, etc.

Les seuls constats qui semblent pouvoir être posés sont :

- que le phénomène ne semble jamais se produire quand l'écran change
   en permanence : en lançant xscreensaver ou un film, je ne l'ai
   jamais surpris à s'éteindre de manière inexpliquée. C'est quand
   l'image est fixe, mais qu'on tape du texte ou non, ça le fait ;

- que l'écran qui n'a pas le focus *semble* s'exciter davantage que
   celui qui contient la fenêtre où je tape ceci, mais c'est difficile
   d'en être sûr...

Voilà le phénomène bizarre. Si quelqu'un a une expérience utile à
partager ou ne fut-ce qu'une idée de piste à explorer, je suis
preneur :-)

Je vous remercie d'avance, en tout cas de m'avoir lu.


Bonjour,

la lecture de ce message a fait tilt dans ma mémoire. J'avais un 
problème identique avec un Samsung SyncMaster P2770 que j'ai préparé 
pour la déchetterie suite à un comportement identique, partant du 
principe qu'il était HS. Je l'ai reconnecté ce matin. Les résultats sont:


- fond d'écran, rien ne se passe: l'écran s´éteint/se rallume au bout de 
5 secondes
- un fichier PDF affiché: l'écran s'éteint/se rallume au bout de 30 
secondes. Dès que je ferme le PDF l'écran s'éteint

- une page web statique: comportement normal

Lorsque je l'ai remisé l'écran était connecté en VGA<>DVI en console KVM 
sous stretch kernel 4.9.0.6. Le test de ce matin est en HDMI<>DVI sous 
Ubuntu 16.04 kernel 4.4.0-116


lspci du serveur Stretch
08:00.0 VGA compatible controller: Matrox Electronics Systems Ltd. 
G200eR2 (rev 01) (prog-if 00 [VGA controller])

    Subsystem: Dell G200eR2
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium 
>TAbort- SERR- 
    Latency: 64 (4000ns min, 8000ns max)
    Interrupt: pin A routed to IRQ 18
    Region 0: Memory at 9100 (32-bit, prefetchable) [size=16M]
    Region 1: Memory at 

Re: requesting assistance troubleshooting Kmail

2018-03-06 Thread charlie derr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Sat, 24 Feb 2018 15:28:37 -0500
m...@neidorff.com wrote:

> This may or may not be helpful to Charlie, but others might find it
> helpful
> 
> 

For the sake of others with a similar problem with the stock kmail
from within debian 9 stretch, I'm following up here to explain what it
is that solved things for me. Almost all of the responses I received
were from people who are using newer versions of kmail (as I explained
(perhaps over in the other thread) earlier, I'm using 5.2.3 -- while
I've run debian sid in the past (mostly quite successfully), I'm very
much interested in sticking with the stable distro for the moment).

Anyhow, one of the suggestions (I think again over on the other thread)
was to delete the problematic IMAP account and recreate it using the
wizard. This immediately fixed the problem (on both computers -- it was
the realization that the laptop had recently developed the same issue
that had happened on the desktop back in late January which spurred me
into trying this answer).

Thanks so very much for all of the feedback you all gave,
 and have a great day,
  ~c
-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEETiJHl0qlojpckrtNu4s9czGpNn8FAlqeZvoACgkQu4s9czGp
Nn+Uxw//WEcVel/4Dxf0usyYBsBppaTDVloPQLUQewwVnN4oOkQ33Joylm3nkchT
AeYarRl+DF5u+gjThGwxGc1Ge5OHzlgV3ltCElUILolk0wGB4yBBNbP1YnCRRYXR
EkBBkCjngzSCBbGFJmtU1FHdo1MOKgTpxHWTgGCey6uByG3+AMyx8wPuRYFZBCRb
8YrP0CaZMjlZ0xnQRAVY/I7PyptHA9Kqxc1CfOkD4+3RXe47HZD923zEs5jE0wrM
iWYF04nj2tvuAXu/0B9ZhDIBoBrBaov8SG4q8CDSE1DaVcEPks12ykzO1awSue2T
bqdV8Jk5eU1IUGj/h9ieW/QAHQsrrCqfNgsOtqV1dv3x1jrg+0V5ghu2D0iO8/tm
04OF7X3ZzjocdhEVHGfvBCy7M+GN4K5L3ey4hwpni1ZbhvMaZnh3sbg3D5X6ezH0
N7NMdeMIshEPO4yodkvQSDqNm3H5W+xUAk3Lp1oqt3yxdynOWpbIjKxusmfpeIW0
YMIb8yJekwkDfJhQTocnqQRFFMqxsBQ0Kc+m75yBnuTKJ2LwyTa8cuFiMiQol65V
vH+LNOTSysdmAzvSFRnafmn8VYHyP6SV3b3LOvAkfyLlco+CJrvizkyEzEIcG3F4
w6xgbk2Rex+nUojiDIHy4WtLKx0fcUfnd8fzMCYG9+6T6Hxs8VY=
=aNXd
-END PGP SIGNATURE-


Format for rsyslog configurations

2018-03-06 Thread CamZie
Hi,
Which format should I use for the rsyslog configuration on Debian 9?
According to the rsyslog documentation, I should use the new "advanced" format, 
but I saw that the default rsyslog.conf uses some of the "obselete legacy" 
(with $) format but sometimes it does not. Is both format still possible in 
Debian 9?