[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#200076: marked as done (libc6: setsockopt does not support IPOPT_RA )



Your message dated Mon, 05 Jul 2004 09:52:04 +0900
with message-id <811xjri8cr.wl@omega.webmasters.gr.jp>
and subject line Bug#200076: libc6: setsockopt does not support IPOPT_RA (FWD)
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 4 Jul 2003 20:06:52 +0000
>From weaves@ee.ucl.ac.uk Fri Jul 04 15:06:50 2003
Return-path: <weaves@ee.ucl.ac.uk>
Received: from picard.ee.ucl.ac.uk [128.40.42.82] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19YWpN-0005A1-00; Fri, 04 Jul 2003 15:06:41 -0500
Received: from dave.r.ee.ucl.ac.uk (reblochon [128.40.42.180])
	by picard.ee.ucl.ac.uk (8.11.7+Sun/8.11.6) with ESMTP id h64K6GJ28559
	for <submit@bugs.debian.org>; Fri, 4 Jul 2003 21:06:16 +0100 (BST)
Received: from john.r.ee.ucl.ac.uk
	([192.168.1.10] helo=face.ee.ucl.ac.uk ident=mail)
	by dave.r.ee.ucl.ac.uk with esmtp (Exim 3.35 #1 (Debian))
	id 19YWox-0000p2-00
	for <submit@bugs.debian.org>; Fri, 04 Jul 2003 21:06:15 +0100
Received: from weaves by face.ee.ucl.ac.uk with local (Exim 3.35 #1 (Debian))
	id 19YWox-000688-00
	for <submit@bugs.debian.org>; Fri, 04 Jul 2003 21:06:15 +0100
From: Walter Eaves <weaves@ee.ucl.ac.uk>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libc6: setsockopt does not support IPOPT_RA 
X-Debbugs-CC: Walter Eaves <weaves@ee.ucl.ac.uk>
Message-Id: <E19YWox-000688-00@face.ee.ucl.ac.uk>
Sender: Walter Eaves <weaves@ee.ucl.ac.uk>
Date: Fri, 04 Jul 2003 21:06:15 +0100
X-BadReturnPath: weaves@john.r.ee.ucl.ac.uk rewritten as weaves@ee.ucl.ac.uk
  using "Sender" header
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-9.0 required=4.0
	tests=BAYES_30,HAS_PACKAGE,X_DEBBUGS_CC
	version=2.53-bugs.debian.org_2003_06_27
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_27 (1.174.2.15-2003-03-30-exp)


Package: libc6
Version: 2.2.5-11.5
Severity: normal

I was hoping that router alert (RFC2113) was supported by libc6. It's
supported in the Linux kernel.

This is the code:

  if (setsockopt(sd, IPPROTO_IP,
				 IPOPT_RA,
				 (void *)&on, sizeof(on))) {
	exit(1);
  }
  
  if (sendto(sd, inbuf.s, inbuf.lenb, 0,
			 (struct sockaddr *)&destaddr, sizeof(destaddr)) < 0) {
    perror("inject: sendto");
    exit(1);
  }

and this is the strace output:

socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4
setsockopt(4, SOL_IP, 0x94 /* IP_??? */, [0], 4) = -1 ENOPROTOOPT (Protocol not available)
_exit(1)                                = ?

And it is libc6 for the program:

face:/a/face/homes/face/disk00/tsg/share/weaves/fain-snap-0.9/src/ctl
 193$ ldd inject
        libdl.so.2 => /lib/libdl.so.2 (0x4001f000)
        libsnmp-0.4.2.so => /usr/lib/libsnmp-0.4.2.so (0x40022000)
        libm.so.6 => /lib/libm.so.6 (0x4007e000)
        libc.so.6 => /lib/libc.so.6 (0x4009f000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux face 2.4.18-1-686 #1 Fri Jun 6 22:41:17 EST 2003 i686
Locale: LANG=C, LC_CTYPE=

---------------------------------------
Received: (at 200076-done) by bugs.debian.org; 5 Jul 2004 00:52:05 +0000
>From gotom@debian.or.jp Sun Jul 04 17:52:05 2004
Return-path: <gotom@debian.or.jp>
Received: from omega.webmasters.gr.jp (webmasters.gr.jp) [218.44.239.78] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BhHiH-0002NL-00; Sun, 04 Jul 2004 17:52:05 -0700
Received: from omega.webmasters.gr.jp (localhost [127.0.0.1])
	by webmasters.gr.jp (Postfix) with ESMTP
	id B3482DEB58; Mon,  5 Jul 2004 09:52:04 +0900 (JST)
Date: Mon, 05 Jul 2004 09:52:04 +0900
Message-ID: <811xjri8cr.wl@omega.webmasters.gr.jp>
From: GOTO Masanori <gotom@debian.or.jp>
To: <Walter.Eaves@bigfoot.com>
Cc: "'GOTO Masanori'" <gotom@debian.or.jp>,
	"Walter Eaves" <weaves@vodafone.net>, 200076-done@bugs.debian.org
Subject: Re: Bug#200076: libc6: setsockopt does not support IPOPT_RA (FWD)
In-Reply-To: <003d01c42b73$fb84bbf0$5e21a8c0@Jemina>
References: <81vfjobz84.wl@omega.webmasters.gr.jp>
	<003d01c42b73$fb84bbf0$5e21a8c0@Jemina>
User-Agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya)
 FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2
 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charset=US-ASCII
Delivered-To: 200076-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

At Mon, 26 Apr 2004 10:51:00 +0100,
Walter Eaves wrote:
> Thanks for replying, but unfortunately I've stopped working on this, so
> you can close the bug if you want.

OK, now I close this bug.

Regards,
-- gotom



Reply to: