Extending the ddb command set

2008-08-16 Thread Guillaume Ballet
Hello hackers, I am currently working on a small project and would like to add a few commands to the set that is available in ddb. I found that very interesting albeit succinct presentation:

Building custom kernel with new files

2008-08-16 Thread Ryan French
Hi All, I am currently trying to build a custom kernel for my Google Summer of Code, and am running into a bit of a problem. I have all of my code compiling, but when I get to the linking stage as soon as it comes to the new files I have installed it says the *.o does not exist. I have added

Re: Building custom kernel with new files

2008-08-16 Thread Roman Divacky
On Sat, Aug 16, 2008 at 10:10:02PM +1200, Ryan French wrote: Hi All, I am currently trying to build a custom kernel for my Google Summer of Code, and am running into a bit of a problem. I have all of my code compiling, but when I get to the linking stage as soon as it comes to the new

Re: Building custom kernel with new files

2008-08-16 Thread Attilio Rao
2008/8/16, Ryan French [EMAIL PROTECTED]: Hi All, I am currently trying to build a custom kernel for my Google Summer of Code, and am running into a bit of a problem. I have all of my code compiling, but when I get to the linking stage as soon as it comes to the new files I have installed it

Re: startup options

2008-08-16 Thread Stefan Sperling
On Fri, Aug 15, 2008 at 02:52:21PM -0700, Sam Leffler wrote: Stefan Sperling wrote: That page pretty much summarises the state of affairs, yes. Basically, you need a VIA-based ethernet card card (vr driver) and -CURRENT, or a vr card with 7.0 and patches from here:

Re: Extending the ddb command set

2008-08-16 Thread Sam Leffler
Guillaume Ballet wrote: Hello hackers, I am currently working on a small project and would like to add a few commands to the set that is available in ddb. I found that very interesting albeit succinct presentation:

local network throughput issues

2008-08-16 Thread Rick C. Petty
Hello. I've been having some serious network throughput issues recently. Prior to these issues, I was running 7.0-STABLE from a few months back. I recently build a world/kernel from csup(1) on 2008-Jul-25 and started noticing the issues. I'm currently on a RELENG_7 from 2008-Aug-02 and am

Re: local network throughput issues

2008-08-16 Thread Rick C. Petty
On Sat, Aug 16, 2008 at 10:31:31PM +0200, [EMAIL PROTECTED] wrote: i immediatly think dns issues if samba and ssh are slow. are your hosts reverse lookup-able? Yes. DNS problems usually affect the time to connect, and those are fast. It's just the throughput I'm seeing a problem with. In

Re: Building custom kernel with new files

2008-08-16 Thread Ryan French
On Sat, 16 Aug 2008 10:33:09 pm you wrote: On Sat, Aug 16, 2008 at 10:10:02PM +1200, Ryan French wrote: Hi All, I am currently trying to build a custom kernel for my Google Summer of Code, and am running into a bit of a problem. I have all of my code compiling, but when I get to the

Re: local network throughput issues

2008-08-16 Thread usleepless
On 8/16/08, Rick C. Petty [EMAIL PROTECTED] wrote: Hello. I've been having some serious network throughput issues recently. Prior to these issues, I was running 7.0-STABLE from a few months back. I recently build a world/kernel from csup(1) on 2008-Jul-25 and started noticing the issues.

Re: Building custom kernel with new files

2008-08-16 Thread Ryan French
On Sat, 16 Aug 2008 10:38:24 pm you wrote: 2008/8/16, Ryan French [EMAIL PROTECTED]: Hi All, I am currently trying to build a custom kernel for my Google Summer of Code, and am running into a bit of a problem. I have all of my code compiling, but when I get to the linking stage as soon

Re: Building custom kernel with new files

2008-08-16 Thread Attilio Rao
2008/8/16, Ryan French [EMAIL PROTECTED]: On Sat, 16 Aug 2008 10:38:24 pm you wrote: 2008/8/16, Ryan French [EMAIL PROTECTED]: Hi All, I am currently trying to build a custom kernel for my Google Summer of Code, and am running into a bit of a problem. I have all of my code

Re: local network throughput issues

2008-08-16 Thread Jeremy Chadwick
On Sat, Aug 16, 2008 at 02:43:11PM -0500, Rick C. Petty wrote: Hello. I've been having some serious network throughput issues recently. Prior to these issues, I was running 7.0-STABLE from a few months back. I recently build a world/kernel from csup(1) on 2008-Jul-25 and started noticing the

Re: local network throughput issues

2008-08-16 Thread Rick C. Petty
On Sat, Aug 16, 2008 at 03:15:35PM -0700, Jeremy Chadwick wrote: 1) Please provide netstat -in output. NameMtu Network Address Ipkts IerrsOpkts Oerrs Coll nfe0 1500 Link#1 00:15:f2:17:0c:20 14714298 0 14821857 0 0 nfe0 1500 172.23.20.0/2

Re: local network throughput issues

2008-08-16 Thread Jeremy Chadwick
On Sat, Aug 16, 2008 at 05:28:31PM -0500, Rick C. Petty wrote: 2) NFS (unless you're explicitly disabling it) is UDP-based, while SSH and Samba are TCP-based. Your nfe0 device has TSO4 enabled on it, so I'm left wondering if the TCP offloading support for your nfe(4) device is broken.