Displaying 20 results from an estimated 33116 matches for "drop".
2005 Jan 11
1
Squid and DMZ (ProxyARP)
...edirect I am unable to get it to run
properly. I am looking to see if I have the correct setup for the squid
proxy in my firewall.
My shorewall version is 2.0.14
Shorewall-2.0.14 Status at iprouter - Mon Jan 10 20:08:12 CST 2005
Counters reset Mon Jan 10 20:07:17 CST 2005
Chain INPUT (policy DROP 9 packets, 741 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
0 0 DROP !icmp -- * * 0.0.0.0/0 0.0.0.0/0 state INVALID...
2014 Jun 26
2
Firewall question
I have a firewall rule to drop packets from certain addresses: (email spam)
my /etc/sysconfig/iptables begins as:
# Generated by iptables-save v1.4.7 on Thu Jun 26 09:11:09 2014
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [1:148]
-A INPUT -m pkttype --pkt-type multicast -j ACCEPT
-A INPUT -s 223.255.229.0/2...
2011 Mar 13
2
Problems getting html files out of R CMD check
...checking for unstated dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... NOTE
prepare_Rd: CellProfile-R-internal.Rd:10: Dropping empty section \usage
prepare_Rd: CellProfile-R-internal.Rd:12: Dropping empty section \arguments
prepare_Rd: CellProfile-R-internal.Rd:22: Dropping empty section \value
prepare_Rd: CellProfile-R-internal.Rd:25: Dropping empty section \note
prepare_Rd: CellProfile-R-internal.Rd:23: Dropping empt...
2006 Jun 20
9
no eth0 on guest
...fig
eth0 Lien encap:Ethernet HWaddr 00:15:F2:39:D4:DF
inet adr:10.1.1.158 Bcast:10.1.1.255 Masque:255.255.255.0
adr inet6: fe80::215:f2ff:fe39:d4df/64 Scope:Lien
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:744 errors:0 dropped:0 overruns:0 frame:0
TX packets:507 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:56573 (55.2 Kb) TX bytes:73911 (72.1 Kb)
lo Lien encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr i...
2016 Mar 08
7
Strange behaviour of iptables in centos 7
Hi
strange behaviour of iptables on a centos 7.0 machine:
The following rule is in the iptables of said machine:
[root at myserver ~]# iptables -L -v -n --line-numbers |grep 175\.
9 9 456 DROP all -- * * 175.44.0.0/16
0.0.0.0/0
[root at myserver ~]#
The corresponding enty in /etc/sysconfig/iptables looks like:
[root at myserver ~]# grep 175 /etc/sysconfig/iptables
-A INPUT -s 175.44.0.0/16 -j DROP
[root at myserver ~]#
The rule must be there since ages, because i...
2010 Jan 13
1
bug in callNextMethod (PR#14185)
...below:
###############################
setClass("foo", representation = representation(a = "numeric"))
setClass("bar", contains = "foo")
setMethod(
f = "[",
signature = signature("foo"),
def = function(x,i,j,...,drop=TRUE) {
cat("drop in foo-[ :", drop, "\n")
return(1)
}
)
setMethod(
f = "[",
signature = signature("bar"),
def = function(x,i,j,...,drop=TRUE) {
cat("drop in bar-[ :", drop, "...
2006 Sep 08
2
Extending [ method to S4 class and drop argument (PR#9211)
Full_Name: John Verzani
Version: 2.4.0 alpha (2006-09-05 r39134)
OS: linux, gentoo 2.6.17
Submission from: (NULL) (163.238.43.26)
When extending the "[" method to a new S4 class, the default value for the drop
argument is not being found. Here is a small example:
setClass("test",representation(x="character"))
setMethod("[","test",function(x,i,j,...,drop=TRUE) {print(i);print(drop)})
a = new("test",x="fred")
a[1]
resulting in:
[1] 1
Error in p...
2017 Nov 01
2
Centos and xen network bridge issue
...vif0.3
peth3
======
#ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:22:19:5E:F9:F8
inet6 addr: fe80::222:19ff:fe5e:f9f8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:100820 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9736214 (9.2 MiB) TX bytes:492 (492.0 b)
Interrupt:24 Memory:ce000000-ce012800
eth1 Link encap:Ethernet HWaddr 00:22:19:5E:F9:FA...
2012 Sep 06
1
[LLVMdev] Cross-compiling llvm/clang osx -> win32
...3.1.src/configure --enable-targets=x86,x86_64 --target=i386-winnt && make
checking for clang... clang
checking for C compiler default output file name... a.out
[...snip...]
llvm[4]: ======= Finished Linking Release+Asserts Executable clang-check (without symbols)
warning: clang_darwin.mk: dropping arch 'i386' from lib 'eprintf'
warning: clang_darwin.mk: dropping arch 'i386' from lib '10.4'
warning: clang_darwin.mk: dropping arch 'x86_64' from lib '10.4'
warning: clang_darwin.mk: dropping arch 'i386' from lib 'ios'
warning: c...
2020 Sep 23
6
[Bug 1468] New: [netdev] dropping ether type vlan frames drops ICMPv6 type 134
https://bugzilla.netfilter.org/show_bug.cgi?id=1468
Bug ID: 1468
Summary: [netdev] dropping ether type vlan frames drops ICMPv6
type 134
Product: nftables
Version: unspecified
Hardware: other
OS: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: nft...
2006 Aug 30
0
ping out of domU OK ping in to domU not OK
...ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:17:31:EC:CF:D6
inet addr:10.0.0.146 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::217:31ff:feec:cfd6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2104 errors:0 dropped:0 overruns:0 frame:0
TX packets:262 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:148886 (145.3 KiB) TX bytes:35778 (34.9 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr:...
2006 May 04
2
No networking in DomU - Ubuntu
...ks good.
DomU:
eth0 Link encap:Ethernet HWaddr 00:06:5B:15:C5:0B
inet addr:10.99.99.5 Bcast:10.99.99.7 Mask:255.255.255.248
inet6 addr: fe80::206:5bff:fe15:c50b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3014 errors:0 dropped:0 overruns:0 frame:0
TX packets:2744 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2290550 (2.1 MiB) TX bytes:393169 (383.9 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::...
2010 Sep 08
2
Drop single-dimensional array
Hi Simon, thank you for the concise reply.
Do you mean the reported behavior of drop() is not a bug?
It looks like a borderline bug to me (see below), but I'm not the judge of
that. If this is the intended behavior and serves an actual purpose, then
that could be explicitly documented in a \note{} on the help page.
Such a note would slightly reduce the surprise of users run...
2013 Dec 05
0
S4 method for '[' with extra arguments: distinguishing between x[i] and x[i, ]
Hi,
I want to implement a '[' for an S4 class, that behaves differently
when called with a single index argument or multiple indexes (possibly
missing), like what happens when subsetting matrices x[i] vs. x[i, ].
I manage to do it using nargs() and checking if drop is missing (see
code below), but when I want to add an extra argument to the method
(before drop), then the parent call somehow changes and always
includes all indexes in the call (even missing ones) and nargs()
always returns the same value.
I thought there might be a generic for a single index (...
2007 May 20
3
dropped bytes in "tc -s class" output
Hi All
Is there any output that counts the number of dropped bytes (not packets)
just as in "Sent" in "tc -s class" output?
I have an HTB arrangement here I can see "dropped" in father/mother 1:0 qdisc
but NOT in each class (they are all zeroes).
These dropped are packets or bytes?
Why these "drops" do not show th...
2019 Aug 15
4
Feature request: non-dropping regmatches/strextract
A very common use case for regmatches is to extract regex matches into a new column in a data.frame (or data.table, etc.) or otherwise use the extracted strings alongside the input. However, the default behavior is to drop empty matches, which results in mismatches in column length if reassignment is done without subsetting.
For consistency with other R functions and compatibility with this use case, it would be nice if regmatches did not automatically drop empty matches and would instead insert an NA_character_ val...
2017 Dec 10
0
Problems with packages being dropped between nodes in the vpn
...es.
I have four nodes in my network.
Node1 -> connects to Node2
Node2 -> connects to Node1
Node3 -> connects to Node1 and Node2
Node4 -> connects to Node1 and Node2
The problem is the connection between Node3 and Node4. The traffic is going via Node1 and Node2. Its unstable. package drops almost all the time
It seems like the connection is more stable when it can connects directly, but its also packages dropping here too.
The date and time is the same on each node.
Do you have any ideas how to fix this?
Thank you
Best Regards,
HÃ¥vard Rabbe
Printout from syslog from each...
2015 Jul 27
0
wicd problem 5: wicd restarts itself when as user making terminal commands
...ifconfig;date
eth0 Link encap:Ethernet HWaddr 00:0F:FE:8F:8F:23
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::20f:feff:fe8f:8f23/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1419 errors:0 dropped:0 overruns:0 frame:0
TX packets:709 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:117028 (114.2 KiB) TX bytes:87298 (85.2 KiB)
Interrupt:19 Memory:f0180000-f01a0000
lo Link encap:Local Loopback
inet addr:1...
2018 Nov 21
3
Subsetting row in single column matrix drops names in resulting vector
Hi Rui. Thanks for answer, I'm aware of drop = FALSE option. Unfortunately
it doesn't resolve the issue - I'm expecting to get a vector, not a matrix .
??, 21 ????. 2018 ?. ? 20:54, Rui Barradas <ruipbarradas at sapo.pt>:
> Hello,
>
> Use drop = FALSE.
>
> a[1, , drop = FALSE]
> # col1
> #row1 1
>...
2006 Sep 08
1
R drop behavior -- set as option in later version?
Hi,
I know the topic of drop=TRUE/FALSE has been discussed quite a bit, but
I was wondering whether it might be possible to set "drop=FALSE" as a
global setting (e.g. as an option in options()) so that one does not
have to remember
to write it every time you do an operation which might return a 1
column or 1 row matr...