Displaying 20 results from an estimated 33186 matches for "dropping".
2005 Jan 11
1
Squid and DMZ (ProxyARP)
Hello All,
I have a question about setting up the shorewall firewall for squid, I
followed the instructions on "Using Shorewall with Squid" --> "Squid Running
in the DMZ" section. For some reason I am unable to get the program to work.
I am able to have the squid work properly by using squidclient program, but
once I setup the firewall to use the redirect I am unable to
2014 Jun 26
2
Firewall question
...OP
-A INPUT -s 198.101.11.0/24 -j DROP
then /var/log/maillog gices this entry.
from=<griffon at dree.eu>, size=9037, class=0, nrcpts=1, msgid=<
3542.159.259897.271846 at dree.eu> , proto=ESMTP, daemon=MTA,
relay=[198.101.11.141]
How is that coming through???
Why is the firewall not dropping the packets?
I have restarted iptables so the rules are active .
And just to make sure:
iptables -L -n | grep 198.101
DROP all -- 198.101.11.0/24 0.0.0.0/0
Thoughts?
Thanks.
Jerry
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 empty se...
2006 Jun 20
9
no eth0 on guest
Hi,
I''ve setup a box with xen. For the root machine, it''s ok, it see the network card:
alian@yoda:~> /sbin/lspci
...
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 Gigabit
Ethernet Controller (rev 19)
alian@yoda:~> lsmod
....
sk98lin 208748 1
alian@yoda:~> /sbin/ifconfig
eth0 Lien encap:Ethernet HWaddr 00:15:F2:39:D4:DF
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
2010 Jan 13
1
bug in callNextMethod (PR#14185)
Hi,
there seems to be a possible bug in callNextMethod in conjunction with
the [-operator.
Relevant info, minimal example and sessionInfo follow below:
###############################
setClass("foo", representation = representation(a = "numeric"))
setClass("bar", contains = "foo")
setMethod(
f = "[",
signature =
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"))
2017 Nov 01
2
Centos and xen network bridge issue
Hi All,
We have a single Centos 5.11 server running a xen hypervisor that went
down hard after an extended power outage this weekend. I'm mostly
familiar for KVM as that is the majority of what our guests run under
and have tried getting up to speed on xen bridging to no avail.
The problem is that after the xen server spun back up, the previously
defined xen bridges were lost. I've
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: clang...
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
As...
2006 Aug 30
0
ping out of domU OK ping in to domU not OK
I''ve setup Xen 3.0.2-2 (binary install) on Ubuntu 6.06, got my domUs up
and running, got them connected to the Internet but I can''t even ping to
any of these VMs.
Now I''m not linux/xen genious but could the problem be that xen-br0
doesn''t have an IPv4 address? (it''s got an IPv6 address)
Since I don''t use IPv6 on my network this seems a
2006 May 04
2
No networking in DomU - Ubuntu
Well where do I start...I have a domU (ubuntu) booting and appears well
but I don''t have an eth0 listed at all, dom) looks 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
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 running into this
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
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 thenselves in its own class(es) under its
2019 Aug 15
4
Feature request: non-dropping regmatches/strextract
...w function, or mentioned in the documentation (a la resample in ?sample).?
Alternatively, at the moment, there is a non-exported function strextract in utils which is very similar to stringr::str_extract. It would be great if this function, once exported, were to include a drop argument to prevent dropping positions with no matches.?
An example solution (last option):
strextract <- function(pattern, x, perl = FALSE, useBytes = FALSE, drop = T) {
m <- regexec(pattern, x, perl=perl, useBytes=useBytes)
result <- regmatches(x, m)
if(isTRUE(drop)){
unlist(result)
} else if(isFALSE(drop))...
2017 Dec 10
0
Problems with packages being dropped between nodes in the vpn
...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 node
Node1
Dec 10 15:47:22 NL-VPN4 tinc.vpn[2763]: Packet is 2276 seqs in the future, dropped (1) from Node2 (10.20.15.2 port...
2015 Jul 27
0
wicd problem 5: wicd restarts itself when as user making terminal commands
greetings,
following are command line problems as user using virtual terminals.
]$ 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
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
>
>
> Hope this helps,
>
> Rui Barradas
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 matrix.
I searched in R-help and did not see any previous proposals along