| Summary: | Correct kernel config for 4.4-RELEASE is incorrect for 4.5-RC1 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Eugene Grosbein <ports> | ||||
| Component: | kern | Assignee: | Remko Lodder <remko> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Eugene Grosbein
2002-01-13 09:20:00 UTC
Hi! The problem is still here at the time of 4.7-STABLE: dummynet(4) still does not note in 'KERNEL OPTION' section that 'pseudo-device ether' is mandatory for dummynet even for PPP-only operations. Eugene Grosbein On 17:07+0700, Feb 4, 2003, Eugene Grosbein wrote: > Hi! > > The problem is still here at the time of 4.7-STABLE: > dummynet(4) still does not note in 'KERNEL OPTION' section > that 'pseudo-device ether' is mandatory for dummynet > even for PPP-only operations. > > Eugene Grosbein I believe it is a bug in dummynet code. See a related PR, kern/37261. -- Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org Are there any plans to deal with this PR and related http://www.FreeBSD.org/cgi/query-pr.cgi?pr=kern/37261 ? Eugene Grosbein On Tue, May 13, 2003 at 12:29:52PM +0800, Eugene Grosbein wrote: > Are there any plans to deal with this PR and related > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=kern/37261 ? > Eugene, I'm not going to commit any patches to fix this. I've once developed a patch for 4.x, it's now up to Luigi to commit it or not. Cheers, -- Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age Ruslan Ermilov wrote:
>
> On Tue, May 13, 2003 at 12:29:52PM +0800, Eugene Grosbein wrote:
> > Are there any plans to deal with this PR and related
> > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=kern/37261 ?
> >
> Eugene,
>
> I'm not going to commit any patches to fix this. I've
> once developed a patch for 4.x, it's now up to Luigi to
> commit it or not.
Well, could you please give your patch to me for testing?
Eugene Grosbein
On Thu, May 15, 2003 at 10:30:32AM +0800, Eugene Grosbein wrote: > Ruslan Ermilov wrote: > > > > On Tue, May 13, 2003 at 12:29:52PM +0800, Eugene Grosbein wrote: > > > Are there any plans to deal with this PR and related > > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=kern/37261 ? > > > > > Eugene, > > > > I'm not going to commit any patches to fix this. I've > > once developed a patch for 4.x, it's now up to Luigi to > > commit it or not. > > Well, could you please give your patch to me for testing? > It should be somewhere in this PR's Audit-Trail I suppose, if I recall the things correctly. Cheers, -- Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age Responsible Changed From-To: freebsd-bugs->luigi Assign to ipfw maintainer Hi freebsd-gnats-submit, this seems to be really outdated and could be closed, couldn't it ? -- Best regards +----------==/\/\==----------+ FreeBSD | DanGer <danger@wilbury.sk> | (__) The | DanGer@IRCnet ICQ261701668 | \\\'',) Power | http://danger.homeunix.org | \/ \ ^ To +----------==\/\/==----------+ .\._/_) Serve [ Wacky Wheels รพ Put it in reverse and run over Mario Kart! ] DanGer wrote:
> this seems to be really outdated and could be closed, couldn't it ?
Does it mean the problem is fixed?
Eugene Grosbein
The problem is still here for 6.0-RELEASE. dummynet(4) still does not mention that options DUMMYNET requires device ether. Here is kernel config adopted for 6.0-RELEASE. The kernel can be configured, compiled but not linked: linking kernel if.o(.text+0x29a9): In function `if_setlladdr': : undefined reference to `arp_ifinit' ip_dummynet.o(.text+0x509): In function `transmit_event': : undefined reference to `bridge_dn_p' ip_dummynet.o(.text+0x52e): In function `transmit_event': : undefined reference to `ether_output_frame' ip_dummynet.o(.text+0x563): In function `transmit_event': : undefined reference to `ether_demux' ip_dummynet.o(.text+0x56d): In function `transmit_event': : undefined reference to `bdgtakeifaces_ptr' ip_dummynet.o(.text+0x58f): In function `transmit_event': : undefined reference to `bdg_forward_ptr' *** Error code 1 Stop in /mnt/usr/local/obj6/usr/src/sys/EP. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Kernel config file follows: #start of file machine i386 cpu I486_CPU cpu I586_CPU cpu I686_CPU ident EP maxusers 4 options SCHED_4BSD options INET #InterNETworking options FFS #Berkeley Fast Filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options IPFIREWALL options IPFIREWALL_FORWARD options IPDIVERT options DUMMYNET device isa device fdc device ata device atadisk options ATA_STATIC_ID device atkbdc device atkbd device vga options VGA_NO_MODE_CHANGE device sc options SC_NO_CUTPASTE options SC_NO_SYSMOUSE options MAXCONS=8 device npx device sio device loop device ppp device pty device bpf #required by PPP_FILTER device snp device gif options PPP_DEFLATE options PPP_BSDCOMP options PPP_FILTER options TCP_DROP_SYNFIN options DUMMYNET options INCLUDE_CONFIG_FILE options HZ=1000 options _KPOSIX_PRIORITY_SCHEDULING options CLK_CALIBRATION_LOOP options CLK_USE_I8254_CALIBRATION #end if file Eugene Grosbein State Changed From-To: open->feedback Hello, so the problem is still current on a 6.0 machine, if you look through the GENERIC kernel configuation you will notice this line: device ether # Ethernet support Which basically tells : If you are doing anything that requires ethernetworking, you should include this. Now the following question would be ofcourse: Do you use any ethernetworking ? I think you do (i think almost everyone uses this): but i am not very sure about the definition of ethernet support here. Responsible Changed From-To: luigi->remko grab the pr to discuss this with the submitter to see whether the current kernel option is sufficient. State Changed From-To: feedback->closed We cannot get the proper feedback, the submitters address bounces. If somone has feedback, please notify me. |