How to dump the stack trace for other CPU

1999-09-22 Thread Lars Fredriksen
Hi, How does one go about dumping the stack trace for the other cpu while in ddb or gdb? This is on current. Thanks, Lars To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Netscape

2000-07-23 Thread Lars Fredriksen
[EMAIL PROTECTED] wrote: > Kris Kennaway wrote: > > > On Sun, 23 Jul 2000 [EMAIL PROTECTED] wrote: > > > > > Netscape 4.74 is already out but FreeBSD 4.1-RC2 contains 4.73 version > > > yet. Will FreeBSD 4.1-RELEASE contains the last version (4.74) of > > > Netscape Communicator and Navigator? >

Anyone able to extract Apple Airport Firmare from the 1.3 software?

2001-04-04 Thread Lars Fredriksen
Hi, Anyone out there able to extract the firmware for the apple airport that is embedded in the 1.3 version of the software? Perhaps someone with a MAC could send me the file? Thanks, Lars To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the mess

gdb -k not able to access BSS?

2001-05-07 Thread Lars Fredriksen
Hi, I was trying to debug a problem where sound card is not working because it ends up with a irq that is shared with the VGA card. So I figured I'd use gdb to look at the interrupt handler vector to see what was there and to find out what is going on. However gdb is unable to dump the data : mu

Compaq wl100 driver?

2000-10-09 Thread Lars Fredriksen
Hi, Has anyone ported the prism2 driver from linux to FreeBSD to run the Compaq/Samsung etc wl100 wireless ethernet cards? Anyone writing a new driver for it? Thanks, Lars To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

environment variable for resolv.conf anyone?

2000-11-30 Thread Lars Fredriksen
Hi, I find myself connected to multiple networks and domains all the time, and was wondering if anyone has solved (without using a chroot environment) using a different resolv.conf for different shells? One solution I thought off was to change the resolver library to look for an environment vari

Re: environment variable for resolv.conf anyone?

2000-11-30 Thread Lars Fredriksen
: > This is my only message in this thread, it's out of topic. > > On Thu, Nov 30, 2000 at 01:58:59PM -0600, Lars Fredriksen wrote: > > Hi, > > > > I find myself connected to multiple networks and domains all the time, > > and was wondering if anyone has solved (

default route not set up??

1999-04-30 Thread Lars Fredriksen
Hi, I must be missing something If you set "defaultrouter" in /etc/rc.conf to an ip address, I expected that rc.network would do a route add default ..., but instead I find that rc.network doesn't do anything with the defaultrouter variable except to pass it on to the route_default var

Re: default route not set up??

1999-05-02 Thread Lars Fredriksen
Hi, There are two things going on with the route setup. if [ "x$defaultrouter" != "xNO" ] ; then static_routes="default ${static_routes}" route_default="default ${defaultrouter}" fi 1) since route_default is never used, it should be deleted, ignore that li

Re: default route not set up??

1999-05-02 Thread Lars Fredriksen
Thanks for setting me straight! I am backtracking trying to find out what I did wrong initially when I tried to set it up. I certainly botched the debugging part :-( Lars Stefan Bethke wrote: > Don't! > > --On Son, 2. Mai 1999 12:44 Uhr -0500 Lars Fredriksen > wrote: > &