Displaying 20 results from an estimated 1000 matches similar to: "Bug in ip -6?"
2005 Dec 05
1
ip route doesn''t not work with virtual inferfaces
I have two IP for eth0 which correspond to eth0 and eth0:1
I want to create a route
to 192.168.66.0/24 via 192.168.0.50 from eth0:1
so I add the route with
ip route add 192.168.66.0/24 via 192.168.1.2 dev eth0:1
but when I connect to 192.168.66.0/24 network in connects still using
the IP of eth0, not the IP of eth0:1 as one would expect.
What''s strange to me is that ip route list
2005 Oct 31
1
ip tunnel doesn''t show warning or error
This is really strange behavior ..
root@garfield ~# ip tunnel add testing123 mode ipip remote 192.168.1.1
local 192.168.1.12
root@garfield ~# ip tunnel show
..
testing123: ip/ip remote 192.168.1.1 local 192.168.1.12 ttl inherit
root@garfield ~# ip tunnel add testingabc mode ipip remote 192.168.1.1
local 192.168.1.12
root@garfield ~# echo $?
0
root@garfield ~# ip tunnel show
..
testing123:
2005 Oct 06
1
buffer overflow in ip
This comse from iproute-ss050901, rebuilt on FC4 with -fortify-source
option. Seems like ip has a buffer overflow which sometimes causes a
segfault..
will try to look at it tmrw, so far here''s my gdb output.
$ gdb ip
GNU gdb Red Hat Linux (6.3.0.0-1.21rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome
2006 Jul 28
0
no PROMISC mode in ip link show
Hi
When I start arpwatch or tcpdump the Ethernet card eth0 goes into
promiscuous mode but I cannot see it with ifconfig eth0 or ip link show.
The only way I can see it is when I looked at dmesg.
Ifconfig uses the old style IOFLAG way to determine this but looking
into ip code this is supposed to work even with newer kernels (I''m on
2.6.17 now with the latest iproute package)
I found
2006 Sep 19
0
Hardcoded /usr/lib dir
tc.c has the following line
snprintf(buf, sizeof(buf), "/usr/lib/tc/q_%s.so", str);
the libdir should not be hardcoded but it should be detected at build
time.
Radek
--
Radek Vokál <rvokal@redhat.com>
Base OS Engineering
Office: +420 543 422 235
Red Hat Inc. http://www.redhat.com
2006 Dec 19
0
(null) in ip route get
I''m seeing strange output with iproute 2.6.18 and 2.6.19 with ip route
get. Instead of (null) I would expect to see sth like mtu. Does anyone
have good explanation for it?
$ ip route get 123.45.67.1
123.45.67.1 via 10.32.0.254 dev eth0 src 10.32.0.193
cache (null) 1500 ssthresh 1460 advmss 64
--
Radek Vokál <rvokal@redhat.com>
Base OS Engineering - Team Lead
Office:
2006 Aug 21
0
[PATCH] missing flags for ip link
There''s a flag 10000 that is not recognized by iproute. The kernel uses
#define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
#define IFF_DORMANT 0x20000 /* driver signals dormant */
--
Radek Vokál <rvokal@redhat.com>
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
2010 Jul 26
1
gapped sequence data summary
Id cat1 location item_values p-values sequence
a111 1 3002737 100 0.01 1
a112 1 3017821 102 0.05 2
a113 2 3027730 103 0.02 3
a114 2 3036220 104 0.04 4
a115 1 3053984 105 0.03 5
a118 1 3090500 106 0.02 8
a119 1 3103304 107 0.03 9
2010 Jul 28
1
error: arguments imply differing number
mydata <- read.table(textConnection("
Id cat1 location item_values p-values sequence
a111 1 3002737 100 0.01 1
a112 1 3017821 102 0.05 2
a113 2 3027730 103 0.02 3
a114 2 3036220 104 0.04 4
a115 1 3053984 105 0.03 5
a118 1 3090500 106 0.02 8
a119 1 3103304
2004 Dec 22
1
tftpd - r rule seems to be still broken
This is an example rule from sample.rules
r ^[^/] /tftpboot/\0 # Convert non-absolute files
but it seems to be broken in tftpd-0.40. This comes from syslog when
accesing sample file on server.
Dec 22 14:11:35 localhost in.tftpd[10443]: r rules cannot be inverted,
line 1: ^[^/] /tftpboot/\0 # Convert non-absolute
files
this was already present in 0.39 version and according
2006 Mar 22
1
tftpd-hpa-0.42 bug when hitting ^C
Start tftp with no host name
Enter a host name
When looking at the tftp> prompt press ^C
$ tftp
(to) localhost
tftp>
*** glibc detected *** double free or corruption (fasttop): 0x08b8b9c0 ***
Aborted
I've attached a patch fixing this issue but I'm not convinced this is the right way to do it.
Radek
--
Radek Vok?l <rvokal at redhat.com>
-------------- next part
2005 Dec 30
2
I have problem and/or not fully underestand rails --svn
I experimented with rails --svn option. I use following commands
1 $ su root "mkdir -p /var/lib/svn/projekt; chown radek:radek /var/lib/svn/projekt"
2 Password:heslo roota
3 $ svnadmin create /var/lib/svn/projekt
4 $ mkdir -p /tmp/projekt/trunk
5 $ svn import -m "Creating empty project projekt" /tmp/projekt file:///var/lib/svn/projekt
6 //var/lib/svn/pokus
7
2014 Nov 18
2
[LLVMdev] finalizeObject function implemetation in MCJIT is wrong
Hi Radek,
Sorry for the delayed response. I haven't had time to check your analysis
yet, but you're probably right: MCJIT's support for multiple modules in a
single instance is patchy at best.
Do you have a test case (e.g. an lli invocation) that triggers this bug, or
is this something you discovered just by reading the code?
Cheers,
Lang.
On Thu, Nov 13, 2014 at 8:46 AM, David
2006 Feb 15
6
Problem creating appdoc documentation
Hello, can anyone help me.
After a few weeks I returned to the rails to play with it. But I
recognize that I''m now not abble to build appdoc. The same thing that
few weeks ago worked without an problem now give me an error:
unrecognized option `--line-numbers --inline-source''
$ rake --trace --verbose reappdoc
(in /home/radek/src/firma/giga-net/ncc/work)
** Invoke reappdoc
2002 Aug 06
8
converting MASQ from ipchains
Hello,
on my old system I''m using ipchains. Can anyone help me with converting rule
/sbin/ipchains -A forward -j MASQ -s source_addr -d destination_addr 443 -p tcp
to shorewall. I know that I can write
eth0 source_addr
to /etc/shorewall/masq file
but I can''t found where I can specify the destination address.
The reason for this is to allow one user (computer) access only to
2007 Aug 15
1
Dovecot deliver + sieve + postfix virtual + mysql ?
Hey there guys.
I have successful postfix + mysql + sagator + clamav + spamassassin + dovecot
setup (it was a really crazy month full of tweaking :]) and the only thing i
miss is some per maildir specific filtering. i decided to use sieve.
everything is fine except that dovecot's deliver process doesn't see the
actual .dovecot.sieve file with filtering rules in the root of a maildir.
2007 Nov 05
0
Re: CentOS Digest, Vol 34, Issue 5
> ------------------------------
>
> Message: 4
> Date: Sun, 04 Nov 2007 18:38:14 +0200
> From: Bazy <bazy at goofy.celuloza.ro>
> Subject: Re: [CentOS] tftp-server
> To: CentOS mailing list <centos at centos.org>
> Message-ID: <472DF576.2030601 at goofy.celuloza.ro>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Radek Bursztynowski wrote:
2011 Jun 22
1
question about read.columns
HI, Dear R community,
I have a large data set names dd.txt, the columns are: there are 2402
variables.
a1, b1, ..z1, a11, b11, ...z11, a111, b111, ..z111..
IF I dont know the relative position of the columns, but I know I need the
following variables:
var<-c(a1, c1,a11,b11,f111)
Can I use read.columns to read the data into R?
I have tried the following codes, but it does not work
2009 Jul 10
3
strange strsplit gsub problem 0 is this a bug or a string length limitation?
I was working with the rmetrics portfolioBacktesting function and dug into
the code to try to find why my formula with 113 items, i.e. A1 thru A113,
was being truncated and I only get 85 items, not 113.
Is it due to a string length limitation in R or is it a bug in the strsplit
or gsub functions, or in my string?
I'd very much appreciate any suggestions
============Input script:
2007 Mar 01
1
object is not subsettable
Dear colleagues,
I've just come across a problem with the following command which is a
part of the "metaOverview.R" code file provided as an monography-
accompanying file at
http://www.bioconductor.org/docs/mogr/metadata:
##################################
R> hasChr <- eapply(GOTERM, function(x)
+ x[grep("chromosome", Term(x))])
Error in