Displaying 20 results from an estimated 406 matches for "neighbour".
2004 Feb 22
7
Neighbour table overflow
What is the cause for such a message while running kernel 2.6.1 on RH9 ?
Neighbour table overflow.
NET: 282 messages suppressed.
Neighbour table overflow.
Alex Iruc
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2002 Dec 07
3
Neighbour table overflow
hi all,
i am getting a lot of neighbour table overflow in my syslog file...
we use slavkware8.1 with kernel2.4.19 squid2.5s1 iptables1.2.7a &
iproite-ss020116.. there are two providers & this box has 5 ethernet and
i havent seen it handle going less that 2.5mb traffic even at off peak
hours !.. the kernel was _NOT_ configured...
2008 Dec 09
2
Need help optimizing/vectorizing nested loops
...nates of the samples, the remaining 20
columns are the abundances of species in each cell. I need to calculate
the species richness in adjacent cells for each cell in the sample.
For example, if I have nine cells in my dataframe (X = 1:3, Y = 1:3):
a b c
d e f
g h i
I need to calculate the neighbour-richness for each cell; for a, this is
the richness of cells b, d and e combined. The neighbour richness of
cell e would be the combined richness of all the other eight cells.
The following code does what I what, but it's slow. The sample dataset
'dat', below, represents a 5x5 grid, 25...
2013 Apr 16
1
Spatial Ananlysis: zero.policy=TRUE doesn't work for no neighbour regions??
Hello,
I'm new to R and to Spatial Analysis and got a problem trying to create a
Spatial Weights Matrix.
*I us the following code to create the Neighbourslist:*
>library(maptools)
>library(spdep)
>library(rgdal)
>location_County<- readShapePoly("....")
>proj4string(location_County)<- CRS("+proj=longlat ellps=WGS84")
>location_nbq<- poly2nb(location_County)
>summary(location_nbq)
*And get this Outp...
2008 Mar 12
1
Neighbour table overflow.
Hi,
I am getting below error on mailgw. it has 2 ethernets.
eth0 is connected to internet, while eth1 is connected to LAN where
there are about 300 PCs.
Mar 12 09:14:00 gateway kernel: NET: 697 messages suppressed.
Mar 12 09:14:00 gateway kernel: Neighbour table overflow.
Mar 12 09:14:05 gateway kernel: NET: 660 messages suppressed.
Mar 12 09:14:05 gateway kernel: Neighbour table overflow.
Mar 12 09:14:10 gateway kernel: NET: 682 messages suppressed.
Mar 12 09:14:10 gateway kernel: Neighbour table overflow.
Mar 12 09:14:15 gateway kernel: NET: 700 me...
2013 Jun 28
0
Re: kernel panic in skb_copy_bits
OK please try the following patch
[PATCH] neighbour: fix a race in neigh_destroy()
There is a race in neighbour code, because neigh_destroy() uses
skb_queue_purge(&neigh->arp_queue) without holding neighbour lock,
while other parts of the code assume neighbour rwlock is what
protects arp_queue
Convert all skb_queue_purge() calls to the __sk...
2012 Jun 20
1
nearest neighbours and their ID
Dear R users,
I used nndist() to gain the distance of 2 nearest
neighbours of the points in my dataset. Is there a way of getting the ID numbers
of these nearest neighbours (along with their distances).
The command I used: nn2 <- nndist(X2, k=1:2). This is the output of the nearest neighbour distances I got (the IDs of the given points are there but their IDs aren&...
2008 Sep 16
1
Car.proper C[] matrix
...n WinBUGS, but I am having a difficult time negotiating the
coding. The C matrix provides normalized weights for each pair of
spatial areas. So the WinBUGS example is as follows:
# of the weight matrix with elements Cij. The first J1 elements of the
C[] vector contain the
# weights for the J1 neighbours of area i=1; the (J1+1) to J2 elements
of the C[] vector contain
# the weights for the J2 neighbours of area i=2; etc.
# To set up this vector, we need to define a variable cumsum, which
gives the values of J1,
# J2, etc.; we then set up an index matrix pick[,] with N columns
corresponding to t...
2011 Sep 26
3
Nearest neighbour in a matrix
Hello all,
I am brand new to R and doing an exercise for a class. I need to find the
nearest neighbour for points in the following matrix:
> DistanceMatrix
x1 x2 x3 x4 x5
[1,] 0.000000 2.828427 1.581139 2.236068 2.000000
[2,] 2.828427 0.000000 1.581139 4.123106 2.000000
[3,] 1.581139 1.581139 0.000000 2.549510 2.121320
[4,] 2.236068 4.123106 2.549510 0.000000...
2013 May 21
1
ICMPv6 Neighbour Solication request is not answered by linux when IPv6 address is assigned via Netlink code.
Hi,
I have a process which is running as a linux service and assigns IP addresses using netlink to configued interface in linux.
For IPv4 addresses i do not see any issue with this assignment.
When i try to assign an IPv6 address, the address gets assigned successfully to the interface, but the Neighbour Solication request received for that address is not responded with and hence ping6 from a different machine doesn't work.
When i take the same netlink code and run it in a sample program the address gets assigned and the Neighbour solicitation is responded with a advertisement and hence ping6...
2010 Mar 09
1
create picture (k -the nearest neighbours)
Hi
I want to create a nice picture about my result of k -the nearest neighbours
algorithm. Here is my easy code:
#################################
library(klaR)
library(ipred)
library(mlbench)
data(PimaIndiansDiabetes2)
dane=na.omit(PimaIndiansDiabetes2)[,c(2,5,9)]
dane[,2]=log(dane[,2])
dane[,1:2]=scale(dane[,1:2])
zbior.uczacy=sample(1:nrow(dane),nrow(dane)/2,F)
KNN=ipred...
2012 Jul 24
3
Nearest Neighbors
I was wondering if there is a way in R to find k nearest neighbors of various
orders, say order 2, 3, or 4. In otherwords neighbors of neighbors of
neighbors. You get the idea. I know that I can use knearneigh(matrix.data,
k) but this only gives me the k nearest neighbors and not of a particular
order.
Thanks in advance.
--
View this message in context:
2000 Jul 28
1
PROBLEMS connecting to SAMBA
Hi
I have a machine on which RedHat Linux 6.2 is installed. IP address of
machine is 10.5.2.180
We have an intranet in our office. My neighbouring machine has IP
address 10.5.2.179
My workgroup name is MCIA
I'm giving netbios name as ''LINUX_SAMBA" which appears in my neighbours
machine in network
neighbourhood after I UP the samba server.
When my neighbour clicks on it it asks for user name and password.
My smb.conf...
2010 Nov 18
0
Ipv6 addr with Vlan-Id - unable to ping neighbour
Hi All,
If I have a vlan-Id on an interface with an ipv6 address, then I am unable to ping a real router.
The problem is that the Neighbour Solicitation originated from the Centos machine is missing the Vlan-Id in the packet.
Therefore a real router will drop such a packet.
I have tried this with Centos 4.7 and with Centos 5.5 with the same result.
If I originate the first Neighbour Solicitation from the Router (which contains the V...
2015 Jan 08
1
Question about Neighbour Table Overflow.
Hi, all
When use Centos 6.5,kernel version 2.6.431, I have continuous messages of
"Neighbour table overflow" in messages.
I have modified the gc_thresh1(512) , gc_thresh2 (2048) gc_thresh3 (4096)
in /proc/sys/net.. path, But the messages occurs occasionally.
some forum saied:
They are probably realted to a kernel bug where the thresholds are in fact
only half of the value that is se...
2007 Jul 18
1
You've received a greeting card from a Neighbour!
Hi. Neighbour has sent you a greeting card.
See your card as often as you wish during the next 15 days.
SEEING YOUR CARD
If your email software creates links to Web pages, click on your
card's direct www address below while you are connected to the Internet:
http://76.21.29.193/?c61301cba46921636c8048146...
2004 Jun 22
1
k nearest neighbours
Hi there fellow R-users,
Does anyone know of a function which does exactly what knearneigh{spdep}
(finds the k nearest neighbours) does in the package spdep but for more than
2D data?
Regards
Wayne
KSS Ltd
Seventh Floor St James's Buildings 79 Oxford Street Manchester M1 6SS England
Company Registration Number 2800886
Tel: +44 (0) 161 228 0040 Fax: +44 (0) 161 236 6305
mailto:kssg@kssg.com http://www.kssg.com...
2009 Nov 17
0
Re place NA values in matrix with the value of Nearest Neighbour
...y of the sites are so close to the sea,
many NA's are returned, as teh climate information has not been extrapolated
to include detailed coastal areas. Thus i would like to know how i can
modify my script to instruct R to replace the NA values of 'siteclim' with
the value of its nearest neighbour in the 5km grid data on the condition
that this is also not NULL.
Any suggestions would be gratefully received
Thanks
--
View this message in context: http://old.nabble.com/Replace-NA-values-in-matrix-with-the-value-of-Nearest-Neighbour-tp26389519p26389519.html
Sent from the R help mailing list...
2011 Apr 19
1
SPDEP Package, neighbours list for Moran's I on large grid dataset
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20110419/a3438017/attachment.pl>
2007 Jul 18
1
You've received a greeting card from a Neighbour!
Hi. Neighbour has sent you a greeting card.
See your card as often as you wish during the next 15 days.
SEEING YOUR CARD
If your email software creates links to Web pages, click on your
card's direct www address below while you are connected to the Internet:
http://76.21.29.193/?c61301cba46921636c8048146...