Re: Configuration fstab pour HD usb

2017-07-07 Thread bernard . schoenacker


- Mail original -
> De: "list" 
> À: debian-user-french@lists.debian.org
> Envoyé: Samedi 8 Juillet 2017 01:27:32
> Objet: Configuration fstab pour HD usb
> 
> Bonjour LA liste.
> 
> Sauvegarder, sauvegarder, sauvegader.
> 
> Pour ce faire, je souhaite utiliser un disque dur externe - mecanique
> pas ssd - en USB3.
> 
> Si vous aviez des conseils pour son paramétrage dans le fstab.
> Des choses à éviter, à savoir, retours d'expériences heureuses ou
> non.
> 
> De plus, y a t-il un intérêt à faire plusieurs partitions sur un tel
> disque destiné à cet usage ?
> 
> Merci LA liste.
> 
> 

bonjour,

voici l'entrée du fstab :

/dev/sdb1   /media/bernard   auto user,noauto   0   0


slt
bernard



Re: mplayer won't play audio CD

2017-07-07 Thread Wellington Terumi Uemura
Sorry to bump in to this, but why not use players like vlc, Audacious or 
Kodi?


To me Audacious still kicking and works on Debian 9.
https://s9.postimg.org/ir3ta4kdb/Audacious.png

On 07-07-2017 17:27, Wilko Fokken wrote:

On Fri, Jun 30, 2017 at 09:23:15AM +, Curt wrote:

On 2017-06-29, Rodolfo Medina  wrote:

Please help...  mplayer works fine when playing files (mp3, wav, etc), but
fails in playing audio CDs.  When I launch it as a normal user I have:

$ mplayer cdda://
MPlayer 1.3.0 (Debian), built with gcc-6.3.0 (C) 2000-2016 MPlayer Team
do_connect: could not connect to socket
connect: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.


How about giving it the full path:

 mplayer -cdrom-device /dev/media/cdrom cdda://1
 mplayer -cdrom-device /dev/hdb cdda://1

or wherever the device exists on your machine.

Also perhaps verify in a mixer program (alsamixer, e.g.) that cdrom audio output
isn't muted.

Maybe there's no audio cable between the cd drive and the sound card.

;-)



Moin together,

having only recently succeded in running a movie DVD and a music CD using
mplayer via smplayer under Debian Jenny on my laptop "hp 6730b", I found
that my pulseaudio sound system needs to be activated BEFORE other
processes using sound are started.

[using 'ps ax', one can study the mplayer params set by smplayer]


In order to be able to refresh my sound system at any time, even after
processes using sound are already active, I'm using a simple alias
(from within a terminal):

alias pulse='sudo kill -9 $(pidof pulseaudio) && alsamixer -c0'


hope this may help a bit

W. Fokken





Re: Installing Debian on an android device

2017-07-07 Thread Joel Rees
On Thu, Jul 6, 2017 at 2:13 PM, Fungi4All  wrote:
>
> From: joel.r...@gmail.com
> To: debian users 
>
> On Wed, Jul 5, 2017 at 8:58 AM, Fungi4All  wrote:
>> [...]
>> Installing a real debian will require first jailbreaking the device,
>> then getting access to the drivers that the manufacturer provides
>> and customizing them for Debian, then cross-compiling a lot of stuff ...
>
> It isn"t easy, and that"s why we don"t find a debain architecture for
> any android devices.
>
>
> It seems as there is a variety among them.  The architecture gnuroot
> identified is armhf and I haven't investigated far enough to see what
> its peculiarities are.  I am wondering though whether this is the true
> architecture or a simulation by gnuroot to build the environment within
> the container.
> If you give/force gnuroot to go through orbot to connect to the net,
> would it be safe to assume anything contained in it connects through
> socks5 proxy?
>
> Is the main obstacle of all this is to crack through the root passw of
> android?  Would one then be able to replace one system for another?

You're on the right track to understanding, but you may be tempted
again about the frisbee thing when you gain the understanding.

gnuroot debian is not debian. It is a shim that hooks most of the API
necessary to simulate debian in the Android environment. And it runs
in a sandbox, like a good little Android app should.

If you want more access to the system, yes, you have to jailbreak the
tablet -- usually using an app that is not a good little Android app, and
is opaque, to boot.

I haven't tried it yet because of the opaqueness, but my tablet is still on
Android 2.4, so it's getting to be time to jailbreak the thing or throw it
away.

The manufacturer has indicated that it will not provide a system update
for the device, so, if I want to update it I will have to waste a lot of time
and money setting up a build environment, work the
manufacturer-supplied drivers over myself, and build the updated thing
myself. I do not have
the money to buy the time, much less the hardware and software.

If I jailbreak it, I may be able to upgrade to something new, like an
Android 4 or 5 pseudo-foss look-alike, or I may not -- assuming I don't
brick the thing while trying to jailbreak it.

I was never able to figure out how to use Google's dev tools to
jailbreak it by hand. They try really hard to convince you it's not
possible.

If I were to try to install Debian on it, it would be the same as trying
to install an updated Android. I'd have to assemble the build
environment and build it myself. Except for one more thing, I'd have
to expect to do even more work making the manufacturer's drivers
work with Debian.

Oh, and one more thing, learning how to set up a Debian build
environment will probably require learning how to set up an Android
build environment first.

I've been looking at this page for a while,

https://www.linux.com/learn/how-get-open-source-android

But the information there is old and getting older.

-- 
Joel Rees

One of these days I'll get someone to pay me
to design a language that combines the best of Forth and C.
Then I'll be able to leap wide instruction sets with a single #ifdef,
run faster than a speeding infinite loop with a #define,
and stop all integer size bugs with my bare cast.
http://defining-computers.blogspot.com/2017/06/reinventing-computers.html

More of my delusions:
http://reiisi.blogspot.com/2017/05/do-not-pay-modern-danegeld-ransomware.html
http://reiisi.blogspot.jp/p/novels-i-am-writing.html



Re: Driver/firmware for Realtek RTL8814U WiFi USB Adapter?

2017-07-07 Thread Jason Cohen
Hi Larry,

Sorry for sending you down a rabbit hole.  The reason the DKMS steps
didn't work is that the git repository for the rtl8814au lacks the
configuration file(s) for DKMS.  Specifically, if you check your logs,
you'll see that if failed to locate DKMS.conf.  I thought it would work
because the rtl8814au driver appears to be based off the driver here:
https://github.com/gnab/rtl8812au.  That driver does have the
configuration files to support DKMS (Makefile.dkms and dkms.conf).  I
don't know enough about DKMS to modify the configuration files in the
above repository to make it work with the rtl8814au git repository.

Fortunately, you can still compile the package for your existing
kernel.  The only downside of this step is that you will need to
re-compile the drivers if you install a new kernel which is not ABI
compatible.  For example, the current Stretch kernel for AMD64 is
linux-image-4.9.0-3-amd64 (4.9.30-2+deb9u2).  Thus, it should work with
any future kernel starting with linux-image-4.9.0-3, but if you see
4.9.0-4, you would likely have to recompile.  I haven't actually tested
this, but it's what I've read.

In any case, since you've already installed the build dependencies, you
just need to do the following:

#Clone the git repository (again) - Might as well work from a fresh
directory
git clone https://github.com/astsam/rtl8812au.git
cd rtl8812au

#Compile driver for your hardware
make RTL8814=1

#Install Module
make install

#With Wifi adapter connected, load Module  (If this fails, reboot and it
should load the correct module.)
modprobe 8812au

Regards,

Jason






signature.asc
Description: OpenPGP digital signature


Re: Configuration fstab pour HD usb

2017-07-07 Thread Étienne Mollier
On 07/08/2017 01:27 AM, list wrote:
> Bonjour LA liste.

Bonjour,

> Sauvegarder, sauvegarder, sauvegader. 
> 
> Pour ce faire, je souhaite utiliser un disque dur externe - mecanique
> pas ssd - en USB3.
> 
> Si vous aviez des conseils pour son paramétrage dans le fstab.
> Des choses à éviter, à savoir, retours d'expériences heureuses ou non.

Je dirais, en option de montage, dans le fstab, pour un disque de
sauvegarde :

noauto

Ne montez un disque de sauvegarde qu'au moment de faire une sauvegarde,
un exercice de restauration, ou une restauration.  Le reste du temps,
s'il n'est pas monté, il sera imperméable à la grande majorité des
fausses manipulations pouvant détruire les données de votre système.
La situation sera encore plus sûre s'il est débranché, mais ce sera
moins facile d'automatiser vos sauvegardes à heures fixes.

Vous pouvez raffiner avec d'éventuelles options user ou owner (ou pas)
dépendant des données à sauvegarder et des utilisateurs que vous
souhaitez autoriser à lancer la procédure de sauvegarde.  Vous pouvez
consulter la page de manuel de fstab pour plus de détails.  Notez aussi
que la plupart des systèmes de fichiers ont leurs propres options de
de montage, en plus des options de fstab.  Mais ces options ne sont
probablement pas fondamentales pour du backup.

> De plus, y a t-il un intérêt à faire plusieurs partitions sur un tel
> disque destiné à cet usage ?

Il n'y a pas d'intérêt particulier à ma connaissance à partitionner un
disque de sauvegarde, mais peut-être d'autres membres de la liste auront
des retours d'expérience différents.

> Merci LA liste.

À plus,
-- 
Étienne Mollier 



Configuration fstab pour HD usb

2017-07-07 Thread list
Bonjour LA liste.

Sauvegarder, sauvegarder, sauvegader. 

Pour ce faire, je souhaite utiliser un disque dur externe - mecanique
pas ssd - en USB3.

Si vous aviez des conseils pour son paramétrage dans le fstab.
Des choses à éviter, à savoir, retours d'expériences heureuses ou non.

De plus, y a t-il un intérêt à faire plusieurs partitions sur un tel
disque destiné à cet usage ?

Merci LA liste.



Re: Replace systemd

2017-07-07 Thread Patrick Bartek
On Fri, 7 Jul 2017 20:01:15 +0100 Brian  wrote:

> On Fri 07 Jul 2017 at 08:50:37 -0700, Patrick Bartek wrote:
> 
> > On Fri, 7 Jul 2017 14:53:09 +0100 Jonathan Dowland 
> > wrote:
> > 
> > > On Thu, Jul 06, 2017 at 03:31:18PM -0700, Patrick Bartek wrote:
> > > >I would be interested if there were.  I've never seen such an
> > > >option
> > > ...
> > > >Let the list know what you discover.
> > > 
> > > I'm surprised to report that the option do manually select
> > > software is no longer there. As I recall, it was essentially
> > > invoking aptitude within d-i, either after or instead of the
> > > normal task selection stage. I've just gone through an expert
> > > mode install with stretch netinst and that option is no longer
> > > available.
> > 
> > The consequences of "progress."
> 
> How does progress proceed from something which never existed?

Happens all the time, but I was being sarcastic.  And "progress" is in
quotes, meaning it's not really that.

B



Re: mplayer won't play audio CD

2017-07-07 Thread Greg Wooledge
On Fri, Jul 07, 2017 at 10:27:03PM +0200, Wilko Fokken wrote:
> alias pulse='sudo kill -9 $(pidof pulseaudio) && alsamixer -c0'

man pkill, and stop using -9



Re: systemd & postgresql - flooding system log

2017-07-07 Thread Michael Biebl
Am 07.07.2017 um 16:03 schrieb Václav Ovsík:

>   Jul  7 15:42:35 rt2 systemd[1]: Started Session c4504 of user postgres.
>   Jul  7 15:42:35 rt2 systemd[1]: Started Session c4505 of user postgres.
>   Jul  7 15:42:35 rt2 systemd[1]: Started Session c4506 of user postgres.
>   Jul  7 15:42:35 rt2 systemd[1]: Started Session c4507 of user postgres.
>   Jul  7 15:42:35 rt2 systemd[1]: Started Session c4508 of user postgres.
>   Jul  7 15:42:36 rt2 systemd[1]: Started Session c4509 of user postgres.
> 
> Every minute 19 lines of this.


You create 19 PAM sessions for the postgres user per minute. What
exactly are you doing here?
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: mplayer won't play audio CD

2017-07-07 Thread Wilko Fokken
On Fri, Jun 30, 2017 at 09:23:15AM +, Curt wrote:
> On 2017-06-29, Rodolfo Medina  wrote:
> > Please help...  mplayer works fine when playing files (mp3, wav, etc), but
> > fails in playing audio CDs.  When I launch it as a normal user I have:
> >
> > $ mplayer cdda://
> > MPlayer 1.3.0 (Debian), built with gcc-6.3.0 (C) 2000-2016 MPlayer Team
> > do_connect: could not connect to socket
> > connect: No such file or directory
> > Failed to open LIRC support. You will not be able to use your remote 
> > control.
> 
> How about giving it the full path:
> 
>  mplayer -cdrom-device /dev/media/cdrom cdda://1
>  mplayer -cdrom-device /dev/hdb cdda://1
> 
> or wherever the device exists on your machine.
> 
> Also perhaps verify in a mixer program (alsamixer, e.g.) that cdrom audio 
> output
> isn't muted.
> 
> Maybe there's no audio cable between the cd drive and the sound card. 
> 
> ;-)


Moin together,

having only recently succeded in running a movie DVD and a music CD using
mplayer via smplayer under Debian Jenny on my laptop "hp 6730b", I found
that my pulseaudio sound system needs to be activated BEFORE other
processes using sound are started.

[using 'ps ax', one can study the mplayer params set by smplayer]


In order to be able to refresh my sound system at any time, even after
processes using sound are already active, I'm using a simple alias
(from within a terminal):

alias pulse='sudo kill -9 $(pidof pulseaudio) && alsamixer -c0'


hope this may help a bit

W. Fokken



Re: WARNING: Libreoffice - Do not remove ~/.config/libreoffice

2017-07-07 Thread Reco
Hi.

On Fri, 07 Jul 2017 21:35:53 +0200
Hans  wrote:

> Sounds weired. I am running debian/testing , i386.

This. It's amd64 for me.
Recent kernel fix to Stack Clash aka CVE-2017-1000364 broke a lot
of stuff, including, but not limited to Java, Libreoffice and Nagios.
Debian got the long end of the stick, so to speak (compared to RHEL7 ;),
but they managed to break some toys too. And it's more severe on i386.

Try setting 'ulimit -s 32768' before launching Libreoffice (may need to
increase stack in /etc/security/limits.conf beforehand), see how it
goes.

Reco



Re: N’hésites pas de commencer une conversation avec moi Celine

2017-07-07 Thread C75
Ta gueule


> 
> Je ne mords pas tu sais. Bon, sauf si t le demande…  
> http://bit.ly/2sIXEI1
> 
> 
> 
--
C75 envoyé sur ibisMail!

Re: WARNING: Libreoffice - Do not remove ~/.config/libreoffice

2017-07-07 Thread Hans
Sounds weired. I am running debian/testing , i386. It is an EEEPC. Maybe this 
is the difference. Let's see, if others can confirm or deny this.

Hans
> Thanks for the heads up, but it does not reproduce here.
> 
> Just removed ~/.config/libreoffice, invoked lowriter, and … lo and
> behold - got Libreoffice Writer window.
> 
> Maybe it does not break every time?
> 
> Reco




Updated Clients Contacts list 2017

2017-07-07 Thread madison . bell
style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)">Hi There,


style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)"> 


style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)">Are you looking for a vendor who
could supply email list and also do email campaigns on your  
behalf?


style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)"> 


style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)">We have 300 million+ B2b database

over the globe and might want to do email Campaign for your sake and advance
your product.

style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)"> 


style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)">6million IT contacts


style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)">5million Marketing  
contacts


style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)">2Million Engineering  
Contacts


style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)">and many more titles


style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)"> 


style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)">A special email campaign service

where your domain is not blacklisted, but moves traffic to your website and
generate leads.

style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)"> 


style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)">Let me know if you are interested

and i can connect you with one of our Sales Rep.

style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)"> 


style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)">Happy to assist you!


style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)"> 


style="margin-bottom:0.0001pt;line-height:normal;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">style="color:rgb(31,78,121)">Thanks,



Re: Gerät im WAN und LAN Auflösung Domain

2017-07-07 Thread tomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, Jul 07, 2017 at 09:17:22PM +0200, Thomas wrote:
> Hallo,

Hallo,

das ist eine englischsprachige Mailingliste: Du wirst bessere Chancen auf
eine Antwort haben wenn Du auf englisch fragst :)

Siehe  für die deutsche
Variante.

(Translation: hello, this is an English speaking mailing list. You'll have
better chances to get a reply if you ask in English.
> ich habe ein Gerät im WAN, das spricht meinen Server über die WAN IP an.
> 
> Jetzt nehmen ich dieses Gerät mit ins LAN und es spricht den Server nach wie 
> vor über die WAN IP an. Das funktioniert.
> 
> Nur wie kann ich das einfach hingekommen das das Gerät im LAN die LAN IP des 
> Servers nimmt damit der Zugriff "schneller" und die durchschnittliche 
> Abweichung geringer ist.
> 
> Evtl. über den bind im LAN die Domain anders auflösen so das die auf die LAN 
> IP 
> zeigt?

Das Gerät muss eine IP-Adresse im LAN bekommen. Dann kann es über das LAN
mit dem Server kommunizieren. Wie das genau geht hängt ein wenig von Deinen
sonstigen Einstellungen/Bedürfnissen ab.

vg
- -- tomás
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAllf4RUACgkQBcgs9XrR2kZuOACffOnZNLkXhiELpwZF5Elf7/7J
I34AoIF8aAlWukBbVrtaTUtCUU8xikB8
=3HBB
-END PGP SIGNATURE-



Re: WARNING: Libreoffice - Do not remove ~/.config/libreoffice

2017-07-07 Thread Reco
Hi.

On Fri, 07 Jul 2017 19:08:20 +0200
Hans  wrote:

> Hi folks, 
> 
> due to another problem in libreoffice (no gallery, when dmaths is installed), 
> I 
> moved ~/.config/libreoffice out of the way, to get a fresh configuration. 
> DO NOT DO THIS except you have a backup available! 
> 
> If you do so, you will not be able, to start libreoffice any more.  If you 
> move 
> it back, then it will start again. So do not delete these files! 

Thanks for the heads up, but it does not reproduce here.

Just removed ~/.config/libreoffice, invoked lowriter, and … lo and
behold - got Libreoffice Writer window.

Maybe it does not break every time?

Reco



Re: Replace systemd

2017-07-07 Thread David Wright
On Fri 07 Jul 2017 at 14:53:09 (+0100), Jonathan Dowland wrote:
> On Thu, Jul 06, 2017 at 03:31:18PM -0700, Patrick Bartek wrote:
> >I would be interested if there were.  I've never seen such an option
> ...
> >Let the list know what you discover.
> 
> I'm surprised to report that the option do manually select software is
> no longer there. As I recall, it was essentially invoking aptitude
> within d-i, either after or instead of the normal task selection stage.
> I've just gone through an expert mode install with stretch netinst and
> that option is no longer available.

I think you'll find that it was in fact dselect. Up to and including
sarge, you were dumped into dselect with a selection of packages
already made, taking into account which sources you had selected.

However, this doesn't affect the intent of this thread. By the time
you got to this installation step, the base system was already
installed and you had rebooted (the "smoke test", remember?), so
the init system was already up and running.

Cheers,
David.



Re: problème résolution écran

2017-07-07 Thread Étienne Mollier
Bonjour Éric,


J'ai pris un peu de temps pour remettre le nez dans les fils de
discussion de ce sujet.

e.e., le 2017-05-13 :
> cet ordi a deux cartes graphiques, une
> carte intel plus une nvidia. J'ai lu
> pas mal de choses sur bumblebee mais
> pour l'instant j'aimerais faire fonctionner
> juste avec la carte intel (peut-être n'est-ce
> pas possible?)

Eric Bernard, le 2017-05-15 :
> Faudrait commencer par désactiver dans le bios la nvidia ou
> forcer l'utilisation de la intel par défaut.
> Ensuite vérifier si le pilote intel est bien installé.

e.e., le 2017-05-15 :
> quand debian s'initialise il y a quelques
> message d'erreur qui apparaissent brièvement,
> dont un me dit qu'il ne peut charger "nouveau"
> peut-être est-ce l'origine du problème?

e.e., le 2017-07-07 :
> je reviens sur cette question que
> j'avais posée il y a déjà un mois
> et demi. Les conseils qui m'avaient
> été donnés n'ont pas permis de résoudre
> le problème. Je remercie quand-même
> ceux qui me les ont donnés.
>
> je crois avoir tout essayé. L'installation
> du driver nvidia plante irrémédiablement
> cinnamon (ou autre, j'ai essayé).
>
> en désespoir de cause j'ai même tenté
> d'installer Ubuntu: c'est pire, l'installation
> ne va pas au bout. Ce zbook g3 est maudit!!!

En terme général, la série ZBook est assez ardue à installer sous
Unix, il y a toute une panoplie de choses qui peuvent ne pas
aller.  En voici quelques échantillons, non spécifiques au
fabricant, étant donné que la majorité des laptops récents
présentent ces propriétés désormais :

- activité du Secure Boot empêchant le démarrage des systèmes non
  signés

- activité du mécano NVidia Optimus, qui empêche purement et
  simplement l'affichage à l'écran de quoi que ce soit, y compris
  des consoles télétypes, à partir d'OS basés sur Linux entre
  autres

- activité du Fast Boot, qui peut causer des corruptions de
  données sur les disques, dans le cas des machines à multiples
  systèmes, car un arrêt d'un système supportant le Fast Boot
  n'est pas complet, ses disques sont toujours montés et peuvent
  potentiellement donc être montés par le système voisin.

Ces options doivent être coupées dans l'interface UEFI au
démarrage de la machine, mais étant donné que vous avez pu
afficher un bureau, même dégradé, alors j'imagine que vous avez
pu régler la majorité de ces problèmes.


Pour l'installation du pilote NVidia, la manipulation est sioux.
Le pilote propriétaire entre en conflit avec le pilote libre,
donc il faut désinstaller le paquet xserver-xorg-video-nouveau :

sudo apt remove --purge xserver-xorg-video-nouveau

puis redémarrer le système.  Normalement, là, si vous avez
le paquet xserver-xorg-video-intel, alors vous ne devriez
utiliser que le chipset d'Intel, s'il est opérationnel.

Sinon, il faut poursuivre en installant la carte NVidia.  De
mémoire, l'installation doit se faire à serveur graphique éteint,
donc il faut se connecter sur une des consoles systèmes et lancer
l'une des trois commandes suivantes pour arrêter le serveur X :

sudo systemctl stop lightdm
sudo systemctl stop gdm3
sudo systemctl stop kdm

puis installer le pilote NVidia avant de redémarrer une nouvelle
fois :

sudo apt install xserver-xorg-video-nvidia

Attention au niveau de version du pilote.  Celui fourni dans
Debian Buster (dépôt non-free) est le 375.66-2 mais pour les
cartes extrêmement récentes, le support peut n'être assuré qu'à
partir de versions encore plus récentes.

Potentiellement, le pilote propriétaire pourrait avoir besoin
d'un fichier /etc/X11/xorg.conf qui, s'il n'est pas engendré par
la procédure d'installation, peut être réparé avec la commande
nvidia-xconfig issue du paquet du même nom :

sudo nvidia-xconfig

Ça pourrait éventuellement expliquer la casse avec le bureau
Cinnamon.  Ceci étant, la description du paquet nvidia-xconfig
nous indique qu'il est « deprecated » et il est vrai qu'il est
resté en version 375.26-1.  Cette manipulation n'est peut-être
plus vraie aujourd'hui, à vérifier éventuellement...


> finalement j'ai trouvé une solution inattendue:
> installer FreeBSD.

Constater que cette solution fonctionne est une agréable
surprise.  :-)

Même si je devrais prêcher pour la paroisse de Debian, j'aurais
tendance à penser que, si ce n'est pas cassé, alors il n'y a pas
besoin de réparer, enfin si cette solution vous convient.


> je reste abonné à la liste pour le moment,
> même si finalement je n'ai (encore) jamais
> uilisé Debian.

Vous êtes bienvenu sur la liste même si vous n'êtes pas
utilisateur de Debian de facto.  ;-)


Librement,
-- 
Étienne Mollier 
All opinion are my own




Re: Replace systemd

2017-07-07 Thread Brian
On Fri 07 Jul 2017 at 08:50:37 -0700, Patrick Bartek wrote:

> On Fri, 7 Jul 2017 14:53:09 +0100 Jonathan Dowland 
> wrote:
> 
> > On Thu, Jul 06, 2017 at 03:31:18PM -0700, Patrick Bartek wrote:
> > >I would be interested if there were.  I've never seen such an option
> > ...
> > >Let the list know what you discover.
> > 
> > I'm surprised to report that the option do manually select software is
> > no longer there. As I recall, it was essentially invoking aptitude
> > within d-i, either after or instead of the normal task selection
> > stage. I've just gone through an expert mode install with stretch
> > netinst and that option is no longer available.
> 
> The consequences of "progress."

How does progress proceed from something which never existed?

-- 
Brian. 



Gerät im WAN und LAN Auflösung Domain

2017-07-07 Thread Thomas
Hallo,

ich habe ein Gerät im WAN, das spricht meinen Server über die WAN IP an.

Jetzt nehmen ich dieses Gerät mit ins LAN und es spricht den Server nach wie 
vor über die WAN IP an. Das funktioniert.

Nur wie kann ich das einfach hingekommen das das Gerät im LAN die LAN IP des 
Servers nimmt damit der Zugriff "schneller" und die durchschnittliche 
Abweichung geringer ist.

Evtl. über den bind im LAN die Domain anders auflösen so das die auf die LAN IP 
zeigt?

Oder wie macht man so was?

Gruss
Thomas




Re: Re: Replace systemd

2017-07-07 Thread Brian
On Thu 06 Jul 2017 at 21:07:44 -0600, Tom Dial wrote:

> I am not a particular fan of systemd, but have learned to live with it,
> on the basis that deviations from the default install are likely to lead
> to more work, possibly exponentially, down the line.
> 
> That said, the hplip in Devuan 2.0 seems to be identical to that in
> Stretch, and neither, therefore would depend on (or recommend) systemd.
> 
> The output of "dpkg --status hplip" is identical on the two systems.

Technical point. One word: consolekit. Clearer now?

-- 
Brian.



Re: Auto-login

2017-07-07 Thread Sjoerd Hiemstra
Mart:
> Dit is een (veel) voorkomend verzoek en er is een display manager
> speciaal voor geschreven. Deze dm heet passend: nodm.

Die heb ik wel eens geprobeerd, maar het nadeel was dat na het
uitloggen direct opnieuw ingelogd werd. Je moest maar een harde reset
doen of zo. En het was ook niet mogelijk om na het uitloggen in een
andere desktopomgeving in te loggen. Dus ik vond dat niet veel soeps.



Re: Auto-login

2017-07-07 Thread Sjoerd Hiemstra
Paul van der Vlis:
> Sjoerd Hiemstra:
> > Ik heb het in ieder geval zo dat ik alleen nog een gebruikersnaam in
> > hoef te voeren. Vooropgesteld dat je geen desktopmanager gebruikt, 
> 
> Zoiets heet "displaymanager",

Pfff, ik wist het, foutje bedankt.

> en het is nogal speciaal om geen displaymanager te gebruiken. Het kan
> wel inderdaad.

Ik heb het altijd zonder displaymanager gedaan. Met systemctl de
displaymanagers buiten werking stellen, en deze deïnstalleren.

B.v. openbox start ik met:

   $ ob

In /usr/local/bin/ob staat:

   #! /bin/sh
   startx /usr/local/ob-session --

In /usr/local/ob-session wordt openbox gestart, voorafgegaan door
eventuele andere programma's die je mee op wilt starten.

   #! /bin/sh
   /usr/bin/unclutter -idle 2 &
   /usr/bin/xmodmap ~/.Xmodmap &
   /usr/bin/xset -dpms &
   /usr/bin/xset s off &
   /usr/bin/xbindkeys &
   /usr/bin/xsetroot -solid rgb:64/80/84 &
   exec /usr/bin/openbox

Iets dergelijks heb ik voor nog een paar andere WM's en DM's.

> > En je werkt zonder wachtwoord:
> > 
> > # passwd -d 
> 
> Misschien dat bovenstaande prima werkt, dat weet ik niet. Ik heb
> inderdaad wel setups gezien waarbij er niet meer om een paswoord werd
> gevraagd na het klikken op een username.

Ik heb het gezien bij de upgrade van kortgeleden, toen om een of andere
reden lightdm en sddm weer werkten. Bij beiden werd niet meer om het
wachtwoord gevraagd, het invoerveld verdween na het aanklikken van de
username.



Re: Auto-login

2017-07-07 Thread Willem Jager



Op 07-07-17 om 18:25 schreef Patrick Ruytings:

Kan iemand mij zeggen hoe ik Debian 9 (en andere Linux'en) zover kan
krijgen dat die automatisch inloggen?


Bij mij werkt: instellingen -- gebruikers -- en dan automatisch 
aanmelden "aan" zetten.




Re: Auto-login

2017-07-07 Thread Mart
On Fri, Jul 07, 2017 at 08:13:58PM +0200, Paul van der Vlis wrote:
> Op 07-07-17 om 19:11 schreef Paul van der Vlis:
> > Op 07-07-17 om 18:25 schreef Patrick Ruytings:
> >> Kan iemand mij zeggen hoe ik Debian 9 (en andere Linux'en) zover kan
> >> krijgen dat die automatisch inloggen?
> > 
> > Dat kun je configureren in de display manager, bijvoorbeeld in GDM of in
> > LightDM.
> > 
> > Zelf ga ik als root op de commandline naar de configuratie van de
> > displaymanager in /etc, bijvoorbeeld naar /etc/gdm/daemon.conf voor GDM
> 
> Het is /etc/gdm3/daemon.conf
> 
> Groeten,
> Paul
> 
> -- 
> Paul van der Vlis Linux systeembeheer Groningen
> https://www.vandervlis.nl/

Dit is een (veel) voorkomend verzoek en er is een display manager speciaal voor
geschreven. Deze dm heet passend: nodm.

Op de archwiki staat best veel informatie over deze dm en waarom deze wel eens
gebruikt wordt: https://wiki.archlinux.org/index.php/Nodm

Gr. Mart


signature.asc
Description: PGP signature


Re: Auto-login

2017-07-07 Thread Koen Wybo

Op 07-07-17 om 18:25 schreef Patrick Ruytings:

Kan iemand mij zeggen hoe ik Debian 9 (en andere Linux'en) zover kan
krijgen dat die automatisch inloggen?



In Gnome: Instellingen / gebruikers.  Ontgrendelen.

Kies je gebruiker en zet de knop 'automatisch aanmelden' aan.


Koen Wybo



Re: Replace systemd

2017-07-07 Thread Brian
On Thu 06 Jul 2017 at 15:49:41 +0200, Erwan David wrote:

> There are also packages which add a dependency on systemd whereas the
> same software works perfectly on FreeBSD, thus without anything
> ressembling it (eg hplip).

hplip does not have systemd as a Depends:,

In about 2009 hplip introduced support for policykit. Utilities such as
hp-setup could be run as an ordinary user rather than as the superuser.
Therefore, Debian's hplip depends on policykit. Sensible, you would have
to agree.

But, nearly 10 years later, policykit-1 depends on libpam-systemd, which,
in turn, depends on systemd. No real problem there; an installation of
policykit-1 by hplip does not change PID 1.

For an hplip installation not to lead to the installation of systemd the
target to aim at is libpam-systemd. Good luck with that, but don't blame
hplip; it is only providing a secure environment for users to operate in.

> This leads to upgrade from a jessie without systemd will install it.

A Jessie hplip pulls in systemd so your point is obscure. Perhaps you
could analyse in detail what FreeBSD does with hplip to clarify how it
differs.

-- 
Brian.



Re: Auto-login

2017-07-07 Thread Paul van der Vlis
Op 07-07-17 om 18:48 schreef Geert Stappers:
> On Fri, Jul 07, 2017 at 06:25:14PM +0200, Patrick Ruytings wrote:
>> Kan iemand mij zeggen hoe ik Debian 9 (en andere Linux'en) zover kan
>> krijgen dat die automatisch inloggen?
> 
> Volgens mij heet dat "Kiosk mode", doe daar een websearch op.

Je kunt ook automatisch inloggen zonder kiosk mode. Kiosk mode is meer
voor internet cafe's en dergelijke, openbare computers.

Groeten,
Paul



-- 
Paul van der Vlis Linux systeembeheer Groningen
https://www.vandervlis.nl/



Re: Auto-login

2017-07-07 Thread Paul van der Vlis
Op 07-07-17 om 19:36 schreef Sjoerd Hiemstra:
> Patrick Ruytings:
>> Kan iemand mij zeggen hoe ik Debian 9 (en andere Linux'en) zover kan
>> krijgen dat die automatisch inloggen?
> 
> Ik heb het in ieder geval zo dat ik alleen nog een gebruikersnaam in
> hoef te voeren. Vooropgesteld dat je geen desktopmanager gebruikt, 

Zoiets heet "displaymanager", en het is nogal speciaal om geen
displaymanager te gebruiken. Het kan wel inderdaad.

> zet je zoiets aan het eind van ~/.bashrc:
> 
> [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startkde
> 
> of een andere desktop of WM in de plaats van 'startkde'.
> En je werkt zonder wachtwoord:
> 
> # passwd -d 

Misschien dat bovenstaande prima werkt, dat weet ik niet. Ik heb
inderdaad wel setups gezien waarbij er niet meer om een paswoord werd
gevraagd na het klikken op een username.

> Met Ctrl-Alt-F2 kan dan naar de console teruggekeerd worden en van
> daaruit evt. in een andere desktop worden ingelogd.

Nee, dat doe je normaal door gewoon af te sluiten in de grafische omgeving.

> Ik herinner me van vroeger dat gdm (tegenwoordig gdm3) zo in te stellen
> was dat je automatisch in kon loggen, in een bepaalde desktop. 

Correct.

> Eenmaal ingelogd, kon met Ctrl-Alt-F2 naar gdm teruggekeerd worden 

Nee, met ctrl-alt-F2 kom je in een virtuele console zonder Xorg netjes
af te sluiten.

> en evt. in
> een andere desktopomgeving ingelogd worden. Ik weet niet of dit nog
> steeds zo is.

Je kunt jezelf afmelden, en dan kom je bij de displaymanager, dus
bijvoorbeeld bij GDM. Daar kun je dan eventueel een andere desktop
kiezen, en de volgende keer is dat het default.

Groeten,
Paul


-- 
Paul van der Vlis Linux systeembeheer Groningen
https://www.vandervlis.nl/



Re: Auto-login

2017-07-07 Thread Paul van der Vlis


Op 07-07-17 om 19:11 schreef Paul van der Vlis:
> Op 07-07-17 om 18:25 schreef Patrick Ruytings:
>> Kan iemand mij zeggen hoe ik Debian 9 (en andere Linux'en) zover kan
>> krijgen dat die automatisch inloggen?
> 
> Dat kun je configureren in de display manager, bijvoorbeeld in GDM of in
> LightDM.
> 
> Zelf ga ik als root op de commandline naar de configuratie van de
> displaymanager in /etc, bijvoorbeeld naar /etc/gdm/daemon.conf voor GDM

Het is /etc/gdm3/daemon.conf

Groeten,
Paul

-- 
Paul van der Vlis Linux systeembeheer Groningen
https://www.vandervlis.nl/



IBM Cloud Storage Users List

2017-07-07 Thread desiree.quinn
 

 

Hi,

 

 

Would you be interested to acquire IBM Cloud Storage user contacts list for
your business campaigns.

 

 

Significant list include: AT Cloud Storage, Citrix Share File, EMC Atmos,
EMC Elastic Cloud Storage, EMC Mozy Pro, HPE Cloud Object Storage, IBM
Cleversafe, Microsoft Storsimple, Oracle Cloud Archive Storage, Oracle Cloud
Object Storage, Zadara Storage Cloud and many more.

 

Kindly review and advice on your requirements for more information.

 

Awaiting your response.

 

Best regards,

 

Desiree Quinn 

 

Demand Generation- Technology Database

 

 

 

"To opt out please response Remove"

 

 



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


Re: CUPS

2017-07-07 Thread Benoit B
Bonjour,

Le 6 juillet 2017 à 10:29, Alain Rpnpif  a écrit :
>
> Parfois, une tâche (du filtre CUPS) sur le poste client plante ou est
> très longue à se terminer.
> Ghostscript a ce problème.
>
> Juste après l'impression, lancer ps ax ou et top pour voir et
> vérifier qu'une tâche d'impression ne tourne pas. Sur un ordinateur
> relativement rapide, j'ai déjà vu une tâche d'impression mettre 10 min
> avant de sortir. De la faiblesse de certains filtres de CUPS.

Voici les processus cups

 3907 ?Ss 0:01 /usr/sbin/cupsd -l
 4992 ?Ssl0:00 /usr/sbin/cups-browsed
 8806 ?S  0:00 /usr/lib/cups/notifier/dbus dbus://


-l   Cette option est passée à cupsd lorsqu'il est lancé par
launchd(8) ou systemd(8).

>
> Je ferais des essais d'impression avec un fichier dont le filtre est
> censé être simple du genre un fichier texte pur ou bien un PDF ne
> contenant que du texte avec une seule police simple. En effet le PDF
> est assez bien supporté par CUPS.
>

Un fichier d'un mot en texte, l'imprimante sort de la veille (le
ventilateur s'allume, les moteurs se mettent à tourner...) puis se met
en attente, durant ce temps une très brève apparition d'un processus
cupsd dans top.

> Avant, vérifier dans l'interface client de CUPS, que l'imprimante n'est
> pas bloquée.
>
> Que dit :
> lpstat -p

printer Brother_HL-2030_series is idle.  enabled since ven 07 jui 2017
18:34:53 CEST
printer PDF is idle.  enabled since sam 24 jun 2017 16:40:21 CEST

Une piste :
apt install cups-driver-gutenprint

Aucune version du paquet cups-driver-gutenprint n'est disponible, mais
il existe dans la base
de données. Cela signifie en général que le paquet est manquant, qu'il
est devenu obsolète
ou qu'il n'est disponible que sur une autre source

E: Le paquet « cups-driver-gutenprint » n'a pas de version susceptible
d'être installée

Je l'ai téléchargé et installé avec dpkg...

Ca ne marche toujours pas...

--
Benoit



ce que jaime = humour amour toujours bis il vous invite bis

2017-07-07 Thread maurice demailly

Re: WARNING: Libreoffice - Do not remove ~/.config/libreoffice

2017-07-07 Thread Robert Parker
On Sat, Jul 8, 2017 at 12:08 AM, Hans  wrote:

> Hi folks,
>
> due to another problem in libreoffice (no gallery, when dmaths is
> installed), I
> moved ~/.config/libreoffice out of the way, to get a fresh configuration.
> DO NOT DO THIS except you have a backup available!


 Actually there are times when removing ~/.config/libreoffice is exactly
what
you need to do.

The LO installer is rather brain dead so when you get reported file missing
errors on LO start up, apt-get remove libreoffice && apt-get install
libreoffice
does not fix the problem.

The procedure that worked for me was:
apt-get remove libreoffice
rm -rf ~/.config/libreoffice
apt-get install libreoffice

all as root of course.

There may have been a better way to do this job but the above did work.

Cheers Bob



-- 
All along the untrodden paths of nature may be seen the footprints of an
unseen hand.


Re: Relative stability of Testing vs Unstable

2017-07-07 Thread Fungi4All
> From: songb...@anthive.com
> To: debian-user@lists.debian.org
> John Hasler wrote:
>> songbird writes:
>>> i"ve been running testing with bits from unstable and/or experimental
>>> for quite some time now.
>>
>> Experimental is a completely different kettle of fish.
> of course. :) it is not like i"m using a lot of
> things from there. more like one or two items.
>> Unstable
>> contains packages that the developer hopes and expects will migrate to
>> Testing and end up in Stable without incident, and he"s usually right.
>> Experimental, on the other hand, contains packages that the developer
>> wants people to experiment with. It is not a mistake or policy
>> violation to upload a package known to contain a grave bug to
>> Experimental.
> i usually check if there is a newer version there
> if i"m experiencing a bug in a version that is in
> testing or unstable to see if the newer version solves
> the bug. most recently it was libreoffice, but the
> newer version didn"t make any difference so i purged
> it and reinstalled the testing version again (and then
> worked around the issue).

between sid and experimental it is only a pound sign move from one
source line to the next. An update will satisfy your curiosity without
an upgrade. Last I checked there were only 2-3 kernels that were
under experimentation, nothing else different from my sid installation.
Do I care to mess around with linux-rc ? Not really, so I just went
back. Possibly after stretch stability there may be a ton of stuff.
By the way, 4.12 was announced as stable and there is no 4.13
yet. https://www.kernel.org/

> songbird

Re: Debian 9 in VirtualBox

2017-07-07 Thread Paul van der Vlis
Hoi Patrick,

Op 07-07-17 om 18:24 schreef Patrick Ruytings:
> On Tue, 04 Jul 2017 17:22:01 +0200, Patrick Ruytings
>  wrote:
> 
>> Ik heb met jullie hulp het probleem kunnen oplossen maar nu zit ik met
>> een ander probleem: ik heb KDE gekozen als werkomgeving en als ik dit
>> fullscreen zet verdwijnt de onderste balk! Ik krijg het op geen enkele
>> manier zichtbaar. Ik probeer het later eens met XFCE in de hoop dat
>> het daarmee wel lukt.
> 
> Het is opgelost door Cinnamon als desktop te kiezen.

Ik gebruik ook Cinnamon, daar is niets mis mee. Maar je kunt heus ook
XFCE of KDE of iets anders in Virtualbox fullscreen draaien, zonder dat
de onderste balk weg valt.

Groeten,
Paul


-- 
Paul van der Vlis Linux systeembeheer Groningen
https://www.vandervlis.nl/



Re: Auto-login

2017-07-07 Thread Paul van der Vlis
Op 07-07-17 om 18:25 schreef Patrick Ruytings:
> Kan iemand mij zeggen hoe ik Debian 9 (en andere Linux'en) zover kan
> krijgen dat die automatisch inloggen?

Dat kun je configureren in de display manager, bijvoorbeeld in GDM of in
LightDM.

Zelf ga ik als root op de commandline naar de configuratie van de
displaymanager in /etc, bijvoorbeeld naar /etc/gdm/daemon.conf voor GDM
en naar /etc/lightdm/lightdm.conf voor LightDM.

Bij LightDM zet ik dan bijvoorbeeld:
autologin-user=patrick

En dan logt hij automatisch in. Bij GDM is het net zoiets. KDM weet ik niet.

Groeten,
Paul


-- 
Paul van der Vlis Linux systeembeheer Groningen
https://www.vandervlis.nl/



WARNING: Libreoffice - Do not remove ~/.config/libreoffice

2017-07-07 Thread Hans
Hi folks, 

due to another problem in libreoffice (no gallery, when dmaths is installed), I 
moved ~/.config/libreoffice out of the way, to get a fresh configuration. 
DO NOT DO THIS except you have a backup available! 

If you do so, you will not be able, to start libreoffice any more.  If you move 
it back, then it will start again. So do not delete these files! 

Just a friendly warning. I suppose, the opackage team, libreoffice team knows 
about, as I saw lots of bugmessages about similar in Ubuntu.

Have fun!

Best

Hans



Re: Auto-login

2017-07-07 Thread Geert Stappers
On Fri, Jul 07, 2017 at 06:25:14PM +0200, Patrick Ruytings wrote:
> Kan iemand mij zeggen hoe ik Debian 9 (en andere Linux'en) zover kan
> krijgen dat die automatisch inloggen?

Volgens mij heet dat "Kiosk mode", doe daar een websearch op.


Groeten
Geert Stappers
-- 
Leven en laten leven



Auto-login

2017-07-07 Thread Patrick Ruytings
Kan iemand mij zeggen hoe ik Debian 9 (en andere Linux'en) zover kan
krijgen dat die automatisch inloggen?



Re: Debian 9 in VirtualBox

2017-07-07 Thread Patrick Ruytings
On Tue, 04 Jul 2017 17:22:01 +0200, Patrick Ruytings
 wrote:

>Ik heb met jullie hulp het probleem kunnen oplossen maar nu zit ik met
>een ander probleem: ik heb KDE gekozen als werkomgeving en als ik dit
>fullscreen zet verdwijnt de onderste balk! Ik krijg het op geen enkele
>manier zichtbaar. Ik probeer het later eens met XFCE in de hoop dat
>het daarmee wel lukt.

Het is opgelost door Cinnamon als desktop te kiezen.




Re: Replace systemd

2017-07-07 Thread Patrick Bartek
On Fri, 7 Jul 2017 14:53:09 +0100 Jonathan Dowland 
wrote:

> On Thu, Jul 06, 2017 at 03:31:18PM -0700, Patrick Bartek wrote:
> >I would be interested if there were.  I've never seen such an option
> ...
> >Let the list know what you discover.
> 
> I'm surprised to report that the option do manually select software is
> no longer there. As I recall, it was essentially invoking aptitude
> within d-i, either after or instead of the normal task selection
> stage. I've just gone through an expert mode install with stretch
> netinst and that option is no longer available.

The consequences of "progress."

Well, at least, there's still a "base" install option, and build up
from there. What I did when I upgraded from Fedora 12 (running about 6
months past EOL) to Wheezy five years ago.

Thanks for the heads up.

B



Re: Recherche upgrade PC de bureau

2017-07-07 Thread Thierry Bugier Pineau
Bonjour 

Je pense qu'il faut d'abord mesurer la charge CPU et RAM, voir ce que
vous faites du pc. Je serais tenté de dire qu'un SSD à lui seul ferait
un bénéfice sensible.


Le vendredi 07 juillet 2017 à 14:38 +0200, andre_deb...@numericable.fr
a écrit :
> Bonjour,
> 
> Je souhaite upgrader mon PC de bureau.
> 
> C'est actuellement un processeur Intel i5 mais datant de 5 ans,
> et une bonne carte mère Asus qui va avec,
> une carte graphique très sophistiquée datant de 3 ans,
> Dique Dur non SSD.
> 
> En passant à un i7 dernière génération (assez cher),
> y aura t-il une grande différence de perfomance ?
> 
> Est-ce que ça vaut le coup ?
> 
> Merci d'avance d'un conseil...
> 
> Bonne journée,
> 
> André
> 

Re: Recherche upgrade PC de bureau

2017-07-07 Thread Pierre L.
Salut,
Quelle utilisation ? Telle est vraie question ;)

Si ton processeur n'est pas souvent poussé à fond, quelle serait
l'utilité d'en changer ?
ex: pourquoi prendre une voiture de course pour aller chercher ton pain
chez le boulanger à 800m de chez toi ?

Ta quantité/vitesse de mémoire vive (RAM)... idem, est-elle souvent
blindée ? Si oui on peut partir sur un investissement.

Disque dur... tu as peut-etre actuellement un disque pas très rapide à
5400t/min par exemple. On peut noter un petit coup de boost en passant
sur un 7200t/min, et un très gros coup de boost sur un SSD (tarif plus
cher pour moins de place, mais c'est plus rapide!)

Si on fait de la photo, de la vidéo, de la glandouille sur le net, des
machines virtuelles, de la prog,...
Selon l'utilisation de la machine, on va privilégier de mettre un peu
plus d'argent dans tel ou tel composant.
Peut-être que ton ordi actuel est convenable et n'est jamais poussé à fond ?
Ici c'est un code2duo qui t'écrit, avec un dur en 5400t/min, un écran
pas très grand, assez en ram... et ca me convient très largement pour
surfer / mails / console / bureautique / un peu de retouche photo
rapido... et le biniou date de plus de 5 ans ;)

Après, si tu veux mater les performances brutes entre i5 et i7, il faut
se pencher sur les sites spécialisés en benchmarks  ;)


> Merci,
>
> Donc, préférez un DD SSD plutôt qu'un changement de processeur + CM ?
>
> André



signature.asc
Description: OpenPGP digital signature


Re: mailutils in stretch

2017-07-07 Thread Sven Joachim
On 2017-07-07 16:52 +0200, Erwan David wrote:

> Le 07/07/17 à 16:39, Sven Joachim a écrit :
>> In fact, various packages have been demoted from Priority
>> standard or important to optional in recent years.  This includes the
>> venerable "ed" text editor for instance, and also any package providing
>> /usr/bin/mail.  Apparently the reason is that they pull in an MTA which
>> is also no longer included by default.  Which seems sensible to me BTW.
>
> A small relaying only MTA could be installed by default, eg ssmtp.

Good luck changing the default MTA in Debian, that has been under
discussion on debian-devel for at least 18 years[1].  Besides,
maintainers cannot even agree which MTA they prefer to pull in if one is
needed by their packages:

,
| $ grep-dctrl -FDepends mail-transport-agent -n -sDepends 
/var/lib/apt/lists/*unstable*Packages | sed -e 's/, /\n/g' | grep 
mail-transport-agent | sort -u
| default-mta | exim4 | mail-transport-agent
| default-mta | mail-transport-agent
| exim | mail-transport-agent
| exim4 | mail-transport-agent
| exim4 | postfix | mail-transport-agent
| exim4 | postfix | sendmail | mail-transport-agent
| exim4-daemon-light | mail-transport-agent
| mutt | mailx | mail-transport-agent
| postfix | exim4 | mail-transport-agent
| postfix | mail-transport-agent
| sendmail | mail-transport-agent
| sendmail-bin | mail-transport-agent
`

Cheers,
   Sven


1. https://lists.debian.org/debian-devel/1999/06/thrd5.html#01981



Re: Plus de notification d'arrivée de courriel ni tâches Osmo

2017-07-07 Thread Alain Rpnpif
Le  6 juillet 2017, Benoit B a écrit :

> Le 6 juillet 2017 à 10:50, Alain Rpnpif  a écrit :
> > Le  5 juillet 2017, Benoit B a écrit :
> >
> > /etc/xdg/autostart/notification-daemon.desktop  
> 
> Je n'ai pas ce fichier dans autostart tu l'as rajouté ?


Non, il fait partie de :
dpkg -S /etc/xdg/autostart/notification-daemon.desktop
notification-daemon

Note que je suis sous Jessie-backports et que ce paquet est issu de
jessie.

Je viens de vérifier : dans sketch ce fichier a été supprimé. Ce paquet
est peut-être déconseillé mais la notification devrait fonctionner par
un autre moyen. Je viens de le supprimer et j'ai toujours des
notifications (autres que courriels), c'est libnotify qui prend le
relais. Pour tester  : notify-send "mon test de notification"
Mais j'ai oublié de dire que je suis sous Xfce.

Bizarre que ça ne marche pas chez toi. 

En attendant, tu peux recréer ce fichier ainsi :
sudo nano /etc/xdg/autostart/notification-daemon.desktop
ou nano ~/.config/autostart/notification-daemon.desktop

[Desktop Entry]
Name=Notification Daemon
Comment=Display notifications
Exec=/usr/lib/notification-daemon/notification-daemon
Terminal=false
Type=Application
NoDisplay=true
OnlyShowIn=LXDE;OPENBOX;GNOME;
AutostartCondition=GNOME3 unless-session gnome

-- 
Alain Rpnpif



Re: Recherche upgrade PC de bureau

2017-07-07 Thread Daniel Caillibaud
Le 07/07/17 à 14:38, andre_deb...@numericable.fr a écrit :
AF> Bonjour,
AF> 
AF> Je souhaite upgrader mon PC de bureau.
AF> 
AF> C'est actuellement un processeur Intel i5 mais datant de 5 ans,
AF> et une bonne carte mère Asus qui va avec,
AF> une carte graphique très sophistiquée datant de 3 ans,
AF> Dique Dur non SSD.
AF> 
AF> En passant à un i7 dernière génération (assez cher),
AF> y aura t-il une grande différence de perfomance ?
AF> 
AF> Est-ce que ça vaut le coup ?

Est-ce que la machine actuelle pose un pb de performance ?

Si oui, commence par le ssd, le reste, à moins que tu ne fasse bcp de rendu de 
scènes 3D
complexes, ça me parait du gaspillage d'argent et de matières premières.

Mon pc tourne toujours avec un quadCore de 2009 et la carte graphique intel de 
sa carte mère de
l'époque, j'ai juste ajouté un SSD et monté à 8Go de RAM. Il sert tout les 
jours de station de
travail pour du dev web, largement 8h/j, avec outils bureautiques, gros IDE 
bien lourd et en
permanence varnish + nodeJs + mongoDb + nginx + php-fpm + mysql + memcache + 
redis…

Pas encore vu suffisamment de différence avec des i7 gavés de RAM pour changer 
de matériel…

-- 
Daniel

Imaginer, c'est hausser le réel d'un ton.
Gaston Bachelard



Re: problème résolution écran

2017-07-07 Thread elguero eric
bonjour à tous,
je reviens sur cette question que 
j'avais posée il y a déjà un moiset demi. Les conseils qui m'avaientété donnés 
n'ont pas permis de résoudrele problème. Je remercie quand-mêmeceux qui me les 
ont donnés.

je crois avoir tout essayé. L'installationdu driver nvidia plante 
irrémédiablementcinnamon (ou autre, j'ai essayé). 

en désespoir de cause j'ai même tentéd'installer Ubuntu: c'est pire, 
l'installationne va pas au bout. Ce zbook g3 est maudit!!!
finalement j'ai trouvé une solution inattendue:installer FreeBSD. C'est pas 
simple (il fautéditer les fichiers de config avec vi et unclavier qwerty) mais 
finalement je peuxutiliser gnome3 et choisir la résolution del'écran. Je ne 
sais pas si je vais resterlongtemps sous FreeBSD, le bureau est unpeu 
spartiate, mais je vais vois si je medépatouille avec ça.
je reste abonné à la liste pour le moment,même si finalement je n'ai (encore) 
jamaisuilisé Debian.
e.e.


  De : elguero eric 
 À : debian-user-french@lists.debian.org 
 Envoyé le : Samedi 13 mai 2017 14h56
 Objet : problème résolution écran
   
bonjour à tous,

je suis nouveau sur cette liste et nouveau
sur debian (d'ailleurs pas encore nouveau
vu que pour l'instant ça ne marche pas).

j'ai acheté un HP zbook3 tout neuf muni
d'un écran 1600x900 pixels et j'y ai
installé debian 

cet ordi a deux cartes graphiques, une
carte intel plus une nvidia. J'ai lu
pas mal de choses sur bumblebee mais
pour l'instant j'aimerais faire fonctionner
juste avec la carte intel (peut-être n'est-ce
pas possible?)

mon problème est que je n'arrive pas à
régler la résolution de l'écran.

l'outil graphique de paramétrisation
de l'affichage ne me laisse que cette
possibilité:
1024 x 768 (4:3)

j'ai essayé d'appliquer la recette lue
sur le net, mais sans résultat.
   

Re: mailutils in stretch

2017-07-07 Thread Erwan David
Le 07/07/17 à 16:39, Sven Joachim a écrit :
> On 2017-07-07 05:19 -0500, Dave Sherohman wrote:
> 
>> On Fri, Jul 07, 2017 at 09:41:33AM +0200, Sven Joachim wrote:
>>> On 2017-07-07 02:06 -0500, Dave Sherohman wrote:
 What was the reason for omitting mailutils (and, specifically, a
 functional /usr/bin/mail binary) from the default strech install?
>>>
>>> For the record, mailutils have never been part of a default install, but
>>> bsd-mailx (which also provides /usr/bin/mail) was until Jessie.
>>
>> I stand corrected.  bsd-mailx does sound more familiar, now that you
>> mention it, but mailutils was the (first) `mail`-providing package I
>> found when I started looking with `apt-cache search`.
>>
 That's kind of a standard thing to be there on *nix systems...
>>>
>>> For better or worse, a default Debian installation seems to not omit
>>> various programs that have been standard on Unix systems.
> 
> Argh, I am sorry.  I meant to say just the opposite by leaving out the
> extra "not", In fact, various packages have been demoted from Priority
> standard or important to optional in recent years.  This includes the
> venerable "ed" text editor for instance, and also any package providing
> /usr/bin/mail.  Apparently the reason is that they pull in an MTA which
> is also no longer included by default.  Which seems sensible to me BTW.

A small relaying only MTA could be installed by default, eg ssmtp.




Re: mailutils in stretch

2017-07-07 Thread Sven Joachim
On 2017-07-07 05:19 -0500, Dave Sherohman wrote:

> On Fri, Jul 07, 2017 at 09:41:33AM +0200, Sven Joachim wrote:
>> On 2017-07-07 02:06 -0500, Dave Sherohman wrote:
>> > What was the reason for omitting mailutils (and, specifically, a
>> > functional /usr/bin/mail binary) from the default strech install?
>> 
>> For the record, mailutils have never been part of a default install, but
>> bsd-mailx (which also provides /usr/bin/mail) was until Jessie.
>
> I stand corrected.  bsd-mailx does sound more familiar, now that you
> mention it, but mailutils was the (first) `mail`-providing package I
> found when I started looking with `apt-cache search`.
>
>> > That's kind of a standard thing to be there on *nix systems...
>> 
>> For better or worse, a default Debian installation seems to not omit
>> various programs that have been standard on Unix systems.

Argh, I am sorry.  I meant to say just the opposite by leaving out the
extra "not", In fact, various packages have been demoted from Priority
standard or important to optional in recent years.  This includes the
venerable "ed" text editor for instance, and also any package providing
/usr/bin/mail.  Apparently the reason is that they pull in an MTA which
is also no longer included by default.  Which seems sensible to me BTW.

> The reports in question weren't from packaged reporting tools, but
> rather from random command-line programs being run with a command of the
> form `some-program 2&>1 | mail dave -s "some-program results"`.  Is
> there a more "modern"/preferred way of doing this sort of thing, which
> will work in a default stretch install (and doesn't require adding
> headers to the program output to make it suitable for piping directly to
> /usr/sbin/sendmail)?

No, just install bsd-mailx or mailutils.

Cheers,
   Sven



systemd & postgresql - flooding system log

2017-07-07 Thread Václav Ovsík
Hi,
I'm running Debian server hosting Request Tracker with Postgresql as
database back-end. There is also gnupg-agent & dirmngr installed
(because of SMIME/GPG mail support). Systemd logs about starting user
sessions and Postgresql for some reason starts user sessions internally
frequently. This is the result of upgrade from Jessie to Stretch on
syslog size:

  rt2:/etc/systemd# ll /var/log/syslog-2017* |tail
  -rw-r- 1 root adm 8058 Jun 28 06:25 /var/log/syslog-20170628.gz
  -rw-r- 1 root adm 7967 Jun 29 06:25 /var/log/syslog-20170629.gz
  -rw-r- 1 root adm  2537880 Jun 30 06:25 /var/log/syslog-20170630.gz
  -rw-r- 1 root adm  3111373 Jul  1 06:26 /var/log/syslog-20170701.gz
  -rw-r- 1 root adm  3265502 Jul  2 06:26 /var/log/syslog-20170702.gz
  -rw-r- 1 root adm  3264072 Jul  3 06:26 /var/log/syslog-20170703.gz
  -rw-r- 1 root adm  3241260 Jul  4 06:26 /var/log/syslog-20170704.gz
  -rw-r- 1 root adm  3255989 Jul  5 06:26 /var/log/syslog-20170705.gz
  -rw-r- 1 root adm  3256939 Jul  6 06:26 /var/log/syslog-20170706.gz
  -rw-r- 1 root adm 63687210 Jul  7 06:26 /var/log/syslog-20170707

I did upgrade on Jun 30...

The system log was full of 

  Jul  6 06:26:33 rt2 liblogging-stdlog:  [origin software="rsyslogd" 
swVersion="8.24.0" x-pid="406" x-info
  ="http://www.rsyslog.com;] rsyslogd was HUPed
  Jul  6 06:26:36 rt2 systemd[1]: Created slice User Slice of postgres.
  Jul  6 06:26:36 rt2 systemd[1]: Starting User Manager for UID 109...
  Jul  6 06:26:36 rt2 systemd[1]: Started Session c146966 of user postgres.
  Jul  6 06:26:36 rt2 systemd[1860]: Listening on GnuPG cryptographic agent and 
passphrase cache (restricte
  d).
  Jul  6 06:26:36 rt2 systemd[1860]: Listening on GnuPG cryptographic agent 
(access for web browsers).
  Jul  6 06:26:36 rt2 systemd[1860]: Listening on GnuPG cryptographic agent 
(ssh-agent emulation).
  Jul  6 06:26:36 rt2 systemd[1860]: Listening on GnuPG network certificate 
management daemon.
  Jul  6 06:26:36 rt2 systemd[1860]: Reached target Paths.
  Jul  6 06:26:36 rt2 systemd[1860]: Reached target Timers.
  Jul  6 06:26:36 rt2 systemd[1860]: Listening on GnuPG cryptographic agent and 
passphrase cache.
  Jul  6 06:26:36 rt2 systemd[1860]: Reached target Sockets.
  Jul  6 06:26:36 rt2 systemd[1860]: Reached target Basic System.
  Jul  6 06:26:36 rt2 systemd[1860]: Reached target Default.
  Jul  6 06:26:36 rt2 systemd[1860]: Startup finished in 11ms.
  Jul  6 06:26:36 rt2 systemd[1]: Started User Manager for UID 109.
  Jul  6 06:26:36 rt2 systemd[1]: Stopping User Manager for UID 109...
  Jul  6 06:26:36 rt2 systemd[1860]: Stopped target Default.
  Jul  6 06:26:36 rt2 systemd[1860]: Stopped target Basic System.
  Jul  6 06:26:36 rt2 systemd[1860]: Stopped target Sockets.
  Jul  6 06:26:36 rt2 systemd[1860]: Closed GnuPG network certificate 
management daemon.
  Jul  6 06:26:36 rt2 systemd[1860]: Closed GnuPG cryptographic agent and 
passphrase cache.
  Jul  6 06:26:36 rt2 systemd[1860]: Closed GnuPG cryptographic agent (access 
for web browsers).
  Jul  6 06:26:36 rt2 systemd[1860]: Closed GnuPG cryptographic agent and 
passphrase cache (restricted).
  Jul  6 06:26:36 rt2 systemd[1860]: Closed GnuPG cryptographic agent 
(ssh-agent emulation).
  Jul  6 06:26:36 rt2 systemd[1860]: Reached target Shutdown.
  Jul  6 06:26:36 rt2 systemd[1860]: Starting Exit the Session...
  Jul  6 06:26:36 rt2 systemd[1860]: Stopped target Paths.
  Jul  6 06:26:36 rt2 systemd[1860]: Stopped target Timers.
  ...

19 user sessions per minute :-/.
I found a bug report
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850982

But after disabling gnupg-agent & dirmngs sockets using:

  systemctl --global mask --now dirmngr.socket
  systemctl --global mask --now gpg-agent.service gpg-agent.socket 
gpg-agent-ssh.socket gpg-agent-extra.socket gpg-agent-browser.socket

I got this

  Jul  7 12:16:36 rt2 systemd[21005]: gpg-agent-ssh.socket: Cannot add 
dependency job, ignoring: Unit gpg-agent-ssh.socket is masked.
  Jul  7 12:16:36 rt2 systemd[21005]: gpg-agent.socket: Cannot add dependency 
job, ignoring: Unit gpg-agent.socket is masked.
  Jul  7 12:16:36 rt2 systemd[21005]: gpg-agent-extra.socket: Cannot add 
dependency job, ignoring: Unit gpg-agent-extra.socket is masked.
  Jul  7 12:16:36 rt2 systemd[21005]: gpg-agent-browser.socket: Cannot add 
dependency job, ignoring: Unit gpg-agent-browser.socket is masked.
  Jul  7 12:16:36 rt2 systemd[21005]: dirmngr.socket: Cannot add dependency 
job, ignoring: Unit dirmngr.socket is masked.

instead of info about opening/closing sockets :-/

Finally I tried

  loginctl enable-linger postgres

Now the only thing rest:

  Jul  7 15:42:35 rt2 systemd[1]: Started Session c4504 of user postgres.
  Jul  7 15:42:35 rt2 systemd[1]: Started Session c4505 of user postgres.
  Jul  7 15:42:35 rt2 systemd[1]: Started Session c4506 of user postgres.
  Jul  7 15:42:35 rt2 systemd[1]: Start

FICHEZ-MOI LA PAIX AVEC VOS SPAMS! Re: Recevez vos recettes préférées

2017-07-07 Thread g . ruolt

FICHEZ-MOI LA PAIX AVEC VOS SPAMS!

Le 2017-07-07 11:59, Solene Hermiari a écrit :

Vas-tu me révéler ce que tu aimes?
http://bitly.com/2sTKtnM




Re: Recherche upgrade PC de bureau

2017-07-07 Thread David S.

Le 07.07.2017 14:38, andre_deb...@numericable.fr a écrit :

Bonjour,

Je souhaite upgrader mon PC de bureau.

C'est actuellement un processeur Intel i5 mais datant de 5 ans,
et une bonne carte mère Asus qui va avec,
une carte graphique très sophistiquée datant de 3 ans,
Dique Dur non SSD.

En passant à un i7 dernière génération (assez cher),
y aura t-il une grande différence de performance ?

Est-ce que ça vaut le coup ?

Merci d'avance d'un conseil...

Bonne journée,

André


Bonjour,

Tout d'abord, les sockets ayant changé chez Intel, si achat de 
processeur neuf = achat d'une nouvelle carte mère qui va avec, et la ram 
(DDR3 > DDR4).


Les i7 sont chers pour en gros juste le support de l'hyperthreading... 
Les i5 ont un bien meilleur rapport qualité/prix. i7 intéressant si on a 
des grosses tâches de compilation/rendu vidéo par exemple.


Passer d'un i5-2400 à un i5-7600K permet un gain de 49% (cf Canard PC 
Hardware juillet-août 2017). Tandis que passer d'un i7-2700K à un 
i7-7700K = +38%...


Mon i5-2500 fête ses 6ans cette année, il se porte comme un charme, j'ai 
juste ajouté un SSD il y a 2ans pour avoir un regain de performances sur 
les accès disque.


Sinon quitte à tout racheter, il y a les AMD Ryzen qui pour le prix d'un 
quad-core intel permet de goûter à l'hexacore :-)


My 2 cts,

D.S.



Re: Replace systemd

2017-07-07 Thread Jonathan Dowland

On Thu, Jul 06, 2017 at 03:31:18PM -0700, Patrick Bartek wrote:

I would be interested if there were.  I've never seen such an option

...

Let the list know what you discover.


I'm surprised to report that the option do manually select software is
no longer there. As I recall, it was essentially invoking aptitude
within d-i, either after or instead of the normal task selection stage.
I've just gone through an expert mode install with stretch netinst and
that option is no longer available.

--

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Jonathan Dowland
⢿⡄⠘⠷⠚⠋⠀ https://jmtd.net
⠈⠳⣄ Please do not CC me, I am subscribed to the list.



Re: Scanner et Stretch

2017-07-07 Thread Marc
Bonjour,

J'utilise une Brother MFC7840W depuis plusieurs années, passé de Wheezy
à Jessie et maintenant Stretch sur un pc neuf. Je l'ai installé en
auto-détection sans problème, tout fonctionne correctement, j'utilise
simple-scan qui correspond à mes besoins.

Cdt,

Marc


On 06/07/2017 21:07, Randy11 wrote:
> On 03/06/2017 19:09, Georges wrote:
>> Bonjour,
>>
>>  J'utilise une Brother DCP-195C et son scanner.
>>
>>  Tout marchait bien avec Jessie.
>>
>>  Je n'ai pas réussi à installer Stretch en changeant jessie pour
>>  stretch dans mon sources.list.
> [...]
>> Georges
>>
>
> Bonsoir,
>
> Ma vieille EPSON EPL700 avec port parallèle rend l'âme, je n'ai pas de
> scanner, aussi j’envisageai une imprimante multifonction sous Stretch.
>
> Les commentaires sur Brother sont assez différents et cela me fait
> hésiter.
>
> J'ai trouvé cela  https://wiki.debian.org/Brother/MFC7440N.
>
> Quelqu'un a-t-il un retour avec Stretch pour une imprimante + scanner ?
>
> Je sais, c'est une question très générale, mais vous avez tellement
> l'air de
> galérer ..
>
> Vue scan
> (https://www.hamrick.com/fr/vuescan/brother-dcp-135c-pilote.html)
> à l'air très bien, mais la version Pro est proche du prix de
> l'imprimante !
>
> Merci pour vos avis.
>
> Bonne soirée.
>
> Randy11
>
>



Re: Recherche upgrade PC de bureau

2017-07-07 Thread andre_debian
On Friday 07 July 2017 14:51:32 oblivion.ikiub wrote:
> Ça dépendra de l'utilisation du PC (bureautique,  Internet,  photos
> vidéos...).  À mon avis je changement qui sera visible directement  c'est
> ton disque dur en disque SSD (pour moi ça été un gain de performance énorme
> ! Sur une config qui date, en l'occurrence un core 2 duo). Pour le
> processeur c'est un peu plus compliqué et dépend beaucoup des applications
> que tu va utilisé.  Tu as par exemple des applications qui sont plus à
> l'aise sur un seul voir deux coeurs que sur 4

Merci,

Donc, préférez un DD SSD plutôt qu'un changement de processeur + CM ?

André

> Expéditeur : andre_debian 
> Je souhaite upgrader mon PC de bureau.
> C'est actuellement un processeur Intel i5 mais datant de 5 ans,
> et une bonne carte mère Asus qui va avec,
> une carte graphique très sophistiquée datant de 3 ans,
> Disque Dur non SSD.
> En passant à un i7 dernière génération (assez cher),
> y aura t-il une grande différence de perfomance ?
> Est-ce que ça vaut le coup ?
> Merci d'avance d'un conseil...
> André



Re: Problem after texlive update[Solved]

2017-07-07 Thread Johann Spies
People from the xetex-usersgroup helped me.  The problem was that I
had some older versions of graphics.sty lying around in /usr/local/...

After removing them the compilation succeeded.

Moral of the story: rmove the stuff in /usr/local/ that duplicates
what is installed using texlive.

Regards.
Johann


-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)



Re: Laser Printer recommendation...

2017-07-07 Thread Whit Hansell



On 07/07/2017 07:14 AM, Georgi Naplatanov wrote:

On 07/03/2017 02:41 PM, Whit Hansell wrote:

Can anyone recommend a monochrome (black toner) laser printer that is
currently available and reasonably priced (<$300).  I am interested in
finding one as i am sick and tired of buying ink every month even when
I'm not printing much.  Have tried the Brother 2270DW but can't get it
to work.  Which ones work easillyl, if any?  Thanking in advance.

Have gone thru many of the printers listed saying they are linux
printers but when I get to the actual printer if it's available it's $
1,200 or not available when it's in the $2-300 range.  Just wondering if
there are any still available out there, reasonably priced.

Using Jessie will be going to Stretch in a few months.

Hi Whit,

my favorite brand for printers is Lexmark. They usually have good
drivers for Linux and have cheap models.

I have Lexmark MS310DN, it's monochrome laser network printer and
supports duplex printing (double side). I bought it for about 100 EUR
without VAT.

HTH

Kind regards
Georgi




Thanks Georgi.  I'll keep them, the Lexmarks in mind.  However, I have a 
new Brother HL-L2380DN in the box sitting on a bench I am going to 
install this weekend.  Hopefully it comes up as I want it to.


Just for grins, I did check on availability of your particular Lexmark 
and it's availability here in the states.  Just checked a few places but 
it's an older model and doesn't seem to be readily available anymore.  
That is the problem I found with many of the printers I looked up.  They 
were either high priced or no longer available, older models.  I thank 
all you guys tho for your help and if I can't get this Brother to work 
will go thru the list of responses and see what I can find still 
available.  You guys are great and very helpful and I really do 
appreciate it.  Thanks a bunch.


Regards,
whit



Re: Recherche upgrade PC de bureau

2017-07-07 Thread oblivion.ikiub
Bonjour, 

Ça dépendra de l'utilisation du PC (bureautique,  Internet,  photos vidéos...). 
 À mon avis je changement qui sera visible directement  c'est ton disque dur en 
disque SSD (pour moi ça été un gain de performance énorme ! Sur une config qui 
date, en l'occurrence un core 2 duo). Pour le processeur c'est un peu plus 
compliqué et dépend beaucoup des applications que tu va utilisé.  Tu as par 
exemple des applications qui sont plus à l'aise sur un seul voir deux coeurs 
que sur 4 


Envoyé de mon Meizu PRO 6

 Message original 
Expéditeur : andre_debian 
Heure : ven. 7/7 14:38
À : debian-user-french 
 Objet : Recherche upgrade PC de bureau

>Bonjour,
>
>Je souhaite upgrader mon PC de bureau.
>
>C'est actuellement un processeur Intel i5 mais datant de 5 ans,
>et une bonne carte mère Asus qui va avec,
>une carte graphique très sophistiquée datant de 3 ans,
>Dique Dur non SSD.
>
>En passant à un i7 dernière génération (assez cher),
>y aura t-il une grande différence de perfomance ?
>
>Est-ce que ça vaut le coup ?
>
>Merci d'avance d'un conseil...
>
>Bonne journée,
>
>André
>


Re: mailutils in stretch

2017-07-07 Thread Greg Wooledge
On Fri, Jul 07, 2017 at 05:19:45AM -0500, Dave Sherohman wrote:
> On Fri, Jul 07, 2017 at 09:41:33AM +0200, Sven Joachim wrote:
> > There are certainly reasons for that, and I don't think many people
> > use /usr/bin/mail to send or read mail these days.

Huh?  I think plenty of locally written shell scripts *do* use "mail"
or "mailx" to send e-mail.

> > Packages using /usr/bin/mail to send reports should depend on, or at
> > least recommend, bsd-mailx | mailx.

It wouldn't be a package.  It would be a local shell script.

> The reports in question weren't from packaged reporting tools, but
> rather from random command-line programs being run with a command of the
> form `some-program 2&>1 | mail dave -s "some-program results"`.

Yes, precisely like that.  Well, OK, not precisely.  You meant 2>&1
and not 2&>1.  And the -s subject option should precede the non-option
argument "dave".  But otherwise, yeah.

> Is
> there a more "modern"/preferred way of doing this sort of thing, which
> will work in a default stretch install (and doesn't require adding
> headers to the program output to make it suitable for piping directly to
> /usr/sbin/sendmail)?

No, this really is an issue in Debian's package priority choices.
Your script (after patching up the two bugs) is doing the normal,
traditional thing.  This is how simple programs have sent e-mail for
decades.

While I'm on this topic, the transition from heirloom-mailx (jessie)
to s-nail (stretch) could have been handled a lot more smoothly.
Programs that want to send e-mail with a MIME attachment can't use
bsd-mailx, so systems using such programs would have installed
heirloom-mailx instead of bsd-mailx.  In jessie, both of these packages
provided a program named "mailx".  Shell scripts sending e-mail with
MIME attachments would invoke "mailx" to get the job done.

After upgrading to stretch, heirloom-mailx is replaced by s-nail.  But
s-nail does *not* provide a program named "mailx".  That program is only
provided by bsd-mailx, which cannot create MIME attachments.  So, all of
those scripts will break upon upgrading, unless the local sysadmin takes
explicit action -- either rewriting *every* script to call s-nail instead
of mailx, or manually overriding the /etc/alternatives/mailx symlink to
point to /usr/bin/s-nail.  Note that s-nail isn't even registered as an
alternative providing mailx, so you can't just use "update-alternatives
--config mailx".  Nope.  You have to do it manually with ln -sf.



Recherche upgrade PC de bureau

2017-07-07 Thread andre_debian
Bonjour,

Je souhaite upgrader mon PC de bureau.

C'est actuellement un processeur Intel i5 mais datant de 5 ans,
et une bonne carte mère Asus qui va avec,
une carte graphique très sophistiquée datant de 3 ans,
Dique Dur non SSD.

En passant à un i7 dernière génération (assez cher),
y aura t-il une grande différence de perfomance ?

Est-ce que ça vaut le coup ?

Merci d'avance d'un conseil...

Bonne journée,

André



Re: J’espérais qu’on pouvait avoir une rencontre de plus près Adeline

2017-07-07 Thread said agaba
ok vien sur mon skype said0804 ok je taime 

Le Vendredi 7 juillet 2017 10h34, Adeline Mingtian 
 a écrit :
 

   Vas-tu me révéler ce que tu aimes? 
http://bit.ly/2toaGhQ 

   

[no subject]

2017-07-07 Thread joelle billy
‌j'en ai 
assez de recevoir les mails adressés à cette adresse. Si ça se renouvelle, je 
vous signale.
Merci de votre compréhension
JB

Problem after texlive update

2017-07-07 Thread Johann Spies
After a recent upgrade of texlive to 2017.20170629-1 on Debian I am
experiencing a problem compiling a longstanding document and I can
replicate the problem with the following code:

\documentclass[12pt,a4paper]{article}
\usepackage{fontspec} % Gebruik met xelatex
\usepackage{graphicx} % Gebruik met xelatex
\usepackage[hyperindex=true,colorlinks=true,bookmarks]{hyperref}
\usepackage{colortbl}
\setmainfont[Ligatures=TeX,Mapping=tex-text]{Linux Libertine O}
\begin{document}



\includegraphics{fruits.jpg}

\end{document}

%%% Local Variables:
%%% mode: latex
%%% TeX-engine: xetex
%%% TeX-master: t
%%% End:


results in

ERROR: Undefined control sequence.

--- TeX said ---
\Ginclude@bmp #1->\Gin@log
   {<#1>}\bgroup \def \@tempa {!}\special
{pdf:image...l.11 \includegraphics{fruits.jpg}

--- HELP ---
TeX encountered an unknown command name. You probably misspelled the
name. If this message occurs when a LaTeX command is being processed,
the command is probably in the wrong place---for example, the error
can be produced by an \item command that's not inside a list-making
environment. The error can also be caused by a missing \documentclass
command.

You can replace "fruit.jpg" with any jpg to replicate the problem.

Any idea what is causing this?

Regards
Johann

-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)



Re: Laser Printer recommendation...

2017-07-07 Thread Georgi Naplatanov
On 07/03/2017 02:41 PM, Whit Hansell wrote:
> Can anyone recommend a monochrome (black toner) laser printer that is
> currently available and reasonably priced (<$300).  I am interested in
> finding one as i am sick and tired of buying ink every month even when
> I'm not printing much.  Have tried the Brother 2270DW but can't get it
> to work.  Which ones work easillyl, if any?  Thanking in advance.
> 
> Have gone thru many of the printers listed saying they are linux
> printers but when I get to the actual printer if it's available it's $
> 1,200 or not available when it's in the $2-300 range.  Just wondering if
> there are any still available out there, reasonably priced.
> 
> Using Jessie will be going to Stretch in a few months.

Hi Whit,

my favorite brand for printers is Lexmark. They usually have good
drivers for Linux and have cheap models.

I have Lexmark MS310DN, it's monochrome laser network printer and
supports duplex printing (double side). I bought it for about 100 EUR
without VAT.

HTH

Kind regards
Georgi



Re: Laser Printer recommendation...

2017-07-07 Thread Brian
On Wed 05 Jul 2017 at 15:31:51 +0100, Brian wrote:

> On Tue 04 Jul 2017 at 09:05:21 -0400, Celejar wrote:
> 
> > On Tue, 4 Jul 2017 12:03:45 +0100
> > Brian  wrote:
> > 
> > > On Mon 03 Jul 2017 at 19:15:19 -0400, Celejar wrote:
> > > 
> > > > On Mon, 3 Jul 2017 14:46:08 -0400
> > > > Dan Ritter  wrote:
> > > > 
> > > > ...
> > > > 
> > > > > A Brother with all of:
> > > > > 
> > > > > - ethernet networking
> > > > > - duplex
> > > > > - BR/Script3 (Their PostScript clone, which I think is actually
> > > > >   GhostScript)
> > > > > 
> > > > > will not need a driver.
> > > > > 
> > > > > Current examples: HL-L5100N ($170), HL-L6200DW ($250)
> > > > 
> > > > Very interesting, thanks. Is this documented / explained anywhere? I
> > > > think I understand why 1 and 3 might be relevant to the need for
> > > > drivers, but 2?
> > > > 
> > > > FWIW, my HL-2280DW meets 1 and 2, but not (apparently) 3, and indeed
> > > > does seem to require a driver.
> > > 
> > > I do not see why 1 and 2 are in any way necessary to use a printer
> > > without a proprietary driver. PostScript or PCL6 emulation is, however,
> > > a pre-condition. The HL-2280DW has PCL6 emulation.
> > 
> > I know that it has PCL6 emulation, but the fact is that I have never
> > been able to get it working properly without Brother's binary blob
> > drivers, nor have I seen any reports of anyone who has.
> 
> Depends what you mean by "properly".
> 
> The PPD in /etc/cups/ppd has a line beginning *cupsFilter:. . Alter
> the line to read
> 
>   *cupsFilter: "application/vnd.cups-raster 50 rastertohp"
> 
> Restart cups and do
> 
>   lp -d  /etc/nsswitch
> 
> That file prints out perfectly on my PCL/PCLX capable LaserJet. (I used
> a Brother PPD, with the altered line, for your printer).
> 
> I am unsure about "50" in the *cupsFilter: line. "0" might be better.

Reports of success from Brother printer users would be of benefit.

Another technique would be to use a Generic PCL6 (or maybe PCL5) PPD or
the pxlmono one; a disadvantage might be that needed printer features
are missing from them but they have been reported to work.

-- 
Brian.



Re: Ik hoopte dat we konden praten en elkaar leren kennen Viktoria

2017-07-07 Thread Marc De Boeck
Fuck off no more mails

Verstuurd vanaf mijn iPhone

> Op 7 jul. 2017 om 10:55 heeft Viktoria Bajtl  het 
> volgende geschreven:
> 
> Wil je aan me vertellen wat je leuk vindt? 
> http://bit.ly/2toacIL


Re: mailutils in stretch

2017-07-07 Thread Dave Sherohman
On Fri, Jul 07, 2017 at 09:41:33AM +0200, Sven Joachim wrote:
> On 2017-07-07 02:06 -0500, Dave Sherohman wrote:
> > What was the reason for omitting mailutils (and, specifically, a
> > functional /usr/bin/mail binary) from the default strech install?
> 
> For the record, mailutils have never been part of a default install, but
> bsd-mailx (which also provides /usr/bin/mail) was until Jessie.

I stand corrected.  bsd-mailx does sound more familiar, now that you
mention it, but mailutils was the (first) `mail`-providing package I
found when I started looking with `apt-cache search`.

> > That's kind of a standard thing to be there on *nix systems...
> 
> For better or worse, a default Debian installation seems to not omit
> various programs that have been standard on Unix systems.

Yes, exactly, which is why I was so surprised by /usr/bin/mail's
disappearance.

> There are certainly reasons for that, and I don't think many people
> use /usr/bin/mail to send or read mail these days.

> Packages using /usr/bin/mail to send reports should depend on, or at
> least recommend, bsd-mailx | mailx.

The reports in question weren't from packaged reporting tools, but
rather from random command-line programs being run with a command of the
form `some-program 2&>1 | mail dave -s "some-program results"`.  Is
there a more "modern"/preferred way of doing this sort of thing, which
will work in a default stretch install (and doesn't require adding
headers to the program output to make it suitable for piping directly to
/usr/sbin/sendmail)?

Before someone points out that cron mails output to the user whose
crontab it runs from, these commands aren't being run directly from a
crontab.  Most are in cron.(d/daily/weekly/monthly), which doesn't
appear to support mailing the output to a non-root user or customizing
the subject line into somthing more useful than "Cron  test
-x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )".

-- 
Dave Sherohman



Re: Présence par défaut d'Aptitude sur Stretch

2017-07-07 Thread Alexandre Hoïde
On Fri, Jul 07, 2017 at 08:30:24AM +0200, Pierre Malard wrote:
> Perso, je serais bien convaincu par « apt » […]

  Tu voulais dire « aptitude », n'est-ce pas ? Si oui :

> […] si j’avais un moyen de le lancer sans utilisation de « ncurses ».

  La plupart des commandes d'aptitude peuvent aussi être exécutées en
ligne de commande (voir le synopsys du man aptitude).

> Ce truc est génial mais, par cette fonctionnalité cosmétique, interdit
> toute remontée dans l’historique d’exécution simple par utilisation
> des ascenseurs de nos terminaux. Si quelqu’un a une solution…

  $ cat /var/log/aptitude

  ?

-- 
 ___
| $ post_tenebras ↲ | waouh!
| GNU\ /|\
|  -- * --  | o
| $ who ↲/ \|_-- ~_|
| Alexandre Hoïde   |  _/| |
 ---



Re: Présence par défaut d'Aptitude sur Stretch

2017-07-07 Thread maderios

On 07/07/2017 08:30 AM, Pierre Malard wrote:

Perso, je serais bien convaincu par « apt » si j’avais un moyen de le lancer 
sans utilisation de « ncurses ». Ce truc est génial mais, par cette 
fonctionnalité cosmétique, interdit toute remontée dans l’historique 
d’exécution simple par utilisation des ascenseurs de nos terminaux. Si 
quelqu’un a une solution…
apt n'utilise pas ncurses.  Par ailleurs, aucun souci pour remonter dans 

l'historique de l'exécution.

--
Maderios



Re: mailutils in stretch

2017-07-07 Thread Sven Joachim
On 2017-07-07 02:06 -0500, Dave Sherohman wrote:

> What was the reason for omitting mailutils (and, specifically, a
> functional /usr/bin/mail binary) from the default strech install?

For the record, mailutils have never been part of a default install, but
bsd-mailx (which also provides /usr/bin/mail) was until Jessie.

> That's kind of a standard thing to be there on *nix systems...

For better or worse, a default Debian installation seems to not omit
various programs that have been standard on Unix systems.  There are
certainly reasons for that, and I don't think many people use
/usr/bin/mail to send or read mail these days.

> (Yes, I've just spent the last couple days wondering why a couple new
> stretch servers I set up were mailing some of their reports, but not
> others, and finally noticed the "/usr/bin/mail: not found" errors
> associated with the missing reports.)

Packages using /usr/bin/mail to send reports should depend on, or at
least recommend, bsd-mailx | mailx.  There is also the problem that some
Recommends are missing in the base install due to debootstrap
limitations[1], this includes logrotate's Recommends on bsd-mailx.

Cheers,
   Sven


1. https://lists.debian.org/debian-user/2017/06/msg01040.html



mailutils in stretch

2017-07-07 Thread Dave Sherohman
What was the reason for omitting mailutils (and, specifically, a
functional /usr/bin/mail binary) from the default strech install?
That's kind of a standard thing to be there on *nix systems...

(Yes, I've just spent the last couple days wondering why a couple new
stretch servers I set up were mailing some of their reports, but not
others, and finally noticed the "/usr/bin/mail: not found" errors
associated with the missing reports.)

-- 
Dave Sherohman



Re: Présence par défaut d'Aptitude sur Stretch

2017-07-07 Thread Pierre Malard
Perso, je serais bien convaincu par « apt » si j’avais un moyen de le lancer 
sans utilisation de « ncurses ». Ce truc est génial mais, par cette 
fonctionnalité cosmétique, interdit toute remontée dans l’historique 
d’exécution simple par utilisation des ascenseurs de nos terminaux. Si 
quelqu’un a une solution…

> Le 6 juil. 2017 à 09:52, Alain Rpnpif  a écrit :
> 
> Le 27 juin 2017, maderios a écrit :
> 
>> Oui, mais... Des dépendances installées automatiquement puis classées
>> "inutiles" par aptitude peuvent s'avérer indispensables.
>> Aucun gestionnaire de paquets ne peut connaître les tréfonds de l'âme
>> humaine... Dans ce cas, le gestionnaire ne doit pas jouer au malin à
>> coups de suppressions intempestives mais afficher ses propositions comme
>> le font apt, apt-get et synaptic.
> 
> Bonjour,
> Je confirme ce que dit Maderios. J'ai utilisé aptitude pendant un temps
> mais il peut faire du massacre trop facilement. Je trouve apt-get (ou
> apt aujourd'hui ?) plus fiable, plus souple quand on le connais mieux.
> Avec apt-mark (ou apt aujourd'hui ?), on peut garder certaines choses.
> 
> Mais quand j'ai un problème compliqué et que mon système de gestion
> de paquets s'affolent parce que j'ai fais une erreur ou un truc hardi,
> j'utilise aptitude. C'est de plus en plus rare (une fois tous les 6
> mois).
> 
> --
> Alain Rpnpif
> 

--
Pierre Malard

   « Il n'y a pas de Paradis, mais il faut tâcher de mériter qu'il y en ait un 
! »
 Jules Renard (1864-1910) - Journal, 10 septembre 
1903
   |\  _,,,---,,_
   /,`.-'`'-.  ;-;;,_
  |,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