Displaying 20 results from an estimated 1519 matches for "blacklisted".
2013 Apr 10
2
my "blacklist" is not working
In my blacklist I have: database show
...
/blacklist/Manitoba : advertising
...
[incoming]
; First, lets take care of telemarketers
exten => 4,1,GotoIf(${BLACKLIST()}?blacklisted,s,1)
exten => 4,n,Set(goaway=${CALLERID(number):0:2})
exten => 4,n,GotoIf($["${goaway}" = "V4" ]?blacklisted,s,1)
exten => 4,n,GotoIf($["${goaway}" = "V3" ]?blacklisted,s,1)
...
I just received a call from the same telemarketer with caller ID: Manit...
2006 Apr 13
1
device-mapper multipath
...==============
The output from "multipath -v 3" of my CentOS machine is below:
load path identifiers cache
#
# all paths in cache :
#
222ea000155eadda4 0:0:0:0 sda 8:0 [ready] Promise /VTrak M300i /2200
222ea000155eadda4 1:0:0:0 sdb 8:16 [ready] Promise /VTrak M300i /2200
dm-0 blacklisted
dm-1 blacklisted
hda blacklisted
hdc blacklisted
md0 blacklisted
ram0 blacklisted
ram10 blacklisted
ram11 blacklisted
ram12 blacklisted
ram13 blacklisted
ram14 blacklisted
ram15 blacklisted
ram1 blacklisted
ram2 blacklisted
ram3 blacklisted
ram4 blacklisted
ram5 blacklisted
ram6 blacklisted
ram7 bl...
2017 Nov 15
4
How to blacklist a device driver (sysemd)
Hi,
how can a specific device driver in CentOS 7 be blacklisted, so that it
doesn't load at boot time? We have Infiniband adapters which are not
completely supported by CentOS and we want to silence the error messages
for the time being.
I tried with the files
/etc/modprobe.d/blacklist
/etc/modprobe.d/blacklist.conf
and with entries
mlx5_co...
2016 Sep 21
1
ipset and blacklisting
-------- Original Message --------
Subject: Re: [CentOS] ipset and blacklisting
From: "Albert McCann" <mac358 at newsguy.com>
Date: Wed, September 21, 2016 5:34 am
To: "'CentOS mailing list'" <centos at centos.org>
How are you saving and reloading the ipsets over a reboot?
> -----Original Message-----
> From: centos-bounces at centos.org
2016 Aug 27
4
Blacklist callers from file
Hi. I would like to blacklist a few callers and I have been using the *CLI> database put blacklist 1234 "annoying callers". Instead of putting the same command for every user is there any way to have a file? Ideally a file in /opt that I would update the blacklisted numbers (add,remove). Is there anything like that, please?<br>
2003 Jan 08
3
Shorewall blacklist does all
Hello,
I''m a very happy user of shorewall but I have found a problem
or maybe a misconfiguration I made which I can not resolve.
I use a fairly large blacklist based on probes, nimda & codered
attacks, proxy & relay probes etc.
The only problem is that I want to block incoming trafic on
all ports FROM a block but it does also block a httpd, ping
etc TO a ip in a block what I do
2007 May 17
2
Blacklist
Hello All,
I was wondering where does Asterisk stores the blacklist numbers?
I looked into the dialplan and it shows that it
*"Set(DB(blacklist/${blacknr})=1)"* the number... Does it save in MySQL DB?
hyperion*CLI> show dialplan app-blacklist-add
[ Context 'app-blacklist-add' created by 'pbx_config' ]
'1' => 1.
2014 May 31
2
[LLVMdev] Unifying TSan blacklist and no_sanitize_thread
...ist in sanitizer instrumentation
> > passes and doing the necessary work in frontend (Clang) instead.
> >
> > Some of it is already implemented: e.g. Clang will attach an attribute
> > "sanitize_address" to function definition only if this function is not
> > blacklisted. In this case we won't instrument the memory accesses in this
> > function in ASan instrumentation pass, so there's no need to looking at
> > blacklist once again.
> >
> > TSan pass does the following:
> >
> > 1) instruments plain memory accesses
> >...
2010 Mar 12
3
how to monitor,or be notified of email blacklisting ?
Hi,
Does anyone know how I can monitor our server's for blacklisting? We
run a large amount of shared hosting & reseller hosting servers and
from time to time one of the IP's will get blacklisted. I'm looking
for a way to be notified if any of our IP's get blacklisted. Is this
possible?
--
Kind Regards
Rudi Ahlers
SoftDux
Website: http://www.SoftDux.com
Technical Blog: http://Blog.SoftDux.com
Office: 087 805 9573
Cell: 082 554 7532
2013 Mar 14
2
blacklist caller ID
Can someone refresh my memory how to backlist caller ID in asterisk 1.8?
I had it working in ver. 1.4 but in 1.8 it changed.
--
Joseph
2014 May 29
4
[LLVMdev] Unifying TSan blacklist and no_sanitize_thread
Hi,
I consider reducing the usage of blacklist in sanitizer instrumentation
passes and doing the necessary work in frontend (Clang) instead.
Some of it is already implemented: e.g. Clang will attach an attribute
"sanitize_address" to function definition only if this function is not
blacklisted. In this case we won't instrument the memory accesses in this
function in ASan instrumentation pass, so there's no need to looking at
blacklist once again.
TSan pass does the following:
1) instruments plain memory accesses
2) instruments atomic accesses
3) instruments memory intrinsics ca...
2002 Feb 07
5
Blacklist problems - iptables v1.2.4: Unknown arg ''--log-level''
Hi All,
I have just upgraded to 1.2.5 of shorewall, and thought I would switch on
the blacklisting feature.
All seemed well, I had the log level set to debug...to try it out (like
you do)..no problems...
But when I removed the debug
i.e. in shorewall.conf BLACKLIST_LOGLEVEL= instead of
BLACKLIST_LOGLEVEL=debug
I get .the usual init stuff..then
Setting up Blacklisting...
2004 Oct 12
4
Blacklisted packages still logged
Hello,
Pardon me if this turns out to be stupid question.
I have an IP address blacklisted in /etc/shorewall/blacklist. I have
BLACKLIS_LOGLEVEL not set in /etc/shorewall/shorewall.conf, but I can still
see the packages coming from the blacklisted IP logged in /var/log/messages
when I do ''tail -f /var/log/messages''.
Is there someplace else I should check ?
Thanks.
R...
2013 Jun 18
3
[LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
On Tue, Jun 18, 2013 at 12:03 PM, Sean Silva <silvas at purdue.edu> wrote:
> Instead of a blacklist, why not a whitelist? Given the size of LangRef,
> you're bound to leave something out of your blacklist that needs to be
> there (also, future additions to LLVM IR will need to be added to the
> blacklist; are you sure you can catch *all* of them?). A whitelist seems
>
2018 May 21
2
Dovecot blacklist?
Just wondering if there is an easy way to have dovecot do a blacklist
lookup as a negative authentication so that if the IP is on a blacklist
then authentification fails even if they get the password right.
If this works I have a blacklist everyone can use.
2005 Aug 11
0
Re: 24. Privacy Manager (Andi Strain)
...,2,DigitTimeout(2)
exten=s,3,ResponseTimeout(15)
exten=_XXXXXXXXXX,1,DBdel(blacklist/${EXTEN})
exten=_XXXXXXXXXX,2,DBdel(blacklist/1${EXTEN})
exten=_XXXXXXXXXX,3,SayDigits(${EXTEN})
exten=_XXXXXXXXXX,4,Playback(num-was-successfully)
exten=_XXXXXXXXXX,5,Playback(removed)
exten=_XXXXXXXXXX,6,Hangup
[blacklisted]
exten => s,1,Answer
exten => s,2,Wait(2)
exten => s,3,Zapateller
exten => s,4,Playback(not-taking-your-call)
exten => s,5,Wait(2)
exten => s,6,Zapateller
exten => s,7,Playback(not-taking-your-call)
exten => s,8,Wait(2)
exten => s,9,Hangup
And then to make it work in the...
2007 Oct 18
3
Automating blacklists
Hi,
I've been reading all I can on Google (and Asterisk TFOT book) looking for
ideas on how to implement an automated blacklist feature.
I would like to automatically blacklist a incoming number based on timestamp
and count information.
For example, if I get a prank call from the same number 5 times within 15
minutes, I want my dialplan to automatically blacklist this number.
Should I be
2018 May 21
1
Dovecot blacklist?
Or you can implement a policy server yourself. :)The protocol is not complicated, json over http. See?https://wiki.dovecot.org/Auth/Policy
---Aki TuomiDovecot oy
-------- Original message --------From: Aki Tuomi <aki.tuomi at dovecot.fi> Date: 21/05/2018 19:13 (GMT+02:00) To: Marc Perkel <marc at perkel.com>, dovecot at dovecot.org Subject: Re: Dovecot blacklist?
2013 Jun 18
0
[LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
On Tue, Jun 18, 2013 at 2:06 PM, Eli Bendersky <eliben at google.com> wrote:
>
>
>
> On Tue, Jun 18, 2013 at 12:03 PM, Sean Silva <silvas at purdue.edu> wrote:
>
>> Instead of a blacklist, why not a whitelist? Given the size of LangRef,
>> you're bound to leave something out of your blacklist that needs to be
>> there (also, future additions to
2023 Oct 25
4
[Bug 1719] New: ipset wrongly blocking undefined ranges and not blocking ranges that are defined
https://bugzilla.netfilter.org/show_bug.cgi?id=1719
Bug ID: 1719
Summary: ipset wrongly blocking undefined ranges and not
blocking ranges that are defined
Product: ipset
Version: unspecified
Hardware: All
OS: RedHat Linux
Status: NEW
Severity: critical
Priority: P5