Newbie : Problem with kgdb

2004-02-24 Thread sundeep.puliccott
I get the warning (no debugging symbols found)... when I invoke gdb -k /kernel In the kernel configuration file I have set makeoptions DEBUG=-g even then kgdb does not seem to find the symbols any help is appreciated I am referring to http://www.freebsd.org/doc/en_US.ISO8859-1/books/devel

Re: OT: tftp server

2004-02-24 Thread Ganbold
Hi Robert, I tested default tftp server in inetd.conf with options -s and -l. tftp dgram udp waitroot/usr/libexec/tftpd tftpd -s /tftpboot -l Tftp server hangs after some time and it seems like entire tftp server stops responding because audio files stopped playing. I woul

Re: OT: tftp server

2004-02-24 Thread Ganbold
Hi Attila, I would like to use tftp server to play/download audio files (Interactive Voice response) for Cisco VoIP. Ganbold At 09:14 PM 24.02.2004, you wrote: Ganbold wrote: Maybe this is off topic question. I'm looking for good tftp server in FreeBSD. I used default tftp server in FreeBSD an

Testers needed: Joe's MFC of USB code

2004-02-24 Thread Julian Elischer
I've been running Joe's latest USB MFC patch and it seems to work ok for me... (both ohci and uhci) I have a limited set of devices to test with however.. Anyone else care to test? Getting this in -Stable is a prerequisite to MFCing the EHCI USB 2.0 driver so if yu'd like to see USB-2 in 4.x pl

Re: OT: tftp server

2004-02-24 Thread Robert Watson
On Tue, 24 Feb 2004, Brooks Davis wrote: > On Tue, Feb 24, 2004 at 06:16:38PM +, David Malone wrote: > > > It's worth noting that ours works poorly with PXE clients. The > > > ftp/tftp-hpa port is the one most commonly recommend for PXE > > > applications. > > > > I've never had any problem

Re: OT: tftp server

2004-02-24 Thread Brooks Davis
On Tue, Feb 24, 2004 at 06:16:38PM +, David Malone wrote: > > It's worth noting that ours works poorly with PXE clients. The > > ftp/tftp-hpa port is the one most commonly recommend for PXE > > applications. > > I've never had any problems PXE booting FreeBSD using out tftpd, > but I did have

Re: Creating a ``Magic Button''

2004-02-24 Thread Artem Ignatiev
On Tue, 24.02.2004, at 14:40, Dag-Erling Smørgrav wrote: > Artem Ignatiev <[EMAIL PROTECTED]> writes: > > I thought that this will be useful feature - when system is almost dead, > > but syscons's still alive (and you have no debugger in kernel) try to > > minimize loss of data trying to sync your

Re: XFree86 debugging

2004-02-24 Thread Artem Ignatiev
On Tue, 24.02.2004, at 12:01, Joan Picanyol wrote: > [resent from questions@, no luck there :(] > > Hi, > > I've installed XFree86-Server-snap hoping to get DRI for my Radeon 9200. > In the process, I've found that X gets SIGABRT after (somewhat) long > inactivity periods. I recompiled with USE_D

Re: OT: tftp server

2004-02-24 Thread David Malone
> It's worth noting that ours works poorly with PXE clients. The > ftp/tftp-hpa port is the one most commonly recommend for PXE > applications. I've never had any problems PXE booting FreeBSD using out tftpd, but I did have trouble with Linux once - the loader insisted that the transfer size opti

Re: Clarification needed on Handbook: Tracking for Multiple Machines

2004-02-24 Thread Dmitry Morozovsky
On Tue, 24 Feb 2004, Tony Frank wrote: [snip] TF> > > : If "True", for optimized code across all machines, the code should TF> > > : just be built on each machine, right? TF> > > That would give slightly better performance. However, it can be more TF> > > pain than it is worth if the number of m

Re: OT: tftp server

2004-02-24 Thread ari
You may also wish to look at firewall rules. If return-udp packets are filtered, one may run into transfer problems with tftp, even using "stateful" udp inspection. The return udp source port will be the server's transfer identification number, and this will not often be port 69, as the filter wo

Re: OT: tftp server

2004-02-24 Thread Brooks Davis
On Tue, Feb 24, 2004 at 12:11:58PM -0500, Robert Watson wrote: > > On Tue, 24 Feb 2004, Ganbold wrote: > > > Maybe this is off topic question. I'm looking for good tftp server in > > FreeBSD. I used default tftp server in FreeBSD and had some problems. > > It sometimes hangs without any response

Re: OT: tftp server

2004-02-24 Thread Robert Watson
On Tue, 24 Feb 2004, Ganbold wrote: > Maybe this is off topic question. I'm looking for good tftp server in > FreeBSD. I used default tftp server in FreeBSD and had some problems. > It sometimes hangs without any response. Can somebody recommend me tftp > server in FreeBSD/Unix/Linux? I can't

Re: OT: tftp server

2004-02-24 Thread Bernd Walter
On Tue, Feb 24, 2004 at 07:09:18PM +0800, Ganbold wrote: > Hi all, > > Maybe this is off topic question. I'm looking for good tftp server in > FreeBSD. > I used default tftp server in FreeBSD and had some problems. It sometimes > hangs without any response. I think debugging info (e.g. tcpdump)

type casts in KLD

2004-02-24 Thread Artis Caune
Hi! I'm writting kld module, and have some weird problems with mixing types and casts. e.x. "if (long + u_long + u_long < 0)" don't work, but "if (long < 0 - u_long - u_long)" works fine! and code like this: "cur_rate = min_rate + \ (((max_rate - min_rate) * \

T1 bounding - multi-T1s

2004-02-24 Thread Matt
is freeBSD supporting multi-T1 bounding using sbei.net 4 port T1 card? Best Regards Matt http://www.xgforce.com/product.html High Performance Gigabit Clustering Appliance http://www.xgforce.com/loadbalancer.html eClustering Service http://www.xgforce.

Re: Clarification needed on Handbook: Tracking for Multiple Machines

2004-02-24 Thread D J Hawkey Jr
On Feb 23, at 09:12 AM, M. Warner Losh wrote: > > In message: <[EMAIL PROTECTED]> > D J Hawkey Jr <[EMAIL PROTECTED]> writes: > : True or False: Setting CPUTYPE to the lowest target CPU ("p2") in > : a build machine's make.conf will cripple the performance of target > : machines with h

Re: OT: tftp server

2004-02-24 Thread Attila Nagy
Ganbold wrote: Maybe this is off topic question. I'm looking for good tftp server in FreeBSD. I used default tftp server in FreeBSD and had some problems. It sometimes hangs without any response. Can somebody recommend me tftp server in FreeBSD/Unix/Linux? It depends on what do you want. ftp://f

Re: XFree86 debugging

2004-02-24 Thread Dag-Erling Smørgrav
Joan Picanyol <[EMAIL PROTECTED]> writes: > I've installed XFree86-Server-snap hoping to get DRI for my Radeon 9200. > In the process, I've found that X gets SIGABRT after (somewhat) long > inactivity periods. I recompiled with USE_DEBUG=1 hoping to get a > backtrace, but I can't find the coredump

Re: Creating a ``Magic Button''

2004-02-24 Thread Dag-Erling Smørgrav
Artem Ignatiev <[EMAIL PROTECTED]> writes: > I thought that this will be useful feature - when system is almost dead, > but syscons's still alive (and you have no debugger in kernel) try to > minimize loss of data trying to sync your disks, and doing halt. Ctrl-Alt-Del on the console will do what

Re: OT: tftp server

2004-02-24 Thread Olafur Osvaldsson
Ganbold, I've used /usr/ports/ftp/yale-tftpd for my tftp work with no problems at all. /Oli On Tue, 24 Feb 2004, Ganbold wrote: > Hi all, > > Maybe this is off topic question. I'm looking for good tftp server in > FreeBSD. > I used default tftp server in FreeBSD and had some problems. It somet

OT: tftp server

2004-02-24 Thread Ganbold
Hi all, Maybe this is off topic question. I'm looking for good tftp server in FreeBSD. I used default tftp server in FreeBSD and had some problems. It sometimes hangs without any response. Can somebody recommend me tftp server in FreeBSD/Unix/Linux? tia, Ganbold ___

XFree86 debugging

2004-02-24 Thread Joan Picanyol
[resent from questions@, no luck there :(] Hi, I've installed XFree86-Server-snap hoping to get DRI for my Radeon 9200. In the process, I've found that X gets SIGABRT after (somewhat) long inactivity periods. I recompiled with USE_DEBUG=1 hoping to get a backtrace, but I can't find the coredump (