Re: duckduckgo

2019-08-20 Thread Reco
On Wed, Aug 21, 2019 at 03:41:34AM +, Finn wrote: > arne wrote: > > I am allergic to ads. > > > > So I use an adblocker, ublock origin. > > I have squid and privoxy proxy's running. > > Have a local searx as search engine. > > > > Are you running Searx instance in your system locally? If so,

Re: Re: Segfault in different packages after recent automatic ffmpeg update

2019-08-20 Thread Nikolay Turpitko

Re: Re: Segfault in different packages after recent automatic ffmpeg update

2019-08-20 Thread Nikolay Turpitko

Re: Re: Segfault in different packages after recent automatic ffmpeg update

2019-08-20 Thread Nikolay Turpitko
Sven, Thank you very much for your reply. I executed `dpkg -V` and it listed `/usr/lib/x86_64-linux-gnu/libavcodec.so.58.35.100`. I purged `libavcodec58` and installed `libavcodec-extra`, which, obviously, installed `libavcodec-extra58` under the hood. This solved my segfault issue. I've e

Re: duckduckgo

2019-08-20 Thread Finn
arne wrote: > I am allergic to ads. > > So I use an adblocker, ublock origin. > I have squid and privoxy proxy's running. > Have a local searx as search engine. > Are you running Searx instance in your system locally? If so, how? Searx isn't packed for Debian yet. Probably installed using Docker

Re: Bash isn't reading ~/.profile file when login from GNOME

2019-08-20 Thread Vipul
Andrei POPESCU wrote: > On Ma, 20 aug 19, 10:36:19, Greg Wooledge wrote: >> On Tue, Aug 20, 2019 at 02:27:40PM +, Vipul wrote: >>> Hi there, >>> >>> From few days, I'm trying find answer of a question "which program does >>> read ~/.profile if I login from graphical user interface (for ex: GNOM

Re: Bash isn't reading ~/.profile file when login from GNOME

2019-08-20 Thread Vipul
Greg Wooledge wrote: > On Tue, Aug 20, 2019 at 02:27:40PM +, Vipul wrote: >> Hi there, >> >> From few days, I'm trying find answer of a question "which program does >> read ~/.profile if I login from graphical user interface (for ex: GNOME)?". > > https://wiki.debian.org/Xsession > https://wik

gzip and old files Solved.

2019-08-20 Thread Martin McCormick
This exercise was a good training session and was sort of a trip down Memory Lane. I am thankful that floppy disks are mostly history but as long as the hardware is still there, it was good to get useful tools that can on rare occasions, get one out of a jam. One of the things I l

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Michael Stone
On Wed, Aug 21, 2019 at 07:43:26AM +1000, elvis wrote: I installed postgrey, my spam went from maybe 10 a day (that were caught by spammassain) to maybe 1 or 2 a month. Very little of my spam was blocked by postgrey, but it did break some legitimate messages from providers not big enough to l

Re: Solution to "pathetic email complaints"

2019-08-20 Thread elvis
No need to. I have a single question - do you use SpamAssassin or Rspamd? I installed postgrey, my spam went from maybe 10 a day (that were caught by spammassain) to maybe 1 or 2 a month. -- Money not found. (A)pply for Bankruptcy, (R)efinance, (F)lee?

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Michael Stone
On Tue, Aug 20, 2019 at 11:10:08PM +0300, Reco wrote: On Tue, Aug 20, 2019 at 03:45:31PM -0400, Michael Stone wrote: On Tue, Aug 20, 2019 at 08:39:43PM +0300, Reco wrote: > On Tue, Aug 20, 2019 at 01:22:27PM -0400, Michael Stone wrote: > > On Tue, Aug 20, 2019 at 07:14:01PM +0300, Reco wrote: >

Re: Bash isn't reading ~/.profile file when login from GNOME

2019-08-20 Thread Greg Wooledge
On Tue, Aug 20, 2019 at 11:24:55PM +0300, Andrei POPESCU wrote: > On Ma, 20 aug 19, 10:36:19, Greg Wooledge wrote: > > On Tue, Aug 20, 2019 at 02:27:40PM +, Vipul wrote: > > > Hi there, > > > > > > From few days, I'm trying find answer of a question "which program does > > > read ~/.profile if

Re: Bash isn't reading ~/.profile file when login from GNOME

2019-08-20 Thread Andrei POPESCU
On Ma, 20 aug 19, 10:36:19, Greg Wooledge wrote: > On Tue, Aug 20, 2019 at 02:27:40PM +, Vipul wrote: > > Hi there, > > > > From few days, I'm trying find answer of a question "which program does > > read ~/.profile if I login from graphical user interface (for ex: GNOME)?". > > https://wiki.

Re: No Audio after suspend on Lenovo Ideapad 130s Debian Buster

2019-08-20 Thread John Kerr Anderson
Thank you to everyone for your help! I just added the "snd_hda_intel.probe_mask=0x01" permanently to grub and it seems to be working fine. It's actually preferable to not have the HDMI audio work because I'd normally have plugged in speakers through the microphone anyway and this way I don't have

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Reco
On Tue, Aug 20, 2019 at 03:45:31PM -0400, Michael Stone wrote: > On Tue, Aug 20, 2019 at 08:39:43PM +0300, Reco wrote: > > On Tue, Aug 20, 2019 at 01:22:27PM -0400, Michael Stone wrote: > > > On Tue, Aug 20, 2019 at 07:14:01PM +0300, Reco wrote: > > > > So it boils down to "MTA needs care on a regu

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Brian
On Tue 20 Aug 2019 at 15:29:41 -0400, Celejar wrote: > On Tue, 20 Aug 2019 19:29:54 +0100 > Brian wrote: > > ... > > > The existence of an Internet swamped with spam has led to spam fighters > > policing it and users demanding a means not to receive it. Between the > > two, sending email direct

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Michael Stone
On Tue, Aug 20, 2019 at 01:45:52PM -0400, Henning Follmann wrote: I was referring to "add your MTA for no good reason". That is vague and really not true. Why do you think that? Your ability to find out why a specific domain got on a blacklist is pretty close to zero. You may be able to look a

Re: Segfault in different packages after recent automatic ffmpeg update

2019-08-20 Thread Sven Joachim
On 2019-08-20 16:38 +0700, Nikolay Turpitko wrote: > Sorry to bother you. But is seems something is wrong after recent > automatic update of ffmpeg package on Debian Buster on my laptop. > > I tried to fill the bug with reportbug, but it seems it haven't sent > the mail. > > Packages that were upg

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Michael Stone
On Tue, Aug 20, 2019 at 08:39:43PM +0300, Reco wrote: On Tue, Aug 20, 2019 at 01:22:27PM -0400, Michael Stone wrote: On Tue, Aug 20, 2019 at 07:14:01PM +0300, Reco wrote: > So it boils down to "MTA needs care on a regular basis" and "some > blacklist can add your MTA for no good reason". First o

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Brian
On Tue 20 Aug 2019 at 14:43:08 -0400, Henning Follmann wrote: > On Tue, Aug 20, 2019 at 09:16:58PM +0300, Reco wrote: > [...] > > > I could go on. > > > > No need to. I have a single question - do you use SpamAssassin or Rspamd? > > > > > In most cases I use spamassassin. > However my main defen

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Celejar
On Tue, 20 Aug 2019 19:29:54 +0100 Brian wrote: ... > The existence of an Internet swamped with spam has led to spam fighters > policing it and users demanding a means not to receive it. Between the > two, sending email directly has become more and more difficult. Spam > hasn't disappeared or be

Re: Compiling Linux with "bdver2" gcc optimization option

2019-08-20 Thread Franco Martelli
On 19/08/19 at 21:18, Étienne Mollier wrote: > Franco Martelli, on 2019-08-19: >> I was thinking to submit a bug report against gcc-8 package. Now that I >> have a work around, "bdver1" compiles without warnings, I can say >> enough, what do you think about? > > I don't know, to me it sounds more

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Celejar
On Tue, 20 Aug 2019 12:58:05 -0400 Henning Follmann wrote: ... > I also block constantcontact and mailchimp, because they are basically > commercial spamming services and anyone can add anyone on any mailing list. See, this just illustrates the problem with aggresive blocking. Those policies ma

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Dan Clery
An eye opener for me was when my site got blacklisted as a spammer because I was sending bounce messages for every email I refused to accept (due to spam). False positives happen more often then you'd think when you're receiving legitimate emails in English, from international non-native speakers,

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Joe
On Tue, 20 Aug 2019 11:24:42 -0400 Michael Stone wrote: > Heck, there are even debian > contributors whose personal email domains bounce emails from other > debian contributors. Who knows if they're even aware of that? > I would be. Every day I read an email from my server listing every sende

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Henning Follmann
On Tue, Aug 20, 2019 at 09:16:58PM +0300, Reco wrote: [...] > > I could go on. > > No need to. I have a single question - do you use SpamAssassin or Rspamd? > > In most cases I use spamassassin. However my main defense line is spamhaus and spamcop. On spamcop I use also their service to submit co

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Brian
On Tue 20 Aug 2019 at 11:24:42 -0400, Michael Stone wrote: > On Tue, Aug 20, 2019 at 05:57:40PM +0300, Reco wrote: > > On Tue, Aug 20, 2019 at 10:48:44AM -0400, Michael Stone wrote: > > > On Tue, Aug 20, 2019 at 07:31:57AM -0400, Henning Follmann wrote: > > > > If you setup your DNS properly creat

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Reco
On Tue, Aug 20, 2019 at 01:45:52PM -0400, Henning Follmann wrote: > On Tue, Aug 20, 2019 at 08:22:23PM +0300, Reco wrote: > > On Tue, Aug 20, 2019 at 12:58:05PM -0400, Henning Follmann wrote: > > > On Tue, Aug 20, 2019 at 07:14:01PM +0300, Reco wrote: > > > > On Tue, Aug 20, 2019 at 11:24:42AM -040

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Henning Follmann
On Tue, Aug 20, 2019 at 08:22:23PM +0300, Reco wrote: > On Tue, Aug 20, 2019 at 12:58:05PM -0400, Henning Follmann wrote: > > On Tue, Aug 20, 2019 at 07:14:01PM +0300, Reco wrote: > > > On Tue, Aug 20, 2019 at 11:24:42AM -0400, Michael Stone wrote: > > > > On Tue, Aug 20, 2019 at 05:57:40PM +0300,

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Reco
On Tue, Aug 20, 2019 at 01:22:27PM -0400, Michael Stone wrote: > On Tue, Aug 20, 2019 at 07:14:01PM +0300, Reco wrote: > > So it boils down to "MTA needs care on a regular basis" and "some > > blacklist can add your MTA for no good reason". First one is universal > > (applies to any Internet-facing

Re: webmail and email from command line

2019-08-20 Thread loredana
On Wed, Aug 14, 2019 at 4:24 PM loredana wrote: > > Greetings, > > I posted the following message to debian-accessibility and I post it > again as suggested. My mistake. I can't cope with this threading hijacking. As I said in my first post, I do have a serious problem I am trying to solve. I wi

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Michael Stone
On Tue, Aug 20, 2019 at 12:58:05PM -0400, Henning Follmann wrote: On Tue, Aug 20, 2019 at 11:24:42AM -0400, Michael Stone wrote: > Heck, there are even debian > contributors whose personal email domains bounce emails from other > debian contributors. Who knows if they're even aware of that? Ar

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Michael Stone
On Tue, Aug 20, 2019 at 07:14:01PM +0300, Reco wrote: So it boils down to "MTA needs care on a regular basis" and "some blacklist can add your MTA for no good reason". First one is universal (applies to any Internet-facing service), second one can be beat with a creative use of hosting. Also, htt

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Reco
On Tue, Aug 20, 2019 at 12:58:05PM -0400, Henning Follmann wrote: > On Tue, Aug 20, 2019 at 07:14:01PM +0300, Reco wrote: > > On Tue, Aug 20, 2019 at 11:24:42AM -0400, Michael Stone wrote: > > > On Tue, Aug 20, 2019 at 05:57:40PM +0300, Reco wrote: > > > > On Tue, Aug 20, 2019 at 10:48:44AM -0400,

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Henning Follmann
On Tue, Aug 20, 2019 at 07:14:01PM +0300, Reco wrote: > On Tue, Aug 20, 2019 at 11:24:42AM -0400, Michael Stone wrote: > > On Tue, Aug 20, 2019 at 05:57:40PM +0300, Reco wrote: > > > On Tue, Aug 20, 2019 at 10:48:44AM -0400, Michael Stone wrote: > > > > On Tue, Aug 20, 2019 at 07:31:57AM -0400, Hen

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Reco
On Tue, Aug 20, 2019 at 11:24:42AM -0400, Michael Stone wrote: > On Tue, Aug 20, 2019 at 05:57:40PM +0300, Reco wrote: > > On Tue, Aug 20, 2019 at 10:48:44AM -0400, Michael Stone wrote: > > > On Tue, Aug 20, 2019 at 07:31:57AM -0400, Henning Follmann wrote: > > > > If you setup your DNS properly cr

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Michael Stone
On Tue, Aug 20, 2019 at 05:57:40PM +0300, Reco wrote: On Tue, Aug 20, 2019 at 10:48:44AM -0400, Michael Stone wrote: On Tue, Aug 20, 2019 at 07:31:57AM -0400, Henning Follmann wrote: > If you setup your DNS properly create SPF an DKIM almost all > providers will accept your email IF (and that's

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Reco
Hi. On Tue, Aug 20, 2019 at 10:48:44AM -0400, Michael Stone wrote: > On Tue, Aug 20, 2019 at 07:31:57AM -0400, Henning Follmann wrote: > > If you setup your DNS properly create SPF an DKIM almost all > > providers will accept your email IF (and that's a very big if) > > you do not spam. >

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Michael Stone
On Tue, Aug 20, 2019 at 07:31:57AM -0400, Henning Follmann wrote: If you setup your DNS properly create SPF an DKIM almost all providers will accept your email IF (and that's a very big if) you do not spam. That's a nice idea, but simply not true. You'll be ok right up until you aren't, and as

Re: Bash isn't reading ~/.profile file when login from GNOME

2019-08-20 Thread Reco
On Tue, Aug 20, 2019 at 10:36:19AM -0400, Greg Wooledge wrote: > And there is no known way to configure the environment of dbus in a way > that is useful to end users. dbus-update-activation-environment(1) says otherwise. Reco

Re: Bash isn't reading ~/.profile file when login from GNOME

2019-08-20 Thread Greg Wooledge
On Tue, Aug 20, 2019 at 02:27:40PM +, Vipul wrote: > Hi there, > > From few days, I'm trying find answer of a question "which program does > read ~/.profile if I login from graphical user interface (for ex: GNOME)?". https://wiki.debian.org/Xsession https://wiki.debian.org/EnvironmentVariable

Bash isn't reading ~/.profile file when login from GNOME

2019-08-20 Thread Vipul
Hi there, From few days, I'm trying find answer of a question "which program does read ~/.profile if I login from graphical user interface (for ex: GNOME)?". I'm trying to get colored man page output by sourcing ~/.less_termcap" [1] file from ~/.profile [2] but, LESS_TERMCAP_xx unset and empty $

Re: Solution to "pathetic email complaints"

2019-08-20 Thread mick crane
On 2019-08-19 19:35, Richard Owlett wrote: IOW *CHEAPSKATES LOSE* You've been to the Isle of Wight haven't you. -- Key ID4BFEBB31

Re: SLAPD_SENTINEL_FILE problem and openldap / slapds jessie changelog missing

2019-08-20 Thread Greg Wooledge
On Tue, Aug 20, 2019 at 11:10:12AM +0200, Neo wrote: > This seems also broken > > [root@host~]# apt changelog slapd > Err Changelog for slapd > (http://packages.debian.org/changelogs/pool/updates/main/o/openldap/openldap_2.4.40+dfsg-1+deb8u5/changelog) >   404  Not Found [IP: 5.153.231.3 80] > Er

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Celejar
On Tue, 20 Aug 2019 07:31:57 -0400 Henning Follmann wrote: > On Mon, Aug 19, 2019 at 05:15:41PM -0400, Michael Stone wrote: > > On Mon, Aug 19, 2019 at 03:57:32PM -0500, Christopher Marlow wrote: > > > On 8/19/19 3:41 PM, Michael Stone wrote: > > > > And, there are paid mail services which are no

Re: Solution to "pathetic email complaints"

2019-08-20 Thread Henning Follmann
On Mon, Aug 19, 2019 at 05:15:41PM -0400, Michael Stone wrote: > On Mon, Aug 19, 2019 at 03:57:32PM -0500, Christopher Marlow wrote: > > On 8/19/19 3:41 PM, Michael Stone wrote: > > > And, there are paid mail services which are nonetheless pretty > > > terrible. All that using a paid mail service m

Segfault in different packages after recent automatic ffmpeg update

2019-08-20 Thread Nikolay Turpitko
Hello, Sorry to bother you. But is seems something is wrong after recent automatic update of ffmpeg package on Debian Buster on my laptop. I tried to fill the bug with reportbug, but it seems it haven't sent the mail. Packages that were upgraded: ffmpeg libavcodec58 libavdevice58 libavfil

Re: SLAPD_SENTINEL_FILE problem and openldap / slapds jessie changelog missing

2019-08-20 Thread Neo
On 19.08.2019 22:03, Andrei POPESCU wrote: apt changelog slapd Thanks for your answer Andrei This seems also broken [root@host~]# apt changelog slapd Err Changelog for slapd (http://packages.debian.org/changelogs/pool/updates/main/o/openldap/openldap_2.4.40+dfsg-1+deb8u5/changelog)   404 

Re: No Audio after suspend on Lenovo Ideapad 130s Debian Buster

2019-08-20 Thread Curt
On 2019-08-20, Nektarios Katakis wrote: Intel Corporation Device 3198 (rev 03) > > If I understand correctly the problem was solved? If so you can check > `man alcactl` on how to persist the configuration generated from the > init command you ran. > I think this is a bug in a kernel module/drive

Re: No Audio after suspend on Lenovo Ideapad 130s Debian Buster

2019-08-20 Thread tomas
On Tue, Aug 20, 2019 at 08:48:17AM +0100, Nektarios Katakis wrote: [...] > If I understand correctly the problem was solved? If so you can check > `man alcactl` [...] ^^^ Possibily "alsactl" Cheers -- t signature.asc Description: Digital signature

Re: No Audio after suspend on Lenovo Ideapad 130s Debian Buster

2019-08-20 Thread Nektarios Katakis
On Mon, 19 Aug 2019 11:18:18 -0400 John Kerr Anderson wrote: > I tried the suggestions by Curt to add > "snd_hda_intel.probe_mask=0x01" and it seemed to work after boot. > > Nektarios suggestion to run "alsactl init" which returned this: > > Found hardware: "HDA-Intel" "Realtek ALC269VC" > "HDA