Displaying 20 results from an estimated 700 matches similar to: "[Bridge] recent 2.6 kernels hang on bridge shutdown"
2019 Feb 19
2
Fwd: Running R from terminal in ubuntu 16.04 gives Fatal Error message
I removed my r-base package and installed it through the guide in Cran
mirror but I am still getting the same error. Here is the output to the
command above:
r-base-core:
Installed: 3.4.4-1xenial0
Candidate: 3.4.4-1xenial0
Version table:
*** 3.4.4-1xenial0 500
500 https://ftp.ussg.iu.edu/CRAN/bin/linux/ubuntu xenial/ Packages
100 /var/lib/dpkg/status
3.4.3-1xenial0 500
2005 Jul 06
2
Badness in local_bh_enable at kernel/softirq.c:140
I''m getting subj trying to run linux-iscsi-4.0.2 on domain0.
I tried xen-2.0.6, xen-2-test and xen-3-devel. The same results.
I found similar complaints regarding this problem like below:
http://www.ussg.iu.edu/hypermail/linux/kernel/0503.1/1622.html
http://www.ussg.iu.edu/hypermail/linux/kernel/0503.1/1621.html
Not sure if it is xen or linux-iscsi related bug.
Any ideas how to cure it
2019 Feb 19
1
Fwd: Running R from terminal in ubuntu 16.04 gives Fatal Error message
Th output to which R :
/home/bzamanlooy/anaconda3/bin/R
The output to R --version:
R version 3.4.3 (2017-11-30) -- "Kite-Eating Tree"
Copyright (C) 2017 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under the terms of the
GNU General Public License versions 2
2004 Jan 21
3
FW: DNAT and masq problem with kernel 2.4.23
Hi,
after kernel upgrade to 2.4.23 my existing configuration of shorewal 1.4.8
will not start / it fail on DNAT and/or masq with message: "iptables:
Invalid argument" /
I founded some similar problems description - see links bellow, but there is
no solution how to get work shorewall with DNAT and masq with 2.4.23 kernel.
http://www.ussg.iu.edu/hypermail/linux/kernel/0312.0/0268.html
2011 Jul 26
1
yum segfault - rpmforge problem?
[root at host ~]# yum clean all
Loaded plugins: fastestmirror, protectbase
Cleaning up Everything
Cleaning up list of fastest mirrors
[root at ost ~]# yum search libcli
Loaded plugins: fastestmirror, protectbase
Determining fastest mirrors
* base: centos-distro.cavecreek.net
* elrepo: elrepo.imt-systems.com
* extras: ftp.ussg.iu.edu
* rpmforge: apt.sw.be
* updates: mirror.nandomedia.com
base
2007 Apr 18
5
[Bridge] Any way of knowing a packet's been defragmented
Hello,
Due to a recent change in the bridge code, we now need a way of knowing if
a packet has been defragmented. The bridge code now checks on the packet
size and drops packets that are too big for the output port. Defragmented
packets will get refragmented later, so they shouldn't be dropped.
I've been reading the defragmentation code and can't find an easy way of
knowing if a
2004 Aug 09
1
rp_filter and fib_validate_source sequence in KPTD
Hello all,
My question:
- - - - - - -
Does anybody know when the reverse path filtering occurs as the packet
traverses the kernel?
Does it happen before NF_IP_PRE_ROUTING (PREROUTING) or not?
Does it only happen at route selection time?
What I have tried to do to find the answer:
- - - - - - - - - - - - - - - - - - - - - -
I find a posting (from many years ago) [0], which suggests that this
2012 Apr 17
2
Installing Kendall Package
I know this is a dumb question but I'm pulling out what little hair I have
left. I download the package and got the following:
trying URL '
http://ftp.ussg.iu.edu/CRAN/bin/windows/contrib/2.14/Kendall_2.2.zip'
Content type 'application/zip' length 52732 bytes (51 Kb)
opened URL
downloaded 51 Kb
package ‘Kendall’ successfully unpacked and MD5 sums checked
The downloaded
2019 Feb 19
0
Fwd: Running R from terminal in ubuntu 16.04 gives Fatal Error message
On 19 February 2019 at 09:40, Behnoosh Zamanlooy wrote:
| I removed my r-base package and installed it through the guide in Cran
| mirror but I am still getting the same error. Here is the output to the
| command above:
| r-base-core:
| Installed: 3.4.4-1xenial0
| Candidate: 3.4.4-1xenial0
| Version table:
| *** 3.4.4-1xenial0 500
| 500 https://ftp.ussg.iu.edu/CRAN/bin/linux/ubuntu
2007 Apr 18
1
[Bridge] Bridge not bridging NFS fragments?
Hi,
please Cc: all replies, I'm not subscribed
I seem to have troubles with my Linux bridge (2.6.8-rc2), which is
apparently not bridging UDP fragments (NFS) when passing packets through
iptables, but I do not see in the iptables stats where the packets are
dropped. Policies for INPUT, FORWARD, OUTPUT are all "ACCEPT", and I
grepped for all REJECT and DROP rules in iptables -nvL,
2005 Aug 22
2
Re: Dovecot inotify problem
Hi Reuben,
I hope you don't mind me copying the dovecot list again.
> dovecot: Aug 21 04:08:22 Error: IMAP(reuben): inotify_rm_watch() failed:
> Invalid argument
Odd.
> This is with a 2.6.13-rc6-mm1 release. I've posted to LKML because there is
> also a kernel stack produced at one point which looks inotify related (but the
> messages above are contant).
> See
2019 Feb 15
3
Fwd: Running R from terminal in ubuntu 16.04 gives Fatal Error message
I just installed R 3.4.4 and Rstudio on my computer with the OS Ubuntu
16.04. Rstudio detects the Installation of R and works normally. However,
trying to run R in the terminal I get this error:
*Fatal error: unable to open the base package*
I have trying setting the R_HOME using:
*export R_HOME=/usr/lib/R*
However it did not work. Any idea how to resolve this?
Ps. I have used r-bloggers
2009 Jul 22
1
[PATCH][NODE] Cleanup old bridges when re-running o-c-networking
From: Michael Burns <mburns at redhat.com>
Detects and removes existing bridges named breth*
Resolves rhbz#513062
Signed-off-by: Michael Burns <mburns at redhat.com>
---
scripts/ovirt-config-networking | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/scripts/ovirt-config-networking b/scripts/ovirt-config-networking
index cc7626b..837d493 100755
---
2007 Apr 18
1
[Bridge] brctl returns 0 on error
Hi,
"brctl" returns 0 when trying to delete non-existent bridge. If it
returns 0, scripting will be an headache. It should return different than 0.
# brctl delbr geek
bridge geek doesn't exist; can't delete it
# echo $?
0
Thanks.
--
Aycan iRiCAN
Core Computer Security Group
http://www.core.gen.tr
2007 Apr 18
1
[Bridge] Problem of lock when deleting a bridge
When i want to delete my test bridge, using:
ifconfig eth0 down
ifconfig eth1 down
ifconfig br0 down
brctl delif br0 eth0
brctl delif br0 eth1
brctl delbr br0
i get this error message from the kernel on the console:
unregister_netdevice: waiting for br0 to become free. Usage count =3D 2
The brctl user-level command is blocked.
Could you explain me what could likely be the cause of this error?
2007 Apr 18
1
[Bridge] Problem with bridge/8139too module under 2.4.27?
Hi there,
I'm currently experiencing a minor problem using the bridge module under
kernel 2.4.27 part of the Devil Linux distribution
(http://www.devil-linux.org). The problem I am having is that when the
bridge is unloaded during a reboot I receive the following errors in
/var/log/messages:
Nov 14 13:22:13 src@Devil kernel: unregister_netdevice: waiting for br0 to
become free. Usage count =
2010 Nov 25
4
how to find a row index in a matrix or a data frame ?
Dear all,
this looks pretty much a standard problem, but I couldn't find a
satisfying and understandable solution.
(A) Given a data frame (or matrix), e.g.
x <- data.frame(A=c(1, 2, 2), B=c(4, 5, 5))
and a row of this data frame, e.g.
r <- c(2, 5)
I need to find one row index i (or all such indices) such that r
is at the i-th row in x, that is, the
2005 Jan 07
0
[PATCH] linux-2.6.10-bk9
Some tidbits to make Xen (-unstable) compile with the latest
2.6 snapshot. No need for you to duplicate the work I already
did.
Signed-off-by: Rik van Riel <riel@redhat.com>
--- linux-2.6.10/arch/xen/i386/kernel/i386_ksyms.c.bk7 2005-01-06 17:30:48.000000000 -0500
+++ linux-2.6.10/arch/xen/i386/kernel/i386_ksyms.c 2005-01-06 20:54:39.000000000 -0500
@@ -61,7 +61,6 @@
/* platform
2006 Feb 08
1
Dovecot does not access /var/mail when using Maildir
Hello,
I'm running debain on my machine with postfix, squirrelmail and dovecot
installed. Everything works fine and I'm able to access my mail via
squirrelmail and via Outlook with imap.
However I want to create subfolders what is not possible. After reading I
discovered that I use mbox and that maildir is needed in order to be able
to use subfolders.
I have created a Maildir folder with
2001 May 23
2
help: exponential fit?
Hi there,
I'm quite new to R (and statistics),
and I like it (both)!
But I'm a bit lost in all these packages,
so could someone please give me a hint
whether there exists a package for fitting
exponential curves (of the type
t --> \sum_i a_i \exp( - b_i t))
on a noisy signal?
In fact monoexponential decay + polynomial growth
is what I'd like to try.
Thanks in advance,